@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Roboto:ital,wdth,wght@0,75..100,100..900;1,75..100,100..900&family=Yuji+Boku&family=Yuji+Mai&display=Yuji+Syuku&display=swap');
.________googl-Font___________________________ {}
.noto-serif-jp {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.noto-sans-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.m-plus-rounded-1c-thin {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 100;
  font-style: normal;
}
.m-plus-rounded-1c-light {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.m-plus-rounded-1c-regular {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.m-plus-rounded-1c-medium {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.m-plus-rounded-1c-bold {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.m-plus-rounded-1c-extrabold {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  font-style: normal;
}
.m-plus-rounded-1c-black {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 900;
  font-style: normal;
}
.roboto {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.yuji-mai-regular {
  font-family: "Yuji Mai", serif;
  font-weight: 400;
  font-style: normal;
}
.yuji-boku-regular {
  font-family: "Yuji Boku", serif;
  font-weight: 400;
  font-style: normal;
}.yuji-syuku-regular {
  font-family: "Yuji Syuku", serif;
  font-weight: 400;
  font-style: normal;
}

.___________start____________________________ {}
html {
    scroll-behavior: smooth;
    color: #333333;
    overflow-x: hidden;
}
body {
  font-size: 14px; /* 220614 62.5%から14pxへ変更、drawerの天地幅に影響あり、-10pxから-14pxへ同時に変更*/
  line-height: 1.6em; /* 220614 #666から#333へ変更*/
  margin: 0px;
  z-index: -999;
  width: 100%;
  overflow-x: hidden;
  color: #333333;
  background-color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: normal;
}
.___________Link____________________________ {}
a:link {}
a:visited {}
a:active {}
a:hover {}
.__________img_______________________________ {}
img {
  margin: 0px;
}
.__________color______________________________ {}
.color-blue {
    color: #0059FF;
}
.color-red {
  color: #FF0000;
}
.color-orange {
  color: rgba(255, 102, 0, 1.00);
}
.color-green {
  color: #239A00;
}
.alcon-green1 {
  color: rgba(1, 126, 66, 1.00);
}
.alcon-green2 {
  color: rgba(0, 115, 58, 1.00);
}
.color-black {
  color: #000000;
}
.color-f2 {
  color: #F2F2F2;
}
.color-cc {
  color: #CCCCCC;
}
a.color-white2 {
  color: #FFFFFF;
}
.color-white {
  color: #FFFFFF;
}
.text-xx-large {
  font-size: xx-large;
}
.text-x-large {
  font-size: x-large;
}
.text-arialblack {
  font-family: "Arial Black", Gadget, sans-serif;
}
.text-x-large-arialblack {
  font-size: x-large;
  font-family: "Arial Black", Gadget, sans-serif;
}
.text-large {
  font-size: large;
}
.text-medium {
  font-size: medium;
}
.text-small-70per {
  font-size: 70%;
}
.text-small-80per {
  font-size: 80%;
}
.text-small-85per {
  font-size: 85%;
}
.text-x-small {
  font-size: x-small;
}
.text-xx-small {
  font-size: xx-small;
}
.inline-block {
  display: inline-block;
}
.inline-block-small-70per {
  display: inline-block;
  font-size: 70%;
}

.__________FONT-SIZE______________________________ {}

.text-narrow {/*テキストサイズ可変・レスポンシブ対応*/
		font-size: clamp(9px, 1.2vw, 12px);
		letter-spacing: -0.05em;
		line-height: 1em;
		font-weight: 400;
}
 

.__________text-narrow-wide______________________________ {}

.text-narrow {/*テキストを長体*/
    transform: scale(0.8, 1);
}
 
.text-wide {/*テキストを平体*/
    transform: scale(1.5, 1);
}

.__________linear-gradient______________________________ {}


.background_test ________________________{/*グラデーション角度指定*/
    background: linear-gradient(90deg, rgba(192,185,174,0.5),rgba(192,185,174,0.1));
}
.background_test ________________________{/*グラデーション向きを指定*/
  background: linear-gradient(to top, #22c1c3, #fdbb2d);
  background: linear-gradient(to right, #22c1c3, #fdbb2d);
  background: linear-gradient(to bottom, #22c1c3, #fdbb2d);
  background: linear-gradient(to left, #22c1c3, #fdbb2d);
}


.____________________________________________________________________________________ {}
.fade___________________________ { /*フェード効果*/
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.fade___________________________:hover { /*フェード効果*/
  opacity: 0;
  filter: alpha(opacity=0);
  cursor: crosshair;
}
.itembox________________________:hover {
  cursor: move;
}
.position-center___________________ { /*ポジションで中央揃え：天地は数値変えてもずれない大丈夫*/
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}
.box-sizing_______________________ {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.flex____________________________ {
  /* フレックス バリエーション */
  flex-wrap: wrap; /* 折り返し */
  display: flex;
  align-content: stretch; /* 縦の位置指定 */
  justify-content: space-between; /* 両端は0pxで均等配置 */
  justify-content: left; /* 左揃え */
  justify-content: center; /* センター揃え */
  justify-content: flex-start; /* 始点揃え */
  justify-content: flex-end; /* 終点揃え */
  justify-content: space-around; /* 両端含め均等配置 */
}
.______hover__transition___________ {}
a.transition_______________________ { /*トランジションーーーーーーーーーーーーーーーーーーーー*/
  transition: all 0.2s; /*	両方に設定する事。マウスアウト時にも効果を持たせる*/
}
a.transition:hover________________________ { /*トランジションーーーーーーーーーーーーーーーーーーーー*/
  opacity: 0.5;
  text-decoration: none;
  transition: all 0.2s;
}
.______hover__ttransform___________ {}
.transform________________________ {
  transform: translate(-200%, 0%); /*ーーーX軸Y軸、px・%で指定可能ーーーーーーーーーーーーーーーーーーーー*/
  transition: all 1s; /*ーーー同時にトランジションも加えるーーーーーーーーーーーーーーーーーーーー*/
}
.______pointer____________________ {}
/*ポインターーーーーーーーーーーーーーー*/
.cursor___________________________ {
  cursor: none;
  cursor: pointer;
  cursor: default; /*矢印ーーーーーー*/
  cursor: move; /*十字矢印ーーーーーー*/
}
.___display_table___________________ {}
.parent___________________________ {
  display: table;
  width: 100%;
  border: 2px solid red;
  margin-top: 10px;
}
.child_____________________________ {
  display: table-cell;
  border: 1px solid blue;
}
.anchor-area-adjust01________________ {
  display: block;
  padding-top: 70px;
  margin-top: -70px;
}
.___table.border-collapse_____________ {}
table.border-collapse_________________ {
  border-collapse: collapse; /*table・th・td 全てに指定*/
  border: 1px solid #CCC;
}
table.border-collapse tr th_____________ {
  border-collapse: collapse; /*table・th・td 全てに指定*/
  border: 1px solid #CCC;
}
table.border-collapse tr td_____________ {
  border-collapse: collapse; /*table・th・td 全てに指定*/
  border: 1px solid #CCC;
}
._____loading_______________________ {}
.loading {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 1.0);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20000;
}
.loading p {
  position: absolute;
  top: 30%;
  left: 0px;
  right: 0px;
  z-index: 21000;
  font-size: 40px;
  color: #CCCCCC;
  text-align: center;
}
.loading img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  margin-top: 0px;
  margin-left: 0px;
}
._____loader________________________ {}
#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #000;
  z-index: 9999;
}
#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  color: #FFF;
  z-index: 2;
}
.___________________drawer_________________________________________________________________________________ {}
.___________________drawer_________________________________________________________________________________ {}
.___________________drawer_________________________________________________________________________________ {}
.___________________drawer_________________________________________________________________________________ {}
.___________________drawer_________________________________________________________________________________ {}
.drawer.drawer--left .image-fix video {
  width: 100%;
  height: auto;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 0;
}
.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}
/*!
 * jquery-drawer v3.2.0
 * Flexible drawer menu using jQuery, iScroll and CSS.
 * http://git.blivesta.com/drawer
 * License : MIT
 * Author : blivesta <design@blivesta.com> (http://blivesta.com/)
 */
.____base_____________________________________ {}
#container #wrapper #fixedMenu {
  padding: 0px;
  width: 100%;
  text-align: center;
  z-index: 999;
}
#container #wrapper #fixedMenu .drawer-nav {
  position: fixed;
  z-index: 101;
  top: 0;
  overflow: hidden;
  height: 100%;
  color: #222;
  /* [disabled]background-color: #FFFFFF; */
  background-color: #FFFFFF;
  opacity: 0.95;
  width: 20.25rem;
  margin-left: auto;
  margin-right: auto;
}
#container #wrapper #fixedMenu .drawer-brand {
  font-size: 35px;
  font-weight: bold;
  line-height: 1.4em;
  display: inline-block;
  padding-right: .75rem;
  padding-left: .75rem;
  text-decoration: none;
  color: #222;
}
#container #wrapper #fixedMenu .drawer-menu {
  margin: 0;
  list-style: none;
  padding: 0px;
}
#container #wrapper #fixedMenu a.drawer-menu-item {
  font-size: 1rem;
  line-height: 3.5em;
  display: block;
  padding-right: 0.25rem;
  padding-left: 0.75rem;
  text-decoration: none;
  color: #222;
  background-color: transparent;
  opacity: 1;
  text-align: left;
}
#container #wrapper #fixedMenu a.drawer-menu-item:hover {
  background-color: #DEDEDE;
  color: #000000;
}
#container #wrapper #fixedMenu a.drawer-dropdown-menu-item {
  color: #0075F0;
  font-size: 16px;
  line-height: 3.5em;
  position: relative;
  z-index: 0;
}
#container #wrapper #fixedMenu a.drawer-dropdown-menu-item:hover {
  color: #FFFFFF;
  background-color: #DF0104;
  font-weight: bolder;
  text-decoration: none;
}
/*! overlay */
#container #wrapper #fixedMenu .drawer-overlay {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .2);
}
#container #wrapper #fixedMenu .drawer-open .drawer-overlay {
  display: block;
}
.____left____________________________________ {}
.drawer--left #container #wrapper #fixedMenu .drawer-nav {
  left: -20.25rem;
  -webkit-transition: left .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: left .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}
.drawer--left.drawer-open #container #wrapper #fixedMenu .drawer-nav, .drawer--left .drawer-hamburger, .drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
  left: 0;
}
.____hamburger____________________________________ {}
.drawer-hamburger {
    position: fixed;
    z-index: 104;
    top: 0;
    display: block;
    box-sizing: content-box;
    width: 40px;
    padding: 26px 18px 28px 10px;
    -webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    border: 0;
    outline: 0;
    background-color: rgba(0,0,0,0.50);
    margin: 0px;
    opacity: 1;
}
.drawer-hamburger:hover {
    cursor: pointer;
    background-color: rgba(0,0,0,1.00);
    margin: 0px 0px 50px;
    opacity: 1;
}
.drawer-hamburger-icon {
    position: relative;
    display: block;
    margin-top: 5px;
    margin-left: 3px;
    margin-bottom: 5px;
}
.drawer-hamburger-icon, .drawer-hamburger-icon:before, .drawer-hamburger-icon:after {
  width: 100%;
  height: 3px;
  -webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  background-color: #FFFFFF;
}
.drawer-hamburger-icon:before, .drawer-hamburger-icon:after {
  position: absolute;
  top: -10px;
  left: 0;
  content: ' ';
}
.drawer-hamburger-icon:after {
  top: 10px;
}
.drawer-open .drawer-hamburger-icon {
  background-color: transparent;
}
.drawer-open .drawer-hamburger {
  background-color: transparent;
}
.drawer-open .drawer-hamburger-icon:before, .drawer-open .drawer-hamburger-icon:after {
  top: 0;
  background-color: #000000;
}
.drawer-open .drawer-hamburger-icon:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.drawer-open .drawer-hamburger-icon:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
._____accessibility___________________________________ {}
/*!
 * Only display content to screen readers
 * See: http://a11yproject.com/posts/how-to-hide-content
 */
#container #wrapper #fixedMenu .sr-only {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
/*!
 * Use in conjunction with .sr-only to only display content when it's focused.
 * Useful for "Skip to main content" links; see http://www.w3.org/TR/2013/NOTE-WCAG20-TECHS-20130905/G1
 * Credit: HTML5 Boilerplate
 */
#container #wrapper #fixedMenu .sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  overflow: visible;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
}
._____sidebar___________________________________ {}
#container #wrapper #fixedMenu .drawer--sidebar {
  background-color: #fff;
}
#container #wrapper #fixedMenu .drawer--sidebar .drawer-contents {}
.____Navbar_line_bg____________________________________ {}
#container #wrapper #fixedMenu .drawer-navbar .drawer-navbar-header {
  opacity: 1;
  z-index: auto;
}
#container #wrapper #fixedMenu .drawer-navbar .drawer-navbar-header .drawer-brand {
  line-height: 1rem;
  display: inline-block;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
}
.____Navbar____________________________________ {}
#container #wrapper #fixedMenu .drawer--navbarTopGutter {
  padding-top: 3.75rem;
}
#container #wrapper #fixedMenu .drawer-navbar {
  z-index: 102;
  top: 0;
  width: 100%;
}
/*! .drawer-navbar modifier */
#container #wrapper #fixedMenu .drawer-navbar--fixed {
  position: fixed;
}
#container #wrapper #fixedMenu .drawer-navbar-header {
  position: relative;
  z-index: 102;
  box-sizing: border-box;
  width: 100%;
  height: 3.75rem;
  padding: 0 .75rem;
  text-align: center;
}
#container #wrapper #fixedMenu .drawer-navbar .drawer-brand:hover {
  background-color: transparent;
}
#container #wrapper #fixedMenu .drawer-navbar .drawer-nav {
  padding-top: 5.25rem;
}
#container #wrapper #fixedMenu .drawer-navbar .drawer-menu {
  padding-bottom: 17.5rem;
}
.______Dropdown________________________________________________________________ {}
#container #wrapper #fixedMenu .drawer-dropdown-menu {
  display: none;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #fff;
}
#container #wrapper #fixedMenu .drawer-dropdown-menu > li {
  width: 100%;
  list-style: none;
}
#container #wrapper #fixedMenu .drawer-dropdown-menu-item {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 3em;
  display: block;
  padding: 0;
  padding-right: .75rem;
  padding-left: 1.5rem;
  text-decoration: none;
  color: #222;
}
#container #wrapper #fixedMenu .drawer-dropdown-menu-item:hover {
  text-decoration: underline;
  color: #555;
  background-color: transparent;
}
/*! open */
#container #wrapper #fixedMenu .drawer-dropdown.open > .drawer-dropdown-menu {
  display: block;
}
/*! drawer-caret */
#container #wrapper #fixedMenu .drawer-dropdown .drawer-caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 4px;
  -webkit-transition: opacity .2s ease, -webkit-transform .2s ease;
  transition: opacity .2s ease, -webkit-transform .2s ease;
  transition: transform .2s ease, opacity .2s ease;
  transition: transform .2s ease, opacity .2s ease, -webkit-transform .2s ease;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
/*! open */
#container #wrapper #fixedMenu .drawer-dropdown.open .drawer-caret {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
._____container_________________________________________________________________ {}
#container #wrapper #fixedMenu .drawer-container {}
.______________________________________ {}
.drawer.drawer--left .image-fix {}
.drawer.drawer--left .image-fix img {
  max-width: 1050px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 100%;
  padding-top: 0px;
}
.______________________________________ {}
.______________________________________ {}
.______________________________________ {}
._____max_width31em_____sp__sp__sp__sp__sp__sp__sp__sp__sp__sp__sp__sp__sp__sp__sp__sp__sp__sp__sp__ {}
._____max_width31em_____sp__sp__sp__sp__sp__sp__sp__sp__sp__sp__sp__sp__sp__sp__sp__sp__sp__sp__sp__ {}
._____max_width31em_____sp__sp__sp__sp__sp__sp__sp__sp__sp__sp__sp__sp__sp__sp__sp__sp__sp__sp__sp__ {}
._____max_width31em_____sp__sp__sp__sp__sp__sp__sp__sp__sp__sp__sp__sp__sp__sp__sp__sp__sp__sp__sp__ {}
._____max_width31em_____sp__sp__sp__sp__sp__sp__sp__sp__sp__sp__sp__sp__sp__sp__sp__sp__sp__sp__sp__ {}
._____max_width31em_____sp__sp__sp__sp__sp__sp__sp__sp__sp__sp__sp__sp__sp__sp__sp__sp__sp__sp__sp__ {}
/*! スマホ用 ________________________________________________________________________________________*/
/*! スマホ用 ________________________________________________________________________________________*/
/*! スマホ用 ________________________________________________________________________________________*/
@media screen and (max-width:36em) {
  ._____max_width31em_____sp__sp__sp__sp__sp__sp__sp__sp__sp__sp__sp__sp__sp__sp__sp__sp__sp__sp__sp__ {}
  ._____max_width31em_____sp__sp__sp__sp__sp__sp__sp__sp__sp__sp__sp__sp__sp__sp__sp__sp__sp__sp__sp__ {}
  ._____max_width31em_____sp__sp__sp__sp__sp__sp__sp__sp__sp__sp__sp__sp__sp__sp__sp__sp__sp__sp__sp__ {}
  ._____max_width31em_____sp__sp__sp__sp__sp__sp__sp__sp__sp__sp__sp__sp__sp__sp__sp__sp__sp__sp__sp__ {}
  ._____max_width31em_____sp__sp__sp__sp__sp__sp__sp__sp__sp__sp__sp__sp__sp__sp__sp__sp__sp__sp__sp__ {}
  .none {
    display: none;
  }
  .______________________________________ {}
  .______________________________________ {}
  .______________________________________ {}
  .______________________________________ {}
  .______________________________________ {}
  .______________________________________ {}
  .___sp________________base___________________________________________ {}
  #container {
    margin: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 66px;
  }
  #container #wrapper {
    width: 100%;
    max-width: 1050px;
    text-align: left;
    z-index: 10;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    position: relative;
    padding-top: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .___sp_______________pagetop_________________________________________ {}
  #pagetop {
    position: fixed;
    bottom: 60px;
    right: 0px;
    z-index: 99999;
  }
  #pagetop a {
    width: 100%;
    height: auto;
    float: left;
    background-color: #98887C;
    color: #FFFFFF;
    text-align: center;
    box-sizing: border-box;
    opacity: 0.8;
    font-size: 0.7rem;
    font-weight: bolder;
    line-height: 1.2em;
    padding-top: 15px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    border: 0px solid #CCCCCC;
  }
  #pagetop a:hover {
    background: #999999;
  }
  .___sp____________zip-area_____________ {}
  .zip-area {
    width: 100%;
    background-color: #000;
    display: block;
    max-width: 1050px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
    padding-top: 10px;
    position: relative;
  }
  .zip-area .midashi {
    font-size: 12px;
    line-height: 15px;
    font-weight: normal;
    color: #FFF;
    background-image: url(../image2025/0001midashi_sp.jpg);
    padding: 0px;
    width: 100%;
    height: 55px;
    margin-top: -20px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    background-size: 100% auto;
    background-repeat: repeat;
    background-position: center 0;
    display: none;
  }
  .zip-area .midashi p.responsive-letter01 {
    font-size: clamp(12px, 1.14vw, 14px);
    line-height: 20px;
    font-weight: normal;
    color: #FFF;
    text-align: left;
    padding-top: 8px;
    padding-left: 70px;
    display: block;
    padding-right: 10px;
  }
  .zip-area .signboard {
    position: relative;
    margin-top: 15px;
    margin-bottom: 5px;
    display: none;
  }
  .zip-area .signboard-sp {
    position: relative;
    margin-top: 10px;
    margin-bottom: 0px;
  }
  .zip-area .signboard-sp .kanban-image {
    width: 100%;
    height: auto;
    display: block;
  }
  .zip-area .signboard-sp .toiawase-image img {
    display: none;
  }
  .zip-area .registered {
    font-size: clamp(10px, 1.2vw, 12px);
    letter-spacing: 0em;
    line-height: 1em;
    font-weight: 400;
    padding: 0px;
    margin: 0px;
    text-align: right;
    color: #FFF;
    position: absolute;
    right: 2%;
    display: block;
    bottom: -4%;
  }
  .___sp____________main-area____________ {}
  .main-area {
    margin-top: -100px;
    position: relative;
    padding-bottom: 3%;
    margin-bottom: 3%;
    border-bottom: 2px solid #FF0000;
  }
  .main-area#id-001 {
    margin-top: -100px;
    position: relative;
    padding-bottom: 0%;
    margin-bottom: 0%;
    border-bottom: 0px solid #FF0000;
    overflow-x: hidden;
  }
  .main-area .top-img {
    width: 100%;
    height: auto;
    display: block;
  }
  .main-area img.namaramen-text-img {
    width: 55%;
    height: auto;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    padding-top: 0%;
    padding-left: 5%;
    display: block;
    opacity: 1;
    position: absolute;
    top: 0%;
    left: 0%;
  }
