.svg_header{
  width: 45px;
}

.gnavi__pc-style_second ul li {
  width: 32px;
  font-size: 18px;
}

.gnavi__pc-style_second ul {
  display: flex;
  justify-content: space-between;
}
.main_pt_pc {
  padding-top:70px;
}
.main_pt-mb{
  padding-top:65px;
}
.header_pc{
  position:fixed; 
  z-index: 10000;  
  height:100%; 
  max-height:120px;
  border-bottom: 1px solid #F1F1F1;
}

.svg_pc{
    width:35px;
    margin:0 auto;
  }
  .mb_center_pc{
    display:flex;
    width:100%;
    align-items: center;
  }
  .head-btn{
    display: none;
  }
 .logo{
    margin: 0 auto;
  }

  @media (max-width: 1000px) {
    header {
      border-bottom: 1px solid #808080;
    }
  }
header {
  max-height: 330px;
  width: 100%;
  background-color: #ffffff;
  position: relative; 
}
h1 {
  font-size: 20px;
}
.gnavi__pc-style {
  padding-top: 30px;
  text-align: center;
  padding-right:50px !important;
}
.gnavi__pc-style ul {
  display: flex;
  justify-content: space-between;
}
/*ここから下がハンバーガーメニューのスタイル*/
.gnavi__sp-style {
  display: none;
}
.menu-btn2{
  display : none;
}
@media screen and (max-width: 1000px) {
.gnavi__pc-style {
  display: none;    
}
.gnavi__sp-style {
  overflow: auto;
}
.mb_center_header{
  display: flex;
    justify-content: start;
    align-items: center;
    font-size:24px;
}
/*メニューボタン　展開前*/
.menu-btn2 {
  display : flex !important;
  align-items: center;
  justify-content: center;
  position: fixed;
  right : 12px;
  top   : 8.5px;
  display: flex;
  justify-content: center;
  align-items: center;
  width : 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
  z-index: 11000 !important;
}
.menu-btn {
  display : block;
  position: fixed;
  left : 9.5px;
  top   : 8.5px;
  display: flex;
  justify-content: center;
  align-items: center;
  width : 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
  z-index: 11000 !important;
}
.head-btn {
  display : block;
  position: absolute;
  left : 20px;
  top   : 16px;
  width : 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}
.menu-btn span {
  display : block;
  position: absolute;
  width   : 20px;
  height  : 1px ;
  left    : 6px;
  background : #555;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
}
.menu-btn span:nth-of-type(1) {
  top: 15px;
}
.menu-btn span:nth-of-type(2) {
  top: 21px;
}
.menu-btn span:nth-of-type(3) {
  top: 27px;
}
  
/*メニューボタン　展開後*/
.menu-btn.active span:nth-child(1) {
  top : 16px;
  left: 6px;
  background :#000 !important;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
  z-index: 13000 !important;
}
.menu-btn.active span:nth-child(2),
.menu-btn.active span:nth-child(3) {
  top: 16px;
  background :#000 !important;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}

/*スマホ用のメニュー*/
.gnavi__sp-style {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  color: #000000 !important;
  background-color: #ffffff !important;
  width: 85% !important;
	height: 120vh;
  opacity: 0;
  transition: opacity .6s ease, visibility .6s ease;
	display: flex;
	align-items: center;
}
.gnavi__sp-style ul {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
#foot_nav li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  transition: .4s all;
  border-top: 1px solid  rgba(0,0,0,0.1);
  /* border-top: 1px solid #A5CD89; */
  line-height: 50px;
    width: 90%;
    margin: 0 auto;
}
#foot_nav li:last-of-type {
  padding-bottom: 0;
}
#foot_nav li:hover{
  background :#ddd;
}
#foot_nav li a {
  display: block;
  color: #fff;
  padding: 1em 0;
  text-decoration :none;
  fomt-family : YadoSymbols;
}
.gnavi__sp-style.active {
  display: block;
  opacity: 1;
  z-index: 10005;
}
.gnavi__sp-style {
display: none;
}
.bottom-menu.active {
  display: block;
}
.bottom-menu.close {
display: none;
}
}
.head-btn.active {
  display: block;
}
.head-btn.close {
display: none;
}
.category_menu{
  display: inline-flex;
}