.main-area h1.namaramen-text-sans {
    transform: scale(0.85, 1);/*テキストを長体*/
    position: absolute;
    top: 0%;
    left: 1%;
    margin: 0px;
    padding: 0px;
    font-size: clamp(19px, 2.4vw, 24px);
    letter-spacing: 0em;
    line-height: 1.4em;
    font-weight: 500;
		font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    text-shadow: 1px 1px 4px rgba(0,0,0,0.6);
    color: rgba(255,255,255,1.00);
}
.main-area h1.namaramen-text-sans#text-stroke-namaramen {/*文字黒ふちくくり*/
    -webkit-text-stroke: 1px black;
}
.main-area h1.namaramen-text-selif {
    transform: scale(0.85, 1);/*テキストを長体*/
    position: absolute;
    top: 0%;
    left: 1%;
    margin: 0px;
    padding: 0px;
    font-size: clamp(19px, 2.4vw, 24px);
    letter-spacing: 0em;
    line-height: 1.4em;
    font-weight: 800;
		font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-style: normal;
    text-shadow: 1px 1px 4px rgba(0,0,0,0.6);
    color: rgba(255,255,255,1.00);
}
.main-area h1.namaramen-text-selif#text-stroke-namaramen {/*文字黒ふちくくり*/
    -webkit-text-stroke: 1px black;
}
.main-area h1.namaramen-text-boku {
    transform: scale(0.85, 1);/*テキストを長体*/
    position: absolute;
    top: 0%;
    left: 1%;
    margin: 0px;
    padding: 0px;
    font-size: clamp(19px, 2.4vw, 24px);
    letter-spacing: 0em;
    line-height: 1.4em;
    font-weight: 700;
		font-family: "Yuji Boku", serif;
    font-optical-sizing: auto;
    font-style: normal;
    text-shadow: 1px 1px 4px rgba(0,0,0,0.6);
    color: rgba(255,255,255,1.00);
}
.main-area h1.namaramen-text-boku#text-stroke-namaramen {/*文字黒ふちくくり*/
    -webkit-text-stroke: 2px black;
}
.main-area h1.namaramen-text-mai {
    transform: scale(0.85, 1);/*テキストを長体*/
    position: absolute;
    top: 0%;
    left: 1%;
    margin: 0px;
    padding: 0px;
    font-size: clamp(19px, 2.4vw, 24px);
    letter-spacing: 0em;
    line-height: 1.4em;
    font-weight: 700;
		font-family: "Yuji Mai", serif;
    font-optical-sizing: auto;
    font-style: normal;
    text-shadow: 1px 1px 4px rgba(0,0,0,0.6);
    color: rgba(255,255,255,1.00);
}
.main-area h1.namaramen-text-mai#text-stroke-namaramen {/*文字黒ふちくくり*/
    -webkit-text-stroke: 2px black;
}
#wrapper .main-area .setsumei---selif {
		font-family: "Noto Serif JP", serif;
    position: absolute;
    left: 5%;
    top: -13%;
    display: inline-block;
    color: rgba(0,0,0,1.00);
    margin: 0px;
    background-color: rgba(255,170,0,1.00);
    font-size: small;
    line-height: 1em;
    font-weight: 600;
    padding-top: 3px;
    padding-left: 3px;
    padding-right: 3px;
    padding-bottom: 5px;
}
#wrapper .main-area .setsumei---sans {
		font-family: "Noto Sans JP", sans-serif;
    position: absolute;
    left: 5%;
    top: -13%;
    display: inline-block;
    color: rgba(0,0,0,1.00);
    margin: 0px;
    background-color: rgba(255,170,0,1.00);
    font-size: small;
    line-height: 1em;
    font-weight: 600;
    padding-top: 3px;
    padding-left: 3px;
    padding-right: 3px;
    padding-bottom: 5px;
}
#wrapper .main-area .setsumei---boku {
		font-family: "Yuji Boku", serif;
    position: absolute;
    left: 5%;
    top: -13%;
    display: inline-block;
    color: rgba(0,0,0,1.00);
    margin: 0px;
    background-color: rgba(255,170,0,1.00);
    font-size: small;
    line-height: 1em;
    font-weight: 600;
    padding-top: 3px;
    padding-left: 3px;
    padding-right: 3px;
    padding-bottom: 5px;
}
#wrapper .main-area .setsumei---mai {
		font-family: "Yuji Mai", serif;
    position: absolute;
    left: 5%;
    top: -13%;
    display: inline-block;
    color: rgba(0,0,0,1.00);
    margin: 0px;
    background-color: rgba(255,170,0,1.00);
    font-size: small;
    line-height: 1em;
    font-weight: 600;
    padding-top: 3px;
    padding-left: 3px;
    padding-right: 3px;
    padding-bottom: 5px;
}
.main-area  .title-h1h2 {
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: bolder;
    position: absolute;
    left: 4%;
    top: 5%;
    text-align: left;
    text-shadow: 3px 3px 4px #000000;
    color: #FFFFFF;
  }
.main-area  .title-h1h2 h1 {
    padding: 0px;
    font-size: clamp(24px, 3.2vw, 32px);
    margin-top: 0px;
    margin-left: 0px;
    margin-bottom: 5px;
    margin-right: 0px;
    line-height: 1.2em;
  }
.main-area  .title-h1h2 h2 {
    margin: 0px;
    padding: 0px;
    font-size: clamp(16px, 2.0vw, 20px);
    line-height: 1.4em;
  }
  .main-area a.sample-icon {
    position: absolute;
    left: -3%;
    bottom: 15%;
    width: 45%;
    height: auto;
    transition: all 0.2s; /*	両方に設定する事。マウスアウト時にも効果を持たせる*/
    padding: 0px;
    display: block;
    text-decoration: none;
    text-align: center;
  }
  .main-area a.sample-icon:hover { /*トランジションーーーーーーーーーーーーーーーーーーーー*/
    opacity: 0.5;
    text-decoration: none;
    transition: all 0.2s;
  }
  .main-area a.sample-icon .muryou-text {
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-style: normal;
    display: inline-block;
    padding-top: 2px;
    padding-bottom: 3px;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    color: #FFFFFF;
    border-radius: 5px;
    background-color: #FF0004;
    font-size: clamp(18px, 2.4vw, 28px);
    line-height: 1em;
    font-weight: 800;
    letter-spacing: -0.05em;
    text-decoration: none;
    border: 1px solid #000000;
    -webkit-box-shadow: 1px 1px 1px #666666;
    box-shadow: 1px 1px 1px #666666;
  }
  .main-area a.sample-icon .zenkoku-text {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 600;
    font-style: normal;
    display: block;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 1px;
    padding-right: 0px;
    color: #FFFFFF;
    text-align: center;
    font-size: clamp(9px, 1.2vw, 12px);
    line-height: 1em;
    letter-spacing: -0.05em;
    text-decoration: none;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    text-shadow: 1px 1px 4px #000000;
    margin-top: 5px;
  }
  .main-area a.sample-icon-002 {
    position: absolute;
    right: -3%;
    bottom: 10%;
    width: 45%;
    height: auto;
    transition: all 0.2s; /*	両方に設定する事。マウスアウト時にも効果を持たせる*/
    padding: 0px;
    display: block;
    text-decoration: none;
    text-align: center;
  }
  .main-area a.sample-icon-002:hover { /*トランジションーーーーーーーーーーーーーーーーーーーー*/
    opacity: 0.5;
    text-decoration: none;
    transition: all 0.2s;
  }
  .main-area a.sample-icon-002 .muryou-text {
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-style: normal;
    display: inline-block;
    padding-top: 2px;
    padding-bottom: 3px;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    color: #FFFFFF;
    border-radius: 5px;
    background-color: #FF0004;
    text-align: center;
    font-size: clamp(18px, 2.4vw, 28px);
    line-height: 1.4em;
    font-weight: 800;
    letter-spacing: -0.05em;
    text-decoration: none;
    border: 1px solid #000000;
    -webkit-box-shadow: 1px 1px 1px #666666;
    box-shadow: 1px 1px 1px #666666;
  }
  .main-area a.sample-icon-002 .zenkoku-text {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 600;
    font-style: normal;
    display: block;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 1px;
    padding-right: 0px;
    color: #FFFFFF;
    text-align: center;
    font-size: clamp(9px, 1.2vw, 12px);
    line-height: 1em;
    letter-spacing: -0.05em;
    text-decoration: none;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    text-shadow: 1px 1px 4px #000000;
    margin-top: 5px;
  }
  .main-area .text-hakata {
    color: #FFFFFF;
		font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 600;
    font-size: clamp(13px, 1.4vw, 14px);
    line-height: 1.4em;
    text-align: left;
    text-decoration: none;
    text-shadow: 1px 1px 2px rgba(0,0,0,1.00);
    display: block;
    position: absolute;
    bottom: 3%;
    right: 0%;
    transform: scale(0.9, 1);/*テキストを長体*/
  }
  .main-area .text-hakata#text-stroke-hakata {
    -webkit-text-stroke: 1px black;
    text-shadow: 2px 2px 3px rgba(0,0,0,0);
  }
  .main-area .overflow {
    width: 55%;
    height: auto;
    position: absolute;
    bottom: -20px;
    right: 0px;
    display: block;
    /*フェード効果*/
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
  }
  .main-area .overflow:hover {
    display: block;
    /*フェード効果*/
    opacity: 0;
  }
  .___sp_________________flex-sns________ {}
.flex-sns {
    width: 90%;
    padding: 0px;
    /* フレックス バリエーション */
    flex-wrap: wrap; /* 折り返し */
    display: flex;
    align-content: stretch; /* 縦の位置指定 */
    justify-content: left; /* 左揃え */
    margin-right: auto;
    margin-top: 0%;
    margin-bottom: 8%;
    margin-left: auto;
  }
.flex-sns .box01 {
    width: 18%;
    height: auto;
    margin: 0px;
    padding-right: 5px;
    display: block;
    /*フェード効果*/
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
.flex-sns .box01:hover {
    /*フェード効果*/
    opacity: 0.5;
  }
.flex-sns .box01 img {
    width: 100%;
    height: auto;
  }
  .___sp_________________.content-1______ {}
  .content-1 {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    background-color: #FFFFFF;
    margin-bottom: 30px;
    padding-bottom: 10px;
    padding-top: 40px;
    margin-top: 0px;
    color: #333333;
  }
  .content-1 .hr-red {
    padding-left: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
    border-top: 5px solid rgba(255, 0, 4, 1.00);
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .content-1 .hr-red-02 {
    padding-left: 0px;
    padding-right: 0px;
    border-top: 3px solid rgba(255, 0, 4, 1.00);
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 45px;
  }
  .___sp______________allow-box_001______ {}
  
.allow-box_001 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    text-align: center;
    position: relative;
    border-bottom: 3px solid #D4B13D;
    margin-top: 0px;
    margin-bottom: 20px;
}
.allow-box_001 h2 {
    font-size: clamp(1.9em, 2.3vw, 2.3em);
    letter-spacing: 0em;
    line-height: 1.2em;
    font-weight: 800;
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-style: normal;
    color: rgba(0,0,0,1.00);
    display: block;
    padding: 0px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 5px;
}
.allow-box_001 .allow-bottom-000 {
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: -30px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 25px 30px 25px;
    border-color: transparent transparent #D4B13D transparent;
    transform: rotate(180deg);
    position: absolute;
  }
  .___sp__________________title-ber01______ {}
  #wrapper .content-1 .title-ber01 {
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    width: 90%;
    padding-top: 9px;
    padding-bottom: 10px;
    padding-left: 0px;
    display: block;
    color: #FFFFFF;
    background-color: #FFAA00;
    text-align: center;
    font-size: 23px;
    line-height: 1em;
    text-shadow: 2px 2px 1px #333333;
    border-radius: 5px;
    font-weight: 700;
  }
  ._______________title-bar-gray01_________________ {}
  #wrapper .content-1 .title-bar-gray01 {
    font-family: "Noto Sans JP", sans-serif;/*-sans-ゴシック体*/
    font-optical-sizing: auto;
    font-style: normal;
    font-size: clamp(1.6em, 3.0vw, 2.4em);
    letter-spacing: 0.2em;
    line-height: 1.2em;
    font-weight: 400;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5%;
    width: 90%;
    padding-top: 35px;
    padding-bottom: 40px;
    padding-left: 0px;
    display: block;
    color: rgba(0,0,0,0.70);
    background-color: rgba(0,0,0,0.15);
    text-align: center;
    border-radius: 0px;
  }
  #wrapper .content-1 .title-bar-gray01#spacing01 {
    letter-spacing: 0em;
  }
  ._______________title-bar-orange01_________________ {}
  #wrapper .content-1 .title-bar-orange01 {
    font-family: "Noto Sans JP", sans-serif;/*-sans-ゴシック体*/
    font-optical-sizing: auto;
    font-style: normal;
    font-size: clamp(1.6em, 3.0vw, 2.4em);
    letter-spacing: 0em;
    line-height: 1.2em;
    font-weight: 600;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5%;
    width: 90%;
    padding-top: 35px;
    padding-bottom: 40px;
    padding-left: 0px;
    display: block;
    color: rgba(255,255,255,1.00);
    background-color: rgba(255,170,0,1.00);
    text-align: center;
    border-radius: 0px;
    text-shadow: 2px 2px 0px rgba(0,0,0,1.00);
  }
  .________________________________001_profile_____________________________ {}
    
  #wrapper .content-1 .title-text-01 {
    font-family: "Noto Serif JP", serif;/*-selif-明朝体*/
    font-optical-sizing: auto;
    font-style: normal;
    font-size: clamp(1.9em, 3.2vw, 2.9em);
    letter-spacing: 0em;
    line-height: 1.0em;
    font-weight: 500;
    color: #000000;
    margin-left: 10%;
    text-align: left;
    margin-bottom: 2%;
    margin-top: 0px;
    /*-background-color: linear-gradient(90deg, rgba(192,185,174,1.00), rgba(192,185,174,0));
    background: linear-gradient(90deg, rgba(192,185,174,0.5),rgba(192,185,174,0.1));*/
    display: block;
    margin-right: 10%;
    padding-top: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
    padding-right: 0px;
    border-bottom: 2px solid rgba(0,0,0,0.2);
  }
  #wrapper .content-1 .goaisatsu-01 {
    color: #000000;
    margin-left: 10%;
    text-align: left;
    font-size: 30px;
    line-height: 1em;
    font-weight: bolder;
  }
  #wrapper .content-1 p.goaisatsu-02 {
    color: #000000;
    text-align: left;
    font-size: 18px;
    line-height: 2em;
    font-weight: 400;
    display: block;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
  }
  #wrapper .content-1 p.goaisatsu-02 .name01 {
    color: #000000;
    text-align: right;
    font-size: 21px;
    line-height: 2em;
    font-weight: 400;
    display: block;
    margin-bottom: 40px;
  }
  #wrapper .content-1 p.fudemoji-01 {
    font-family: "Yuji Mai", serif;
    font-weight: 400;
    font-style: normal;
    color: #000000;
    text-align: left;
    font-size: 27px;
    line-height: 2em;
    display: block;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
  }
  #wrapper .content-1 .fude-img {
    display: block;
    width: 80%;
    max-width: 680px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
  }
  #wrapper .content-1 .fude-font {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  #wrapper .content-1 .fude-font h2 {
    font-family: "Yuji Boku", serif;
    font-weight: 400;
    font-style: normal;
    color: #000000;
    font-size: clamp(23px, 2.7vw, 27px);
    letter-spacing: 0em;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 10px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }
  #wrapper .content-1 .fude-font h2 .spacing01 {
    display: inline-block;
    margin-left: -10px;
  }
  #wrapper .content-1 .fude-font p {
    font-family: "Yuji Boku", serif;
    font-weight: 400;
    font-style: normal;
    color: #000000;
    font-size: clamp(12px, 1.4vw, 14px);
    letter-spacing: -0.1em;
    padding-left: 9%;
    padding-bottom: 30px;
    padding-top: 0px;
    line-height: 1.4em;
    transform: scale(1, 1.15);
    text-align: left;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
  }
  #wrapper .content-1 .syotai-setsumei {
    display: block;
    margin-top: 0px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10%;
    color: #FF0408;
    font-size: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: normal;
  }
  #wrapper .content-1 .img_syaoku {
    display: block;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    height: auto;
    margin-top: 0px;
    margin-bottom: 30px;
  }
  .content-1 a.graph-box {
    display: block;
    width: 80%;
    padding: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: all 0.2s;
    margin-top: 0px;
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
    max-width: 650px;
    position: relative;
  }
  .content-1 a.graph-boxhover {
    text-decoration: none;
    opacity: 0.5;
    transition: all 0.2s;
  }
  .content-1 a.graph-box img {
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 0px;
    display: block;
  }
  .content-1 .graph-box .zoom-icon {
    display: none;
  }
  .content-1 .graph-box:hover .zoom-icon {
    display: block;
    position: absolute;
    top: 0%;
    right: 44%;
    width: 10%;
    height: auto;
    border-width: 0px;
  }
  }
  .___sp_________table-gaiyou____________ {}
  .table-gaiyou {
    border-collapse: collapse;
    table-layout: fixed;
    width: 90%;
    background: #fff;
    border: none;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 40px;
    font-weight: 400;
    font-size: clamp(14px, 1.7vw, 16px);
    line-height: 1.6em;
  }
  .table-gaiyou tbody {
    border-top: 0px solid #ccc;
    padding-bottom: 0px;
  }
  .table-gaiyou th, .table-gaiyou td {
    display: block; /* 横並び→縦並びに変化 */
    border-bottom: 0px solid #ccc;
    color: #000;
    background: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .table-gaiyou th {
    color: #000000;
    background-color: #C5ECFF; /* thの背景色 */
    font-weight: 400;
    padding-left: 20px;
    padding-right: 20px;
  }
  .table-gaiyou td {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
  }
  /*.table-gaiyou tr th:first-child {
        width: 
	}100px; thの固定幅 */
    
    
    
    
    
    
    
      
    
   
  .___sp___________________________002_product_____________________________ {
      
    } 
    
    
  .___sp________flex-lr06________________ {
      
    }
    
.content-1 .flex-lr06 {
    /* フレックス バリエーション */
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}
  .content-1 .flex-lr06 .left {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 0%;
    padding-right: 0%;
    padding-top: 0%;
    padding-bottom: 0%;
    position: relative;
  }
  .content-1 .flex-lr06 .left img {
    width: 100%;
    height: auto;
    display: block;
  }
  .content-1 .flex-lr06 .left h3 {
    font-family: "Noto Sans JP", sans-serif; /*-sans-ゴシック体*/
    font-optical-sizing: auto;
    font-style: normal;
		font-size: clamp(1.6em, 3.1vw, 2.2em);
    letter-spacing: 0em;
    line-height: 1.4em;
    font-weight: 600;
    text-align: center;
    position: absolute;
    top: 23%;
    right: 0;
    left: 0;
    margin: auto;
    padding-top: 25px;
    padding-bottom: 25px;
    border: 2px solid rgba(0,0,0,0.70);
    background-color: rgba(255,255,255,0.40);
    display: block;
    width: 60%;
  }
  .content-1 .flex-lr06 .right {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .content-1 .flex-lr06 .right h4 {
    font-size: clamp(1.4em, 2.4vw, 1.8em);
    letter-spacing: 0em;
    line-height: 1.4em;
    font-weight: 600;
    margin: 0px;
    padding-top: 30px;
    padding-left: 20%;
    padding-bottom: 20px;
    padding-right: 5%;
    display: block;
  }
  .content-1 .flex-lr06 .right p {
    font-size: clamp(14px, 1.5vw, 16px);
    letter-spacing: 0em;
    line-height: 1.6em;
    font-weight: 400;
    margin: 0px;
    padding-top: 0px;
    padding-left: 18%;
    padding-bottom: 15px;
    display: block;
  }
  .content-1 .flex-lr06 .right .ul-box-pc {
    display: none;
  }
  .content-1 .flex-lr06 .right .ul-box-sp {
  display: flex;
  align-content: stretch; /* 縦の位置指定 */
  justify-content: left; /* 左揃え */
    padding-left: 20%;
  }
  .content-1 .flex-lr06 .right ul {
    display: block;
    margin: 0px;
    padding-top: 0px;
    padding-bottom: 15px;
    padding-left: 7.5%;
    padding-right: 7.5%;
  }
  .content-1 .flex-lr06 .right ul li {
    font-size: clamp(14px, 1.5vw, 16px);
    letter-spacing: 0em;
    line-height: 1.6em;
    font-weight: 600;
    margin: 0px;
  }
      
    
    
    
  .___sp________flex-index________________ {}
  .content-1 .flex-index {
    width: 80%;
    padding-right: 5%;
    padding-left: 5%;
    padding-top: 40px;
    padding-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
  }
  .content-1 .flex-index .box01 {
    width: 100%;
    height: auto;
    margin-right: 0%;
    margin-left: 0%;
    max-width: none;
    text-align: left;
    color: rgba(0, 0, 0, 1.00);
    margin-bottom: 0px;
    transition: 0.2s;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    padding-bottom: 10%;
    margin-top: 0px;
    padding-top: 0px;
  }
  .content-1 .flex-index .box01 a.men-img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #9A9A9A;
    background: linear-gradient(210deg, rgba(210, 210, 210, 0), rgba(210, 210, 210, 0.4)100%);
    transition: all 0.2s;
  }
  .content-1 .flex-index .box01 a.men-img:hover {
    text-decoration: none;
    opacity: 0.5;
    transition: all 0.2s;
  }
  .content-1 .flex-index .box01 a.men-img img {
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 0px;
  }
  .content-1 .flex-index .box01 a.caption-01 {
    position: relative;
    padding-top: 0px;
    text-decoration: none;
    display: block;
  }
  .content-1 .flex-index .box01 a.caption-01:hover {
    cursor: pointer;
  }
  .content-1 .flex-index .box01 a.caption-01 h2 {
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-style: normal;
    display: inline-block;
    font-size: clamp(1.7em, 2.1vw, 2.1em);
    letter-spacing: -0.05em;
    line-height: 1em;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(255, 255, 255, 1.00);
    color: rgba(255, 0, 4, 1.00);
    text-align: left;
    font-weight: 800;
    text-decoration: none;
  }
  .content-1 .flex-index .box01 a.caption-01 h2.text-narrow-01 {
    transform: scale(0.65, 1);/*テキストを長体*/
    padding-right: 60px;
    text-align: left;
    position: absolute;
    top: 8%;
    left: -12.5%;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .content-1 .flex-index .box01 a.caption-01 p {
    display: inline-block;
    font-size: clamp(1.2em, 2.3vw, 2.3em);
    letter-spacing: 0em;
    line-height: 1.4em;
    text-decoration: none;
    padding-top: 0px;
    padding-bottom: 6px;
    padding-right: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(255, 255, 255, 1.00);
    color: rgba(0, 0, 0, 1.00);
    text-align: left;
  }
  .content-1 .flex-index .box01 a.caption-01 p.margin-top-01 {
    padding-top: 40px;
  }
  .content-1 .flex-index .box01 a.caption-01 h3.toriyose {
    transform: scale(0.8, 1);/*テキストを長体*/
    font-family: "Noto Serif JP", serif;
    font-size: clamp(16px, 2.0vw, 16px);
    letter-spacing: 0em;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 800;
    text-decoration: none;
    color: #FF0004;
    background-color: #FFF;
    border: 1px solid #FF0004;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 2px;
    padding-bottom: 2px;
    position: absolute;
    right: -20px;
    top: -7px;
    line-height: 1.2em;
    transition: all 0.2s;
    opacity: 1;
    display: block;
  }
  .content-1 .flex-index .box01 a.caption-01:hover h3.toriyose {
    transition: all 0.2s;
    opacity: 1;
    color: #FFF;
    background-color: #FF0004;
    border: 1px solid #FF0004;
  }
  .content-1 .flex-index .box02 {
    width: 100%;
    margin-right: 0%;
    margin-left: 0%;
    color: rgba(0, 0, 0, 1.00);
    text-decoration: none;
    margin-bottom: 20px;
    transition: 0.2s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
    background-color: #F6DFC8;
    height: auto;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 2%;
    padding-bottom: 2%;
    margin-top: 30px;
    text-align: center;
  }
  .content-1 .flex-index .box02 h2 {
    font-size: clamp(14px, 2.0vw, 18px);
    line-height: 1.6em;
  }
  .content-1 .flex-index .box02 h3 {
    font-size: clamp(18px, 2.4vw, 21px);
    line-height: 1.6em;
    color: #FF0004;
  }
  .content-1 .flex-index .box02 p {
    font-size: clamp(11px, 1.4vw, 14px);
    line-height: 1.4em;
  }
  .content-1 .flex-index .box01 .men-img .zoom-icon {
    display: none;
  }
  .content-1 .flex-index .box01 .men-img:hover .zoom-icon {
    display: block;
    position: absolute;
    right: -5px;
    top: -5px;
    width: 15%;
    height: auto;
    border-width: 0px;
  }
  .___sp______flex-index .box03_____________ {}
  .content-1 .flex-index .box03 {
    width: 100%;
    height: auto;
    margin-right: 0%;
    margin-left: 0%;
    max-width: none;
    color: rgba(0, 0, 0, 1.00);
    margin-bottom: 5%;
    transition: 0.2s;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    border: 2px solid #FF0004;
    text-align: center;
    padding-top: 2%;
    padding-bottom: 2%;
    padding-left: 5%;
    padding-right: 5%;
  }
  .content-1 .flex-index .box03 a {
    text-decoration: none;
    color: #000000;
  }
  .content-1 .flex-index .box03 a h4 {
    font-size: clamp(16px, 2.0vw, 21px);
    display: block;
    font-weight: bolder;
    line-height: 1.4em;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    padding-bottom: 20px;
    padding-top: 10px;
  }
  .content-1 .flex-index .box03 a h5 {
    font-size: clamp(21px, 2.7vw, 27px);
    line-height: 1.4em;
    text-decoration: none;
    display: block;
    float: none;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 2px;
    font-weight: bolder;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-top: 0px;
  }
  .content-1 .flex-index .box03 a h5 span.reitou {
    display: inline-block;
    background-color: #0049BC;
    color: #FCFCFC;
    margin-right: 5px;
    padding-top: 3px;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 3px;
    margin-left: 5px;
  }
  .content-1 .flex-index .box03 a h6 {
    font-size: clamp(14px, 2.0vw, 18px);
    line-height: 1.4em;
    text-decoration: none;
    margin: 0px;
    display: block;
    padding-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 20px;
  }
  .content-1 .flex-index .box03 a p {
    display: block;
    font-size: 13px;
    line-height: 1em;
    padding: 0px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .content-1 .flex-index .box03 .tel-icon {
    display: none;
  }
  .content-1 .flex-index .box03:hover .tel-icon {
    display: block;
    position: absolute;
    right: -5px;
    top: -5px;
    width: 15%;
    height: auto;
    opacity: 0.7;
  }
  .___sp____________________003_factory_____________________________________________________________________________________ {}
  .___sp_____________flex-index02__________ {}
  .content-1 .flex-index02 #pc1, #pc2 {
    display: none;
  }
  .content-1 .flex-index02 {
    width: 100%;
    padding-right: 0%;
    padding-left: 0%;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .content-1 .flex-index02 .box00 {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 6%;
    padding-right: 15%;
    padding-left: 15%;
    padding-bottom: 6%;
    margin-bottom: 10%;
    transition: 0.2s;
    position: relative;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: 400;
    font-size: clamp(18px, 2.1vw, 27px);
    letter-spacing: 0em;
    line-height: 2em;
    background-color: #ECD2AB;
    color: rgba(0, 0, 0, 0.9);
    text-align: center;
  }
  .content-1 .flex-index02 .box01 {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    padding: 2% 7%;
    color: rgba(0, 0, 0, 0.9);
    margin-bottom: 10%;
    transition: 0.2s;
    position: relative;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #9A9A9A;
  }
  .content-1 .flex-index02 .box01 h2 {
    font-size: clamp(1.6em, 2.2vw, 2.0em);
    letter-spacing: 0.05em;
    line-height: 1em;
    text-align: center;
    margin: 0px;
    color: #D00003;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 10px;
    font-weight: 600;
  }
  .content-1 .flex-index02 .box01 img {
    width: 100%;
    height: auto;
  }
  .content-1 .flex-index02 .box01 p {
    font-size: clamp(1.2em, 1.8vw, 1.8em);
    letter-spacing: -0.05em;
    line-height: 1.6em;
    text-align: left;
    font-weight: 400;
    margin-top: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
  }
  .content-1 .flex-index02 .box01 .allow-right {
    position: absolute;
    right: -40px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 25px 30px 25px;
    border-color: transparent transparent #D4B13D transparent;
    transform: rotate(90deg);
    display: none;
  }
  .content-1 .flex-index02 .box01 .allow-bottom {
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: -30px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 25px 30px 25px;
    border-color: transparent transparent #D4B13D transparent;
    transform: rotate(180deg);
    position: absolute;
    display: none;
  }
  .content-1 .flex-index02 .box01 .allow-bottom-sp {
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: -30px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 25px 30px 25px;
    border-color: transparent transparent #D4B13D transparent;
    transform: rotate(180deg);
    position: absolute;
  }
  .content-1 .flex-index02 .box01 .allow-left {
    position: absolute;
    left: -40px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 25px 30px 25px;
    border-color: transparent transparent #D4B13D transparent;
    transform: rotate(270deg);
    display: none;
  }
  .box01 a .zoom-icon {
    display: none;
  }
  .box01 a:hover .zoom-icon {
    display: block;
    width: 15%;
    position: absolute;
    top: 30px;
    right: 15px;
    height: auto;
  }
  .___sp____________title-ber02_________ {}
  #wrapper .content-1 .title-ber02 {
    margin-top: 0px;
    margin-bottom: 0px;
    width: 100%;
    padding-top: 9px;
    padding-bottom: 10px;
    padding-left: 0px;
    display: block;
    color: #FFFFFF;
    background-color: #FFAA00;
    text-align: center;
    font-size: 23px;
    line-height: 1em;
    text-shadow: 2px 2px 1px #333333;
    font-weight: 700;
  }
  .___sp_____________img2100__________ {}
  #wrapper .content-1 .img2100 {
    margin-bottom: 40px;
    position: relative;
    color: #FFFFFF;
  }
  #wrapper .content-1 .img2100 img {
    width: 100%;
    height: auto;
    display: block;
  }
  #wrapper .content-1 .img2100 h2 {
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: bolder;
    font-size: clamp(20px, 3.5vw, 40px);
    display: block;
    position: absolute;
    left: 2%;
    top: 3%;
    margin: 0px;
    text-align: left;
    line-height: 1em;
    text-shadow: 3px 3px 4px #000000;
    padding-left: 10px;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-right: 10px;
    border: 2px solid rgba(255,255,255,1.00);
    background-color: rgba(0,0,0,0.2);
  }
  #wrapper .content-1 .img2100 h3 {
    font-weight: 400;
    font-size: clamp(18px, 2.8vw, 27px);
    display: block;
    padding: 0px;
    text-align: center;
    line-height: 1.6em;
    margin-top: 10px;
    margin-bottom: 50px;
    color: rgba(0,0,0,1.00);
  }
  #wrapper .content-1 .img2100 h4 {
    transform: scale(0.9, 1);/*テキストを長体*/
    font-weight: 600;
    font-size: clamp(14px, 1.6vw, 16px);
    display: block;
    position: absolute;
    right: -1%;
    top: 52%;
    margin: 0px;
    padding: 0px;
    text-align: left;
    line-height: 1.4em;
    text-shadow: 2px 2px 3px #000000;
  }
  #wrapper .content-1 .img2100 h5 {
    transform: scale(0.9, 1);/*テキストを長体*/
    font-weight: 600;
    font-size: clamp(14px, 1.8vw, 18px);
    display: block;
    position: absolute;
    left: 3%;
    top: 27%;
    margin: 0px;
    padding: 0px;
    text-align: left;
    line-height: 1.4em;
    text-shadow: 2px 2px 3px #000000;
  }
  .___sp______________flex-lr01_________ {}
  #wrapper .content-1 .flex-lr01 {
    width: 90%;
    margin-top: 0px;
    margin-bottom: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: rgba(0, 0, 0, 0.90);
    padding-left: 0%;
    padding-right: 0%;
    padding-top: 8%;
    padding-bottom: 8%;
    border: 1px solid rgba(0,0,0,1.00);
    margin-left: auto;
    margin-right: auto;
  }
  #wrapper .content-1 .flex-lr01 .left {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
  }
  #wrapper .content-1 .flex-lr01 .left img {
    width: 90%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  #wrapper .content-1 .flex-lr01 .right {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 0px;
    padding-left: 0%;
    padding-right: 0%;
  }
  #wrapper .content-1 .flex-lr01 .right h3 {
    font-size: clamp(22px, 3.1vw, 28px);
    letter-spacing: 0em;
    line-height: 1.8em;
    font-weight: 600;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    display: inline;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }
  #wrapper .content-1 .flex-lr01 .right h3 span {
    color: rgba(255, 255, 255, 1.00);
    padding-top: 0px;
    padding-bottom: 3px;
    padding-left: 8px;
    padding-right: 8px;
    background-color: rgba(0,88,255,1.00);
    margin-top: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    margin-right: 8px;
  }
  #wrapper .content-1 .flex-lr01 .right hr {
    border-top: 2px solid rgba(3, 34, 132, 1.00);
    margin-bottom: 20px;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
  }
  #wrapper .content-1 .flex-lr01 .right hr#hr-right01 {
    margin-bottom: 0px;
  }
  #wrapper .content-1 .flex-lr01 .right p {
    font-size: clamp(16px, 2.1vw, 20px);
    letter-spacing: 0em;
    margin: 0px;
    line-height: 1.4em;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 8%;
    padding-right: 8%;
    text-align: left;
  }
  #wrapper .content-1 .flex-lr01 .right .img001 {
    width: 40%;
    height: auto;
    display: inline-block;
    margin-bottom: -10px;
  }
  .___sp_______________flex-lr01_________flex-lr02____ {}
  #wrapper .content-1 .flex-lr01 .right .flex-lr02 .allow-left {
    font-size: clamp(16px, 2.1vw, 20px);
    letter-spacing: 0em;
    line-height: 1em;
    display: inline-block;
    padding-bottom: 0px;
  }
  #wrapper .content-1 .flex-lr01 .right .flex-lr02 {
    display: flex;
    align-content: stretch; /* 縦の位置指定 */
    justify-content: space-between; /* 両端は0pxで均等配置 */
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: rgba(0, 0, 0, 0.90);
  }
  #wrapper .content-1 .flex-lr01 .right .flex-lr02 .left {
    width: 30%;
    margin: 0px;
    padding: 0px;
    text-align: right;
  }
  #wrapper .content-1 .flex-lr01 .right .flex-lr02 .left h4 {
    font-size: clamp(14px, 1.8vw, 18px);
    letter-spacing: -0.05em;
    line-height: 1.6em;
    display: inline;
  }
  #wrapper .content-1 .flex-lr01 .right .flex-lr02 .right {
    width: 70%;
    margin: 0px;
    text-align: left;
    padding-top: 20px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
  }
  #wrapper .content-1 .flex-lr01 .right .flex-lr02 .right .img002 {
    display: inline;
    width: 55%;
    margin: 0px;
    padding: 0px;
    height: auto;
  }
  #wrapper .content-1 .flex-lr01 .right .flex-lr02 .right .img003 {
    display: inline;
    width: 40%;
    height: auto;
    margin: 0px;
    padding: 0px;
  }
  .___sp______________flex-lr03_________ {}
  #wrapper .content-1 .flex-lr03 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px;
    color: rgba(0, 0, 0, 0.8);
  }
  #wrapper .content-1 .flex-lr03 .left {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
  }
  #wrapper .content-1 .flex-lr03 .left img {
    width: 100%;
    height: auto;
  }
  #wrapper .content-1 .flex-lr03 .right {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0%;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  #wrapper .content-1 .flex-lr03 .right h3 {
    font-weight: 500;
    font-size: clamp(33px, 3.8vw, 40px);
    line-height: 1em;
    display: block;
    text-align: left;
    border-bottom: 1px solid #999999;
    padding-bottom: 10px;
    margin-bottom: 20px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    color: rgba(0, 0, 0, 0.60);
  }
  #wrapper .content-1 .flex-lr03 .right h4 {
    font-weight: 400;
    font-size: clamp(21px, 2.8vw, 27px);
    line-height: 1em;
    display: block;
    margin-bottom: 20px;
    padding: 0px;
    text-align: left;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
  }
  #wrapper .content-1 .flex-lr03 .right p {
    font-size: clamp(16px, 2.0vw, 18px);
    line-height: 1.6em;
    letter-spacing: 0em;
    margin: 0px;
    padding-bottom: 15px;
    padding-top: 0px;
    padding-right: 0%;
    padding-left: 0px;
  }
  .___sp_________________________004_user___________________________________________________________ {}
  .___sp____________flex-lr04________________________ {}
  #wrapper .content-1 .flex-lr04 {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 0px;
    margin-bottom: 5%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: rgba(0, 0, 0, 0.8);
    padding-left: 3%;
    padding-right: 3%;
    padding-top: 3%;
    padding-bottom: 3%;
    border: 2px solid rgba(208, 208, 208, 1.00);
  }
  #wrapper .content-1 .flex-lr04 .left {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    margin-bottom: 20px;
  }
  #wrapper .content-1 .flex-lr04 .left h2.user-sp {
    font-weight: 500;
    font-size: clamp(27px, 3.1vw, 32px);
    line-height: 1.6em;
    letter-spacing: 0em;
    display: block;
    text-align: center;
    border-bottom: 2px solid rgba(204, 69, 0, 1.00);
    padding-bottom: 5px;
    margin-bottom: 20px;
    padding-left: 0px;
    padding-right: 0%;
    padding-top: 0px;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    color: rgba(204, 69, 0, 1.00);
  }
  #wrapper .content-1 .flex-lr04 .left img {
    width: 100%;
    height: auto;
    display: block;
  }
  #wrapper .content-1 .flex-lr04 .right {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  #wrapper .content-1 .flex-lr04 .right table {
    table-layout: fixed;
    border-collapse: collapse;
    width: 100%;
    border-bottom: 0px solid #999999;
    font-weight: 300;
    font-style: normal;
  }
  #wrapper .content-1 .flex-lr04 .right table tr {
    border-top: 0px solid #999999;
  }
  #wrapper .content-1 .flex-lr04 .right table tr th, #wrapper .content-1 .flex-lr04 .right table tr td {
    display: block; /* 重要 */
    font-size: clamp(14px, 1.5vw, 16px);
    letter-spacing: 0em;
    line-height: 1.6em;
    font-weight: 400;
    font-style: normal;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 5px;
  }
  #wrapper .content-1 .flex-lr04 .right table tr th {
    background-color: #E0F2F9;
  }
  #wrapper .content-1 .flex-lr04 .right table tr td {
    background-color: #FFF;
  }
  #wrapper .content-1 .flex-lr04 .right h2 {
    font-weight: 500;
    font-size: clamp(33px, 3.8vw, 40px);
    line-height: 1.6em;
    display: none;
    text-align: center;
    border-bottom: 2px solid rgba(204, 69, 0, 1.00);
    padding-bottom: 5px;
    margin-bottom: 20px;
    padding-left: 0px;
    padding-right: 3%;
    padding-top: 0px;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    color: rgba(204, 69, 0, 1.00);
  }
  #wrapper .content-1 .flex-lr04 .right p {
    font-size: clamp(16px, 2.0vw, 18px);
    line-height: 1.8em;
    letter-spacing: 0em;
    margin: 0px;
    padding-bottom: 30px;
    padding-top: 0px;
    padding-right: 5%;
    padding-left: 5%;
    font-weight: 400;
  }
  .___sp_________________________005_open___________________________________________________________ {}
    
    
  .____________________img2100____ureru__tenpo_______________ {}   
  
  #wrapper .content-1 .img2100 h2.ureru {
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: bolder;
    font-size: clamp(20px, 3.5vw, 40px);
    display: block;
    position: absolute;
    left: 5%;
    top: 10%;
    margin: 0px;
    text-align: center;
    line-height: 1.2em;
    text-shadow: 3px 3px 4px #000000;
    padding-left: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 10px;
    border: 2px solid rgba(255,255,255,1.00);
    background-color: rgba(0,0,0,0.3);
  }
  #wrapper .content-1 .img2100 h4.ureru {
    font-weight: 600;
    font-size: clamp(14px, 2.0vw, 20px);
    display: block;
    position: absolute;
    left: 33%;
    top: 9%;
    margin: 0px;
    padding: 0px;
    text-align: left;
    line-height: 1.4em;
    text-shadow: 2px 2px 3px #000000;
  }
  #wrapper .content-1 .img2100 h2.tenpo {
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: bolder;
    font-size: clamp(20px, 3.5vw, 40px);
    display: block;
    position: absolute;
    left: 5%;
    top: 10%;
    margin: 0px;
    text-align: center;
    line-height: 1.4em;
    text-shadow: 3px 3px 4px #000000;
    padding-left: 10px;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-right: 10px;
    border: 2px solid rgba(255,255,255,1.00);
    background-color: rgba(0,0,0,0.3);
  }
  #wrapper .content-1 .img2100 h5.tenpo {
    font-weight: 600;
    font-size: clamp(16px, 2.2vw, 22px);
    display: block;
    position: absolute;
    left: 39%;
    top: 36%;
    margin: 0px;
    padding: 0px;
    text-align: left;
    line-height: 1.4em;
    text-shadow: 2px 2px 3px #000000;
		letter-spacing: -0.05em;
  }  
    
    
  .___sp________table-qa_________________________ {}
  .table-qa {
    border-collapse: collapse;
    table-layout: fixed;
    width: 80%;
    background: #fff;
    border: none;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0px;
    font-weight: 400;
    font-size: clamp(13px, 2.0vw, 16px);
    line-height: 1.6em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .table-qa tbody {
    border-top: 0px solid #ccc;
  }
  .table-qa th, .table-qa td {
    display: block; /* 横並び→縦並びに変化 */
    border-bottom: 0px solid #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .table-qa th {
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-size: clamp(24px, 2.7vw, 28px);
    letter-spacing: 0em;
    line-height: 1.8em;
    width: 100%;
    font-weight: 800;
    color: rgba(187, 0, 3, 1.00);
    text-align: center;
    vertical-align: middle;
    background-color: rgba(187, 0, 3, 0.10);
    word-spacing: 0.5em;
    padding-right: 10%;
  }
  .table-qa td {
    font-size: clamp(14px, 2.0vw, 18px);
    letter-spacing: 0em;
    line-height: 1.6em;
    color: rgba(73, 73, 73, 1.00);
    width: 100%;
    margin-bottom: 30px;
  }
  .table-qa td h3 {
    color: rgba(187, 0, 3, 1.00);
    margin-bottom: 10px;
    font-weight: 600;
  }
  .table-qa td p {}
    
    
    
   
    
   
  .___sp________ureru-menu-title01________________ {} 
   
.menu-box {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    text-align: center;
}    
.menu-box .ureru-menu-title01 {
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 40px;
}   
.menu-box .ureru-menu-title01 .allow-box {
    position: relative;
    border-bottom: 3px solid #D4B13D;
    margin-bottom: 30px;
}
.menu-box .ureru-menu-title01 .allow-box h3 {
    font-size: clamp(32px, 4.0vw, 40px);
    letter-spacing: 0em;
    line-height: 1.2em;
    font-weight: 800;
    display: block;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 5px;
}
.menu-box .ureru-menu-title01 .allow-box h3#misetsukuri {
    margin-bottom: 10px;
}
.menu-box .ureru-menu-title01 h4 {
    font-size: clamp(32px, 4.0vw, 40px);
    letter-spacing: 0em;
    line-height: 1.2em;
    font-weight: 800;
    display: block;
    margin: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}