.submit_nav{
   width: 115px !important; 
  text-align : center;
      cursor: pointer;
       z-index: 10000;
       /* box-shadow: 0 0 5px 0.5px rgba(0,0,0,0.5);  */
}

h1 {
    /* padding-bottom: 24px; */
    /* border-bottom: 1px solid #d9d7d4 !important;  */
  }
@media screen and (max-width: 1000px){
header {
    height: 88px !important;
}
.img_mb_width{
width: 3.6rem !important;
height: 3.6rem !important;
}
.shadow_pc{
  display: none !important;
}
.svg_under_bar{
  width: 26.2px;
  height: 26.2px; 
  opacity: 1; 
  margin: 0 auto;
}
}


  
/*========================
　smartphone　bottom menu
　========================*/
@media (min-width: 767px){
.bottom-menu {
    display: none !important;
}
}

.mini-text{font-size:10px;}/*文字大きさ*/

ul.bottom-menu {
    position: fixed;
    left:0;
    bottom:0;
    width: 100%;
    height:40px;/*高さ*/
    margin:0;
    padding:0;
    border-top:1px solid #808080;/*バーの上の線*/
    border-bottom:1px solid #808080;/*バーの下の線*/
    z-index:30;
 background-color: #ffffff;
}

ul.bottom-menu li {
    float:left;
    width:33%;
    list-style-type:none;
    text-align:center;
    font-size:25px;/*アイコンのサイズ*/
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  }

.bottom-menu li a {
    display: block;
    color:#545454;/*アイコン＆文字の色*/
    text-decoration:none;}

.bottom-menu li a:hover {
    color:#a9a9a9;/*マウスオーバー時の色*/}

/* === 展開メニュー === */

ul.menu-second-level {
    visibility: hidden;
    opacity: 0;
    z-index:1;
}

ul.menu-second-level li a{
    border-top:1px dashed #a9a9a9;/*展開の枠点線*/
        font-size:15px;/*展開メニューの文字サイズ*/
        line-height:30px;/*文字の縦幅*/
}

.menu-second-level li a:hover {
    height:100%;
    background: lightgrey;/*マウスオーバーの色*/}

li.menu-width-max ul.menu-second-level {
    position: absolute;
    bottom: 47px;/*高さ*/
    left: 0;
    box-sizing: border-box;
    width: 100%;
    padding:0;}

li.menu-width-max:hover ul.menu-second-level {
    bottom: 47px;/*高さ*/
    visibility: visible;
    opacity: 1;}

li.menu-width-max ul.menu-second-level li {
    float: left;
    width: 100%;
    border: none;}

.menu-second-level.active {
    display: none;
}
.menu-second-level.close {
    display: block;
}
 .logo{
    margin: 0 auto;
  }
header {
  width: 100%;
  background-color: #ffffff;
  padding: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative; 
}

h1 {
  font-size: 20px;
}
.gnavi__pc-style {
  margin: 0 0 0 auto;
}
.gnavi__pc-style ul {
  display: flex;
  justify-content: space-between;
}
.gnavi__pc-style ul li:not(:last-of-type) {
  margin-right: 10px;
}
.gnavi__pc-style_second ul li:not(:last-of-type) {
  margin-right: 10px;
}

/*ここから下がハンバーガーメニューのスタイル*/
.gnavi__sp-style {
  display: none;
}
@media screen and (max-width: 1000px) {
header {
  padding: 25px !important;
}
.gnavi__pc-style {
  display: none;    
}
.gnavi__pc-style_second{
  display: none;
}
.gnavi__sp-style {

}
/*スマホ用のメニュー*/
.gnavi__sp-style {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  color: #fff;
  background-color: #5a5453;
  text-align: center;
  width: 100%;
	height: 100vh;
  opacity: 0;
  transition: opacity .6s ease, visibility .6s ease;
	display: flex;
	align-items: center;
}
.gnavi__sp-style ul {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
#foot_nav li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  transition: .4s all;
}
#foot_nav li:last-of-type {
  padding-bottom: 0;
}
#foot_nav li:hover{
  background :#ddd;
}
#foot_nav li a {
  display: block;
  color: #fff;
  padding: 1em 0;
  text-decoration :none;
  fomt-family : YadoSymbols;
}
.gnavi__sp-style.active {
  display: block;
  opacity: 1;
}
.gnavi__sp-style {
display: none;
}
h1 {
    /* padding-bottom: 24px; */
  }
  footer a {
    font-size:20px;
    font-size:13px !important;
}
}