.menu-box .ureru-menu-title01 h5 {
    font-size: clamp(24px, 3.0vw, 30px);
    letter-spacing: 0em;
    line-height: 1.4em;
    font-weight: 800;
    display: block;
    margin: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}
.menu-box .ureru-menu-title01 .allow-box .allow-bottom-001 {
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: -30px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 25px 30px 25px;
    border-color: transparent transparent #D4B13D transparent;
    transform: rotate(180deg);
    position: absolute;
  }
  ._____________.mise-tsukuri________________ {} 
 
.menu-box .mise-tsukuri {
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    display: inline-block;
    border: 1px solid #000000;
    border-radius: 10px;
    padding-top: 5%;
    padding-left: 8%;
    padding-right: 8%;
    padding-bottom: 2%;
    width: 90%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.menu-box .mise-tsukuri .shop-image {
    padding-left: 0%;
    padding-right: 0%;
    padding-bottom: 0px;
    padding-top: 0px;
    position: relative;
    margin-bottom: 30px;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    display: inline-block;
}
.menu-box .mise-tsukuri .shop-image h4 {
    margin: 0px;
    padding-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 15px;
		font-size: clamp(20px, 2.4vw, 24px);
		letter-spacing: 0em;
		line-height: 1.6em;
		font-weight: 600;
}
.menu-box .mise-tsukuri .shop-image h5 {
    margin: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 5px;
    font-size: clamp(14px, 1.7vw, 17px);
    letter-spacing: 0em;
    line-height: 1.6em;
    font-weight: 400;
    color: #FF0000;
}
.menu-box .mise-tsukuri .shop-image .allow-bottom-002 {
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: -20px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 15px 20px 15px;
    border-color: transparent transparent #D4B13D transparent;
    transform: rotate(180deg);
    position: absolute;
}
.menu-box .mise-tsukuri p {
		font-size: clamp(23px, 2.7vw, 27px);
		letter-spacing: 0em;
		line-height: 1.8em;
		font-weight: 600;
}
.___sp________.flex-lr05________________ {} 
 
.menu-box .flex-lr05 {
    width: 80%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 30px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    border-bottom: 1px solid #666666;
}   
.menu-box .flex-lr05 .left {
    margin-bottom: 20px;
    width: 100%;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    border-bottom: 1px solid #666666;
} 
.menu-box .flex-lr05 .left img {
    width: 100%;
    height: auto;
    display: block;
} 
.menu-box .flex-lr05 .left ul {
    padding-left: 10%;
    padding-right: 5%;
    padding-bottom: 0px;
}  
.menu-box .flex-lr05 .left ul li {
    font-size: clamp(14px, 1.5vw, 16px);
    letter-spacing: 0em;
    line-height: 1.6em;
    font-weight: 400;
    text-align: left;
    padding-top: 0px;
    padding-bottom: 5px;
}
.menu-box .flex-lr05 .right {
    width: 100%;
    margin: 0px;
    padding-left: 0%;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
} 
.menu-box .flex-lr05 .right img {
    width: 70%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}
.menu-box .flex-lr05 .right ul {
    padding-left: 20%;
    padding-right: 0%;
    padding-bottom: 30px;
} 
.menu-box .flex-lr05 .right ul li {
    font-size: clamp(14px, 1.5vw, 16px);
    letter-spacing: 0em;
    line-height: 1.6em;
    font-weight: 400;
    text-align: left;
}   
.menu-box .flex-lr05 .right ul.ul-pc {
    display: none;
}  
.menu-box .flex-lr05 .right ul li.ul-pc {
    display: none;
} 
   
  .___sp________flex-menu01________________ {} 
 
.flex-menu01 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 0%;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 30px;
}
.flex-menu01 .box01 {
    width: 100%;
    padding-left: 0%;
    padding-top: 0%;
    padding-bottom: 10%;
    padding-right: 0%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    margin-top: 0px;
} 
.flex-menu01 .box01 img,.box02 img {
    width: 100%;
    height: auto;
    display: block;
}
.flex-menu01 .box02 {
    margin-bottom: 0px;
    width: 100%;
    margin: 0px;
    padding-left: 0%;
    padding-top: 0%;
    padding-bottom: 10%;
    padding-right: 0%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.flex-menu01 .box03 {
    margin-bottom: 0px;
    width: 100%;
    margin: 0px;
    padding-left: 0%;
    padding-top: 0%;
    padding-bottom: 3%;
    padding-right: 0%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.flex-menu01 .box03 p {
    font-size: clamp(16px, 1.8vw, 18px);
    letter-spacing: 0em;
    line-height: 2em;
    font-weight: 400;
}
    
    
  
    
    
    
    
    
    
    
  .___sp_________________________006_privacy___________________________________________________________ {}
  #wrapper .content-1 .sign-box {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding-top: 80px;
    color: #333333;
  }
  #wrapper .content-1 .sign-box .h3-sign {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: clamp(16px, 1.8vw, 18px);
    letter-spacing: 0em;
    line-height: 1.6em;
    padding-top: 0px;
    text-align: left;
    display: block;
    font-weight: 400;
    position: absolute;
    top: -60px;
    right: 0%;
  }
  #wrapper .content-1 .sign-box .h3-sign .name {
    font-size: clamp(18px, 1.8vw, 20px);
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-style: normal;
    margin-top: 10px;
    display: inline-block;
  }
  .___sp________ol-privacy_________________________ {}
  #wrapper .content-1 .houshin-01 {
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: clamp(18px, 2.1vw, 20px);
    letter-spacing: 0em;
    line-height: 2em;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 40px;
    padding: 0px;
    color: #333333;
  }
  #wrapper .content-1 .hr-gray-01 {
    padding-left: 0px;
    padding-right: 0px;
    border-top: 2px solid rgba(196, 196, 196, 1.00);
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
  }
  #wrapper .content-1 .ol-privacy {
    font-size: clamp(16px, 1.8vw, 18px);
    letter-spacing: 0em;
    line-height: 2em;
    width: 68%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 40px;
    padding: 0px;
  }
  #wrapper .content-1 .ol-privacy li {
    padding-bottom: 40px;
    padding-top: 0px;
    padding-left: 10px;
  }
  #wrapper .content-1 .ol-privacy li .madoguchi {
    padding-left: 40px;
    display: inline-block;
  }
  .___sp__________table-kiyaku___ul-kiyaku______________________ {}
  .table-kiyaku {
    border-collapse: collapse;
    table-layout: fixed;
    width: 80%;
    background: #fff;
    border: none;
    margin: 0px auto 60px;
    font-weight: 400;
    font-size: clamp(16px, 2.0vw, 18px);
    line-height: 1.8em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #333333;
  }
  .table-kiyaku tbody {
    border-top: 1px solid #ccc;
  }
  .table-kiyaku th, .table-kiyaku td {
    display: block; /* 横並び→縦並びに変化 */
    border-bottom: 1px solid #ccc;
    color: #000;
    background: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .table-kiyaku th {
    padding-left: 8%;
    padding-right: 0px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: normal;
    background-color: #E6FCFF;
  }
  .table-kiyaku td {
    padding-left: 10px;
    padding-right: 0px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .table-kiyaku td .ul-kiyaku {}
  .table-kiyaku td .ul-kiyaku li {}
  .___sp________________________Mail01_utf8_contact_____________________________________________________ {}
  #wrapper .content-1 .title-ber03 {
    font-size: clamp(21px, 2.9vw, 28px);
    letter-spacing: 0em;
    line-height: 1.4em;
    font-weight: 700;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    width: 90%;
    padding-top: 9px;
    padding-bottom: 10px;
    padding-left: 2%;
    display: block;
    color: #FFFFFF;
    background-color: #FFAA00;
    text-align: center;
    text-shadow: 2px 2px 1px #333333;
    border-radius: 5px;
    font-style: normal;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 2%;
  }
  .___sp_________.content-1_.contact_________ {}
  #wrapper .content-1 .contact {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFFFFF;
    margin-bottom: 0px;
    padding-bottom: 0px;
    padding-top: 40px;
    margin-top: 0px;
    color: #333333;
  }
  #wrapper .content-1 .contact .mail-h3-hr {
    display: block;
    width: 100%;
    font-size: clamp(18px, 2.0vw, 20px);
    letter-spacing: 0em;
    line-height: 1em;
    font-weight: 600;
    font-style: normal;
    margin-top: 0px;
    margin-bottom: 30px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 10px;
    border-bottom: 1px solid #CCCCCC;
    text-align: center;
  }
  #wrapper .content-1 .flex-senmonten {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 10px;
    padding-bottom: 0px;
  }
  #wrapper .content-1 .flex-senmonten .left {
    width: 60%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
  #wrapper .content-1 .flex-senmonten .left img {
    width: 100%;
    height: auto;
  }
  #wrapper .content-1 .flex-senmonten .right {
    width: 100%;
  }
  #wrapper .content-1 .flex-senmonten .right h2 {
    font-size: clamp(20px, 2.4vw, 24px);
    letter-spacing: 0em;
    line-height: 1.4em;
    font-weight: 600;
    margin: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 20px;
  }
  #wrapper .content-1 .flex-senmonten .right h4 {
    font-size: clamp(16px, 1.8vw, 18px);
    letter-spacing: 0em;
    line-height: 1.6em;
    font-weight: 400;
    margin: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 20px;
  }
  #wrapper .content-1 .flex-senmonten .right h5 {
    font-size: clamp(16px, 1.8vw, 18px);
    letter-spacing: 0em;
    line-height: 1.6em;
    font-weight: 400;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 10px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: -8px;
  }
  #wrapper .content-1 .flex-senmonten .right p {
    font-size: clamp(14px, 1.6vw, 16px);
    letter-spacing: 0em;
    line-height: 1.6em;
    font-weight: 400;
    margin: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 30px;
  }
  .___sp_________formWrap_________________ {}
  #formWrap #progress {
    background-color: #f1f1f1;
    width: 96%;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    border: 1px solid #CCC;
    text-align: center;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 13px;
    color: #999;
    line-height: 1em;
    font-weight: normal;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 2%;
    padding-right: 2%;
  }
  #formWrap #progress span {
    color: #039;
    font-weight: normal;
  }
  #formWrap {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: clamp(12px, 1.4vw, 14px);
    letter-spacing: 0em;
    line-height: 1.6em;
    font-weight: 400;
    color: #333;
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 60px;
    max-width: 850px;
  }
  #formWrap h5 {
    font-size: clamp(14px, 1.5vw, 16px);
    letter-spacing: 0em;
    line-height: 1em;
    font-weight: 400;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    margin-top: 60px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
  }
  #formWrap h5 a {
    color: #333;
    text-decoration: none;
  }
  #formWrap h5 a:hover {
    color: #02F;
    text-decoration: underline;
  }
  #formWrap .hissu {
    color: #C00;
  }
  #formWrap form {
    width: 100%;
    text-align: center;
  }
  #formWrap form Table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    margin-right: auto;
    margin-left: auto;
  }
  #formWrap form Table tr th {
    display: block; /* th,td横並び→縦並びに変化----------- */
    border: 1px solid #ccc;
    padding: 10px;
    width: 100%;
    font-weight: normal;
    background: #f1f1f1;
    text-align: left;
    border-radius: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #formWrap form Table tr td {
    display: block; /* th,td横並び→縦並びに変化----------- */
    border: 1px solid #ccc;
    padding: 10px;
    text-align: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #formWrap form table tr td .inline-block {
    display: inline-block;
    padding-top: 5px;
  }
  #formWrap form .kakunin {
    text-align: center;
    padding-top: 30px;
  }
  #formWrap form .kakunin input {
    display: inline-block;
    background-color: rgba(240, 240, 240, 1.00);
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 5px;
    border-radius: 10px;
    margin-right: 5px;
    font-size: clamp(16px, 2.0vw, 20px);
    letter-spacing: 0em;
    color: rgba(0, 0, 0, 1.00);
    transition: all 0.2s;
  }
  #formWrap form .kakunin input:hover {
    color: rgba(255, 255, 255, 1.00);
    background-color: rgba(100, 100, 100, 1.00);
  }
  #formWrap .back01 {
    text-align: center;
    padding-top: 30px;
  }
  #formWrap .back01 input {
    display: inline-block;
    background-color: rgba(240, 240, 240, 1.00);
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 10px;
    font-size: clamp(16px, 2.0vw, 20px);
    letter-spacing: 0em;
    color: rgba(0, 0, 0, 1.00);
    transition: all 0.2s;
  }
  #formWrap .back01 input:hover {
    color: rgba(255, 255, 255, 1.00);
    background-color: rgba(100, 100, 100, 1.00);
  }
  #formWrap form Table tr td .form-size01 {
    width: 95%;
    margin-right: 5%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 0%;
  }
  #formWrap form Table tr td .form-size02 {
    width: 75%;
    margin-right: 25%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 0%;
  }
  #formWrap form Table tr td .form-size03 {
    width: 55%;
    margin-right: 0%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 0%;
  }
    
    
   
  .___sp_____________________________________footer_______________________________________ {}
    
  .___sp_______footer-sp___________________ {}
  /* ここからfooter-sp（SP用）ーーーーーーーーーーーーーーーーーーーーーーーー */
  #footer-sp {
    width: 100%;
    margin-bottom: 0px;
    margin-top: 0px;
  }
   
  .__sp_________footer-sp__footer-flex________ {}
  .footer-flex {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 50px;
    width: 90%;
    color: #FFFFFF;
  }
  .footer-flex .box {
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
    margin-top: 0px;
    margin-bottom: 20px;
  }
  .footer-flex .box h1 {
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: bolder;
    font-size: 20px;
    line-height: 1em;
    text-align: center;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .footer-flex #center {
  }
  .footer-flex .box p.zip {
    font-size: 13px;
    line-height: 1.5em;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 5px;
    display: block;
  }
  .footer-flex .box h4 {
    margin: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    font-weight: normal;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    line-height: 1.5em;
    color: #FFFFFF;
  }
  .footer-flex .box h4 a {
    color: rgba(255, 255, 255, 1.00);
    text-decoration: none;
  }
  .footer-flex .box h4 a:hover {
    color: rgba(255, 170, 0, 1.00);
    text-decoration: underline;
  }
  .footer-flex #right {
  }
  .footer-flex .box iframe.map {
    width: 70%;
    display: block;
    height: 200px;
    margin-left: auto;
    margin-right: auto;
  }
  .footer-flex #sitemap {
    margin-top: 0px;
    margin-bottom: 20px;
    width: 100%;
    padding-top: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-right: 0%;
  }
  .footer-flex .box#sitemap a {
    color: rgba(255, 255, 255, 1.00);
    text-decoration: none;
	font-size: clamp(0.85em, 1.4vw, 1em);
    line-height: 1em;
    padding-left: 5px;
    padding-right: 10px;
    border-right: 1px solid #F4F4F4;
    padding-top: 0px;
    padding-bottom: 0px;
    display: inline-block;
  }
  .footer-flex .box#sitemap a:hover {
    color: rgba(255, 170, 0, 1.00);
    text-decoration: underline;
  }
    
    
  .___sp___pc_none____pc-footer____________ {}
  #pc-footer {
    display: none; /* ーーーーーーーーーーーーーーーーーー（注）SPは非表示ーーーーーーーーーー */
  }  
    
    
     
  .___sp____________________________________________________________________________ {}
    

    
  .___sp_______footer-sp__flex-sp-btn________ {}
  #footer-sp .flex-sp-btn {
    display: flex;
    align-content: stretch; /* 縦の位置指定 */
    justify-content: space-between; /* 両端は0pxで均等配置 */
    width: 100%;
  }
  #footer-sp .flex-sp-btn a.box01 {
    width: 49%;
  }
  #footer-sp .flex-sp-btn a.box01 img {
    width: 100%;
    margin: 0px;
    height: auto;
  }
  #footer-sp #copyright {
    font-size: 11px;
    line-height: 1em;
    color: #FFFFFF;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0px;
    padding-right: 0px;
    background-color: #505050;
    margin-top: 4px;
  }  
    
    
    
  .___sp_________________fixed-btn________ {}
    
.fixed-btn {
    display: flex;
    align-content: stretch; /* 縦の位置指定 */
    justify-content: space-between; /* 両端は0pxで均等配置 */
    width: 100%;
    background-color: rgba(0,0,0,0);
  }
.fixed-btn a.left {
    width: 50%;
    float: left;
    display: block;
    position: fixed;
    left: 0px;
    bottom: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-right: 0px solid rgba(0,0,0,0);
    border-top: 0px solid rgba(0,0,0,0);
  }
.fixed-btn a.right {
    width: 50%;
    float: right;
    display: block;
    position: fixed;
    right: 0px;
    bottom: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-left: 0px solid rgba(0,0,0,0);
    border-top: 0px solid rgba(0,0,0,0);
  }
.fixed-btn a img {
    width: 100%;
    margin: 0px;
    height: auto;
    display: block;
  } 
    
    
  .___sp_________________fixed-btn-0001________ {}
    
.fixed-btn-0001 {
    display: flex;
    align-content: stretch; /* 縦の位置指定 */
    justify-content: space-between; /* 両端は0pxで均等配置 */
    width: 100%;
    background-color: rgba(0,0,0,1.00);
  }
.fixed-btn-0001 a.left {
    width: 50%;
    float: left;
    display: block;
    position: fixed;
    left: 0px;
    bottom: 120px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-right: 2px solid rgba(0,0,0,1.00);
    border-top: 4px solid rgba(0,0,0,1.00);
  }
.fixed-btn-0001 a.right {
    width: 50%;
    float: right;
    display: block;
    position: fixed;
    right: 0px;
    bottom: 120px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-left: 2px solid rgba(0,0,0,1.00);
    border-top: 4px solid rgba(0,0,0,1.00);
  }
.fixed-btn-0001 a img {
    width: 100%;
    margin: 0px;
    height: auto;
    display: block;
  } 
    
    
  .___sp_________________fixed-btn-0002________ {}
    
.fixed-btn-0002 {
    display: flex;
    align-content: stretch; /* 縦の位置指定 */
    justify-content: space-between; /* 両端は0pxで均等配置 */
    width: 100%;
    background-color: rgba(0,0,0,1.00);
  }
.fixed-btn-0002 a.left {
    width: 50%;
    float: left;
    display: block;
    position: fixed;
    left: 0px;
    bottom: 200px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-right: 2px solid rgba(0,0,0,1.00);
    border-top: 4px solid rgba(0,0,0,1.00);
  }
.fixed-btn-0002 a.right {
    width: 50%;
    float: right;
    display: block;
    position: fixed;
    right: 0px;
    bottom: 200px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-left: 2px solid rgba(0,0,0,1.00);
    border-top: 4px solid rgba(0,0,0,1.00);
  }
.fixed-btn-0002 a img {
    width: 100%;
    margin: 0px;
    height: auto;
    display: block;
  } 
    
    
    
    
    
    
    
    
    
    
  /*! sp用 閉じカッコ---------------------------------------------------------------------------------------------------------------*/
  /*! sp用 閉じカッコ---------------------------------------------------------------------------------------------------------------*/
  /*! sp用 閉じカッコ------ここの下（注）------------------------------------------------------------------------------------*/
}
/*! sp用 閉じカッコ---------------------------------------------------------------------------------------------------------------*/
/*! sp用 閉じカッコ---------------------------------------------------------------------------------------------------------------*/
/*! sp用 閉じカッコ---------------------------------------------------------------------------------------------------------------*/
.______________________________________ {}
.______________________________________ {}
.______________________________________ {}
.______________________________________ {}
.______________________________________ {}
.______________________________________ {}
._____min-width_32em_____pc__pc__pc__pc__pc__pc__pc__pc__pc__pc__pc__pc__pc__pc__pc__pc__ {}
._____min-width_32em_____pc__pc__pc__pc__pc__pc__pc__pc__pc__pc__pc__pc__pc__pc__pc__pc__ {}
._____min-width_32em_____pc__pc__pc__pc__pc__pc__pc__pc__pc__pc__pc__pc__pc__pc__pc__pc__ {}
._____min-width_32em_____pc__pc__pc__pc__pc__pc__pc__pc__pc__pc__pc__pc__pc__pc__pc__pc__ {}
._____min-width_32em_____pc__pc__pc__pc__pc__pc__pc__pc__pc__pc__pc__pc__pc__pc__pc__pc__ {}
._____min-width_32em_____pc__pc__pc__pc__pc__pc__pc__pc__pc__pc__pc__pc__pc__pc__pc__pc__ {}
/*! PC用 ---------------------------------------------------------------------------------------------------------------------------------*/
/*! PC用 ---------------------------------------------------------------------------------------------------------------------------------*/
/*! PC用 ---------------------------------------------------------------------------------------------------------------------------------*/
@media (min-width:36em) {
  ._____min-width_32em_____pc__pc__pc__pc__pc__pc__pc__pc__pc__pc__pc__pc__pc__pc__pc__pc__ {}
  ._____min-width_32em_____pc__pc__pc__pc__pc__pc__pc__pc__pc__pc__pc__pc__pc__pc__pc__pc__ {}
  ._____min-width_32em_____pc__pc__pc__pc__pc__pc__pc__pc__pc__pc__pc__pc__pc__pc__pc__pc__ {}
  ._____min-width_32em_____pc__pc__pc__pc__pc__pc__pc__pc__pc__pc__pc__pc__pc__pc__pc__pc__ {}
  ._____min-width_32em_____pc__pc__pc__pc__pc__pc__pc__pc__pc__pc__pc__pc__pc__pc__pc__pc__ {}
  ._____min-width_32em_____pc__pc__pc__pc__pc__pc__pc__pc__pc__pc__pc__pc__pc__pc__pc__pc__ {}
  ._____min-width_32em_____pc__pc__pc__pc__pc__pc__pc__pc__pc__pc__pc__pc__pc__pc__pc__pc__ {}
  ._____min-width_32em_____pc__pc__pc__pc__pc__pc__pc__pc__pc__pc__pc__pc__pc__pc__pc__pc__ {}
  ._____min-width_32em_____pc__pc__pc__pc__pc__pc__pc__pc__pc__pc__pc__pc__pc__pc__pc__pc__ {}
  ._____min-width_32em_____pc__pc__pc__pc__pc__pc__pc__pc__pc__pc__pc__pc__pc__pc__pc__pc__ {}
  #media_max64 {
    display: none;
  }
  .______________________________________ {}
  .______________________________________ {}
  .______________________________________ {}
    
    
    .font-henkou {
    font-size: clamp(31px, 4.1vw, 41px);
    line-height: 1.4em;
    font-weight: 500;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    color: rgba(255,170,0,1.00);
  }
       #font-container {
    font-size: clamp(31px, 4.1vw, 41px);
    line-height: 1.4em;
    font-weight: 500;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    color: rgba(255,170,0,1.00);
  }
  .______________________________________ {}
  .______________________________________ {}
  .______________________________________ {} 
    
    
    
    
  .____base______________________________ {}
  #container {
    padding-top: 0px;
    padding-right: 4%;
    padding-left: 4%;
    padding-bottom: 0px;
    color: #FFFFFF;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
  }
  #container #wrapper {
    width: 100%;
    max-width: 1050px;
    text-align: left;
    z-index: 10;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    position: relative;
    padding-top: 73px;
  }
  ._____pagetop___________________________ {}
  #pagetop {
    float: left;
    position: fixed;
    bottom: 0px;
    right: 0px;
    z-index: 99999;
  }
  #pagetop a {
    width: 100%;
    height: auto;
    float: left;
    background-color: #98887C;
    color: #FFFFFF;
    text-align: center;
    box-sizing: border-box;
    opacity: 0.8;
    font-size: 0.7rem;
    font-weight: bolder;
    line-height: 1.2em;
    padding-top: 15px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    border: 0px solid #E4E4E4;
  }
  #pagetop a:hover {
    background: #999999;
  }
  .___________zip-area_____________________ {}
  .zip-area {
    width: 100%;
    background-color: #000;
    display: block;
    max-width: 1050px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
    padding-top: 10px;
    position: relative;
  }
  .zip-area .midashi {
    font-size: 12px;
    line-height: 22px;
    font-weight: normal;
    color: #FFF;
    background-image: url(../image2025/0001midashi_pc.jpg);
    padding: 0px;
    width: 100%;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center 0;
  }
  .zip-area .midashi p.responsive-letter01 {
    font-size: clamp(9px, 1.14vw, 14px);
    line-height: 1em;
    font-weight: normal;
    color: #FFF;
    text-align: center;
    padding-left: 20px;
    display: block;
    padding-right: 20px;
    padding-top: 6px;
    padding-bottom: 7px;
  }
  .zip-area .signboard-sp {
    position: relative;
    margin-top: 15px;
    margin-bottom: 5px;
    display: none;
  }
  .zip-area .signboard {
    position: relative;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .zip-area .signboard .kanban-image {
    width: 100%;
    height: auto;
    display: block;
  }
  .zip-area .signboard .toiawase-image img {
    position: absolute;
    width: 18%;
    height: auto;
    right: 0px;
    padding: 0px;
    bottom: 23%;
    display: block;
  }
  .zip-area .registered {
    font-size: clamp(6px, 1.1vw, 11px);
    letter-spacing: 0em;
    line-height: 1em;
    font-weight: 400;
    padding: 0px;
    margin: 0px;
    text-align: right;
    color: #FFF;
    right: -1%;
    bottom: 15%;
    position: absolute;
  }
  .___________main-area____________________ {}

  .main-area {
    margin-top: 0%;
    position: relative;
    padding-bottom: 2%;
    margin-bottom: 2%;
    border-bottom: 2px solid #FF0000;
  }
  .main-area#id-001 {
    padding-bottom: 0%;
    margin-bottom: 0%;
    border-bottom: 0px solid #FF0000;
  }
  .main-area img.top-img {
    width: 100%;
    height: auto;
    display: block;
  }
  .main-area img.namaramen-text-img {
    width: 50%;
    height: auto;
    display: block;
    position: absolute;
    top: 1%;
    left: 5%;
  }  
.main-area .kaisyo-test h1.namaramen-text-sans {
    transform: scale(0.95, 1);/*テキストを長体*/
    position: absolute;
    top: 1%;
    left: 5%;
    margin: 0px;
    padding: 0px;
    font-size: clamp(31px, 4.1vw, 41px);
    letter-spacing: -0.05em;
    line-height: 1.4em;
    font-weight: 500;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    text-shadow: 2px 2px 5px rgba(0,0,0,0.80);
    text-decoration: none;
    color: rgba(255,255,255,1.00);
}
.main-area .kaisyo-test h1.namaramen-text-sans#text-stroke-namaramen {/*文字黒ふちくくり*/
    -webkit-text-stroke: 4px black;
}
.main-area .kaisyo-test h1.namaramen-text-selif {
    transform: scale(0.95, 1);/*テキストを長体*/
    position: absolute;
    top: 1%;
    left: 5%;
    margin: 0px;
    padding: 0px;
    font-size: clamp(31px, 4.1vw, 41px);
    letter-spacing: -0.05em;
    line-height: 1.4em;
    font-weight: 800;
		font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-style: normal;
    text-shadow: 2px 2px 5px rgba(0,0,0,0.80);
    text-decoration: none;
    color: rgba(255,255,255,1.00);
}
.main-area .kaisyo-test h1.namaramen-text-selif#text-stroke-namaramen {/*文字黒ふちくくり*/
    -webkit-text-stroke: 4px black;
}
.main-area .kaisyo-test h1.namaramen-text-syuku {
  font-family: "Yuji Syuku", serif;
  font-weight: 400;
  font-style: normal;
    transform: scale(0.95, 1);/*テキストを長体*/
    position: absolute;
    top: 0%;
    left: 4%;
    margin: 0px;
    padding: 0px;
    font-size: clamp(36px, 4.4vw, 44px);
    letter-spacing: -0.05em;
    line-height: 1.4em;
    font-optical-sizing: auto;
    text-shadow: 2px 2px 5px rgba(0,0,0,0.80);
    text-decoration: none;
    color: rgba(255,255,255,1.00);
}
.main-area .kaisyo-test h1.namaramen-text-syuku#text-stroke-namaramen {/*文字黒ふちくくり*/
    -webkit-text-stroke: 4px black;
}
.main-area .kaisyo-test h1.namaramen-text-mai {
    transform: scale(0.95, 1);/*テキストを長体*/
    position: absolute;
    top: 0%;
    left: 4%;
    margin: 0px;
    padding: 0px;
    font-size: clamp(36px, 4.4vw, 44px);
    letter-spacing: -0.05em;
    line-height: 1.4em;
    font-weight: 700;
		font-family: "Yuji Mai", serif;
    font-optical-sizing: auto;
    font-style: normal;
    text-shadow: 2px 2px 5px rgba(0,0,0,0.80);
    text-decoration: none;
    color: rgba(255,255,255,1.00);
}
.main-area .kaisyo-test h1.namaramen-text-mai#text-stroke-namaramen {/*文字黒ふちくくり*/
    -webkit-text-stroke: 4px black;
}
#wrapper .main-area .setsumei---sans {
		font-family: "Noto Sans JP", sans-serif;
    position: absolute;
    left: 5%;
    top: -25%;
    display: inline-block;
    color: rgba(0,0,0,1.00);
    margin: 0px;
    background-color: rgba(255,170,0,1.00);
    font-size: x-large;
    line-height: 1em;
    font-weight: 600;
    padding-top: 3px;
    padding-left: 3px;
    padding-right: 3px;
    padding-bottom: 5px;
}
#wrapper .main-area .setsumei---selif {
		font-family: "Noto Serif JP", serif;
    position: absolute;
    left: 5%;
    top: -25%;
    display: inline-block;
    color: rgba(0,0,0,1.00);
    margin: 0px;
    background-color: rgba(255,170,0,1.00);
    font-size: x-large;
    line-height: 1em;
    font-weight: 600;
    padding-top: 3px;
    padding-left: 3px;
    padding-right: 3px;
    padding-bottom: 5px;
}
#wrapper .main-area .setsumei---syuku {
		font-family: "Yuji Boku", serif;
    position: absolute;
    left: 5%;
    top: -25%;
    display: inline-block;
    color: rgba(0,0,0,1.00);
    margin: 0px;
    background-color: rgba(255,170,0,1.00);
    font-size: x-large;
    line-height: 1em;
    padding-top: 3px;
    padding-left: 3px;
    padding-right: 3px;
    padding-bottom: 5px;
}
#wrapper .main-area .setsumei---mai {
		font-family: "Yuji Mai", serif;
    position: absolute;
    left: 5%;
    top: -25%;
    display: inline-block;
    color: rgba(0,0,0,1.00);
    margin: 0px;
    background-color: rgba(255,170,0,1.00);
    font-size: x-large;
    line-height: 1em;
    padding-top: 3px;
    padding-left: 3px;
    padding-right: 3px;
    padding-bottom: 5px;
}
.main-area  .title-h1h2 {
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: bolder;
    position: absolute;
    left: 4%;
    top: 5%;
    text-align: left;
    text-shadow: 3px 3px 4px #000000;
    color: #FFFFFF;
  }
.main-area  .title-h1h2 h1 {
    padding: 0px;
    font-size: clamp(36px, 4.4vw, 44px);
    margin-top: 0px;
    margin-left: 0px;
    margin-bottom: 10px;
    margin-right: 0px;
    line-height: 1.2em;
  }
.main-area  .title-h1h2 h2 {
    margin: 0px;
    padding: 0px;
    font-size: clamp(25px, 2.9vw, 29px);
    line-height: 1.4em;
  }  
  /*.main-area .cap01 .namaramen-text {
    font-size: clamp(50px, 5.5vw, 60px);
    letter-spacing: 0em;
    line-height: 1.6em;

  font-family: "Yuji Mai", serif;
  font-weight: 400;
  font-style: normal;
}*/
  .main-area a.sample-icon {
    position: absolute;
    left: -3%;
    bottom: 15%;
    width: 40%;
    height: auto;
    transition: all 0.2s; /*	両方に設定する事。マウスアウト時にも効果を持たせる*/
    padding: 0px;
    display: block;
    text-decoration: none;
    text-align: center;
  }
  .main-area a.sample-icon:hover { /*トランジションーーーーーーーーーーーーーーーーーーーー*/
    opacity: 0.5;
    text-decoration: none;
    transition: all 0.2s;
  }
  .main-area a.sample-icon .muryou-text {
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-style: normal;
    display: inline-block;
    padding-top: 3px;
    padding-bottom: 4px;
    padding-left: 8px;
    padding-right: 8px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 7px;
    color: #FFFFFF;
    border-radius: 10px;
    background-color: rgba(255,0,4,1.00);
    text-align: center;
    font-size: clamp(23px, 2.7vw, 27px);
    line-height: 1.4em;
    font-weight: 800;
    letter-spacing: 0em;
    text-decoration: none;
    border: 2px solid rgba(0,0,0,1.00);
    -webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.8);
    box-shadow: 1px 1px 3px rgba(0,0,0,0.8);
  }
  .main-area a.sample-icon .zenkoku-text {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 600;
    font-style: normal;
    display: block;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 3px;
    padding-right: 0px;
    color: #FFFFFF;
    text-align: center;
    font-size: clamp(12px, 1.6vw, 16px);
    line-height: 1em;
    letter-spacing: -0.05em;
    text-decoration: none;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    text-shadow: 2px 2px 3px rgba(0,0,0,1.00);
  }
  .main-area a.sample-icon-002 {
    position: absolute;
    right: -4%;
    bottom: 10%;
    width: 40%;
    height: auto;
    transition: all 0.2s; /*	両方に設定する事。マウスアウト時にも効果を持たせる*/
    padding: 0px;
    display: block;
    text-decoration: none;
    text-align: center;
  }
  .main-area a.sample-icon-002:hover { /*トランジションーーーーーーーーーーーーーーーーーーーー*/
    opacity: 0.5;
    text-decoration: none;
    transition: all 0.2s;
  }
  .main-area a.sample-icon-002 .muryou-text {
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-style: normal;
    display: inline-block;
    padding-top: 3px;
    padding-bottom: 4px;
    padding-left: 8px;
    padding-right: 8px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 7px;
    color: #FFFFFF;
    border-radius: 10px;
    background-color: rgba(255,0,4,1.00);
    text-align: center;
    font-size: clamp(23px, 2.7vw, 27px);
    line-height: 1.4em;
    font-weight: 800;
    letter-spacing: 0em;
    text-decoration: none;
    border: 2px solid rgba(0,0,0,1.00);
    -webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.8);
    box-shadow: 1px 1px 3px rgba(0,0,0,0.8);
  }
  .main-area a.sample-icon-002 .zenkoku-text {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 600;
    font-style: normal;
    display: block;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 3px;
    padding-right: 0px;
    color: #FFFFFF;
    text-align: center;
    font-size: clamp(12px, 1.6vw, 16px);
    line-height: 1em;
    letter-spacing: -0.05em;
    text-decoration: none;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    text-shadow: 2px 2px 3px rgba(0,0,0,1.00);
  }
  .main-area .text-hakata {
    color: #FFFFFF;
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 600;
    font-size: clamp(18px, 2.4vw, 24px);
    line-height: 1.4em;
    text-align: left;
    text-decoration: none;
    text-shadow: 1px 1px 3px rgba(0,0,0,1.00);
    display: block;
    position: absolute;
    bottom: 1%;
    right: 1%;
  }
  .main-area .text-hakata#text-stroke {/*文字黒ふちくくり*/
  -webkit-text-stroke: 2px black;
    text-shadow: 1px 1px 3px rgba(0,0,0,0);
  }
  .main-area .overflow {
    width: 55%;
    height: auto;
    position: absolute;
    bottom: -10%;
    right: -5%;
    display: block;
    /*フェード効果*/
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
  }
  .main-area .overflow:hover {
    display: block;
    /*フェード効果*/
    opacity: 0;
  }
  .main-area .cap03 {
    width: 100%;
    height: auto;
    margin: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
    border-bottom: 1px solid #FFF;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .___________flex-sns____________________ {}
    
.flex-sns {
    width: 100%;
    padding: 0px;
    /* フレックス バリエーション */
    flex-wrap: wrap; /* 折り返し */
    display: flex;
    align-content: stretch; /* 縦の位置指定 */
    justify-content: left; /* 左揃え */
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #FFF;
    margin: 0px;
    padding-top: 2%;
    padding-bottom: 1.5%;
    position: relative;
  }
.flex-sns .box01 {
    width: 12%;
    height: auto;
    margin: 0px;
    padding-right: 5px;
    display: block;
    /*フェード効果*/
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
.flex-sns .box01:hover {
    /*フェード効果*/
    opacity: 0.5;
  }
.flex-sns .box01 img {
    width: 100%;
    height: auto;
  }
  .___________main-img____________________ {}
  #wrapper #main-img {
    position: relative;
    padding-top: 0px;
    margin-top: 20px;
    margin-bottom: 0px;
  }
  #wrapper #main-img img {
    width: 100%;
    height: auto;
    display: block;
  }
  .______________.content-1_________________ {}
  .content-1 {
    max-width: 1050px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    background-color: #FFFFFF;
    margin-bottom: 0px;
    padding-bottom: 10px;
    padding-top: 40px;
    margin-top: 0px;
    color: #333333;
  }
  .content-1 .hr-red {
    padding-left: 0px;
    padding-right: 0px;
    border-top: 3px solid rgba(255, 0, 4, 1.00);
    width: 88%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 45px;
  }
  .content-1 .hr-red-02 {
    padding-left: 0px;
    padding-right: 0px;
    border-top: 3px solid rgba(255, 0, 4, 1.00);
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 45px;
  }
  .___________________allow-box_001______ {}
  