footer a {
    font-size:20px;
    font-size:15px;
}
    .footer_content{
      display: flex !important;
        align-items: center;
        align-items: center;
        justify-content: center;
    }
      .foot_p p {
        font-size:14px;
      }
      .foot_p {
    
      }
      .foot_mobile .pt-8 p {
        font-size:14px;
      }
      .pl_rem{
        padding-left:2.0rem;
      }
        .head{
            padding-top : 20px;
            color: #545454;
        }
    .top{
    margin-top : 20px;
    color: #545454;
    }
    .foot_mobile{
        height:400px;
         width: 100%;
    }
    .SITE_FOOTER_WRAPPER_MOBILE{
      display : none;
    }
    @media (max-width: 767px){
        .foot_mobile{
        height:320px;
         width: 100%;
    }
    .SITE_FOOTER_WRAPPER_PC {
      display: none;
    }
    .SITE_FOOTER_WRAPPER_MOBILE{
      display : block !important;
    }
    .foot_mobile .pt-8 p {
        font-size:9.8px;
      }
      .foot_p p {
        font-size:10px;
      }
      .foot_p li {
        font-size:10px;
      }
      .foot_p{
    padding-left:20px;
      }
      .footer_last{
        font-size:10px;
      }
    }
    
    .SITE_FOOTER_WRAPPER_PC {
        grid-area: 4/1/5/2;
        position: relative;
      }
      #SITE_FOOTER {
          --bgPosition: 0px;
          --bg: var(--color_11);
          --shd: none;
          --bordersPosition: 6px;
          --outerLineSize: 3px;
          --brd: var(--color_15);
          --lineGap: 5px;
          --innerLineSize: 1px;
          --brd2: var(--color_14);
          --alpha-brd2: 0;
          --alpha-brd: 0;
          --alpha-bg: 1;
          --boxShadowToggleOn-shd: none;
          --shc-mutated-brightness: 128,128,128;
      }
      #SITE_FOOTER {
          left: 0;
          margin-left: 0;
          width: 100%;
          min-width: 980px;
      }
      #SITE_FOOTER {
      }
      #SITE_FOOTER {
          --pinned-layer-in-container: 54;
          --above-all-in-container: 49;
      }
      .hpA9KH {
          bottom: 0;
          left: 0;
          position: absolute;
          right: 0;
          top: 0;
          width: 100%;
      }
      
      .UEjKbP, .pwLEnC {
          position: relative;
          width: 100%;
      }
      .UEjKbP, .pwLEnC {
          position: relative;
          width: 100%;
      }
      .pwLEnC {
          height: auto;
      }
      [data-mesh-id=SITE_FOOTERinlineContent] {
          height: auto;
          width: 100%;
      }
      [data-mesh-id$=centeredContent], [data-mesh-id$=form], [data-mesh-id$=inlineContent] {
          pointer-events: none;
          position: relative;
      }
      [data-mesh-id=SITE_FOOTERinlineContent-gridContainer] {
          position: static;
          display: grid;
          height: auto;
          width: 100%;
          min-height: auto;
          grid-template-rows: repeat(2, min-content) 1fr;
          grid-template-columns: 100%;
      }
      #comp-lb91k9ls1 {
          height: auto;
      }
      [data-mesh-id=SITE_FOOTERinlineContent-gridContainer] > [id="comp-lb91k9ls1"] {
          position: relative;
          margin: 0px 0px 51px calc((100% - 980px) * 0.5);
          left: 83px;
          grid-area: 1 / 1 / 2 / 2;
          justify-self: start;
          align-self: start;
      }
      #comp-lb91k9ls1 {
          width: 257px;
          /* height: 218px; */
          height: 135px;
      }
      .font_5 {
          font: var(--font_5);
          color: rgb(var(--color_15));
          letter-spacing: 0em;
      }
      #comp-lb91k9lt {
          height: auto;
      }
      #comp-lb91k9lt {
          width: 257px;
          height: 144px;
      }
      #comp-lb91k9lt {
      }
      [data-mesh-id=SITE_FOOTERinlineContent-gridContainer] > [id="comp-lb91k9lt"] {
          position: relative;
          margin: 0px 0px 10px calc((100% - 980px) * 0.5);
          left: 361px;
          grid-area: 1 / 1 / 2 / 2;
          justify-self: start;
          align-self: start;
      }
      .BaOVQ8, .KcpHeO {
          word-wrap: break-word;
          min-height: var(--min-height);
          min-width: var(--min-width);
          overflow-wrap: break-word;
          pointer-events: none;
          text-align: start;
      }
      #comp-l6qvm1l43 {
          height: auto;
      }
      #comp-l6qvm1l43 {
          width: 59px;
          height: 19px;
      }
      #comp-l6qvm1l43 {
      }
      [data-mesh-id=SITE_FOOTERinlineContent-gridContainer] > [id="comp-l6qvm1l43"] {
          position: relative;
          margin: 0px 0px 10px calc((100% - 980px) * 0.5);
          left: 296px;
          grid-area: 2 / 1 / 3 / 2;
          justify-self: start;
          align-self: start;
      }
      .BaOVQ8, .KcpHeO {
          word-wrap: break-word;
          min-height: var(--min-height);
          min-width: var(--min-width);
          overflow-wrap: break-word;
          pointer-events: none;
          text-align: start;
      }
      #comp-l6qvm1l33 {
          height: auto;
      }
      #comp-l6qvm1l33 {
          width: 165px;
          height: 19px;
      }
      #comp-l6qvm1l33 {
      }
      [data-mesh-id=SITE_FOOTERinlineContent-gridContainer] > [id="comp-l6qvm1l33"] {
          position: relative;
          margin: 0px 0px 10px calc((100% - 980px) * 0.5);
          left: 368px;
          grid-area: 2 / 1 / 3 / 2;
          justify-self: start;
          align-self: start;
      }
      .BaOVQ8, .KcpHeO {
          word-wrap: break-word;
          min-height: var(--min-height);
          min-width: var(--min-width);
          overflow-wrap: break-word;
          pointer-events: none;
          text-align: start;
      }
      #comp-l6qvm1l2 {
          height: auto;
      }
      #comp-l6qvm1l2 {
          width: 139px;
          height: 19px;
      }
      #comp-l6qvm1l2 {
      }
      [data-mesh-id=SITE_FOOTERinlineContent-gridContainer] > [id="comp-l6qvm1l2"] {
          position: relative;
          margin: 0px 0px 10px calc((100% - 980px) * 0.5);
          left: 544px;
          grid-area: 2 / 1 / 3 / 2;
          justify-self: start;
          align-self: start;
      }
      .BaOVQ8, .KcpHeO {
          word-wrap: break-word;
          min-height: var(--min-height);
          min-width: var(--min-width);
          overflow-wrap: break-word;
          pointer-events: none;
          text-align: start;
      }
      #comp-l9tqvx8f {
          height: auto;
      }
      #comp-l9tqvx8f {
          width: 457px;
          height: 17px;
      }
      [data-mesh-id=SITE_FOOTERinlineContent-gridContainer] > [id="comp-l9tqvx8f"] {
          position: relative;
          margin: 0px 0px 13px calc((100% - 980px) * 0.5);
          left: 261px;
          grid-area: 3 / 1 / 4 / 2;
          justify-self: start;
          align-self: start;
      }
      .BaOVQ8, .KcpHeO {
          word-wrap: break-word;
          min-height: var(--min-height);
          min-width: var(--min-width);
          overflow-wrap: break-word;
          pointer-events: none;
          text-align: start;
      }    