.allow-box_001 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    position: relative;
    border-bottom: 3px solid #D4B13D;
    margin-top: 0px;
    margin-bottom: 60px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-top: 30px;
}
.allow-box_001 h2 {
    font-size: clamp(1.9em, 2.8vw, 2.8em);
    letter-spacing: 0em;
    line-height: 1.2em;
    font-weight: 800;
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-style: normal;
    color: rgba(0,0,0,1.00);
    display: block;
    padding: 0px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 5px;
}
.allow-box_001 .allow-bottom-000 {
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: -30px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 25px 30px 25px;
    border-color: transparent transparent #D4B13D transparent;
    transform: rotate(180deg);
    position: absolute;
  }
  ._______________title-ber01_________________ {}
  #wrapper .content-1 .title-ber01 {
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    width: 90%;
    padding-top: 9px;
    padding-bottom: 10px;
    padding-left: 0px;
    display: block;
    color: #FFFFFF;
    background-color: #FFAA00;
    text-align: center;
    font-size: 23px;
    line-height: 1em;
    text-shadow: 2px 2px 1px #333333;
    border-radius: 5px;
    font-weight: 700;
  }
  ._______________title-bar-gray01_________________ {}
  #wrapper .content-1 .title-bar-gray01 {
    font-family: "Noto Sans JP", sans-serif;/*-sans-ゴシック体*/
    font-optical-sizing: auto;
    font-style: normal;
    font-size: clamp(1.6em, 3.0vw, 2.4em);
    letter-spacing: 0.2em;
    line-height: 1.2em;
    font-weight: 400;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5%;
    width: 90%;
    padding-top: 35px;
    padding-bottom: 40px;
    padding-left: 0px;
    display: block;
    color: rgba(0,0,0,0.70);
    background-color: rgba(0,0,0,0.15);
    text-align: center;
    border-radius: 0px;
  }
  #wrapper .content-1 .title-bar-gray01#spacing01 {
    letter-spacing: 0em;
  }
  ._______________title-bar-orange01_________________ {}
  #wrapper .content-1 .title-bar-orange01 {
    font-family: "Noto Sans JP", sans-serif;/*-sans-ゴシック体*/
    font-optical-sizing: auto;
    font-style: normal;
    font-size: clamp(1.6em, 3.0vw, 2.4em);
    letter-spacing: 0em;
    line-height: 1.2em;
    font-weight: 600;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5%;
    width: 90%;
    padding-top: 35px;
    padding-bottom: 40px;
    padding-left: 0px;
    display: block;
    color: rgba(255,255,255,1.00);
    background-color: rgba(255,170,0,1.00);
    text-align: center;
    border-radius: 0px;
    text-shadow: 2px 2px 0px rgba(0,0,0,1.00);
  }
  .________________________________001_profile_____________________________ {}
    
  #wrapper .content-1 .title-text-01 {
    font-family: "Noto Serif JP", serif;/*-selif-明朝体*/
    font-optical-sizing: auto;
    font-style: normal;
    font-size: clamp(1.9em, 3.2vw, 2.9em);
    letter-spacing: 0em;
    line-height: 1.0em;
    font-weight: 500;
    color: #000000;
    margin-left: 10%;
    text-align: left;
    margin-bottom: 2%;
    margin-top: 0px;
    /*-background-color: linear-gradient(90deg, rgba(192,185,174,1.00), rgba(192,185,174,0));
    background: linear-gradient(90deg, rgba(192,185,174,0.5),rgba(192,185,174,0.1));*/
    display: block;
    margin-right: 10%;
    padding-top: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
    padding-right: 0px;
    border-bottom: 2px solid rgba(0,0,0,0.2);
  }
  #wrapper .content-1 .goaisatsu-01 {
    color: #000000;
    margin-left: 10%;
    text-align: left;
    font-size: 30px;
    line-height: 1em;
    font-weight: bolder;
  }
  #wrapper .content-1 p.goaisatsu-02 {
    color: #000000;
    text-align: left;
    font-size: 18px;
    line-height: 2em;
    font-weight: 400;
    display: block;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
  }
  #wrapper .content-1 p.goaisatsu-02 .name01 {
    color: #000000;
    text-align: right;
    font-size: 21px;
    line-height: 2em;
    font-weight: 400;
    display: block;
    margin-bottom: 40px;
  }
  #wrapper .content-1 p.fudemoji-01 {
    font-family: "Yuji Mai", serif;
    font-weight: 400;
    font-style: normal;
    color: #000000;
    text-align: left;
    font-size: 27px;
    line-height: 2em;
    display: block;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
  }
  #wrapper .content-1 .fude-img {
    display: block;
    width: 80%;
    max-width: 680px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0px;
    margin-bottom: 60px;
  }
  #wrapper .content-1 .fude-font {
    width: 65%;
    margin-left: auto;
    margin-right: auto;
  }
  #wrapper .content-1 .fude-font h2 {
    font-family: "Yuji Boku", serif;
    font-weight: 400;
    font-style: normal;
    color: #000000;
    font-size: clamp(32px, 4.2vw, 42px);
    letter-spacing: 0em;
    margin: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 25px;
  }
  #wrapper .content-1 .fude-font h2 .spacing01 {
    display: inline-block;
    margin-left: -20px;
  }
  #wrapper .content-1 .fude-font p {
    font-family: "Yuji Boku", serif;
    font-weight: 400;
    font-style: normal;
    color: #000000;
    font-size: clamp(20px, 2.2vw, 22px);
    letter-spacing: -0.05em;
    padding-bottom: 60px;
    padding-top: 0px;
    transform: scale(1, 1.1);
    text-align: left;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
    margin-left: 9%;
  }
  #wrapper .content-1 .syotai-setsumei {
    display: block;
    margin-top: 0px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10%;
    color: #FF0408;
    font-size: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: normal;
  }
  #wrapper .content-1 .img_syaoku {
    display: block;
    width: 30%;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    height: auto;
    margin-top: 0px;
    margin-bottom: 60px;
  }
  .content-1 a.graph-box {
    display: block;
    width: 80%;
    padding: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: all 0.2s;
    margin-top: 0px;
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
    max-width: 650px;
    position: relative;
  }
  .content-1 a.graph-boxhover {
    text-decoration: none;
    opacity: 0.5;
    transition: all 0.2s;
  }
  .content-1 a.graph-box img {
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 0px;
    display: block;
  }
  .content-1 .graph-box .zoom-icon {
    display: none;
  }
  .content-1 .graph-box:hover .zoom-icon {
    display: block;
    position: absolute;
    top: 0%;
    right: 45%;
    width: 7%;
    height: auto;
    border-width: 0px;
  }
  ._____________table-gaiyou_________________________ {}
  .table-gaiyou {
    border-collapse: collapse;
    table-layout: fixed;
    width: 60%;
    background: #fff;
    border: none;
    margin: 0px auto 60px;
    font-weight: 400;
    font-size: clamp(13px, 2.0vw, 16px);
    line-height: 1.6em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .table-gaiyou tbody {
    border-top: 1px solid #ccc;
  }
  .table-gaiyou th, .table-gaiyou td {
    display: table-cell; /* デフォルト値に指定 */
    border-bottom: 1px solid #ccc;
    color: #000;
    background: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .table-gaiyou th {
    padding-left: 40px;
    padding-right: 20px;
    width: 30%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: normal;
  }
  .table-gaiyou td {
    padding-left: 40px;
    padding-right: 20px;
    width: 70%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  /*.table-gaiyou tr th:first-child {
        width: 100px;  
	}thの固定幅 */
    
    
   
  .________________________________002_product_____________________________ {
      
    } 
    
    
  .______________flex-lr06___________________________ {
      
    }
    
.content-1 .flex-lr06 {
    /* フレックス バリエーション */
    display: flex;
    align-content: stretch; /* 縦の位置指定 */
    justify-content: space-between; /* 両端は0pxで均等配置 */
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
  .content-1 .flex-lr06 .left {
    width: 50%;
    padding-left: 0%;
    padding-right: 0%;
    padding-top: 0%;
    padding-bottom: 0%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .content-1 .flex-lr06 .left img {
    width: 100%;
    height: auto;
    display: block;
  }
  .content-1 .flex-lr06 .left h3 {
    font-family: "Noto Sans JP", sans-serif; /*-sans-ゴシック体*/
    font-optical-sizing: auto;
    font-style: normal;
    font-size: clamp(0.8em, 3.0vw, 2.4em);
    letter-spacing: 0em;
    line-height: 1.4em;
    font-weight: 600;
    text-align: center;
    position: absolute;
    top: 23%;
    right: 0;
    left: 0;
    margin: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    border: 2px solid rgba(0,0,0,0.70);
    background-color: rgba(255,255,255,0.40);
    display: block;
    width: 50%;
  }
  .content-1 .flex-lr06 .right {
    width: 45%;
    padding-left: 5%;
    padding-right: 0%;
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .content-1 .flex-lr06 .right h4 {
    font-size: clamp(12px, 2.1vw, 21px);
    letter-spacing: -0.05em;
    line-height: 1.6em;
    font-weight: 600;
    padding-top: 40px;
    padding-bottom: 30px;
    text-align: left;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .content-1 .flex-lr06 .right p {
		font-size: clamp(1em, 1.5vw, 1.15em);
    letter-spacing: -0.05em;
    letter-spacing: 0em;
    line-height: 1.6em;
    font-weight: 400;
    margin: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-bottom: 15px;
    display: block;
    text-align: left;
    padding-right: 30px;
  }
  .content-1 .flex-lr06 .right .ul-box-pc {
    display: block;
  }
  .content-1 .flex-lr06 .right .ul-box-sp {
    display: none;
  }
  .content-1 .flex-lr06 .right ul {
    margin: 0px;
    padding-top: 0px;
    padding-bottom: 15px;
    padding-left: 40px;
  }
  .content-1 .flex-lr06 .right ul li {
    font-size: clamp(10px, 1.6vw, 18px);
    letter-spacing: 0em;
    line-height: 1.6em;
    font-weight: 600;
    margin: 0px;
  }
    
  .______________flex-lr06a___________________________ {
      
    }
    
.content-1 .flex-lr06a {
    /* フレックス バリエーション */
    display: flex;
    align-content: stretch; /* 縦の位置指定 */
  justify-content: center; /* センター揃え */
    width: 88%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}
  .content-1 .flex-lr06a .left {
    width: 65%;
    padding-left: 0%;
    padding-right: 0%;
    padding-top: 0%;
    padding-bottom: 0%;
    position: relative;
  }
  .content-1 .flex-lr06a .left img {
    width: 100%;
    height: auto;
    display: block;
  }
  .content-1 .flex-lr06a .left h3 {
    font-family: "Noto Sans JP", sans-serif; /*-sans-ゴシック体*/
    font-optical-sizing: auto;
    font-style: normal;
    font-size: clamp(23px, 3.6vw, 36px);
    letter-spacing: 0em;
    line-height: 1.4em;
    font-weight: 600;
    text-align: center;
    position: absolute;
    top: 23%;
    right: 0;
    left: 0;
    margin: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 2px solid rgba(0,0,0,0.70);
    background-color: rgba(255,255,255,0.40);
    width: 50%;
  }
  .content-1 .flex-lr06a .right {
    width: 29%;
    padding-left: 3%;
  }
  .content-1 .flex-lr06a .right h4 {
    font-size: clamp(12px, 1.6vw, 16px);
    letter-spacing: 0em;
    line-height: 1.6em;
    font-weight: 600;
    margin: 0px;
    padding-top: 60px;
    padding-left: 0px;
    padding-bottom: 15px;
    display: inline;
  }
  .content-1 .flex-lr06a .right p {
    font-size: clamp(12px, 1.6vw, 16px);
    letter-spacing: 0em;
    line-height: 1.6em;
    font-weight: 600;
    margin: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-bottom: 15px;
    display: inline;
  }
  .content-1 .flex-lr06a .right ul {
    margin: 0px;
    padding-top: 0px;
    padding-bottom: 15px;
    padding-left: 40px;
  }
  .content-1 .flex-lr06a .right ul li {
    font-size: clamp(14px, 1.5vw, 16px);
    letter-spacing: 0em;
    line-height: 1.6em;
    font-weight: 800;
    margin: 0px;
  }
    
  .______________flex-index___________________________ {}
  .content-1 .flex-index {
    width: 91%;
    flex-wrap: wrap;
    display: flex;
    align-content: stretch; /* 縦の位置指定 */
    justify-content: left;
    padding-right: 5%;
    padding-left: 4%;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
  }
  .content-1 .flex-index .box01 {
    width: 31%;
    height: auto;
    margin-right: 0%;
    margin-left: 2%;
    text-align: left;
    color: rgba(0, 0, 0, 1.00);
    margin-bottom: 5%;
    transition: 0.2s;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    padding-bottom: 0px;
  }
  .content-1 .flex-index .box01 a.men-img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #9A9A9A;
    background: linear-gradient(210deg, rgba(210, 210, 210, 0), rgba(210, 210, 210, 0.4)100%);
    transition: all 0.2s;
  }
  .content-1 .flex-index .box01 a.men-img:hover {
    text-decoration: none;
    opacity: 0.5;
    transition: all 0.2s;
  }
  .content-1 .flex-index .box01 a.men-img img {
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 0px;
  }
  .content-1 .flex-index .box01 a.caption-01 {
    position: relative;
    padding-top: 0px;
    text-decoration: none;
    display: block;
  }
  .content-1 .flex-index .box01 a.caption-01:hover {
    cursor: pointer;
  }
  .content-1 .flex-index .box01 a.caption-01 h2 {
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-style: normal;
    display: block;
    font-size: clamp(1.0em, 2.0vw, 1.5em);
    letter-spacing: -0.05em;
    line-height: 1em;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(255, 255, 255, 1.00);
    color: rgba(255, 0, 4, 1.00);
    text-align: left;
    font-weight: 800;
    text-decoration: none;
  }
  .content-1 .flex-index .box01 a.caption-01 h2.text-narrow-01 {
    transform: scale(0.7, 1);/*テキストを長体*/
    padding-right: 60px;
    text-align: left;
    position: absolute;
    top: 8%;
    left: -10%;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .content-1 .flex-index .box01 a.caption-01 p {
    display: block;
    font-size: clamp(12px, 2.0vw, 14px);
    letter-spacing: 0em;
    line-height: 1.4em;
    text-decoration: none;
    padding-top: 0px;
    padding-bottom: 6px;
    padding-right: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(255, 255, 255, 1.00);
    color: rgba(0, 0, 0, 1.00);
    text-align: left;
  }
  .content-1 .flex-index .box01 a.caption-01 p.margin-top-01 {
    padding-top: 40px;
  }
  .content-1 .flex-index .box01 a.caption-01 h3.toriyose {
    font-family: "Noto Serif JP", serif;
    font-size: clamp(9px, 1.5vw, 14px);
    letter-spacing: -0.05em;
    transform: scale(0.8, 1);
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 800;
    text-decoration: none;
    color: #FF0004;
    background-color: #FFF;
    border: 1px solid #FF0004;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 2px;
    padding-bottom: 2px;
    position: absolute;
    right: -18px;
    top: -5px;
    line-height: 1.2em;
    transition: all 0.2s;
    opacity: 1.0;
    display: block;
  }
  .content-1 .flex-index .box01 a.caption-01:hover h3.toriyose {
    transition: all 0.2s;
    color: #FFF;
    background-color: #FF0004;
    border: 1px solid #FF0004;
  }
  .content-1 .flex-index .box02 {
    width: 64%;
    margin-right: 0%;
    margin-left: 2%;
    color: rgba(0, 0, 0, 1.00);
    text-decoration: none;
    margin-bottom: 15%;
    transition: 0.2s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
    background-color: #F6DFC8;
    padding-bottom: 0pc;
    height: auto;
    text-align: center;
  }
  .content-1 .flex-index .box02 h2 {
    font-size: clamp(14px, 2.0vw, 20px);
    line-height: 1.6em;
  }
  .content-1 .flex-index .box02 h3 {
    font-size: clamp(24px, 2.4vw, 27px);
    line-height: 1.6em;
    color: #FF0004;
  }
  .content-1 .flex-index .box02 p {
    font-size: clamp(13px, 1.4vw, 16px);
    line-height: 1.4em;
  }
  .content-1 .flex-index .box01 .men-img .zoom-icon {
    display: none;
  }
  .content-1 .flex-index .box01 .men-img:hover .zoom-icon {
    display: block;
    position: absolute;
    right: -5px;
    top: -5px;
    width: 15%;
    height: auto;
    border-width: 0px;
  }
  .______________flex-index .box03_____________________ {}
  .content-1 .flex-index .box03 {
    width: 31%;
    height: auto;
    margin-right: 0%;
    margin-left: 2%;
    max-width: none;
    color: rgba(0, 0, 0, 1.00);
    margin-bottom: 5%;
    transition: 0.2s;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    padding: 10px;
    border: 2px solid #FF0004;
    text-align: center;
  }
  .content-1 .flex-index .box03 a {
    text-decoration: none;
    color: #000000;
  }
  .content-1 .flex-index .box03 a h4 {
    font-size: clamp(16px, 2.0vw, 21px);
    display: block;
    line-height: 1.4em;
    font-weight: bolder;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    padding-bottom: 20px;
    padding-top: 10px;
  }
  .content-1 .flex-index .box03 a h5 {
    font-size: clamp(21px, 2.7vw, 27px);
    font-size: 27px;
    line-height: 1.4em;
    text-decoration: none;
    display: block;
    float: none;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 2px;
    font-weight: bolder;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-top: 0px;
  }
  .content-1 .flex-index .box03 a h5 span.reitou {
    display: inline-block;
    background-color: #0049BC;
    color: #FCFCFC;
    margin-right: 5px;
    padding-top: 3px;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 3px;
    margin-left: 5px;
    line-height: normal;
  }
  .content-1 .flex-index .box03 a h6 {
    font-size: clamp(14px, 2.0vw, 18px);
    line-height: 1.4em;
    text-decoration: none;
    margin: 0px;
    display: block;
    padding-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 20px;
  }
  .content-1 .flex-index .box03 a p {
    font-size: clamp(11px, 2.0vw, 14px);
    display: block;
    line-height: 1.4em;
    padding: 0px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .content-1 .flex-index .box03 .tel-icon {
    display: none;
  }
  .content-1 .flex-index .box03:hover .tel-icon {
    display: block;
    position: absolute;
    right: -5px;
    top: -5px;
    width: 15%;
    height: auto;
    opacity: 0.7;
  }
  .______________________________003_factory___________________________________________________________ {}
  .______________flex-index02_______________________ {}
  .content-1 .flex-index02 #sp1, #sp2 {
    display: none;
  }
  .content-1 .flex-index02 {
    width: 97%;
    flex-wrap: wrap;
    display: flex;
    align-content: stretch; /* 縦の位置指定 */
    justify-content: space-between; /* 両端は0pxで均等配置 */
    justify-content: left; /* 左揃え */
    padding-right: 0%;
    padding-left: 1%;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .content-1 .flex-index02 .box00 {
    width: 29%;
    height: auto;
    margin-right: 2%;
    margin-left: 2%;
    padding-top: 6%;
    padding-right: 2%;
    padding-left: 2%;
    padding-bottom: 1%;
    margin-bottom: 5%;
    transition: 0.2s;
    position: relative;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: 400;
    font-size: clamp(18px, 2.1vw, 27px);
    letter-spacing: 0em;
    line-height: 2em;
    background-color: #ECD2AB;
    color: rgba(0, 0, 0, 0.9);
    text-align: center;
  }
  .content-1 .flex-index02 .box01 {
    width: 29%;
    height: auto;
    margin-right: 2%;
    margin-left: 2%;
    padding: 1% 2%;
    color: rgba(0, 0, 0, 0.9);
    margin-bottom: 5%;
    transition: 0.2s;
    position: relative;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #9A9A9A;
  }
  .content-1 .flex-index02 .box01 h2 {
    font-size: clamp(1.0em, 1.8vw, 1.5em);
    letter-spacing: 0.05em;
    line-height: 1em;
    text-align: center;
    margin: 0px;
    color: #D00003;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 10px;
    font-weight: 600;
  }
  .content-1 .flex-index02 .box01 img {
    width: 100%;
    height: auto;
  }
  .content-1 .flex-index02 .box01 p {
    font-size: clamp(14px, 1.6vw, 16px);
    letter-spacing: -0.05em;
    line-height: 1.6em;
    text-align: left;
    font-weight: 400;
    margin-top: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
  }
  .content-1 .flex-index02 .box01 .allow-right {
    position: absolute;
    right: -40px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 25px 30px 25px;
    border-color: transparent transparent #D4B13D transparent;
    transform: rotate(90deg);
  }
  .content-1 .flex-index02 .box01 .allow-bottom {
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: -30px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 25px 30px 25px;
    border-color: transparent transparent #D4B13D transparent;
    transform: rotate(180deg);
    position: absolute;
  }
  .content-1 .flex-index02 .box01 .allow-bottom-sp {
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: -30px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 25px 30px 25px;
    border-color: transparent transparent #D4B13D transparent;
    transform: rotate(180deg);
    position: absolute;
    display: none;
  }
  .content-1 .flex-index02 .box01 .allow-left {
    position: absolute;
    left: -40px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 25px 30px 25px;
    border-color: transparent transparent #D4B13D transparent;
    transform: rotate(270deg);
  }
  .box01 a .zoom-icon {
    display: none;
  }
  .box01 a:hover .zoom-icon {
    display: block;
    width: 20%;
    position: absolute;
    top: 35px;
    right: 15px;
    height: auto;
  }
  .____________________title-ber02___________________ {}
  #wrapper .content-1 .title-ber02 {
    margin-top: 0px;
    margin-bottom: 0px;
    width: 100%;
    padding-top: 9px;
    padding-bottom: 10px;
    padding-left: 0px;
    display: block;
    color: #FFFFFF;
    background-color: #FFAA00;
    text-align: center;
    font-size: 23px;
    line-height: 1em;
    text-shadow: 2px 2px 1px #333333;
    font-weight: 700;
  }
  .____________________img2100_____________________ {}
    
  #wrapper .content-1 .img2100 {
    margin-bottom: 40px;
    position: relative;
    color: #FFFFFF;
  }
  #wrapper .content-1 .img2100 img {
    width: 100%;
    height: auto;
    display: block;
  }
  #wrapper .content-1 .img2100 h2 {
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: bolder;
    font-size: clamp(20px, 3.5vw, 40px);
    display: block;
    position: absolute;
    left: 5%;
    top: 10%;
    margin: 0px;
    text-align: left;
    line-height: 1em;
    text-shadow: 3px 3px 4px #000000;
    padding-left: 10px;
    padding-top: 90px;
    padding-bottom: 90px;
    padding-right: 10px;
    border: 2px solid rgba(255,255,255,1.00);
    background-color: rgba(0,0,0,0.3);
  }
  #wrapper .content-1 .img2100 h3 {
    font-weight: 600;
    font-size: clamp(18px, 2.3vw, 23px);
    display: block;
    position: absolute;
    left: 28%;
    top: 9%;
    margin: 0px;
    text-align: left;
    line-height: 1.8em;
    text-shadow: 2px 2px 3px #000000;
    color: rgba(255,255,255,1.00);
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-top: 5%;
  }
  #wrapper .content-1 .img2100 h4 {
    transform: scale(0.9, 1);/*テキストを長体*/
    font-weight: 600;
    font-size: clamp(18px, 2.3vw, 23px);
    display: block;
    position: absolute;
    right: -1%;
    top: 53%;
    margin: 0px;
    padding: 0px;
    text-align: left;
    line-height: 1.8em;
    text-shadow: 2px 2px 3px #000000;
  }
  #wrapper .content-1 .img2100 h5 {
    transform: scale(0.9, 1);/*テキストを長体*/
    font-weight: 600;
    font-size: clamp(18px, 2.3vw, 23px);
    display: block;
    position: absolute;
    left: 3%;
    top: 30%;
    margin: 0px;
    padding: 0px;
    text-align: left;
    line-height: 2em;
    text-shadow: 2px 2px 3px #000000;
  }
  .____________________title-ber03___________________ {}
  #wrapper .content-1 .title-ber03 {
    margin-top: 0px;
    margin-bottom: 0px;
    width: 100%;
    padding-top: 9px;
    padding-bottom: 10px;
    padding-left: 0px;
    display: block;
    color: #FFFFFF;
    background-color: #FFAA00;
    text-align: center;
    font-size: 23px;
    line-height: 1em;
    text-shadow: 2px 2px 1px #333333;
    font-weight: 700;
  }
  ._________________flex-lr01________________________ {}
  #wrapper .content-1 .flex-lr01 {
    display: flex;
    align-content: stretch; /* 縦の位置指定 */
    justify-content: space-between; /* 両端は0pxで均等配置 */
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: rgba(0, 0, 0, 0.90);
    border-radius: 10px;
    border: 1px solid rgba(131, 131, 131, 1.00);
    padding-left: 3%;
    padding-right: 3%;
    padding-top: 3%;
    padding-bottom: 3%;
  }
  #wrapper .content-1 .flex-lr01 .left {
    width: 25%;
  }
  #wrapper .content-1 .flex-lr01 .left img {
    width: 100%;
    height: auto;
  }
  #wrapper .content-1 .flex-lr01 .right {
    width: 75%;
    text-align: left;
    margin-top: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 6%;
    padding-right: 3%;
  }
  #wrapper .content-1 .flex-lr01 .right h3 {
    font-size: clamp(22px, 3.1vw, 28px);
    letter-spacing: 0em;
    line-height: 1.8em;
    font-weight: 600;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    display: inline;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  #wrapper .content-1 .flex-lr01 .right h3 span {
    color: rgba(255, 255, 255, 1.00);
    padding-top: 0px;
    padding-bottom: 3px;
    padding-left: 8px;
    padding-right: 8px;
    background-color: rgba(0,88,255,1.00);
    margin-top: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    margin-right: 8px;
  }
  #wrapper .content-1 .flex-lr01 .right hr {
    border-top: 2px solid rgba(3, 34, 132, 1.00);
    margin-bottom: 20px;
  }
  #wrapper .content-1 .flex-lr01 .right hr#hr-right01 {
    margin-bottom: 0px;
  }
  #wrapper .content-1 .flex-lr01 .right p {
    font-size: clamp(16px, 2.1vw, 20px);
    letter-spacing: 0em;
    margin: 0px;
    padding: 0px;
    line-height: 1.4em;
  }
  #wrapper .content-1 .flex-lr01 .right .flex-lr02 .allow-left {
    font-size: clamp(16px, 2.1vw, 20px);
    letter-spacing: 0em;
    line-height: 1em;
    display: inline-block;
    padding-bottom: 0px;
  }
  #wrapper .content-1 .flex-lr01 .right .img001 {
    width: 40%;
    height: auto;
    display: inline-block;
    margin-bottom: -10px;
  }
  ._________________flex-lr01______flex-lr02___________ {}
  #wrapper .content-1 .flex-lr01 .right .flex-lr02 {
    display: flex;
    align-content: stretch; /* 縦の位置指定 */
    justify-content: space-between; /* 両端は0pxで均等配置 */
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: rgba(0, 0, 0, 0.90);
  }
  #wrapper .content-1 .flex-lr01 .right .flex-lr02 .left {
    width: 25%;
    margin: 0px;
    padding: 0px;
  }
  #wrapper .content-1 .flex-lr01 .right .flex-lr02 .left h4 {
    font-size: clamp(16px, 2.1vw, 20px);
    letter-spacing: 0em;
    line-height: 1.6em;
    display: inline;
  }
  #wrapper .content-1 .flex-lr01 .right .flex-lr02 .right {
    width: 75%;
    margin: 0px;
    text-align: right;
    padding-top: 20px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
  }
  #wrapper .content-1 .flex-lr01 .right .flex-lr02 .right .img002 {
    display: inline;
    width: 55%;
    margin: 0px;
    padding: 0px;
    height: auto;
  }
  #wrapper .content-1 .flex-lr01 .right .flex-lr02 .right .img003 {
    display: inline;
    width: 40%;
    height: auto;
    margin: 0px;
    padding: 0px;
  }
  ._________________flex-lr03________________________ {}
  #wrapper .content-1 .flex-lr03 {
    display: flex;
    align-content: stretch; /* 縦の位置指定 */
    justify-content: space-between; /* 両端は0pxで均等配置 */
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px;
    color: rgba(0, 0, 0, 0.8);
  }
  #wrapper .content-1 .flex-lr03 .left {
    width: 30%;
  }
  #wrapper .content-1 .flex-lr03 .left img {
    width: 100%;
    height: auto;
  }
  #wrapper .content-1 .flex-lr03 .right {
    width: 70%;
    padding-left: 4%;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  #wrapper .content-1 .flex-lr03 .right h3 {
    font-weight: 500;
    font-size: clamp(33px, 3.8vw, 40px);
    line-height: 1em;
    display: block;
    text-align: left;
    border-bottom: 1px solid #999999;
    padding-bottom: 10px;
    margin-bottom: 20px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    color: rgba(0, 0, 0, 0.60);
  }
  #wrapper .content-1 .flex-lr03 .right h4 {
    font-weight: 400;
    font-size: clamp(21px, 2.8vw, 27px);
    line-height: 1em;
    display: block;
    margin-bottom: 20px;
    padding: 0px;
    text-align: left;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
  }
  #wrapper .content-1 .flex-lr03 .right p {
    font-size: clamp(16px, 2.0vw, 18px);
    line-height: 1.6em;
    letter-spacing: 0em;
    margin: 0px;
    padding-bottom: 15px;
    padding-top: 0px;
    padding-right: 0%;
    padding-left: 0px;
  }
  .______________________________004_user___________________________________________________________ {}
  ._________________flex-lr04________________________ {}
  #wrapper .content-1 .flex-lr04 {
    display: flex;
    align-content: stretch; /* 縦の位置指定 */
    justify-content: space-between; /* 両端は0pxで均等配置 */
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: -2%;
    margin-bottom: 4%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: rgba(0, 0, 0, 0.8);
    padding-left: 3%;
    padding-right: 3%;
    padding-top: 3%;
    padding-bottom: 3%;
    border: 2px solid rgba(208, 208, 208, 1.00);
  }
  #wrapper .content-1 .flex-lr04 .left {
    width: 35%;
    background-color: #000000;
    margin: 0px;
    padding: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #wrapper .content-1 .flex-lr04 .left h2.user-sp {
    display: none;
  }
  #wrapper .content-1 .flex-lr04 .left img {
    width: 100%;
    height: auto;
    display: block;
  }
  #wrapper .content-1 .flex-lr04 .right {
    width: 70%;
    padding-left: 4%;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #wrapper .content-1 .flex-lr04 .right .info {}
  #wrapper .content-1 .flex-lr04 .right table {
    table-layout: fixed;
    border-collapse: collapse;
    width: 100%;
    border-bottom: 1px solid #999999;
    font-weight: 300;
    font-style: normal;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #wrapper .content-1 .flex-lr04 .right table tr {
    border-top: 1px solid #999999;
  }
  #wrapper .content-1 .flex-lr04 .right table tr th, #wrapper .content-1 .flex-lr04 .right table tr td {
    display: table-cell; /* 重要 */
    font-size: clamp(12px, 1.5vw, 16px);
    letter-spacing: 0em;
    line-height: 1.6em;
    font-weight: 400;
    font-style: normal;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 80%;
    margin-left: auto;
    padding: 5px;
    margin-right: auto;
  }
  #wrapper .content-1 .flex-lr04 .right table tr th {
    padding-left: 3%;
    padding-right: 3%;
    background-color: #FFDE9E;
  }
  #wrapper .content-1 .flex-lr04 .right table tr td {
    padding-left: 3%;
    padding-right: 5%;
    background-color: #E0F2F9;
  }
  #wrapper .content-1 .flex-lr04 .right h2 {
    font-weight: 500;
    font-size: clamp(33px, 3.8vw, 40px);
    line-height: 1.6em;
    display: block;
    text-align: center;
    border-bottom: 2px solid rgba(204, 69, 0, 1.00);
    padding-bottom: 5px;
    margin-bottom: 20px;
    padding-left: 0px;
    padding-right: 5%;
    padding-top: 0px;
    margin-left: 0px;
    margin-top: -15px;
    margin-right: 0px;
    color: rgba(204, 69, 0, 1.00);
  }
  #wrapper .content-1 .flex-lr04 .right p {
    font-size: clamp(16px, 2.0vw, 18px);
    line-height: 1.8em;
    letter-spacing: 0em;
    margin: 0px;
    padding-bottom: 30px;
    padding-top: 0px;
    padding-right: 5%;
    padding-left: 5%;
  }
  .______________________________005_open___________________________________________________________ {}
    
 
  .____________________img2100____ureru__tenpo_______________ {}   
  
  #wrapper .content-1 .img2100 h2.ureru {
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: bolder;
    font-size: clamp(20px, 3.5vw, 40px);
    display: block;
    position: absolute;
    left: 5%;
    top: 10%;
    margin: 0px;
    text-align: center;
    line-height: 1.2em;
    text-shadow: 3px 3px 4px #000000;
    padding-left: 20px;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-right: 20px;
    border: 2px solid rgba(255,255,255,1.00);
    background-color: rgba(0,0,0,0.3);
  }
  #wrapper .content-1 .img2100 h4.ureru {
    font-weight: 600;
    font-size: clamp(18px, 2.3vw, 23px);
    display: block;
    position: absolute;
    left: 28%;
    top: 9%;
    margin: 0px;
    padding: 0px;
    text-align: left;
    line-height: 1.8em;
    text-shadow: 2px 2px 3px #000000;
  }
  #wrapper .content-1 .img2100 h2.tenpo {
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: bolder;
    font-size: clamp(20px, 3.5vw, 40px);
    display: block;
    position: absolute;
    left: 5%;
    top: 10%;
    margin: 0px;
    text-align: center;
    line-height: 1.2em;
    text-shadow: 3px 3px 4px #000000;
    padding-left: 20px;
    padding-top: 90px;
    padding-bottom: 90px;
    padding-right: 20px;
    border: 2px solid rgba(255,255,255,1.00);
    background-color: rgba(0,0,0,0.3);
  }
  #wrapper .content-1 .img2100 h5.tenpo {
    font-weight: 600;
    font-size: clamp(18px, 2.3vw, 23px);
    display: block;
    position: absolute;
    left: 34%;
    top: 30%;
    margin: 0px;
    padding: 0px;
    text-align: left;
    line-height: 1.8em;
    text-shadow: 2px 2px 3px #000000;
  }  
    
  ._____________table-qa_________________________ {}
  .table-qa {
    border-collapse: collapse;
    table-layout: fixed;
    width: 80%;
    background: #fff;
    border: none;
    margin: 0px auto 60px;
    font-weight: 400;
    font-size: clamp(13px, 2.0vw, 16px);
    line-height: 1.6em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .table-qa tbody {
    border-top: 1px solid #ccc;
  }
  .table-qa th, .table-qa td {
    display: table-cell; /* デフォルト値に指定 */
    border-bottom: 1px solid #ccc;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .table-qa th {
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-size: clamp(24px, 2.7vw, 28px);
    letter-spacing: 0em;
    line-height: 1.8em;
    width: 20%;
    font-weight: 800;
    color: rgba(187, 0, 3, 1.00);
    text-align: center;
    vertical-align: middle;
  }
  .table-qa td {
    font-size: clamp(14px, 2.0vw, 18px);
    letter-spacing: 0em;
    line-height: 1.6em;
    color: rgba(73, 73, 73, 1.00);
    padding-left: 5%;
    padding-right: 2%;
    width: 80%;
  }
  .table-qa td h3 {
    color: rgba(187, 0, 3, 1.00);
    margin-bottom: 10px;
    font-weight: 600;
  }
  .table-qa td p {
      
 }
    
   
  ._____________ureru-menu-title01________________ {} 
   
.menu-box {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    text-align: center;
}    
.menu-box .ureru-menu-title01 {
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 40px;
}   
.menu-box .ureru-menu-title01 .allow-box {
    position: relative;
    border-bottom: 3px solid #D4B13D;
    margin-bottom: 30px;
}
.menu-box .ureru-menu-title01 .allow-box h3 {
    font-size: clamp(32px, 4.0vw, 40px);
    letter-spacing: 0em;
    line-height: 1.2em;
    font-weight: 800;
    display: block;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 5px;
}
.menu-box .ureru-menu-title01 .allow-box h3#misetsukuri {
    margin-bottom: 10px;
}
.menu-box .ureru-menu-title01 h4 {
    font-size: clamp(32px, 4.0vw, 40px);
    letter-spacing: 0em;
    line-height: 1.2em;
    font-weight: 800;
    display: block;
    margin: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}
.menu-box .ureru-menu-title01 h5 {
    font-size: clamp(27px, 3.2vw, 32px);
    letter-spacing: 0em;
    line-height: 1.2em;
    font-weight: 800;
    display: block;
    margin: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}
.menu-box .ureru-menu-title01 .allow-box .allow-bottom-001 {
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: -30px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 25px 30px 25px;
    border-color: transparent transparent #D4B13D transparent;
    transform: rotate(180deg);
    position: absolute;
  }
  ._____________.mise-tsukuri________________ {} 
 
.menu-box .mise-tsukuri {
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    display: inline-block;
    border: 1px solid #000000;
    border-radius: 10px;
    padding-top: 5%;
    padding-left: 8%;
    padding-right: 8%;
    padding-bottom: 2%;
}
.menu-box .mise-tsukuri .shop-image {
    padding-left: 0%;
    padding-right: 0%;
    padding-bottom: 0px;
    padding-top: 0px;
    position: relative;
    margin-bottom: 30px;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    display: inline-block;
}
.menu-box .mise-tsukuri .shop-image h4 {
    margin: 0px;
    padding-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 15px;
		font-size: clamp(20px, 2.4vw, 24px);
		letter-spacing: 0em;
		line-height: 1.6em;
		font-weight: 600;
}
.menu-box .mise-tsukuri .shop-image h5 {
    margin: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 5px;
    font-size: clamp(14px, 1.7vw, 17px);
    letter-spacing: 0em;
    line-height: 1.6em;
    font-weight: 400;
    color: #FF0000;
}
.menu-box .mise-tsukuri .shop-image .allow-bottom-002 {
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: -20px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 15px 20px 15px;
    border-color: transparent transparent #D4B13D transparent;
    transform: rotate(180deg);
    position: absolute;
}
.menu-box .mise-tsukuri p {
		font-size: clamp(23px, 2.7vw, 27px);
		letter-spacing: 0em;
		line-height: 1.8em;
		font-weight: 600;
}
   
  ._____________.flex-lr05________________ {} 
 
.menu-box .flex-lr05 {
    display: flex;
    align-content: stretch; /* 縦の位置指定 */
    justify-content: space-between; /* 両端は0pxで均等配置 */
    width: 80%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 30px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    border-bottom: 1px solid #666666;
}   
.menu-box .flex-lr05 .left {
    margin-bottom: 0px;
    width: 62%;
    margin: 0px;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
} 
.menu-box .flex-lr05 .left img {
    width: 100%;
    height: auto;
    display: block;
} 
.menu-box .flex-lr05 .left ul {
    padding-left: 5%;
    padding-right: 15%;
    padding-bottom: 0px;
} 
.menu-box .flex-lr05 .left ul li {
    font-size: clamp(14px, 1.5vw, 16px);
    letter-spacing: 0em;
    line-height: 1.6em;
    font-weight: 400;
    text-align: left;
    padding-top: 0px;
    padding-bottom: 5px;
}
.menu-box .flex-lr05 .right {
    width: 38%;
    margin: 0px;
    padding-left: 2%;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
} 
.menu-box .flex-lr05 .right img {
    width: 100%;
    height: auto;
    display: block;
}
.menu-box .flex-lr05 .right ul {
    padding-left: 15%;
    padding-right: 0%;
    padding-bottom: 0px;
} 
.menu-box .flex-lr05 .right ul li {
    font-size: clamp(14px, 1.5vw, 16px);
    letter-spacing: 0em;
    line-height: 1.6em;
    font-weight: 400;
    text-align: left;
}  
.menu-box .flex-lr05 .right ul.ul-sp {
    display: none;
}  
.menu-box .flex-lr05 .right ul li.ul-sp {
    display: none;
} 
   
  ._____________flex-menu01________________ {} 
 
.flex-menu01 {
    flex-wrap: wrap; /* 折り返し */
    display: flex;
    align-content: stretch; /* 縦の位置指定 */
    justify-content: space-between; /* 両端は0pxで均等配置 */
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 3%;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 30px;
}
.flex-menu01 .box01 {
    margin-bottom: 0px;
    width: 50%;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 3%;
    padding-top: 0%;
    padding-bottom: 3%;
    padding-right: 0%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
} 
.flex-menu01 .box01 img,.box02 img {
    width: 100%;
    height: auto;
    display: block;
}
.flex-menu01 .box02 {
    margin-bottom: 0px;
    width: 60%;
    margin: 0px;
    padding-left: 3%;
    padding-top: 0%;
    padding-bottom: 3%;
    padding-right: 0%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.flex-menu01 .box03 {
    margin-bottom: 0px;
    width: 40%;
    margin: 0px;
    padding-left: 0%;
    padding-top: 0%;
    padding-bottom: 3%;
    padding-right: 0%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.flex-menu01 .box03 p {
    font-size: clamp(13px, 1.9vw, 18px);
    letter-spacing: 0em;
    line-height: 1.8em;
    font-weight: 400;
    text-align: center;
    padding-top: 10%;
}
    
    
    
    
    
  .______________________________006_privacy___________________________________________________________ {}
  #wrapper .content-1 .sign-box {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding-top: 100px;
    color: #333333;
  }
  #wrapper .content-1 .sign-box .h3-sign {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: clamp(16px, 1.8vw, 18px);
    letter-spacing: 0em;
    line-height: 1.6em;
    padding-top: 0px;
    text-align: left;
    display: block;
    font-weight: 400;
    position: absolute;
    top: -40px;
    right: 0%;
  }
  #wrapper .content-1 .sign-box .h3-sign .name {
    font-size: clamp(18px, 1.8vw, 20px);
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-style: normal;
    margin-top: 10px;
    display: inline-block;
  }
  ._____________ol-privacy_________________________ {}
  #wrapper .content-1 .houshin-01 {
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: clamp(18px, 2.1vw, 20px);
    letter-spacing: 0em;
    line-height: 2em;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 40px;
    padding: 0px;
    color: #333333;
  }
  #wrapper .content-1 .hr-gray-01 {
    padding-left: 0px;
    padding-right: 0px;
    border-top: 2px solid rgba(196, 196, 196, 1.00);
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
  }
  #wrapper .content-1 .ol-privacy {
    font-size: clamp(16px, 1.8vw, 18px);
    letter-spacing: 0em;
    line-height: 2em;
    width: 68%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 40px;
    padding: 0px;
  }
  #wrapper .content-1 .ol-privacy li {
    padding-bottom: 40px;
    padding-top: 0px;
    padding-left: 10px;
  }
  #wrapper .content-1 .ol-privacy li .madoguchi {
    padding-left: 40px;
    display: inline-block;
  }
  ._____________table-kiyaku___ul-kiyaku______________________ {}
  .table-kiyaku {
    border-collapse: collapse;
    table-layout: fixed;
    width: 70%;
    background: #fff;
    border: none;
    margin: 0px auto 60px;
    font-weight: 400;
    font-size: clamp(13px, 2.0vw, 16px);
    line-height: 1.6em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #333333;
  }
  .table-kiyaku tbody {
    border-top: 1px solid #ccc;
  }
  .table-kiyaku th, .table-kiyaku td {
    display: table-cell; /* デフォルト値に指定 */
    border-bottom: 1px solid #ccc;
    color: #000;
    background: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .table-kiyaku th {
    padding-left: 0px;
    padding-right: 0px;
    width: 20%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: normal;
  }
  .table-kiyaku td {
    padding-left: 10px;
    padding-right: 0px;
    width: 80%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .table-kiyaku td .ul-kiyaku {}
  .table-kiyaku td .ul-kiyaku li {}
  .___pc________________________Mail01_utf8_contact_____________________________________________________ {}
  #wrapper .content-1 .title-ber03 {
    font-size: clamp(21px, 2.9vw, 28px);
    letter-spacing: 0em;
    line-height: 1.4em;
    font-weight: 700;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    width: 90%;
    padding-top: 9px;
    padding-bottom: 10px;
    padding-left: 0px;
    display: block;
    color: #FFFFFF;
    background-color: #FFAA00;
    text-align: center;
    text-shadow: 2px 2px 1px #333333;
    border-radius: 5px;
    font-style: normal;
  }
  .______________.content-1_.contact_________ {}
  #wrapper .content-1 .contact {
    width: 65%;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFFFFF;
    margin-bottom: 0px;
    padding-bottom: 0px;
    padding-top: 40px;
    margin-top: 0px;
    color: #333333;
  }
  #wrapper .content-1 .contact .mail-h3-hr {
    display: block;
    width: 100%;
    font-size: clamp(18px, 2.0vw, 20px);
    letter-spacing: 0em;
    line-height: 1em;
    font-weight: 600;
    font-style: normal;
    margin-top: 0px;
    margin-bottom: 30px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 10px;
    border-bottom: 1px solid #CCCCCC;
    text-align: center;
  }
  #wrapper .content-1 .flex-senmonten {
    display: flex;
    align-content: stretch; /* 縦の位置指定 */
    justify-content: space-between; /* 両端は0pxで均等配置 */
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 10px;
    padding-bottom: 0px;
  }
  #wrapper .content-1 .flex-senmonten .left {
    width: 35%;
    padding-right: 30px;
  }
  #wrapper .content-1 .flex-senmonten .left img {
    width: 100%;
    height: auto;
  }
  #wrapper .content-1 .flex-senmonten .right {
    width: 65%;
  }
  #wrapper .content-1 .flex-senmonten .right h2 {
    font-size: clamp(16px, 2.0vw, 20px);
    letter-spacing: 0em;
    line-height: 1em;
    font-weight: 600;
    margin: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 20px;
  }
  #wrapper .content-1 .flex-senmonten .right h4 {
    font-size: clamp(14px, 1.5vw, 16px);
    letter-spacing: 0em;
    line-height: 1.6em;
    font-weight: 400;
    margin: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 20px;
  }
  #wrapper .content-1 .flex-senmonten .right h5 {
    font-size: clamp(14px, 1.5vw, 16px);
    letter-spacing: 0em;
    line-height: 1.6em;
    font-weight: 400;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 10px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: -8px;
  }
  #wrapper .content-1 .flex-senmonten .right p {
    font-size: clamp(12px, 1.4vw, 14px);
    letter-spacing: 0em;
    line-height: 1.6em;
    font-weight: 400;
    margin: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 30px;
  }
  .______________formWrap_________________ {}
  #formWrap #progress {
    background-color: #f1f1f1;
    width: 96%;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    border: 1px solid #CCC;
    text-align: center;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 13px;
    color: #999;
    line-height: 1em;
    font-weight: normal;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 2%;
    padding-right: 2%;
  }
  #formWrap #progress span {
    color: #039;
    font-weight: normal;
  }
  #formWrap {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: clamp(12px, 1.4vw, 14px);
    letter-spacing: 0em;
    line-height: 1.6em;
    font-weight: 400;
    width: 65%;
    color: #333;
    padding: 0px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 60px;
    margin-left: auto;
    max-width: 850px;
  }
  #formWrap h5 {
    font-size: clamp(14px, 1.5vw, 16px);
    letter-spacing: 0em;
    line-height: 1em;
    font-weight: 400;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    margin-top: 60px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
  }
  #formWrap h5 a {
    color: #333;
    text-decoration: none;
  }
  #formWrap h5 a:hover {
    color: #02F;
    text-decoration: underline;
  }
  #formWrap .hissu {
    color: #C00;
  }
  #formWrap form {
    width: 100%;
    text-align: center;
  }
  #formWrap form Table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    margin-right: auto;
    margin-left: auto;
  }
  #formWrap form Table tr th {
    display: table-cell; /* th,td横並びの初期値------------------ */
    border: 1px solid #ccc;
    padding: 10px;
    width: 30%;
    font-weight: normal;
    background: #f1f1f1;
    text-align: left;
    border-radius: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #formWrap form Table tr td {
    display: table-cell; /* th,td横並びの初期値------------------ */
    border: 1px solid #ccc;
    padding: 10px;
    text-align: left;
    width: 70%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #formWrap form table tr td .inline-block {
    display: inline-block;
    padding-top: 5px;
  }
  #formWrap form .kakunin {
    text-align: center;
    padding-top: 30px;
  }
  #formWrap form .kakunin input {
    display: inline-block;
    background-color: rgba(240, 240, 240, 1.00);
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 5px;
    border-radius: 10px;
    margin-right: 5px;
    font-size: clamp(16px, 2.0vw, 20px);
    letter-spacing: 0em;
    color: rgba(0, 0, 0, 1.00);
    transition: all 0.2s;
  }
  #formWrap form .kakunin input:hover {
    color: rgba(255, 255, 255, 1.00);
    background-color: rgba(100, 100, 100, 1.00);
  }
  #formWrap .back01 {
    text-align: center;
    padding-top: 30px;
  }
  #formWrap .back01 input {
    display: inline-block;
    background-color: rgba(240, 240, 240, 1.00);
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 10px;
    font-size: clamp(16px, 2.0vw, 20px);
    letter-spacing: 0em;
    color: rgba(0, 0, 0, 1.00);
    transition: all 0.2s;
  }
  #formWrap .back01 input:hover {
    color: rgba(255, 255, 255, 1.00);
    background-color: rgba(100, 100, 100, 1.00);
  }
  #formWrap form Table tr td .form-size01 {
    width: 95%;
    margin-right: 5%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 0%;
  }
  #formWrap form Table tr td .form-size02 {
    width: 75%;
    margin-right: 25%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 0%;
  }
  #formWrap form Table tr td .form-size03 {
    width: 55%;
    margin-right: 0%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 0%;
  }
  .________________________________pc-footer____________________________________________________________ {}
  /* pc-フッターーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
  #pc-footer {
    width: 100%;
    padding-top: 30px;
    position: relative;
    color: #FFFFFF;
    border-top: 1px solid #CCCCCC;
    display: block;
  }
  #pc-footer ul {
    list-style-type: none;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 20px;
    margin-left: -5px;
    width: 70%;
    padding-top: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-right: 30%;
  }
  #pc-footer ul a {
    color: #FFFFFF;
    text-decoration: none;
    font-size: 11px;
    line-height: 1em;
    padding-left: 5px;
    padding-right: 10px;
    border-right: 1px solid #F4F4F4;
    padding-top: 0px;
    padding-bottom: 0px;
    display: inline-block;
  }
  #pc-footer ul a:hover {
    color: #F93;
    text-decoration: underline;
  }
  #pc-footer h1 {
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: bolder;
    font-size: 16px;
    line-height: 1em;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 10px;
    float: left;
  }
  #pc-footer p {
    font-size: 11px;
    line-height: 2em;
    padding-top: 3px;
    padding-right: 30%;
    padding-bottom: 35px;
    padding-left: 0px;
    float: both;
    display: inline-block;
    color: rgba(255, 255, 255, 1.00);
    margin-left: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
    margin-top: 0px;
  }
  #pc-footer p a {
    color: rgba(255, 255, 255, 1.00);
    text-decoration: none;
  }
  #pc-footer p a:hover {
    text-decoration: underline;
    color: #FFAA00;
  }
  #pc-footer .copy {
    font-size: 11px;
    line-height: 1em;
    color: #FFFFFF;
    text-align: center;
    display: block;
    padding-top: 10px;
    padding-bottom: 40px;
    padding-left: 0px;
    padding-right: 0px;
    border-top: 1px solid #CCCCCC;
  }
  #pc-footer .tel_box {
    width: 180px;
    border: 1px solid #999;
    background-color: #333;
    border-radius: 5px;
    color: #FFF;
    position: absolute;
    right: 0px;
    bottom: 38%;
    text-decoration: none;
    display: block;
    padding-top: 17px;
    padding-bottom: 0px;
    padding-left: 5px;
    padding-right: 5px;
  }
  #pc-footer .tel_box img {
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    display: block;
    width: 25%;
    height: auto;
    padding-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 15px;
  }
  #pc-footer .tel_box a {
    display: block;
    font-size: 14px;
    line-height: 1em;
    font-weight: bolder;
    text-align: center;
    margin: 0px;
    text-decoration: none;
    color: rgba(255, 255, 255, 1.00);
    padding-top: 0px;
    padding-left: 0px;
    padding-bottom: 15px;
    padding-right: 0px;
  }
  #pc-footer .tel_box a:hover {
    color: #FFAA00;
  }
  /* ここまでーーーーーーーーーーーーーーーーーーーーーーーー */
  /* ここからfooter-sp（pc用はnone）ーーーーーーーーーーーーーーーーーーーーーーーー */
  ._____pc____footer-sp______________________________ {}
  #footer-sp {
    width: 100%;
    background-color: #f2f2f2;
    margin-bottom: 0px;
    display: none; /* ーーーーーーーーーーーーーーーーーー（注）pc用は非表示ーーーーーーーーーー */
  }
.fixed-btn {
    display: none; /* ーーーーーーーーーーーーーーーーーー（注）pc用は非表示ーーーーーーーーーー */
  }
.fixed-btn-0002 {
    display: none; /* ーーーーーーーーーーーーーーーーーー（注）pc用は非表示ーーーーーーーーーー */
  }
  ._________________________________________________________________________ {}
  ._________________________________________________________________________ {}
  ._________________________________________________________________________ {}
  ._________________________________________________________________________ {}
  ._________________________________________________________________________ {}
  ._________________________________________________________________________ {}
  ._________________________________________________________________________ {}
  ._________________________________________________________________________ {}
  ._______________________________________________ {}
  .drawer.drawer--left .image-fix {}
  .drawer.drawer--left .image-fix img {
    max-width: 1050px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 100%;
    padding-top: 50px;
  }
  ._________________________________________________________________________ {}
  #container #wrapper #fixedMenu .drawer--sidebar .drawer-hamburger {
    display: none;
    visibility: hidden;
  }
  #container #wrapper #fixedMenu .drawer--sidebar .drawer-nav {
    display: block;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    position: fixed;
    height: 100%;
  }
  /*! Left */
  #container #wrapper #fixedMenu .drawer--sidebar.drawer--left .drawer-nav {
    left: 0;
  }
  #container #wrapper #fixedMenu .drawer--sidebar.drawer--left .drawer-contents {
    margin-left: 12.5rem;
  }
  /*! container */
  #container #wrapper #fixedMenu .drawer--sidebar .drawer-container {
    max-width: 32rem;
    margin-left: auto;
    margin-right: auto;
  }
  ._______media64_____________________________________________________________________________________________________________________________ {}
  #container #wrapper #fixedMenu .drawer-navbar {
    /* [disabled]background-color: #333333; */
    width: 100%;
  }
  #container #wrapper #fixedMenu .drawer-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  #container #wrapper #wrapper02 {
    position: relative;
    display: block;
  }
  #container #wrapper #fixedMenu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    /* [disabled]background-color: #000; */
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
  }
  #container #wrapper #fixedMenu .drawer-navbar .drawer-navbar-header {
    position: relative;
    display: none;
    float: left;
    padding: 0;
    border: 0;
  }
  #container #wrapper #fixedMenu .drawer-navbar .drawer-navbar-header .drawer-brand {
    display: inline-block;
    padding-top: 0;
    padding-bottom: 0;
    text-decoration: none;
  }
  #container #wrapper #fixedMenu .drawer-navbar .drawer-menu--right {
    float: right;
  }
  #container #wrapper #fixedMenu .drawer-navbar .drawer-menu {
    padding: 0;
    /* フレックス バリエーション */
    flex-wrap: wrap; /* 折り返し */
    display: flex;
    justify-content: space-between; /* 両端は0pxで均等配置 */
    background-color: transparent;
  }
  #container #wrapper #fixedMenu .drawer-navbar .drawer-menu li {
    width: 16.3%;
    height: auto;
  }
  #container #wrapper #fixedMenu .drawer-navbar .drawer-menu li.sp-only-privacy {
    display: none;
  }
  #container #wrapper #fixedMenu .drawer-navbar .drawer-hamburger {
    display: none;
  }
  #container #wrapper #fixedMenu .drawer-navbar .drawer-nav {
    position: relative;
    left: 0rem;
    overflow: visible;
    width: 100%;
    padding-top: 0;
    margin-bottom: 0px;
    margin-left: 0px;
    background-color: transparent;
  }
  #container #wrapper #fixedMenu .drawer-navbar a.drawer-menu-item {
    display: block;
    text-decoration: none;
    padding-right: 2px;
    padding-left: 2px;
    font-size: clamp(9px, 1.6vw, 16px);
    line-height: 2.5em;
    color: #FFFFFF;
    background-color: #98887C;
    border: 0px solid #000;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    padding-top: 4px;
    padding-bottom: 4px;
  }
  #container #wrapper #fixedMenu .drawer-navbar a.drawer-menu-item:hover {
    background-color: #DEDEDE;
    color: #000000;
  }
  /*! dropdown */
  #container #wrapper #fixedMenu .drawer-navbar .drawer-dropdown-menu {
    position: absolute;
    border: 0px solid #ddd;
    width: 40%;
    background-color: #EBEBEB;
  }
  #container #wrapper #fixedMenu .drawer-navbar a.drawer-dropdown-menu-item {
    padding-left: 1rem;
    font-size: 16px;
    line-height: 3.5em;
    display: block;
    color: #0075F0;
    text-align: left;
  }
  #container #wrapper #fixedMenu .drawer-navbar a.drawer-dropdown-menu-item:hover {
    background-color: #DF0104;
    color: #FFFFFF;
    font-weight: bolder;
  }
  /*! PC用 閉じカッコ--------------------------------------------------------------------------------------------------------------*/
  /*! PC用 閉じカッコ--------------------------------------------------------------------------------------------------------------*/
  /*! PC用 閉じカッコ-------------ここの下（注）----------------------------------------------------------------------------*/
}
/*! PC用 閉じカッコ--------------------------------------------------------------------------------------------------------------*/
/*! PC用 閉じカッコ--------------------------------------------------------------------------------------------------------------*/
/*! PC用 閉じカッコ--------------------------------------------------------------------------------------------------------------*/
