.target_blank {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='8' height='7' style='enable-background:new 0 0 8 7;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E	.st0%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%23005b9c;%7D .st1%7Bfill:%23005b9c;%7D%3C/style%3E%3Cpolygon class='st0' points='2,0 2,1 7,1 7,5 8,5 8,0 '/%3E%3Cpath class='st1' d='M0,2v5h6V2H0z M5,6H1V4h4V6z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  padding-right: 14px;
  background-position: right top 2px;
  background-size: 10px 8.75px;
}

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

body,
div,
pre,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
th,
td,
figure {
  margin: 0;
  padding: 0;
}

input,
textarea {
  margin: 0;
  font-size: 100%;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset {
  border: 0;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: top;
}

address,
caption,
cite,
code,
dfn,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:after, q:before {
  content: "";
}

abbr,
acronym {
  border: 0;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  background-color: #fff;
  color: #000;
  width: 100vw;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}

a {
  color: #005b9c;
  text-decoration: underline;
  transition: opacity 0.3s, background-color 0.3s, color 0.3s;
}

a:hover {
  opacity: 0.8;
  text-decoration: underline;
}

strong {
  font-weight: 600;
}

em {
  font-style: normal;
  text-decoration: underline;
  text-decoration-thickness: 0.5em;
  text-decoration-color: #fff333;
  text-underline-offset: -0.2em;
  text-decoration-skip-ink: none;
}

button,
input,
option,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  box-sizing: inherit;
}

@media screen and (max-width: 480px) {
  body {
    font-size: 1.5rem;
  }
}

.alignright {
  float: right;
  text-align: right;
}

.alignleft {
  float: left;
  text-align: left;
}

.aligncenter {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.has-text-align-right {
  text-align: right;
}

.has-text-align-left {
  text-align: left;
}

.has-text-align-center {
  text-align: center;
}

.has-fss-font-size {
  font-size: 1.2rem;
  line-height: 1.4;
}

.has-fs-font-size {
  font-size: 1.4rem;
  line-height: 1.6;
}

.has-fr-font-size {
  font-size: 1.6rem;
}

.has-fl-font-size {
  font-size: 1.8rem;
}

.has-fll-font-size {
  font-size: 2rem;
}

.has-fxl-font-size {
  font-size: 2.2rem;
}

@media screen and (max-width: 480px) {
  .has-fss-font-size {
    font-size: 1.1rem;
  }
  .has-fs-font-size {
    font-size: 1.3rem;
  }
  .has-fr-font-size {
    font-size: 1.5rem;
  }
  .has-fl-font-size {
    font-size: 1.7rem;
  }
  .has-fll-font-size {
    font-size: 1.8rem;
  }
  .has-fxl-font-size {
    font-size: 2rem;
  }
}

.has-red-color {
  color: #e50012;
}

.has-orange-color {
  color: #dd5519;
}

.has-green-color {
  color: #009944;
}

.has-blue-color {
  color: #005b9c;
}

.has-beige-color {
  color: #d4ca96;
}

.has-black-color {
  color: #000;
}

.has-gray-color {
  color: #666666;
}

.has-lightgray-color {
  color: #dcdddd;
}

.has-white-color {
  color: #ffffff;
}

.wp-block-buttons {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

.wp-block-buttons:last-child {
  margin-bottom: 0;
}

.wp-block-buttons.is-layout-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
}

.wp-block-buttons.is-layout-flex.is-content-justification-center {
  justify-content: center;
}

.wp-block-buttons.is-layout-flex.is-content-justification-right {
  justify-content: flex-end;
}

.wp-block-buttons.is-layout-flex.is-content-justification-space-between {
  justify-content: space-between;
}

.wp-block-button {
  display: block;
}

.wp-block-button.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

.wp-block-button.has-custom-width .wp-block-button__link {
  display: block;
}

.wp-block-button.wp-block-button__width-25 {
  width: 25%;
}

.wp-block-button.wp-block-button__width-50 {
  width: 50%;
}

.wp-block-button.wp-block-button__width-75 {
  width: 75%;
}

.wp-block-button.wp-block-button__width-100 {
  width: 100%;
}

.wp-block-button__link {
  color: #000;
  background-color: #d4ca96;
  border: 0;
  border-radius: 0.3em;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  padding: 0.6em 1.8em;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
  line-height: 1.5;
  max-width: 100%;
  transition: opacity 0.3s;
}

.wp-block-button__link:hover {
  text-decoration: none;
  opacity: 0.8;
}

.wp-block-button__link.has-red-background-color {
  background-color: #e50012;
}

.wp-block-button__link.has-orange-background-color {
  background-color: #dd5519;
}

.wp-block-button__link.has-green-background-color {
  background-color: #009944;
}

.wp-block-button__link.has-blue-background-color {
  background-color: #005b9c;
}

.wp-block-button__link.has-beige-background-color {
  background-color: #d4ca96;
}

.wp-block-button__link.has-black-background-color {
  background-color: #000;
}

.wp-block-button__link.has-gray-background-color {
  background-color: #666666;
}

.wp-block-button__link.has-lightgray-background-color {
  background-color: #dcdddd;
}

.wp-block-button__link.has-white-background-color {
  background-color: #ffffff;
}

.wp-block-button__link.has-red-color {
  color: #e50012;
}

.wp-block-button__link.has-orange-color {
  color: #dd5519;
}

.wp-block-button__link.has-green-color {
  color: #009944;
}

.wp-block-button__link.has-blue-color {
  color: #005b9c;
}

.wp-block-button__link.has-beige-color {
  color: #d4ca96;
}

.wp-block-button__link.has-black-color {
  color: #000;
}

.wp-block-button__link.has-gray-color {
  color: #666666;
}

.wp-block-button__link.has-lightgray-color {
  color: #dcdddd;
}

.wp-block-button__link.has-white-color {
  color: #ffffff;
}

.is-style-outline .wp-block-button__link {
  border: 2px solid #005b9c;
  background-color: #fff;
  color: #005b9c;
}

.is-style-outline .wp-block-button__link.has-red-color {
  border-color: #e50012;
  color: #e50012;
}

.is-style-outline .wp-block-button__link.has-orange-color {
  border-color: #dd5519;
  color: #dd5519;
}

.is-style-outline .wp-block-button__link.has-green-color {
  border-color: #009944;
  color: #009944;
}

.is-style-outline .wp-block-button__link.has-blue-color {
  border-color: #005b9c;
  color: #005b9c;
}

.is-style-outline .wp-block-button__link.has-beige-color {
  border-color: #d4ca96;
  color: #d4ca96;
}

.is-style-outline .wp-block-button__link.has-black-color {
  border-color: #000;
  color: #000;
}

.is-style-outline .wp-block-button__link.has-gray-color {
  border-color: #666666;
  color: #666666;
}

.is-style-outline .wp-block-button__link.has-lightgray-color {
  border-color: #dcdddd;
  color: #dcdddd;
}

.is-style-outline .wp-block-button__link.has-white-color {
  border-color: #ffffff;
  color: #ffffff;
}

.is-style-outline .wp-block-button__link.has-red-background-color {
  background-color: #e50012;
}

.is-style-outline .wp-block-button__link.has-orange-background-color {
  background-color: #dd5519;
}

.is-style-outline .wp-block-button__link.has-green-background-color {
  background-color: #009944;
}

.is-style-outline .wp-block-button__link.has-blue-background-color {
  background-color: #005b9c;
}

.is-style-outline .wp-block-button__link.has-beige-background-color {
  background-color: #d4ca96;
}

.is-style-outline .wp-block-button__link.has-black-background-color {
  background-color: #000;
}

.is-style-outline .wp-block-button__link.has-gray-background-color {
  background-color: #666666;
}

.is-style-outline .wp-block-button__link.has-lightgray-background-color {
  background-color: #dcdddd;
}

.is-style-outline .wp-block-button__link.has-white-background-color {
  background-color: #ffffff;
}

.wp-block-buttons.alignwide .wp-block-button__link {
  padding-left: 3em;
  padding-right: 3em;
  min-width: 240px;
}

.wp-block-buttons.alignfull .wp-block-button {
  display: block;
  width: 100%;
}

.wp-block-buttons.alignfull .wp-block-button .wp-block-button__link {
  padding-left: 1em;
  padding-right: 1em;
  display: block;
}

.wp-block-buttons [target="_blank"]::after {
  content: "";
  display: inline-block;
  width: 0.7em;
  height: 0.65em;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='8' height='7' style='enable-background:new 0 0 8 7;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E	.st0%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%23fff;%7D .st1%7Bfill:%23fff;%7D%3C/style%3E%3Cpolygon class='st0' points='2,0 2,1 7,1 7,5 8,5 8,0 '/%3E%3Cpath class='st1' d='M0,2v5h6V2H0z M5,6H1V4h4V6z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  vertical-align: middle;
  margin-left: 0.25em;
}

.wp-block-buttons.alignwide .wp-block-button__link:not([target="_blank"]), .wp-block-buttons.alignfull .wp-block-button__link:not([target="_blank"]) {
  position: relative;
}

.wp-block-buttons.alignwide .wp-block-button__link:not([target="_blank"])::before, .wp-block-buttons.alignfull .wp-block-button__link:not([target="_blank"])::before {
  display: block;
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  right: 0.8em;
  bottom: 0;
  width: 0.4em;
  height: 0.4em;
  border-top: 0.15em solid #fff;
  border-right: 0.15em solid #fff;
  transform: rotate(45deg);
}

.wp-block-buttons.alignwide .wp-block-button__link:not([target="_blank"])::after, .wp-block-buttons.alignfull .wp-block-button__link:not([target="_blank"])::after {
  content: none;
}

.wp-block-buttons.alignwide .wp-block-button__link[target="_blank"], .wp-block-buttons.alignfull .wp-block-button__link[target="_blank"] {
  position: relative;
}

.wp-block-buttons.alignwide .wp-block-button__link[target="_blank"]::before, .wp-block-buttons.alignfull .wp-block-button__link[target="_blank"]::before {
  content: none;
}

.wp-block-buttons.alignwide .wp-block-button__link[target="_blank"]::after, .wp-block-buttons.alignfull .wp-block-button__link[target="_blank"]::after {
  position: absolute;
  display: block;
  margin: auto;
  top: 0;
  right: 0.8em;
  bottom: 0;
}

@media screen and (max-width: 480px) {
  .wp-block-buttons.alignwide .wp-block-button {
    display: block;
    width: 100%;
  }
  .wp-block-buttons.alignwide .wp-block-button .wp-block-button__link {
    display: block;
    padding-left: 1em;
    padding-right: 1em;
  }
}

figure.wp-block-image {
  margin-bottom: 0.8em;
}

.wp-block-image {
  text-align: center;
}

.wp-block-image.alignwide img, .wp-block-image.alignfull img {
  width: 100%;
}

.wp-block-image.is-style-rounded img {
  border-radius: 10px;
}

.wp-block-image .alignright, .wp-block-image.alignright {
  padding-left: 2em;
  padding-top: 0.4em;
  max-width: 50%;
}

.wp-block-image .alignleft, .wp-block-image.alignleft {
  padding-right: 2em;
  padding-top: 0.4em;
  max-width: 50%;
}

figcaption {
  font-size: 1.3rem;
  text-align: center;
}

@media screen and (max-width: 480px) {
  .wp-block-image:not(.sp_float) {
    margin-bottom: 1em;
  }
  .wp-block-image:not(.sp_float) .alignright, .wp-block-image:not(.sp_float).alignright {
    float: none;
    padding-left: 0;
    padding-bottom: 0;
    padding-top: 0;
    text-align: center;
    max-width: none;
  }
  .wp-block-image:not(.sp_float) .alignleft, .wp-block-image:not(.sp_float).alignleft {
    float: none;
    padding-right: 0;
    padding-bottom: 0;
    padding-top: 0;
    text-align: center;
    max-width: none;
  }
  .wp-block-image.sp_float .alignright {
    max-width: 40%;
  }
  .wp-block-image.sp_float .alignleft {
    max-width: 40%;
  }
  figcaption {
    font-size: 1.2rem;
  }
}

.wp-block-columns {
  display: flex;
  justify-content: space-between;
  gap: 1.5em;
  max-width: 100%;
  min-width: 0;
}

p + .wp-block-columns,
p + .wp-block-group {
  margin-top: 1.5em;
}

@media screen and (max-width: 480px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile) {
    display: block;
  }
  .wp-block-columns .wp-block-column {
    margin-bottom: 0.8em;
  }
  .wp-block-columns .wp-block-column:last-child {
    margin-bottom: 0;
  }
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: #ececec;
}

.wp-pagenavi {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  line-height: 1;
  margin: 1em 0 1em 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.4em;
}

.wp-pagenavi span,
.wp-pagenavi a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 1.8em;
  min-width: 1.8em;
}

.wp-pagenavi a {
  text-decoration: none;
  transition: background-color 0.5s;
  border-radius: 2px;
  background-color: #005b9c;
  border: 1px solid #005b9c;
  color: #fff;
}

.wp-pagenavi a:hover {
  opacity: 0.8;
}

.wp-pagenavi .current {
  border-radius: 2px;
  background-color: #fff;
  border: 1px solid #005b9c;
  color: #005b9c;
}

.wrapper {
  min-height: 100vh;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
  padding-bottom: 334px;
}

.wrapper .inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}

#header {
  border-bottom: 2px solid #dcdddd;
  background: #fff;
}

#header .inner {
  min-height: 74px;
  padding: 10px 100px 10px 20px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.wrapper.wrapper_home #header .inner {
  min-height: 94px;
}

#headerbox {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-direction: column-reverse;
  gap: 0.1em;
}

#header_logo {
  width: 360px;
}

#header_logo a,
#header_logo span {
  height: 54px;
  display: block;
  background: url(./images/logo.svg) no-repeat left center;
  background-size: contain;
  text-indent: -1200px;
  overflow: hidden;
}

#header_description {
  font-size: 1.3rem;
  line-height: 1.2;
  font-weight: 600;
}

#header_tel {
  line-height: 1.2;
}

#header_tel a {
  color: #000;
  text-decoration: none;
  pointer-events: none;
  cursor: none;
  display: flex;
  gap: 0.5em;
  align-items: center;
}

#header_tel a .tel_title {
  width: 35px;
  height: 35px;
  background: url(./images/icon_tel.svg) no-repeat center center;
  background-size: contain;
  text-indent: -1200px;
  overflow: hidden;
}

#header_tel a .tel_font {
  font-size: 3.5rem;
  letter-spacing: 0.05em;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 700;
}

#menuopen {
  display: block;
  position: absolute;
  width: 44px;
  margin: auto;
  right: 20px;
  bottom: 8px;
}

#menuopen a {
  display: block;
  height: 44px;
  background: #fff;
  position: relative;
}

#menuopen a span {
  font-size: 20%;
  text-indent: -980px;
  overflow: hidden;
  position: absolute;
  height: 4px;
  width: 44px;
  background: #000;
  left: 0;
  top: 20px;
  border-radius: 2px;
  transition: all 0.4s ease;
  opacity: 1;
}

#menuopen a::before, #menuopen a::after {
  content: "";
  display: block;
  position: absolute;
  height: 4px;
  width: 44px;
  background: #000;
  left: 0;
  border-radius: 2px;
  transition: all 0.4s ease;
}

#menuopen a::before {
  top: 8px;
}

#menuopen a::after {
  bottom: 8px;
}

#menuopen.active {
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.16);
}

.mm-wrapper--opened #menuopen a span {
  opacity: 0;
}

.mm-wrapper--opened #menuopen a::before {
  top: 0;
  transform: translateY(20px) rotate(-45deg);
}

.mm-wrapper--opened #menuopen a::after {
  bottom: 0;
  transform: translateY(-20px) rotate(45deg);
}

.wrapper #header_fix {
  background: #fff;
}

.wrapper #header_fix.fixed {
  position: fixed;
  width: 100vw;
  top: 0;
  left: 0;
  animation-name: headerfix;
  animation-fill-mode: forwards;
  animation-duration: 0.4s;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 3px 3px 0;
  z-index: 99;
}

.wrapper #header_fix.fixed #header_description {
  display: none;
}

.wrapper #header_fix.fixed .inner {
  min-height: 64px;
  align-items: center;
}

.wrapper #header_fix.fixed #header_logo {
  width: 294px;
}

.wrapper #header_fix.fixed #header_logo a,
.wrapper #header_fix.fixed #header_logo span {
  height: 44px;
}

.wrapper #header_fix.fixed #header_tel a .tel_title {
  width: 28px;
  height: 28px;
}

.wrapper #header_fix.fixed #header_tel a .tel_font {
  font-size: 2.8rem;
}

.wrapper #header_fix.fixed #menuopen {
  bottom: 10px;
}

#wrapper .header_margin {
  margin-top: -64px;
  padding-top: 64px;
}

#wrapper .ts_sec + .ts_sec.header_margin {
  margin-top: -14px;
}

@keyframes headerfix {
  0% {
    top: -120%;
  }
  100% {
    top: 0;
  }
}

@media screen and (max-width: 768px) {
  .wrapper {
    padding-bottom: 345px;
  }
  #header .inner {
    min-height: 58px;
    padding: 10px 80px 10px 20px;
    align-items: center;
  }
  .wrapper.wrapper_home #header .inner {
    min-height: 78px;
  }
  #header_logo {
    width: 254px;
  }
  #header_logo a,
  #header_logo span {
    height: 38px;
  }
  #header_description {
    font-size: 1.2rem;
  }
  #header_tel a .tel_title {
    width: 24px;
    height: 24px;
  }
  #header_tel a .tel_font {
    font-size: 2.4rem;
  }
  #menuopen {
    margin: auto;
    height: 44px;
    top: 0;
    bottom: 0;
  }
  .wrapper #header_fix.fixed .inner {
    min-height: 58px;
  }
  .wrapper #header_fix.fixed #header_logo {
    width: 254px;
  }
  .wrapper #header_fix.fixed #header_logo a,
  .wrapper #header_fix.fixed #header_logo span {
    height: 38px;
  }
  .wrapper #header_fix.fixed #header_tel a .tel_title {
    width: 24px;
    height: 24px;
  }
  .wrapper #header_fix.fixed #header_tel a .tel_font {
    font-size: 2.4rem;
  }
  .wrapper #header_fix.fixed #menuopen {
    bottom: 0;
  }
  #wrapper .header_margin {
    margin-top: -58px;
    padding-top: 58px;
  }
  #wrapper .ts_sec + .ts_sec.header_margin {
    margin-top: calc(-58px + 5vw);
  }
}

@media screen and (max-width: 580px) {
  #header .inner {
    padding: 10px 100px 10px 20px;
  }
  #header_tel a {
    cursor: pointer;
    pointer-events: auto;
  }
  #header_tel a .tel_title {
    width: 36px;
    height: 36px;
  }
  #header_tel a .tel_font {
    display: none;
  }
  .wrapper #header_fix.fixed #header_tel a .tel_title {
    width: 36px;
    height: 36px;
  }
}

@media screen and (max-width: 480px) {
  .wrapper {
    padding-bottom: 550px;
  }
  .wrapper .inner {
    padding: 0 15px;
  }
  #header .inner {
    min-height: 56px;
    padding: 0 76px 0 15px;
    align-items: center;
  }
  .wrapper.wrapper_home #header .inner {
    min-height: 68px;
  }
  #header_logo {
    width: 240px;
  }
  #header_logo a,
  #header_logo span {
    height: 36px;
  }
  #header_tel {
    line-height: 1.2;
  }
  #header_tel a .tel_title {
    width: 32px;
    height: 32px;
  }
  #header_tel a .tel_font {
    display: none;
  }
  #menuopen {
    width: 38px;
    height: 38px;
    right: 15px;
  }
  #menuopen a {
    height: 38px;
  }
  #menuopen a span {
    height: 4px;
    width: 38px;
    top: 17px;
  }
  #menuopen a::before, #menuopen a::after {
    width: 38px;
  }
  #menuopen a::before {
    top: 6px;
  }
  #menuopen a::after {
    bottom: 6px;
  }
  .mm-wrapper--opened #menuopen a::before {
    transform: translateY(17px) rotate(-45deg);
  }
  .mm-wrapper--opened #menuopen a::after {
    transform: translateY(-17px) rotate(45deg);
  }
  .wrapper #header_fix.fixed .inner {
    min-height: 48px;
  }
  .wrapper #header_fix.fixed #header_logo {
    width: 240px;
  }
  .wrapper #header_fix.fixed #header_logo a,
  .wrapper #header_fix.fixed #header_logo span {
    height: 36px;
  }
  .wrapper #header_fix.fixed #header_tel a .tel_title {
    width: 32px;
    height: 32px;
  }
  #wrapper .header_margin {
    margin-top: -48px;
    padding-top: 48px;
  }
  #wrapper .ts_sec + .ts_sec.header_margin {
    margin-top: calc(-48px + 7vw);
  }
}

#footer {
  background: #dcdddd;
  text-align: center;
  line-height: 1.5;
  position: absolute;
  bottom: 0;
  width: 100vw;
}

#footer .inner {
  padding-top: 30px;
}

#ts_nav_box,
#foot_nav {
  font-size: 1.2rem;
}

#ts_nav_box ul li,
#foot_nav ul li {
  display: inline-block;
  border-right: 1px solid #000;
  margin: 0.2em 0;
}

#ts_nav_box ul li:last-child,
#foot_nav ul li:last-child {
  border-right: none;
}

#ts_nav_box ul li a,
#foot_nav ul li a {
  color: #000;
  text-decoration: none;
  padding: 0 0.6em;
}

#ts_nav_box ul li a.n_self,
#foot_nav ul li a.n_self {
  text-decoration: underline;
}

#ts_nav_box ul li a:hover,
#foot_nav ul li a:hover {
  text-decoration: underline;
  opacity: 1;
}

#ts_nav_box ul .sub_nav,
#foot_nav ul .sub_nav {
  display: none;
}

#foot_nav {
  margin-top: 0.5em;
}

#footer_logo {
  display: block;
  margin: 30px auto;
}

#footer_logo a {
  display: block;
  width: 400px;
  height: 60px;
  background: url(./images/logo.svg) no-repeat center center;
  background-size: contain;
  text-indent: -1200px;
  overflow: hidden;
  text-align: left;
  margin: 0 auto;
}

#ts_footertxt {
  font-size: 1.4rem;
}

#ts_footertxt ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.2em 1em;
}

#ts_footertxt ul li {
  display: flex;
  align-items: center;
}

#ts_footertxt ul li::before {
  content: "";
  display: block;
  width: 0.7em;
  height: 0.7em;
  background: #000;
  margin-right: 0.2em;
}

#ts_footertxt ul + ul {
  margin-top: 1em;
}

#footer_info {
  margin: 30px 0 0 0;
  height: 44px;
  border-top: 1px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 700;
}

#copyright {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  #footer .inner {
    padding-top: 3vw;
  }
  #footer_logo {
    margin: 3vw auto;
  }
  #footer_logo a {
    width: 360px;
    height: 54px;
  }
  #footer_info {
    margin: 3vw 0 0 0;
  }
}

@media screen and (max-width: 480px) {
  #ts_nav_box {
    font-size: 1.3rem;
  }
  #ts_nav_box ul {
    display: inline-block;
  }
  #ts_nav_box ul li {
    display: block;
    border-right: 0;
    border-top: 1px solid #666;
  }
  #ts_nav_box ul li:last-child {
    border-bottom: 1px solid #666;
  }
  #ts_nav_box ul li a {
    display: block;
    padding: 0.4em 2em;
  }
  #foot_nav {
    margin-top: 1em;
  }
  #foot_nav ul li:last-child {
    border-right: 1px solid #000;
  }
  #foot_nav ul li:nth-child(1) {
    border-left: 1px solid #000;
  }
  #footer_logo a {
    width: 254px;
    height: 38px;
  }
  #ts_footertxt {
    font-size: 1.3rem;
  }
  #ts_footertxt ul + ul {
    display: block;
  }
  #ts_footertxt ul + ul li {
    font-size: 1.2rem;
    display: block;
  }
  #ts_footertxt ul + ul li::before {
    content: none;
  }
  #footer_info {
    height: 38px;
  }
}

#pageTop {
  position: fixed;
  bottom: -44px;
  right: 0;
  z-index: 20;
  transition: bottom 0.3s;
}

#pageTop.active {
  bottom: 0;
}

#pageTop a {
  display: block;
  width: 44px;
  height: 44px;
  background: #005b9c;
  font-size: 20%;
  text-indent: -980px;
  overflow: hidden;
  position: relative;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.16);
  transition: opacity 0.3s;
}

#pageTop a::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  position: absolute;
  top: 15px;
  left: 10px;
  transform: rotate(-45deg);
}

#pageTop a:hover {
  opacity: 0.8;
}

#fix_btn {
  position: fixed;
  margin: auto;
  right: -44px;
  top: 0;
  bottom: 0;
  height: 420px;
  max-height: calc(100vh - 150px);
  width: 44px;
  transition: right 0.3s;
  z-index: 21;
}

#fix_btn.active {
  right: 0;
}

#fix_btn ul {
  width: 100%;
  height: 100%;
}

#fix_btn ul li {
  width: 100%;
  height: 50%;
}

#fix_btn ul li a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  flex-direction: column;
  gap: 0.2em;
  padding: 0.5em 0;
  text-decoration: none;
  font-weight: 600;
}

#fix_btn ul li a span {
  display: block;
  writing-mode: vertical-rl;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#fix_btn ul li a::before {
  content: "";
  display: block;
  width: 34px;
  height: 34px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

#fix_btn ul li.btn_form a {
  background-color: #e50012;
  color: #fff;
}

#fix_btn ul li.btn_form a::before {
  background-image: url(./images/icon_form.svg);
}

#fix_btn ul li.btn_contact a {
  background-color: #d4ca96;
  color: #000;
}

#fix_btn ul li.btn_contact a::before {
  background-image: url(./images/icon_contact.svg);
}

@media screen and (max-width: 1120px) {
  #fix_btn {
    right: 0;
    left: 0;
    top: auto;
    bottom: -44px;
    height: 44px;
    width: 420px;
    transition: bottom 0.3s;
  }
  #fix_btn.active.fix {
    bottom: 0;
  }
  #fix_btn ul {
    display: flex;
  }
  #fix_btn ul li {
    width: 50%;
    height: 100%;
  }
  #fix_btn ul li a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    flex-direction: row;
    padding: 0 0.5em;
  }
  #fix_btn ul li a span {
    writing-mode: horizontal-tb;
  }
}

@media screen and (max-width: 768px) {
  #fix_btn {
    right: auto;
  }
  #fix_btn.active {
    right: auto;
  }
}

@media screen and (max-width: 480px) {
  #pageTop {
    bottom: -38px;
  }
  #pageTop a {
    width: 38px;
    height: 38px;
  }
  #pageTop a::before {
    width: 18px;
    height: 18px;
    top: 14px;
  }
  #fix_btn {
    font-size: 1.4rem;
    bottom: -38px;
    height: 38px;
    width: calc(100vw - 42px);
    max-width: 400px;
  }
  #fix_btn ul li a {
    padding: 0 0.2em;
    justify-content: center;
  }
  #fix_btn ul li a::before {
    width: 28px;
    height: 28px;
  }
}

#mm-clone-ts_nav_box {
  --mm-color-border: #666;
  --mm-color-background: #f0f1f1;
  font-size: 1.6rem;
  font-weight: 600;
}

#mm-clone-ts_nav_box .mm-navbar__title {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 1.6rem;
  background: #666666;
}

#mm-clone-ts_nav_box .nav_link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  font-size: 1.6rem;
}

#mm-clone-ts_nav_box .nav_link.n_self {
  background: #fdf3cc;
}

#mm-clone-ts_nav_box .mm-listitem:after {
  inset-inline-start: 0;
}

#mm-clone-ts_nav_box .mm-listitem__text {
  padding-top: 16px;
  padding-bottom: 16px;
}

#mm-clone-ts_nav_box .mm-listitem__text.n_self span {
  text-decoration: underline;
  text-decoration-thickness: 0.5em;
  text-decoration-color: #fff333;
  text-underline-offset: -0.2em;
  text-decoration-skip-ink: none;
}

#mm-clone-ts_nav_box .mm-btn--next,
#mm-clone-ts_nav_box .mm-btn--prev {
  background: #005b9c;
}

#mm-clone-ts_nav_box .mm-btn--next:after,
#mm-clone-ts_nav_box .mm-btn--prev:before {
  border-width: 3px;
  border-color: #fff;
  width: 10px;
  height: 10px;
}

body .mm-wrapper__blocker {
  background: rgba(0, 0, 0, 0.7);
}

.wrapper .h1_title {
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 800;
  margin: 30px 0;
  text-align: center;
}

.wrapper .h1_title.ctg {
  font-size: 3.2rem;
  margin-bottom: 20px;
}

.wrapper .h1_title.ctg::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.wrapper .h1_title small {
  font-size: 70%;
  display: inline-block;
}

.wrapper .h1_title a {
  color: #000;
  text-decoration: none;
}

.wrapper .h1_title + .txt_wrap {
  margin-top: 30px;
}

.wrapper .h2_title {
  font-size: 3.8rem;
  line-height: 1.2;
  font-weight: 800;
  background: #d4ca96;
  margin: 0 -20px 0 -20px;
  padding: 0.6em 0;
  text-align: center;
}

h1.underline span,
h2.underline span,
h3.underline span,
h4.underline span,
h5.underline span,
h6.underline span {
  display: inline-block;
  border-bottom: 1px solid #000;
  padding-bottom: 0.15em;
}

@media screen and (max-width: 1040px) {
  .ctg_kv {
    display: block;
    margin-left: -20px;
    margin-right: -20px;
  }
}

@media screen and (max-width: 768px) {
  .wrapper .h1_title {
    font-size: 2.8rem;
    margin: 3vw 0;
  }
  .wrapper .h1_title.ctg {
    font-size: 3rem;
    margin-bottom: 2vw;
  }
  .wrapper .h1_title.ctg::before {
    width: 36px;
    height: 36px;
  }
  .wrapper .h1_title + .txt_wrap {
    margin-top: 3vw;
  }
  .wrapper .h2_title {
    font-size: 3.5rem;
  }
}

@media screen and (max-width: 480px) {
  .wrapper .h1_title {
    font-size: 2.2rem;
    margin: 5vw 0;
  }
  .wrapper .h1_title.ctg {
    font-size: 2.4rem;
    margin-bottom: 3vw;
  }
  .wrapper .h1_title.ctg::before {
    width: 28px;
    height: 28px;
  }
  .wrapper .h1_title + .txt_wrap {
    margin-top: 5vw;
  }
  .wrapper .h2_title {
    font-size: 2.8rem;
    margin: 0 -15px 0 -15px;
  }
  .ctg_kv {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.wrapper main.inner {
  max-width: 1040px;
  text-align: center;
  margin-bottom: 80px;
}

.wrapper main h2 {
  font-weight: 800;
  font-size: 2.4rem;
  line-height: 1.4;
  margin-bottom: 1em;
}

.wrapper main h2.has-fxl-font-size {
  font-size: 3.2rem;
}

.wrapper main h3 {
  font-weight: 800;
  font-size: 2.1rem;
  line-height: 1.4;
  margin-bottom: 1em;
}

.wrapper main h4 {
  font-weight: 800;
  font-size: 1.9rem;
  line-height: 1.4;
  margin-bottom: 1em;
}

.wrapper main h5,
.wrapper main h6 {
  font-weight: 800;
  font-size: 1.7rem;
  line-height: 1.4;
  margin-bottom: 1em;
}

.wrapper main p + h2,
.wrapper main p + h3,
.wrapper main p + h4,
.wrapper main p + h5,
.wrapper main p + h6,
.wrapper main ol + h2,
.wrapper main ol + h3,
.wrapper main ol + h4,
.wrapper main ol + h5,
.wrapper main ol + h6,
.wrapper main ul + h2,
.wrapper main ul + h3,
.wrapper main ul + h4,
.wrapper main ul + h5,
.wrapper main ul + h6,
.wrapper main table + h2,
.wrapper main table + h3,
.wrapper main table + h4,
.wrapper main table + h5,
.wrapper main table + h6,
.wrapper main figure + h2,
.wrapper main figure + h3,
.wrapper main figure + h4,
.wrapper main figure + h5,
.wrapper main figure + h6 {
  margin-top: 2em;
}

.wrapper main p + p,
.wrapper main p + ol,
.wrapper main p + ul,
.wrapper main p + table,
.wrapper main p + figure,
.wrapper main p + img {
  margin-top: 1em;
}

.wrapper main table {
  width: 100%;
  background-color: #fff;
  border-collapse: collapse;
  empty-cells: show;
  margin-bottom: 1em;
  text-align: left;
  line-height: 1.6;
}

.wrapper main table tr th,
.wrapper main table tr td {
  padding: 0.8em 1em;
  border-top: 1px solid #000;
}

.wrapper main table tr th {
  text-align: center;
  background: #dcdddd;
}

.wrapper main table tr:last-child th,
.wrapper main table tr:last-child td {
  border-bottom: 1px solid #000;
}

.wrapper main ul,
.wrapper main ol {
  text-align: left;
  line-height: 1.6;
}

.wrapper main ul li + li,
.wrapper main ol li + li {
  margin-top: 0.25em;
}

.wrapper main ul + p,
.wrapper main ul + table,
.wrapper main ol + p,
.wrapper main ol + table {
  margin-top: 1em;
}

.wrapper main ul li {
  padding-left: 1.5em;
  position: relative;
}

.wrapper main ul li::before {
  content: "";
  display: block;
  width: 0.6em;
  height: 0.6em;
  border-radius: 50%;
  background: #666;
  position: absolute;
  left: 0.25em;
  top: 0.5em;
}

.wrapper main ol li {
  list-style-type: decimal;
  margin-left: 1.25em;
  padding-left: 0.25em;
}

.wrapper main .ts_tbl {
  margin-bottom: 1.5em;
}

.wrapper main .ts_tbl table {
  width: auto;
  border-collapse: separate;
  border-spacing: 20px 0;
  margin-left: -20px;
  margin-right: -20px;
}

.wrapper main .ts_tbl table tr td:nth-child(1) {
  text-align: center;
  white-space: nowrap;
  padding-left: 1.5em;
  padding-right: 1.5em;
}

.wrapper main .txt_wrap {
  max-width: 800px;
  margin: 50px auto;
  text-align: center;
}

.wrapper main .txt_wrap p:not(.has-text-align-left):not(.has-text-align-right) {
  display: inline-block;
  text-align: left;
}

.wrapper main .copy_large {
  max-width: 800px;
  margin: 50px auto;
  font-size: 2.6rem;
  font-weight: 800;
  line-height: 1.6;
}

.wrapper main .box_inline {
  display: inline-block;
}

.wrapper main .top_0 {
  margin-top: 0;
}

.ts_sec + .ts_sec {
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .wrapper main.inner {
    margin-bottom: 8vw;
  }
  .wrapper main h2.has-fxl-font-size {
    font-size: 3rem;
  }
  .wrapper main .ts_tbl table {
    border-collapse: separate;
    border-spacing: 16px 0;
    margin-left: -16px;
    margin-right: -16px;
  }
  .wrapper main .ts_tbl table tr td:nth-child(1) {
    padding-left: 1em;
    padding-right: 1em;
  }
  .wrapper main .txt_wrap {
    margin: 5vw auto;
  }
  .wrapper main .copy_large {
    margin: 5vw auto;
    font-size: 2.4rem;
  }
  .ts_sec + .ts_sec {
    margin-top: 5vw;
  }
}

@media screen and (max-width: 480px) {
  .wrapper main.inner {
    margin-bottom: 10vw;
    text-align: left;
  }
  .wrapper main h2 {
    font-size: 2.2rem;
  }
  .wrapper main h2.has-fxl-font-size {
    font-size: 2.4rem;
  }
  .wrapper main h3 {
    font-size: 1.9rem;
  }
  .wrapper main h4 {
    font-size: 1.7rem;
  }
  .wrapper main h5,
  .wrapper main h6 {
    font-size: 1.6rem;
  }
  .wrapper main table tr th,
  .wrapper main table tr td {
    padding: 0.5em;
  }
  .wrapper main table tr th {
    font-size: 1.3rem;
  }
  .wrapper main .ts_tbl table {
    border-collapse: separate;
    border-spacing: 10px 0;
    margin-left: -10px;
    margin-right: -10px;
  }
  .wrapper main .ts_tbl table tr td:nth-child(1) {
    padding-left: 0.5em;
    padding-right: 0.5em;
    font-size: 1.3rem;
  }
  .wrapper main .txt_wrap {
    margin: 7vw auto;
  }
  .wrapper main .copy_large {
    margin: 7vw auto;
    font-size: 2rem;
  }
  .ts_sec + .ts_sec {
    margin-top: 7vw;
  }
}

#ts_map {
  position: relative;
  overflow: hidden;
}

#ts_map h3 {
  margin-bottom: 0.4em;
}

.open_btn {
  display: none;
}

#map_info {
  background: #666;
  color: #fff;
  border: 1px solid #000;
  border-bottom: 0;
  padding: 0.25em;
  line-height: 1.4;
}

#map_info p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#map_info b {
  font-weight: 600;
}

.map_box {
  display: flex;
  position: relative;
}

#map_canvas {
  width: calc(100% - 220px);
  height: 480px;
  border: 1px solid #000;
}

#map_right {
  width: 220px;
  border: 1px solid #000;
  border-left: 0;
  background: #f0f1f1;
  padding: 20px 10px;
}

#map_right p {
  font-size: 1.4rem;
  font-weight: 600;
}

#map_right ul {
  line-height: 1.2;
}

#map_right ul li {
  padding-left: 0;
  margin-bottom: 0.5em;
  display: flex;
  align-items: center;
  gap: 0.2em;
}

#map_right ul li input[type="radio"],
#map_right ul li input[type="checkbox"] {
  accent-color: #000;
  inline-size: 1.1em;
  block-size: 1.1em;
}

#map_right ul li input[type="radio"] + label,
#map_right ul li input[type="checkbox"] + label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: calc(100% - 1.3em);
}

#map_right ul li::before {
  content: none;
}

#btn_search {
  width: 100%;
  margin-top: 0.5em;
}

#shop_infobox {
  padding: 1.2em 0.5em;
  line-height: 1.5;
  background: snow;
  border: 1px solid #000;
  border-top: 0;
  margin-bottom: 1em;
}

#shop_infobox p {
  color: #e50012;
}

#shop_infobox ul {
  display: inline-block;
  text-align: left;
}

#shop_infobox ul li {
  padding-left: 0;
}

#shop_infobox ul li::before {
  content: none;
}

#shop_infobox ul li.shop_name {
  font-size: 2rem;
  font-weight: 600;
}

#shop_infobox ul li.shop_add {
  display: inline-block;
  margin-right: 0.5em;
}

#shop_infobox ul li.shop_dis {
  display: inline-block;
  font-size: 1.4rem;
}

#shop_listbox {
  border: 1px solid #000;
  padding: 1em 0.5em;
  background: #f0f1f1;
  line-height: 1.5;
}

#shop_listbox .list_result_cap {
  font-size: 1.4rem;
  margin-bottom: 1em;
}

#shop_listbox ul {
  display: inline-block;
  text-align: left;
}

#shop_listbox ul li {
  padding-left: 0;
  font-size: 1.8rem;
  margin-bottom: 0.5em;
}

#shop_listbox ul li a {
  font-weight: 600;
  display: inline-block;
}

#shop_listbox ul li span {
  font-size: 1.4rem;
}

#shop_listbox ul li::before {
  display: inline-block;
  width: 1.6em;
  height: 2em;
  position: static;
  margin-right: 0.3em;
  border-radius: 0;
  vertical-align: middle;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}

#shop_listbox ul li.linkicon_sales::before {
  background-image: url(./gmap/images/icon_sales.svg);
}

#shop_photobox {
  background: #f0f1f1;
  padding: 1em 20px;
  line-height: 1.5;
}

#shop_photobox .list_result_cap {
  font-size: 1.4rem;
  margin-bottom: 1em;
}

#shop_photobox .photo_result {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0;
  padding: 0;
}

#shop_photobox .photo_result li {
  margin: 0;
  padding: 0;
  width: calc((100% - 40px) / 3);
  text-align: center;
}

#shop_photobox .photo_result li::before {
  content: none;
}

#shop_photobox .photo_result li p {
  margin-top: 0.25em;
  line-height: 1.2;
  font-size: 1.3rem;
}

#shop_photobox .photo_result li p .list_dis {
  font-size: 1.1rem;
}

#shop_photobox .photo_result li p span {
  display: inline-block;
}

#shop_photobox .photo_result li:nth-child(n + 13) {
  display: none;
}

#map_link {
  margin-top: -0.8em;
  margin-bottom: 0.5em;
  text-align: right;
}

#map_link a {
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .map_box {
    display: block;
  }
  .open_btn {
    display: block;
    width: 32px;
    height: 32px;
    text-align: left;
    position: absolute;
    right: 0;
    top: 58px;
    background-color: #005b9c;
  }
  .open_btn span {
    font-size: 20%;
    text-indent: -980px;
    overflow: hidden;
    position: absolute;
    height: 4px;
    width: 24px;
    background: #fff;
    left: 4px;
    top: 14px;
    border-radius: 2px;
    transition: all 0.4s ease;
    opacity: 1;
  }
  .open_btn::before, .open_btn::after {
    content: "";
    display: block;
    position: absolute;
    height: 4px;
    width: 24px;
    background: #fff;
    left: 4px;
    border-radius: 2px;
    transition: all 0.4s ease;
  }
  .open_btn::before {
    top: 6px;
  }
  .open_btn::after {
    bottom: 6px;
  }
  .open_btn.active span {
    opacity: 0;
  }
  .open_btn.active::before, .open_btn.active::after {
    width: 30px;
    left: 1px;
  }
  .open_btn.active::before {
    top: -6px;
    transform: translateY(20px) rotate(-45deg);
  }
  .open_btn.active::after {
    bottom: -6px;
    transform: translateY(-20px) rotate(45deg);
  }
  #map_canvas {
    width: 100%;
    height: 80vw;
  }
  #map_right {
    position: absolute;
    right: -220px;
    top: 0;
    z-index: 2;
    transition: right 0.3s;
  }
  #map_right.active {
    right: 1px;
    top: 0;
    border: 0;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 5px 0;
  }
  #shop_infobox ul li.shop_name {
    font-size: 1.9rem;
  }
  #shop_listbox ul li {
    font-size: 1.7rem;
  }
  #shop_photobox {
    padding: 1em 10px;
  }
  #shop_photobox .photo_result {
    gap: 10px;
  }
  #shop_photobox .photo_result li {
    width: calc((100% - 20px) / 3);
  }
}

@media screen and (max-width: 480px) {
  .open_btn {
    top: 48px;
  }
  #map_right p {
    font-size: 1.3rem;
  }
  #shop_infobox p {
    color: #e50012;
  }
  #shop_infobox ul li.shop_name {
    font-size: 1.7rem;
  }
  #shop_infobox ul li.shop_dis {
    font-size: 1.2rem;
  }
  #shop_listbox .list_result_cap {
    font-size: 1.3rem;
  }
  #shop_listbox ul li {
    font-size: 1.5rem;
  }
  #shop_listbox ul li span {
    font-size: 1.2rem;
  }
  #shop_photobox .list_result_cap {
    font-size: 1.3rem;
  }
  #shop_photobox .photo_result li {
    width: calc((100% - 10px) / 2);
  }
  #shop_photobox .photo_result li p {
    font-size: 1.2rem;
  }
  #shop_photobox .photo_result li p .list_dis {
    font-size: 1rem;
  }
}

#top_vi {
  overflow: hidden;
}

#top_vi .top_slide {
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  padding-bottom: 50px;
}

#top_vi .top_slide .swiper-wrapper {
  max-height: 600px;
}

#top_vi .top_slide .swiper-slide {
  color: #000;
  display: block;
}

#top_vi .top_slide.swiper-horizontal > .swiper-pagination-bullets {
  height: 12px;
  box-sizing: border-box;
  bottom: 19px;
  font-size: 0;
}

#top_vi .top_slide.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  height: 12px;
  width: 12px;
  box-sizing: border-box;
  border-radius: 0;
  margin: 0 6px;
  background-color: #000;
  opacity: 0.3;
  outline: none;
  transition: opacity 0.2s;
}

#top_vi .top_slide.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

#wrapper.wrapper_home .txt_wrap {
  margin-top: -20px;
  margin-bottom: 20px;
}

#sales_index {
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 4px, #f7f6ee 0, #f7f6ee 10px);
  padding: 30px 20px;
}

#sales_index > ul {
  max-width: 860px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

#sales_index > ul > li {
  padding: 8px;
  margin: 0;
  width: calc((100% - 20px) / 2);
  background: #fff;
}

#sales_index > ul > li::before {
  content: none;
}

#sales_index > ul > li a {
  display: block;
  color: #000;
  text-decoration: none;
}

#sales_index > ul > li figure {
  position: relative;
}

#sales_index > ul > li figure img {
  position: relative;
}

#sales_index > ul > li figure h3 {
  line-height: 1.2;
  font-size: 3.2rem;
  margin: 0;
  position: absolute;
  top: 0.5em;
  left: 0.5em;
  text-shadow: 2px 2px 1px #ffffff, -2px 2px 1px #ffffff, 2px -2px 1px #ffffff, -2px -2px 1px #ffffff, 2px 0px 1px #ffffff, 0px 2px 1px #ffffff, -2px 0px 1px #ffffff, 0px -2px 1px #ffffff;
}

#sales_index > ul > li figure h3 span,
#sales_index > ul > li figure h3 small {
  display: block;
}

#sales_index > ul > li figure h3 small {
  font-size: 0.6em;
}

#sales_index > ul > li figure h4 {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  margin: 0;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 0.3em;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

#sales_index > ul > li figure .p_kukaku {
  font-size: 2.4rem;
  font-weight: 800;
  background: #fff;
  padding: 0.1em 0.4em;
  border: 1px solid #666;
  position: absolute;
  right: 0.5em;
  bottom: 2em;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

#sales_index > ul > li figure .p_kukaku small {
  font-size: 0.6em;
  font-weight: 400;
}

#sales_index > ul > li figure .p_kukaku span {
  display: inline-block;
  padding: 0 0.15em 0.1em 0.15em;
}

#sales_index > ul > li ul {
  padding: 0.5em 0.5em 0.5em 0;
}

#sales_index > ul > li ul li {
  font-size: 1.4rem;
}

#sales_index > ul > li ul li small {
  font-size: 1.1rem;
}

@media screen and (max-width: 1040px) {
  #sales_index {
    margin-left: -20px;
    margin-right: -20px;
  }
}

@media screen and (max-width: 768px) {
  #wrapper.wrapper_home .txt_wrap {
    margin-top: -2vw;
    margin-bottom: 2vw;
  }
  #sales_index {
    padding: 3vw 2vw;
  }
  #sales_index > ul {
    gap: 2vw;
  }
  #sales_index > ul > li {
    padding: 0.8vw;
    width: calc((100% - 2vw) / 2);
  }
  #sales_index > ul > li figure h3 {
    font-size: 3.6vw;
  }
  #sales_index > ul > li figure h4 {
    font-size: 1.8vw;
  }
  #sales_index > ul > li figure .p_kukaku {
    font-size: 2.6vw;
  }
  #sales_index > ul > li ul li {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 480px) {
  #top_vi .top_slide .swiper-wrapper {
    height: 100vw;
  }
  #wrapper.wrapper_home .txt_wrap {
    margin-top: -3vw;
    margin-bottom: 3vw;
  }
  #wrapper.wrapper_home .txt_wrap .has-fl-font-size {
    font-size: 1.5rem;
  }
  #sales_index {
    margin-left: -15px;
    margin-right: -15px;
    padding: 5vw 3vw;
  }
  #sales_index > ul {
    display: block;
    width: 86vw;
    margin-left: auto;
    margin-right: auto;
  }
  #sales_index > ul > li {
    padding: 1.6vw;
    margin: 0 0 3vw 0;
    width: auto;
  }
  #sales_index > ul > li figure h3 {
    font-size: 6.4vw;
  }
  #sales_index > ul > li figure h4 {
    font-size: 3.2vw;
  }
  #sales_index > ul > li figure .p_kukaku {
    font-size: 4.8vw;
  }
  #sales_index > ul > li ul li {
    font-size: 1.2rem;
  }
  #sales_index > ul > li ul li small {
    font-size: 1rem;
  }
}

.top_sec_about {
  padding-top: 20px;
}

.top_sec_about .h1_title a {
  position: relative;
}

.top_sec_about .h1_title a::before {
  content: "";
  display: block;
  width: 3.2em;
  height: 3.2em;
  background: url(./images/icon_consent.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  left: -3.2em;
  top: -1.8em;
}

#top_about_list {
  min-height: 440px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

#top_about_list ul {
  line-height: 1.5;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 3%;
}

#top_about_list ul li {
  margin: 0;
  padding: 0;
  width: 234px;
  text-align: center;
}

#top_about_list ul li a {
  color: #fff;
  text-decoration: none;
}

#top_about_list ul li a h3 {
  font-family: "Jost", Futura, "Century Gothic", sans-serif;
  font-weight: 600;
  color: #b2aca7;
  font-size: 1.8rem;
  margin-bottom: 0.1em;
}

#top_about_list ul li a h4 {
  font-weight: 600;
  margin-bottom: 0.25em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#top_about_list ul li a figure {
  margin-bottom: 0.3em;
}

#top_about_list ul li a p {
  display: inline-block;
  text-align: left;
}

#top_bn_large .bn_large {
  position: relative;
}

#top_bn_large .bn_large .bn_large_title {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 40px;
}

#top_bn_large .bn_large + .bn_large {
  margin-top: 50px;
}

#top_bn_large .bn_large a {
  color: #000;
  text-decoration: none;
}

#top_bn_large .bn_large .h1_title {
  margin: 0 0 0.4em 0;
}

#top_bn_large .bn_large .h1_title::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 auto 0.2em auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

#top_bn_large .bn_large .h1_title::after {
  content: "";
  display: block;
  position: absolute;
  width: 1em;
  height: 1em;
  border-top: 0.2em solid #dd5519;
  border-right: 0.2em solid #dd5519;
  transform: rotate(45deg);
  margin: auto;
  top: 0;
  bottom: 0;
  right: 20px;
}

#top_bn_large .bn_large p {
  font-weight: 600;
  padding: 0 4em;
}

#bn_large_after_service .h1_title::before {
  background-image: url(./images/pic_service.svg);
}

#bn_large_facilities .h1_title::before {
  background-image: url(./images/pic_high_grade.svg);
}

#top_bn_small .bn_small_list {
  display: flex;
  gap: 5%;
}

#top_bn_small .bn_small_list li {
  padding: 0;
  margin: 0;
  height: 380px;
  width: 30%;
}

#top_bn_small .bn_small_list li::before {
  content: none;
}

#top_bn_small .bn_small_list li .bn_small_title {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 70px 0.5em 0 0.5em;
}

#top_bn_small .bn_small_list li a {
  color: #000;
  text-decoration: none;
}

#top_bn_small .bn_small_list li .h1_title {
  margin: 0 0 0.4em 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#top_bn_small .bn_small_list li .h1_title::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 auto 0.2em auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

#top_bn_small .bn_small_list li .h1_title::after {
  content: "";
  display: block;
  position: absolute;
  width: 1em;
  height: 1em;
  border-top: 0.2em solid #dd5519;
  border-right: 0.2em solid #dd5519;
  transform: rotate(45deg);
  margin: auto;
  bottom: 1.5em;
  right: 0;
  left: 0;
}

#top_bn_small .bn_small_list li p {
  font-weight: 600;
  padding: 0 1em;
}

#top_bn_small .bn_small_list li figure {
  height: 100%;
}

#top_bn_small .bn_small_list li figure img {
  max-width: none;
  object-fit: cover;
  height: 100%;
  width: 100%;
}

#bn_small_construction .h1_title::before {
  background-image: url(./images/pic_construction.svg);
}

#bn_small_tax_reduction .h1_title::before {
  background-image: url(./images/pic_tax.svg);
}

#bn_small_yao_no_iitoko .h1_title::before {
  background-image: url(./images/pic_yao.svg);
}

@media screen and (max-width: 840px) {
  #top_bn_small .bn_small_list {
    gap: 2%;
  }
  #top_bn_small .bn_small_list li {
    width: 32%;
  }
}

@media screen and (max-width: 768px) {
  .top_sec_about {
    padding-top: 2vw;
  }
  #top_about_list {
    min-height: 0;
    padding: 5vw 3vw;
    background-size: auto 100%;
  }
  #top_about_list ul {
    gap: 2%;
  }
  #top_about_list ul li {
    width: 32%;
  }
  #top_about_list ul li a h3 {
    font-size: 2vw;
  }
  #top_about_list ul li a h4 {
    font-size: 2.5vw;
  }
  #top_bn_large .bn_large {
    position: relative;
  }
  #top_bn_large .bn_large .bn_large_title {
    padding-bottom: 36px;
  }
  #top_bn_large .bn_large + .bn_large {
    margin-top: 5vw;
  }
  #top_bn_large .bn_large .h1_title {
    margin: 0 0 0.4em 0;
  }
  #top_bn_large .bn_large .h1_title::before {
    width: 36px;
    height: 36px;
  }
  #top_bn_large .bn_large .h1_title::after {
    right: 3vw;
  }
  #top_bn_small .bn_small_list li {
    height: 46vw;
  }
  #top_bn_small .bn_small_list li .bn_small_title {
    padding: 7.5vw 0.2em 0 0.2em;
  }
  #top_bn_small .bn_small_list li .h1_title::before {
    width: 36px;
    height: 36px;
  }
  #top_bn_small .bn_small_list li .h1_title::after {
    bottom: 4vw;
  }
}

@media screen and (max-width: 640px) {
  #top_bn_small .bn_small_list {
    display: block;
  }
  #top_bn_small .bn_small_list li {
    height: 31.875vw;
    width: auto;
  }
  #top_bn_small .bn_small_list li + li {
    margin-top: 5vw;
  }
  #top_bn_small .bn_small_list li .bn_small_title {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 0 36px 0;
  }
  #top_bn_small .bn_small_list li .h1_title::after {
    top: 0;
    bottom: 0;
    right: 3vw;
    left: auto;
  }
  #top_bn_small .bn_small_list li p {
    padding: 0 4em;
  }
}

@media screen and (min-width: 481px) {
  #top_about_list {
    background-image: url(./images/bg_top_about_pc.webp);
  }
}

@media screen and (max-width: 480px) {
  #top_about_list {
    background-image: url(./images/bg_top_about_sp.webp);
    padding: 7vw 3vw;
  }
  #top_about_list ul {
    flex-direction: column;
    gap: 5vw;
  }
  #top_about_list ul li {
    width: 50vw;
  }
  #top_about_list ul li a h3 {
    font-size: 3.6vw;
  }
  #top_about_list ul li a h4 {
    font-size: 4vw;
  }
  #top_about_list ul li a figure {
    margin-bottom: 0.3em;
  }
  #top_bn_large .bn_large .bn_large_title {
    padding-bottom: 0;
  }
  #top_bn_large .bn_large + .bn_large {
    margin-top: 7vw;
  }
  #top_bn_large .bn_large picture {
    display: block;
    height: 40vw;
  }
  #top_bn_large .bn_large picture img {
    max-width: none;
    object-fit: cover;
    height: 100%;
    width: 100%;
  }
  #top_bn_large .bn_large .h1_title::before {
    width: 28px;
    height: 28px;
  }
  #top_bn_small .bn_small_list li {
    height: 40vw;
  }
  #top_bn_small .bn_small_list li + li {
    margin-top: 7vw;
  }
  #top_bn_small .bn_small_list li .bn_small_title {
    padding: 0;
  }
  #top_bn_small .bn_small_list li .h1_title::before {
    width: 28px;
    height: 28px;
  }
}

.wrapper_sales .h1_title.ctg::before {
  background-image: url(./images/pic_sales.svg);
}

.salse_kv {
  height: 0;
  padding-bottom: 50%;
  position: relative;
  overflow: hidden;
  line-height: 1.2;
  text-align: left;
}

.salse_kv > div::before {
  content: "";
  display: block;
  width: 1000px;
  padding-bottom: 1000px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.6);
  position: absolute;
  z-index: 1;
}

.salse_kv > div .sales_h1 {
  font-size: 5.2rem;
  font-weight: 800;
  position: absolute;
  z-index: 1;
}

.salse_kv > div .sales_h1 span,
.salse_kv > div .sales_h1 small {
  display: block;
}

.salse_kv > div .sales_h1 small {
  font-size: 3.8rem;
}

.salse_kv > div .copy_box {
  position: absolute;
  z-index: 1;
  text-align: center;
}

.salse_kv > div .copy_box .sales_h2 {
  font-size: 1.7rem;
  font-weight: 600;
  margin: 0 0 10px 0;
  padding: 0 0.2em;
  text-shadow: 2px 2px 1px #ffffff, -2px 2px 1px #ffffff, 2px -2px 1px #ffffff, -2px -2px 1px #ffffff, 2px 0px 1px #ffffff, 0px 2px 1px #ffffff, -2px 0px 1px #ffffff, 0px -2px 1px #ffffff;
}

.salse_kv > div .copy_box .sales_h3 {
  font-size: 1.6rem;
  font-weight: 400;
  margin: 0;
  background: white;
  background: linear-gradient(90deg, transparent 0%, black 10%, black 90%, transparent 100%);
  color: #fff;
  padding: 0.5em;
}

.salse_kv > div .price_box {
  position: absolute;
  z-index: 1;
}

.salse_kv > div .price_box .p_main {
  display: flex;
  align-items: center;
}

.salse_kv > div .price_box .p_main .p_set {
  max-width: 5.6em;
}

.salse_kv > div .price_box .p_main .P_price {
  font-size: 5.8rem;
  font-family: "Jost", Futura, "Century Gothic", sans-serif;
  color: #e60012;
  font-weight: 600;
}

.salse_kv > div .price_box .p_main .p_unit {
  font-size: 1.8rem;
  font-weight: 600;
  display: inline-block;
  margin-left: 0.3em;
}

.salse_kv > div .price_box .p_tax {
  margin-top: 0;
  text-align: right;
}

.salse_kv > div .price_box .p_price_txt {
  margin: 10px 0;
  background: #595757;
  color: #fff;
  font-size: 1.8rem;
  padding: 0.5em;
  text-align: center;
  line-height: 1;
}

.salse_kv > div .p_kukaku {
  position: absolute;
  z-index: 1;
  display: flex;
  align-items: center;
}

.salse_kv > div .p_kukaku small,
.salse_kv > div .p_kukaku span {
  display: inline-block;
}

.salse_kv > div .p_kukaku small {
  font-size: 2.2rem;
  font-weight: 800;
  color: #008ccf;
}

.salse_kv > div .p_kukaku span {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: #008ccf;
  color: #fff100;
  font-family: "Jost", Futura, "Century Gothic", sans-serif;
  font-size: 4.6rem;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 4px;
}

.salse_kv > div picture {
  display: flex;
  height: 100%;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
}

.salse_kv > div .p_cap {
  font-size: 1.2rem;
  position: absolute;
  z-index: 1;
  text-shadow: 1px 1px 1px #ffffff, -1px 1px 1px #ffffff, 1px -1px 1px #ffffff, -1px -1px 1px #ffffff, 1px 0px 1px #ffffff, 0px 1px 1px #ffffff, -1px 0px 1px #ffffff, 0px -1px 1px #ffffff;
}

.salse_kv > div.left_top::before {
  top: -625px;
  left: -500px;
}

.salse_kv > div.left_top .sales_h1 {
  top: 10px;
  left: 20px;
}

.salse_kv > div.left_top .copy_box {
  top: 10px;
  right: 20px;
}

.salse_kv > div.left_top .price_box {
  top: 125px;
  left: 20px;
}

.salse_kv > div.left_top .p_kukaku {
  top: 280px;
  left: 20px;
}

.salse_kv > div.left_top .p_cap {
  bottom: 10px;
  right: 20px;
}

.salse_kv > div.left_bottom::before {
  bottom: -625px;
  left: -500px;
}

.salse_kv > div.left_bottom .sales_h1 {
  bottom: 10px;
  left: 20px;
}

.salse_kv > div.left_bottom .copy_box {
  top: 10px;
  right: 20px;
}

.salse_kv > div.left_bottom .price_box {
  bottom: 125px;
  left: 20px;
}

.salse_kv > div.left_bottom .p_kukaku {
  bottom: 280px;
  left: 20px;
}

.salse_kv > div.left_bottom .p_cap {
  bottom: 10px;
  right: 20px;
}

.salse_kv > div.right_top::before {
  top: -625px;
  right: -500px;
}

.salse_kv > div.right_top .sales_h1 {
  top: 10px;
  right: 20px;
}

.salse_kv > div.right_top .copy_box {
  top: 10px;
  left: 20px;
}

.salse_kv > div.right_top .price_box {
  top: 125px;
  right: 20px;
}

.salse_kv > div.right_top .p_kukaku {
  top: 280px;
  right: 20px;
}

.salse_kv > div.right_top .p_cap {
  bottom: 10px;
  left: 20px;
}

.salse_kv > div.right_bottom::before {
  bottom: -625px;
  right: -500px;
}

.salse_kv > div.right_bottom .sales_h1 {
  bottom: 10px;
  right: 20px;
}

.salse_kv > div.right_bottom .copy_box {
  top: 10px;
  left: 20px;
}

.salse_kv > div.right_bottom .price_box {
  bottom: 125px;
  right: 20px;
}

.salse_kv > div.right_bottom .p_kukaku {
  bottom: 280px;
  right: 20px;
}

.salse_kv > div.right_bottom .p_cap {
  bottom: 10px;
  left: 20px;
}

.sec_tblbox {
  max-width: 800px;
  margin: 0 auto;
  text-align: left;
}

.sec_tblbox table tr th {
  white-space: nowrap;
}

@media screen and (max-width: 1040px) {
  .sec_salse_kv {
    margin-left: -20px;
    margin-right: -20px;
  }
  .salse_kv > div::before {
    width: 100%;
    padding-bottom: 100%;
  }
  .salse_kv > div.left_top::before {
    top: -125%;
    left: -50%;
  }
  .salse_kv > div.left_bottom::before {
    bottom: -125%;
    left: -50%;
  }
  .salse_kv > div.right_top::before {
    top: -125%;
    right: -50%;
  }
  .salse_kv > div.right_bottom::before {
    bottom: -125%;
    right: -50%;
  }
  .salse_kv > div .sales_h1 {
    font-size: 5.2vw;
  }
  .salse_kv > div .sales_h1 small {
    font-size: 3.8vw;
  }
  .salse_kv > div .copy_box .sales_h2 {
    font-size: 1.7vw;
    margin: 0 0 1vw 0;
  }
  .salse_kv > div .copy_box .sales_h3 {
    font-size: 1.6vw;
  }
  .salse_kv > div .price_box {
    font-size: 1.6vw;
  }
  .salse_kv > div .price_box .p_main .P_price {
    font-size: 5.8vw;
  }
  .salse_kv > div .price_box .p_main .p_unit {
    font-size: 1.8vw;
  }
  .salse_kv > div .price_box .p_price_txt {
    margin: 1vw 0;
    font-size: 1.8vw;
  }
  .salse_kv > div .p_kukaku small {
    font-size: 2.2vw;
  }
  .salse_kv > div .p_kukaku span {
    width: 6.8vw;
    height: 6.8vw;
    font-size: 4.6vw;
    margin: 0 0.4vw;
  }
  .salse_kv > div .p_cap {
    font-size: 1.2vw;
  }
  .salse_kv > div.left_top .sales_h1 {
    top: 1vw;
    left: 20px;
  }
  .salse_kv > div.left_top .copy_box {
    top: 1vw;
    right: 20px;
  }
  .salse_kv > div.left_top .price_box {
    top: 12.5vw;
    left: 20px;
  }
  .salse_kv > div.left_top .p_kukaku {
    top: 28vw;
    left: 20px;
  }
  .salse_kv > div.left_top .p_cap {
    bottom: 1vw;
    right: 20px;
  }
  .salse_kv > div.left_bottom .sales_h1 {
    bottom: 1vw;
    left: 20px;
  }
  .salse_kv > div.left_bottom .copy_box {
    top: 1vw;
    right: 20px;
  }
  .salse_kv > div.left_bottom .price_box {
    bottom: 12.5vw;
    left: 20px;
  }
  .salse_kv > div.left_bottom .p_kukaku {
    bottom: 28vw;
    left: 20px;
  }
  .salse_kv > div.left_bottom .p_cap {
    bottom: 1vw;
    right: 20px;
  }
  .salse_kv > div.right_top .sales_h1 {
    top: 1vw;
    right: 20px;
  }
  .salse_kv > div.right_top .copy_box {
    top: 1vw;
    left: 20px;
  }
  .salse_kv > div.right_top .price_box {
    top: 12.5vw;
    right: 20px;
  }
  .salse_kv > div.right_top .p_kukaku {
    top: 28vw;
    right: 20px;
  }
  .salse_kv > div.right_top .p_cap {
    bottom: 1vw;
    left: 20px;
  }
  .salse_kv > div.right_bottom .sales_h1 {
    bottom: 1vw;
    right: 20px;
  }
  .salse_kv > div.right_bottom .copy_box {
    top: 1vw;
    left: 20px;
  }
  .salse_kv > div.right_bottom .price_box {
    bottom: 12.5vw;
    right: 20px;
  }
  .salse_kv > div.right_bottom .p_kukaku {
    bottom: 28vw;
    right: 20px;
  }
  .salse_kv > div.right_bottom .p_cap {
    bottom: 1vw;
    left: 20px;
  }
}

@media screen and (max-width: 480px) {
  .sec_salse_kv {
    margin-left: -15px;
    margin-right: -15px;
  }
  .salse_kv {
    padding-bottom: 100%;
  }
  .salse_kv > div::before {
    width: 130vw;
    height: 130vw;
    padding-bottom: 0;
  }
  .salse_kv > div .sales_h1 {
    font-size: 8.6vw;
  }
  .salse_kv > div .sales_h1 small {
    font-size: 6.3vw;
  }
  .salse_kv > div .copy_box .sales_h2 {
    font-size: 3.2vw;
  }
  .salse_kv > div .copy_box .sales_h3 {
    font-size: 3vw;
  }
  .salse_kv > div .price_box {
    font-size: 2.4vw;
  }
  .salse_kv > div .price_box .p_main .P_price {
    font-size: 9.4vw;
  }
  .salse_kv > div .price_box .p_main .p_unit {
    font-size: 3vw;
  }
  .salse_kv > div .price_box .p_price_txt {
    font-size: 2.8vw;
  }
  .salse_kv > div .p_kukaku small {
    font-size: 3.9vw;
  }
  .salse_kv > div .p_kukaku span {
    width: 12.2vw;
    height: 12.2vw;
    font-size: 8.2vw;
    margin: 0 1vw;
  }
  .salse_kv > div .p_cap {
    font-size: 2vw;
  }
  .salse_kv > div.left_top::before {
    top: -65vw;
    left: -65vw;
  }
  .salse_kv > div.left_top .sales_h1 {
    top: 2vw;
    left: 15px;
  }
  .salse_kv > div.left_top .copy_box {
    top: auto;
    right: 15px;
    bottom: 6vw;
  }
  .salse_kv > div.left_top .price_box {
    top: 21vw;
    left: 15px;
  }
  .salse_kv > div.left_top .p_kukaku {
    top: 46vw;
    left: 15px;
  }
  .salse_kv > div.left_top .p_cap {
    bottom: 2vw;
    right: 15px;
  }
  .salse_kv > div.left_bottom::before {
    bottom: -65vw;
    left: -65vw;
  }
  .salse_kv > div.left_bottom .sales_h1 {
    bottom: 2vw;
    left: 15px;
  }
  .salse_kv > div.left_bottom .copy_box {
    top: 2vw;
    right: 15px;
  }
  .salse_kv > div.left_bottom .price_box {
    bottom: 21vw;
    left: 15px;
  }
  .salse_kv > div.left_bottom .p_kukaku {
    bottom: 46vw;
    left: 15px;
  }
  .salse_kv > div.left_bottom .p_cap {
    bottom: 2vw;
    right: 15px;
  }
  .salse_kv > div.right_top::before {
    top: -65vw;
    right: -65vw;
  }
  .salse_kv > div.right_top .sales_h1 {
    top: 2vw;
    right: 15px;
  }
  .salse_kv > div.right_top .copy_box {
    top: auto;
    bottom: 6vw;
    left: 15px;
  }
  .salse_kv > div.right_top .price_box {
    top: 21vw;
    right: 15px;
  }
  .salse_kv > div.right_top .p_kukaku {
    top: 46vw;
    right: 15px;
  }
  .salse_kv > div.right_top .p_cap {
    bottom: 2vw;
    left: auto;
    right: 15px;
  }
  .salse_kv > div.right_bottom::before {
    bottom: -65vw;
    right: -65vw;
  }
  .salse_kv > div.right_bottom .sales_h1 {
    bottom: 2vw;
    right: 15px;
  }
  .salse_kv > div.right_bottom .copy_box {
    top: 2vw;
    left: 15px;
  }
  .salse_kv > div.right_bottom .price_box {
    bottom: 21vw;
    right: 15px;
  }
  .salse_kv > div.right_bottom .p_kukaku {
    bottom: 46vw;
    right: 15px;
  }
  .salse_kv > div.right_bottom .p_cap {
    bottom: 2vw;
    left: 15px;
  }
}

.sec_sales_post > div + div {
  margin-top: 50px;
}

.sales_header {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.sales_header p:not(.has-text-align-center) {
  display: inline-block;
  text-align: left;
}

.sales_header + .ctg_kv {
  margin-top: 50px;
}

.wrapper .sales_fd h2 {
  margin-bottom: 0.5em;
}

.sales_fd {
  background: #dcdddd;
  padding: 30px 0;
  text-align: left;
}

.sales_fd > .inner {
  box-sizing: content-box;
  max-width: 800px;
  margin: 0 auto;
}

.sales_fd > .inner .img_list {
  display: flex;
  justify-content: space-between;
}

.sales_fd > .inner .img_list figure {
  width: 30%;
  display: flex;
  align-items: center;
}

.wrapper .salse_acc3way > h2,
.wrapper .salse_acc3way > h3,
.wrapper .sales_access > h2,
.wrapper .sales_access > h3 {
  margin-bottom: 0.3em;
}

.salse_acc3way {
  line-height: 1.5;
}

.salse_acc3way > .wp-block-group {
  text-align: left;
  display: flex;
  padding: 20px 0;
}

.salse_acc3way > .wp-block-group.box_kintetsu {
  background: #b5b5b6;
}

.salse_acc3way > .wp-block-group.box_jr {
  background: #dcdddd;
}

.salse_acc3way > .wp-block-group .densha {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.salse_acc3way > .wp-block-group .box_txt {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.salse_acc3way > .wp-block-group .box_txt h3 {
  font-weight: 600;
  margin-bottom: 0.2em;
}

.salse_acc3way > .wp-block-group .box_txt p + p {
  margin-top: 0.2em;
}

.salse_acc3way > .wp-block-group .box_txt p + p.has-fss-font-size {
  margin-top: 0.5em;
}

.salse_acc3way > .wp-block-group figure.wp-block-image {
  margin: 0;
}

.salse_acc3way > .wp-block-group figure.wp-block-image img {
  width: 160px;
  border-radius: 50%;
}

.sales_access {
  line-height: 1.5;
}

.sales_access .box_access {
  text-align: left;
  display: flex;
  padding: 20px 0;
  flex-wrap: wrap;
  background: #d0e5f6;
  gap: 10px 0;
}

.sales_access .box_access figure.wp-block-image {
  width: 50%;
  margin: 0;
  padding-right: 50px;
  display: flex;
  justify-content: flex-end;
}

.sales_access .box_access figure.wp-block-image img {
  width: 160px;
  border-radius: 50%;
}

.sales_access .box_access .box_txt {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.sales_access .box_access .box_txt h3 {
  font-weight: 600;
  margin-bottom: 0.2em;
}

.sales_access .box_access .box_txt p + p {
  margin-top: 0.2em;
}

.sales_access .box_access .box_txt p + p.has-fss-font-size {
  margin-top: 0.5em;
}

.sales_kukaku {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.sales_kukaku figure {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.sales_kukaku figure.img_full {
  max-width: none;
}

.sales_kukaku .has-fxl-font-size {
  font-size: 2.8rem;
  line-height: 1.4;
}

.sales_kukaku .has-fxl-font-size strong {
  font-weight: 800;
}

.sales_kukaku p {
  display: inline-block;
  text-align: left;
}

.wrapper .sales_plan h2 {
  margin-bottom: 0;
}

.sales_plan .plan_lead {
  display: inline-block;
  max-width: 800px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}

.sales_plan .plan_lead h3 {
  font-size: 3rem;
  font-weight: 400;
  margin-bottom: 30px;
}

.sales_plan .wp-block-group + .wp-block-group {
  margin-top: 40px;
}

.sales_plan .box_plan h3 {
  font-size: 2.8rem;
  font-weight: 400;
  background: #008ccf;
  background: linear-gradient(90deg, rgba(0, 140, 207, 0.05), #008ccf 30%, #008ccf 70%, rgba(0, 140, 207, 0.05) 100%);
  color: #fff;
  line-height: 1;
  padding: 0.4em;
  margin-bottom: 20px;
}

.sales_plan .box_plan .plan_txt {
  max-width: 800px;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.sales_plan .box_plan figure {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.sales_plan .box_plan ul {
  display: inline-block;
  font-size: 1.3rem;
}

.sales_plan .box_plan ul li {
  display: inline-block;
  padding-left: 1em;
  margin-right: 0.2em;
}

@media screen and (max-width: 1040px) {
  .sales_fd {
    margin-left: -20px;
    margin-right: -20px;
  }
  .salse_acc3way {
    margin-left: -20px;
    margin-right: -20px;
  }
  .salse_acc3way > .wp-block-group {
    padding-left: 20px;
    padding-right: 20px;
  }
  .sales_access {
    margin-left: -20px;
    margin-right: -20px;
  }
  .sales_access .box_access {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 768px) {
  .sec_sales_post > div + div {
    margin-top: 5vw;
  }
  .sales_fd {
    padding: 3vw 0;
  }
  .sales_fd > .inner .img_list figure {
    width: 32%;
  }
  .sales_header + .ctg_kv {
    margin-top: 5vw;
  }
  .salse_acc3way > .wp-block-group {
    padding-top: 2vw;
    padding-bottom: 2vw;
  }
  .salse_acc3way > .wp-block-group .densha {
    width: 40%;
    padding: 0 10px;
  }
  .salse_acc3way > .wp-block-group .box_txt {
    width: 60%;
  }
  .salse_acc3way > .wp-block-group figure.wp-block-image img {
    width: 16vw;
  }
  .sales_access .box_access {
    padding-top: 2vw;
    padding-bottom: 2vw;
    gap: 1vw 0;
  }
  .sales_access .box_access figure.wp-block-image {
    width: 40%;
    padding-right: 3vw;
  }
  .sales_access .box_access figure.wp-block-image img {
    width: 16vw;
  }
  .sales_access .box_access .box_txt {
    width: 60%;
  }
  .sales_kukaku .has-fxl-font-size {
    font-size: 2.6rem;
  }
  .sales_plan .plan_lead {
    margin-top: 3vw;
  }
  .sales_plan .plan_lead h3 {
    font-size: 2.8rem;
    margin-bottom: 3vw;
  }
  .sales_plan .wp-block-group + .wp-block-group {
    margin-top: 4vw;
  }
  .sales_plan .box_plan h3 {
    font-size: 2.6rem;
    margin-bottom: 2vw;
  }
}

@media screen and (max-width: 480px) {
  .sec_sales_post > div + div {
    margin-top: 7vw;
  }
  .sales_fd {
    margin-left: -15px;
    margin-right: -15px;
    padding: 5vw 0;
  }
  .sales_fd > .inner .img_list {
    flex-direction: column;
    align-items: center;
  }
  .sales_fd > .inner .img_list figure {
    width: 60%;
  }
  .sales_header + .ctg_kv {
    margin-top: 7vw;
  }
  .salse_acc3way {
    margin-left: -15px;
    margin-right: -15px;
  }
  .salse_acc3way > .wp-block-group {
    padding: 4vw 15px 4vw 15px;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  .salse_acc3way > .wp-block-group .densha {
    width: auto;
  }
  .salse_acc3way > .wp-block-group .box_txt {
    display: block;
    width: auto;
  }
  .salse_acc3way > .wp-block-group figure.wp-block-image img {
    width: 24vw;
  }
  .sales_access {
    margin-left: -15px;
    margin-right: -15px;
  }
  .sales_access .box_access {
    padding: 4vw 15px 4vw 15px;
  }
  .sales_access .box_access figure.wp-block-image {
    width: 26vw;
    padding-right: 0;
    justify-content: flex-start;
  }
  .sales_access .box_access figure.wp-block-image img {
    width: 24vw;
  }
  .sales_access .box_access .box_txt {
    width: calc(100% - 26vw);
  }
  .sales_kukaku .has-fxl-font-size {
    font-size: 2.2rem;
  }
  .sales_plan .plan_lead {
    margin-top: 5vw;
  }
  .sales_plan .plan_lead h3 {
    font-size: 2.4rem;
    margin-bottom: 5vw;
  }
  .sales_plan .wp-block-group + .wp-block-group {
    margin-top: 6vw;
  }
  .sales_plan .box_plan h3 {
    font-size: 2.2rem;
    margin-bottom: 4vw;
  }
  .sales_plan .box_plan ul {
    font-size: 1.1rem;
  }
}

.wrapper_construction .h1_title.ctg::before {
  background-image: url(./images/pic_construction.svg);
}

body .lg-sub-html {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  background: rgba(0, 0, 0, 0.4);
  padding: 0.6em 1em;
  white-space: normal;
}

body .lg-sub-html h4 {
  font-size: 1.6rem;
  font-weight: 600;
}

body .lg-sub-html p {
  font-size: 1.4rem;
  font-weight: 400;
}

.lightGallery-captions h4,
.lightGallery-captions p {
  transition: transform 0.4s ease-in-out, opacity 0.4s ease-in;
}

.lg-current .lightGallery-captions h4,
.lg-current .lightGallery-captions p {
  transition-delay: 500ms;
}

.lg-current.lg-slide-progress .lightGallery-captions h4,
.lg-current.lg-slide-progress .lightGallery-captions p {
  transition-delay: 0ms;
}

.lightGallery-captions h4 {
  transform: translate3d(60px, 0, 0px);
}

.lightGallery-captions p {
  transform: translate3d(-60px, 0, 0px);
}

.lightGallery-captions h4,
.lightGallery-captions p {
  opacity: 0;
}

.lg-current .lightGallery-captions h4,
.lg-current .lightGallery-captions p {
  transform: translate3d(0, 0, 0px);
}

.lg-current .lightGallery-captions h4,
.lg-current .lightGallery-captions p {
  opacity: 1;
}

.lg-slide-progress .lightGallery-captions h4 {
  transform: translate3d(-60px, 0, 0px);
}

.lg-slide-progress .lightGallery-captions p {
  transform: translate3d(60px, 0, 0px);
}

.lg-slide-progress .lightGallery-captions h4,
.lg-slide-progress .lightGallery-captions p {
  opacity: 0;
}

.wrapper .construction_list {
  background: #d4ca96;
  margin: 0 -20px -80px -20px;
  padding: 20px 20px 80px 20px;
  text-align: left;
}

.wrapper .construction_list h2 {
  margin: 0 0 0.3em 0;
  font-weight: 600;
}

.wrapper .construction_list h2 a {
  color: #000;
  text-decoration: none;
}

.wrapper .construction_list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 0;
}

.wrapper .construction_list ul li {
  width: 25%;
  margin: 0;
  padding: 0;
}

.wrapper .construction_list ul li::before {
  content: none;
}

.wrapper .construction_list ul + h2 {
  margin-top: 20px;
}

.wrapper_construction .ts_sec,
.wrapper_construction .ctg_kv {
  background: #d4ca96;
  margin: 0 -20px 0 -20px;
}

.wrapper_construction .ts_sec {
  padding: 0 20px 20px 20px;
}

.wrapper_construction .ctg_kv {
  padding: 0 0 20px 0;
}

#lightgallery {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 0;
}

#lightgallery > a {
  display: block;
  width: 25%;
}

@media screen and (max-width: 768px) {
  .wrapper .construction_list {
    margin: 0 -20px -8vw -20px;
    padding: 20px 20px 8vw 20px;
  }
  .wrapper_construction .ctg_kv {
    padding: 0 0 15px 0;
  }
}

@media screen and (max-width: 480px) {
  body .lg-sub-html h4 {
    font-size: 1.4rem;
  }
  body .lg-sub-html p {
    font-size: 1.3rem;
  }
  .wrapper .construction_list {
    background: #d4ca96;
    margin: 0 -15px -10vw -15px;
    padding: 15px 15px 10vw 15px;
    text-align: left;
  }
  .wrapper .construction_list ul {
    gap: 15px 0;
  }
  .wrapper .construction_list ul li {
    width: 50%;
  }
  .wrapper .construction_list ul + h2 {
    margin-top: 15px;
  }
  .wrapper_construction .ts_sec {
    margin: 0 -15px 0 -15px;
    padding: 0 15px 15px 15px;
  }
  .wrapper_construction .ctg_kv {
    margin: 0 -15px 0 -15px;
    padding: 0 0 15px 0;
  }
  #lightgallery {
    gap: 15px 0;
  }
  #lightgallery > a {
    display: block;
    width: 50%;
  }
}

.wrapper_blog .h1_title.ctg::before {
  background-image: url(./images/pic_yao.svg);
}

.wrapper_news .h1_title.ctg::before {
  background-image: url(./images/pic_news.svg);
}

.blog_box {
  text-align: left;
  position: relative;
}

.blog_box .h2_title {
  font-size: 2.6rem;
  padding-left: 140px;
  padding-right: 140px;
}

.blog_box + .blog_box {
  margin-top: 80px;
}

.blog_box .blog_avatar {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: -80px;
  right: 0;
}

.blog_box::before {
  content: "";
  display: block;
  width: 80px;
  height: 100px;
  position: absolute;
  top: -40px;
  left: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.blog_box.blog_public::before {
  background-image: url(./gmap/images/icon_public.svg);
}

.blog_box.blog_study::before {
  background-image: url(./gmap/images/icon_study.svg);
}

.blog_box.blog_hospital::before {
  background-image: url(./gmap/images/icon_hospital.svg);
}

.blog_box.blog_shopping::before {
  background-image: url(./gmap/images/icon_shopping.svg);
}

.blog_box.blog_play::before {
  background-image: url(./gmap/images/icon_play.svg);
}

.blog_box.blog_eat::before {
  background-image: url(./gmap/images/icon_eat.svg);
}

.blog_box.blog_shrines::before {
  background-image: url(./gmap/images/icon_shrines.svg);
}

.blog_box.blog_utility::before {
  background-image: url(./gmap/images/icon_utility.svg);
}

.blog_inner {
  padding: 20px 0 0 0;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
  justify-content: space-between;
}

.blog_inner::before, .blog_inner::after {
  content: "";
  display: block;
  width: calc((100% - 880px) / 2);
  min-width: 20px;
  background-repeat: repeat;
  background-position: left top;
  background-color: #fff;
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 4px, #f7f6ee 0, #f7f6ee 10px);
}

.blog_body {
  width: 800px;
  zoom: 100%;
}

.blog_body:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

.blog_body .blog_content {
  zoom: 100%;
}

.blog_body .blog_content:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

.blog_body .blog_content p:last-child {
  margin-bottom: 1em;
}

.blog_body .blog_content .ctg_kv {
  margin-left: -40px;
  margin-right: -40px;
  margin-bottom: 30px;
}

.blog_body .blog_content:has(.add_info) + .ts_sec {
  margin-top: 0;
}

.blog_body .blog_date {
  font-size: 1.4rem;
  line-height: 1.4;
  text-align: right;
  color: #7b7035;
  margin-bottom: 1em;
}

.blog_body .blog_date + h2,
.blog_body .blog_date + h3,
.blog_body .blog_date + h4,
.blog_body .blog_date + h5,
.blog_body .blog_date + h6 {
  margin-top: 0;
}

.blog_map {
  text-align: center;
}

.blog_map #map_canvas {
  width: 100%;
}

.clr_title {
  clear: both;
}

#wrapper .index_list ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 40px 20px;
}

#wrapper .index_list ul li {
  margin: 0;
  padding: 0;
  width: calc((100% - 40px) / 3);
}

#wrapper .index_list ul li::before {
  content: none;
}

#wrapper .index_list ul li a {
  text-decoration: none;
  color: #000;
}

#wrapper .index_list ul li a h2 {
  font-size: 2rem;
  margin: 0.4em 0;
  padding-left: 2.4em;
  line-height: 1.2;
  position: relative;
  display: block;
}

#wrapper .index_list ul li a h2 span {
  position: relative;
}

#wrapper .index_list ul li a h2::before {
  content: "";
  display: block;
  width: 3.06em;
  height: 3.825em;
  background-position: center bottom;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -0.4em;
  left: -0.5em;
}

#wrapper .index_list ul li a p {
  font-size: 1.4rem;
  line-height: 1.6;
}

#wrapper .index_list ul li a p.spot_name {
  font-size: 1.7rem;
  font-weight: 600;
  text-align: center;
  margin-top: 0.2em;
}

#wrapper .index_list ul li.blog_public h2::before {
  background-image: url(./gmap/images/icon_public.svg);
}

#wrapper .index_list ul li.blog_study h2::before {
  background-image: url(./gmap/images/icon_study.svg);
}

#wrapper .index_list ul li.blog_hospital h2::before {
  background-image: url(./gmap/images/icon_hospital.svg);
}

#wrapper .index_list ul li.blog_shopping h2::before {
  background-image: url(./gmap/images/icon_shopping.svg);
}

#wrapper .index_list ul li.blog_play h2::before {
  background-image: url(./gmap/images/icon_play.svg);
}

#wrapper .index_list ul li.blog_eat h2::before {
  background-image: url(./gmap/images/icon_eat.svg);
}

#wrapper .index_list ul li.blog_shrines h2::before {
  background-image: url(./gmap/images/icon_shrines.svg);
}

#wrapper .index_list ul li.blog_utility h2::before {
  background-image: url(./gmap/images/icon_utility.svg);
}

#wrapper .index_list.sub_list {
  background: #f7f6ee;
  padding: 20px;
  margin-left: -20px;
  margin-right: -20px;
}

#wrapper .add_info {
  clear: both;
  margin: 50px 0;
  border: 1px solid #999;
  padding: 1.6em;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  line-height: 1.4;
}

#wrapper .add_info .add_info_inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.2em 1em;
}

#wrapper .add_info .add_info_inner h2 {
  font-size: 1.7rem;
  font-weight: 600;
  margin: 0;
}

#wrapper .add_info .add_info_inner p {
  margin: 0;
}

#wrapper .add_info .wp-block-buttons {
  margin-top: 0.8em;
}

#wrapper .ts_line_box {
  text-align: center;
}

#wrapper .ts_line_box h3 {
  font-size: 1.6rem;
  color: #06c755;
  line-height: 1.4;
  font-weight: 600;
  margin-bottom: 0.2em;
}

#wrapper .ts_line_box .line_pc {
  max-width: 180px;
  margin: 0 auto;
}

#wrapper .ts_line_box .line_sp {
  display: none;
}

#wrapper .mh_contact {
  text-align: center;
  margin-top: 30px;
}

#wrapper .mh_contact .wp-block-button__link {
  font-size: 2rem;
  font-weight: 600;
}

@media screen and (max-width: 880px) {
  .blog_inner {
    margin-left: 0;
    margin-right: 0;
    display: block;
  }
  .blog_inner::before, .blog_inner::after {
    content: none;
  }
  .blog_body {
    width: auto;
  }
  .blog_body .blog_content .ctg_kv {
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 3vw;
  }
}

@media screen and (max-width: 768px) {
  .blog_box .h2_title {
    font-size: 2.4rem;
    padding-left: 1em;
    padding-right: 1em;
  }
  .blog_box + .blog_box {
    margin-top: 8vw;
  }
  .blog_box .blog_avatar {
    width: 84px;
    height: 84px;
    top: -70px;
  }
  .blog_box::before {
    width: 60px;
    height: 75px;
    top: -60px;
  }
  .blog_inner {
    padding: 0.4em 0 0 0;
  }
  #wrapper .index_list ul li a h2 {
    font-size: 1.9rem;
  }
  #wrapper .index_list ul li a p.spot_name {
    font-size: 1.6rem;
  }
  #wrapper .add_info {
    margin: 5vw 0;
  }
  #wrapper .ts_line_box h3 {
    display: none;
  }
  #wrapper .ts_line_box .line_pc {
    display: none;
  }
  #wrapper .ts_line_box .line_sp {
    display: block;
  }
  #wrapper .ts_line_box .line_sp .wp-block-button__link {
    display: block;
    color: #fff;
    font-weight: 600;
    font-size: 2rem;
    background-color: #06c755;
    background-image: url(./images/icon_line.svg);
    background-repeat: no-repeat;
    background-size: auto 1.6em;
    background-position: left 0.4em center;
    padding-left: 2em;
    padding-right: 2em;
    text-align: center;
  }
  #wrapper .mh_contact {
    margin-top: 3vw;
  }
  #wrapper .mh_contact .wp-block-button__link {
    display: block;
  }
}

@media screen and (max-width: 640px) {
  #wrapper .index_list ul {
    gap: 20px;
  }
  #wrapper .index_list ul li {
    width: calc((100% - 20px) / 2);
  }
}

@media screen and (max-width: 480px) {
  .blog_box .h2_title {
    font-size: 2rem;
    padding-left: 0.2em;
    padding-right: 0.2em;
  }
  .blog_box + .blog_box {
    margin-top: 15vw;
  }
  .blog_box .blog_avatar {
    width: 68px;
    height: 68px;
    top: -58px;
    right: -10px;
  }
  .blog_box::before {
    width: 48px;
    height: 60px;
    top: -54px;
    left: -10px;
  }
  .blog_body .blog_date {
    font-size: 1.3rem;
  }
  .blog_body .blog_content .ctg_kv {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 5vw;
  }
  .blog_map #shop_infobox,
  .blog_map #shop_listbox {
    text-align: left;
  }
  #wrapper .index_list ul {
    gap: 20px 14px;
  }
  #wrapper .index_list ul li {
    width: calc((100% - 14px) / 2);
  }
  #wrapper .index_list ul li a h2 {
    font-size: 1.55rem;
  }
  #wrapper .index_list ul li a p {
    font-size: 1.2rem;
  }
  #wrapper .index_list ul li a p.spot_name {
    font-size: 1.4rem;
  }
  #wrapper .index_list.sub_list {
    padding: 15px;
    margin-left: -15px;
    margin-right: -15px;
  }
  #wrapper .add_info {
    margin: 7vw 0;
    padding: 1.2em;
  }
  #wrapper .add_info .add_info_inner h2 {
    font-size: 1.6rem;
  }
  #wrapper .ts_line_box .line_sp .wp-block-button__link {
    font-size: 1.75rem;
  }
  #wrapper .mh_contact {
    margin-top: 5vw;
  }
  #wrapper .mh_contact .wp-block-button__link {
    font-size: 1.75rem;
  }
}

.wrapper .news_list {
  margin-top: 40px;
  margin-left: -20px;
  margin-right: -20px;
  padding: 40px;
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 4px, #f7f6ee 0, #f7f6ee 10px);
}

.wrapper .news_list ul {
  max-width: 780px;
  margin: 0 auto;
  padding: 40px;
  background: #fff;
  line-height: 1.4;
}

.wrapper .news_list ul li {
  max-width: 640px;
  margin: 0 auto;
  padding: 0;
}

.wrapper .news_list ul li::before {
  content: none;
}

.wrapper .news_list ul li dl {
  display: flex;
  justify-content: space-between;
}

.wrapper .news_list ul li dl dt {
  width: 6em;
  text-align: center;
}

.wrapper .news_list ul li dl dd {
  width: calc(100% - 7em);
}

.wrapper .news_list ul li dl dt,
.wrapper .news_list ul li dl dd {
  padding: 0.6em 0;
  border-bottom: 1px solid #ccc;
}

.wrapper .news_list.top_sec_news {
  background: #fff433;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}

.wrapper .news_list.top_sec_news .h1_title {
  margin-top: 0;
}

.wrapper_news .blog_content {
  padding-bottom: 20px;
}

@media screen and (max-width: 1040px) {
  .wrapper .news_list.top_sec_news {
    margin-left: -20px;
    margin-right: -20px;
  }
}

@media screen and (max-width: 768px) {
  .wrapper .news_list {
    margin-top: 4vw;
    padding: 4vw;
  }
  .wrapper .news_list ul {
    padding: 4vw;
  }
  .wrapper_news .blog_content {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 480px) {
  .wrapper .news_list {
    margin-top: 6vw;
    margin-left: -15px;
    margin-right: -15px;
    padding: 5vw 15px;
  }
  .wrapper .news_list ul {
    padding: 10px;
  }
  .wrapper .news_list ul li {
    border-bottom: 1px solid #ccc;
    padding: 0.4em;
  }
  .wrapper .news_list ul li dl {
    display: block;
  }
  .wrapper .news_list ul li dl dt {
    width: auto;
    text-align: left;
    font-size: 1.2rem;
    margin-bottom: 0.2em;
  }
  .wrapper .news_list ul li dl dd {
    width: auto;
  }
  .wrapper .news_list ul li dl dt,
  .wrapper .news_list ul li dl dd {
    padding: 0;
    border-bottom: 0;
  }
  .wrapper .news_list.top_sec_news {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.wrapper_after_service .h1_title.ctg::before {
  background-image: url(./images/pic_service.svg);
}

.wrapper_after_service .h2_title.ctg {
  display: none;
}

.wrapper_tax_reduction .h1_title.ctg::before {
  background-image: url(./images/pic_tax.svg);
}

.wrapper_tax_reduction .h2_title.ctg {
  display: none;
}

.wrapper .tax_tbl {
  text-align: left;
  margin: 50px 0;
}

.wrapper .tax_tbl table {
  font-size: 2rem;
  margin-bottom: 0.5em;
}

.wrapper .tax_tbl table th,
.wrapper .tax_tbl table td {
  font-weight: 600;
  border: 1px solid #000;
  text-align: center;
}

.wrapper .tax_tbl table tr th {
  background: #f4a989;
}

.wrapper .tax_tbl table tr th:nth-child(1) {
  background: #fad4c4;
}

.wrapper .tax_tbl table .b_top {
  border-top: 4px solid #e50012;
}

.wrapper .tax_tbl table .b_bottom {
  border-bottom: 4px solid #e50012;
}

.wrapper .tax_tbl table .b_left {
  border-left: 4px solid #e50012;
}

.wrapper .tax_tbl table .b_right {
  border-right: 4px solid #e50012;
}

.wrapper .tax_tbl table small {
  font-size: 1.2rem;
}

.wrapper .tax_tbl h3 {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .wrapper .tax_tbl {
    margin: 5vw 0;
  }
  .wrapper .tax_tbl table {
    font-size: 1.9rem;
  }
  .wrapper .tax_tbl table th,
  .wrapper .tax_tbl table td {
    padding: 0.5em;
  }
}

@media screen and (max-width: 480px) {
  .wrapper .tax_tbl {
    margin: 7vw 0;
  }
  .wrapper .tax_tbl table {
    font-size: 1.5rem;
  }
  .wrapper .tax_tbl table th,
  .wrapper .tax_tbl table td {
    padding: 0.4em 0.2em;
  }
}

.wrapper_company .h1_title.ctg::before {
  background-image: url(./images/pic_company.svg);
}

.wrapper_company .h2_title.ctg {
  display: none;
}

.cp_concept {
  margin: 50px 0;
  display: flex;
  flex-wrap: wrap;
}

.cp_concept > figure {
  width: calc(100% / 3);
}

.cp_concept > figure.wp-block-image {
  margin: 0;
}

.cp_concept > p {
  width: calc(100% / 3);
  padding: 1em 0 1em 1em;
  display: flex;
  text-align: left;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .cp_concept {
    margin: 5vw 0;
  }
  .cp_concept > p {
    padding: 0.5em 0 0.5em 0.5em;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 640px) {
  .cp_concept > figure {
    width: 50%;
  }
  .cp_concept > figure:nth-child(3) {
    order: 5;
  }
  .cp_concept > figure:nth-child(4) {
    order: 6;
  }
  .cp_concept > figure:nth-child(5) {
    order: 4;
  }
  .cp_concept > p {
    padding: 0.5em 0.5em 0.5em 0;
    width: 50%;
    order: 3;
  }
}

@media screen and (max-width: 480px) {
  .cp_concept {
    margin: 7vw 0;
  }
  .cp_concept > p {
    font-size: 2.8vw;
    line-height: 1.7;
  }
}

.wrapper_about .h1_title.ctg::before {
  background-image: url(./images/pic_company.svg);
}

.wrapper_form .h1_title.ctg::before {
  background-image: url(./images/pic_form.svg);
}

.wrapper_contact .h1_title.ctg::before {
  background-image: url(./images/pic_contact.svg);
}

#wrapper .form01 {
  max-width: 800px;
  margin: 0 auto;
  text-align: left;
  border-top: 1px solid #999;
  line-height: 1.5;
  margin-bottom: 1em;
}

#wrapper .form01 dl {
  display: flex;
  border-bottom: 1px solid #999;
}

#wrapper .form01 dl dt {
  width: 15em;
  padding: 0.5em 0.2em;
  background: #d4ca96;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}

#wrapper .form01 dl dd {
  width: calc(100% - 15em);
  padding: 0.75em 0.5em;
}

#wrapper .form01 dl dd .form_list {
  margin: 0;
  padding: 0;
}

#wrapper .form01 dl dd .form_list li {
  margin: 0 0 0.3em 0;
  padding: 0;
}

#wrapper .form01 dl dd .form_list li::before {
  content: none;
}

#wrapper .form01 dl dd .form_list li:last-child {
  margin: 0;
}

#wrapper .form01 dl dd .field {
  background-color: #ffffff;
  padding: 0.4em;
  border: 1px solid #ccc;
  margin: 0 0.2em 0 0;
  border-radius: 0.2em;
  width: 100%;
  font-size: 1.8rem;
}

#wrapper .form01 dl dd .field.fld_tin {
  width: 40%;
}

#wrapper .form01 dl dd .field + .field {
  margin-top: 0.4em;
}

#wrapper .form01 dl dd .field.txt-error {
  background: #ffeaec;
}

#wrapper .form01 dl dd label + .field {
  margin-left: 0.2em;
}

#wrapper .form01 input[type="checkbox"],
#wrapper .form01 input[type="radio"] {
  width: 1.2em;
  height: 1.2em;
  vertical-align: middle;
  border-color: #ccc;
}

#wrapper .form01 input[type="checkbox"] + label,
#wrapper .form01 input[type="radio"] + label {
  font-size: 1.8rem;
  padding-left: 0.4em;
  vertical-align: middle;
}

#wrapper .form01 .txt-error {
  background: #ffeaec;
}

#wrapper .form01#check_form dl dd > span {
  font-size: 1.8rem;
}

.submitBtn {
  text-align: center;
}

.submitBtn input {
  display: block;
  width: 100%;
  max-width: 300px;
  font-size: 1.8rem;
  margin: 0 auto;
  padding: 1em;
  border-radius: 0.2em;
  border: 1px solid #005b9c;
  background: #005b9c;
  line-height: 1;
  color: #fff;
  cursor: pointer;
}

.submitBtn input:hover {
  opacity: 0.8;
}

.submitBtn input#return {
  border: solid 1px #e0e7f2;
  background: #e9eff9;
  color: #005b9c;
}

#form_return {
  margin-top: 1em;
}

#wrapper .alert {
  color: #e50012;
  font-weight: 600;
  background-color: #ffeaec;
  padding: 1.2em;
  border: 1px solid #ffdbdf;
  margin: 0 auto 1em auto;
  border-radius: 0.2em;
  max-width: 800px;
  text-align: center;
}

#wrapper .alert ul {
  display: inline-block;
  text-align: left;
}

#wrapper .alert ul li::before {
  background: #e50012;
}

@media screen and (max-width: 480px) {
  #wrapper .form01 {
    border-top: 0;
  }
  #wrapper .form01 dl {
    display: block;
    border-bottom: 0;
    margin-bottom: 0.4em;
  }
  #wrapper .form01 dl dt {
    width: auto;
    padding: 0.5em;
  }
  #wrapper .form01 dl dd {
    width: auto;
    padding: 0.5em 0;
  }
  #wrapper .form01 dl dd .form_list li {
    margin: 0;
  }
  #wrapper .form01 input[type="checkbox"] + label,
  #wrapper .form01 input[type="radio"] + label {
    font-size: 1.6rem;
  }
  .submitBtn {
    text-align: center;
  }
  .submitBtn input {
    max-width: none;
    font-size: 1.6rem;
  }
}

.wrapper_about .h1_title {
  background: #d4ca96;
  margin: 0 -20px;
  padding: 20px 0;
  font-size: 2rem;
  font-weight: 600;
}

.wrapper_about .h2_title {
  padding: 0.2em 0 1em 0;
  font-size: 4.4rem;
  position: relative;
  margin-bottom: 2em;
}

.wrapper_about .h2_title span {
  position: relative;
}

.wrapper_about .h2_title span::before {
  content: "";
  display: block;
  width: 2.2em;
  height: 2.2em;
  background: url(./images/icon_consent.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  left: -2.2em;
  top: -1.2em;
}

.wrapper_about .h2_title::after {
  content: "";
  display: block;
  position: absolute;
  width: 0.8em;
  height: 0.8em;
  border-top: 0.15em solid #dd5519;
  border-right: 0.15em solid #dd5519;
  transform: rotate(135deg);
  margin: auto;
  bottom: -1.3em;
  left: 0;
  right: 0;
}

.wrapper_about .h2_title.ctg {
  padding-top: 1.4em;
  margin-bottom: 0;
}

.wrapper_about .h2_title.ctg::after {
  content: none;
}

.wrapper_about main.inner:has(.h2_title.ctg) {
  margin-bottom: 0;
}

.wrapper_about .news_list {
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 60px;
}

.wrapper_about .news_list > .txt_wrap {
  margin-top: 0;
  margin-bottom: 40px;
}

.wrapper_about .news_list .about_index {
  background: transparent;
  padding: 0;
}

.wrapper_about .news_list .about_index li {
  max-width: none;
  border: 12px solid #fff;
}

.wrapper_about .news_list .about_index li + li {
  margin-top: 30px;
}

.wrapper_about .news_list .about_index li a {
  display: block;
  padding: 0 0 42% 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  position: relative;
  text-align: center;
}

.wrapper_about .news_list .about_index li a dl {
  display: inline;
  line-height: 1.5;
}

.wrapper_about .news_list .about_index li a dl dt {
  border: 0;
  width: auto;
  position: absolute;
  margin: auto;
  font-size: 3.8rem;
  font-weight: 600;
  width: 100%;
  height: 1.6em;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  top: 0;
  bottom: 0;
  left: 0;
  text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
}

.wrapper_about .news_list .about_index li a dl dt::after {
  content: "";
  display: block;
  position: absolute;
  width: 0.8em;
  height: 0.8em;
  border-top: 0.15em solid #fff333;
  border-right: 0.15em solid #fff333;
  transform: rotate(45deg);
  margin: auto;
  top: 0;
  bottom: 0;
  right: 20px;
}

.wrapper_about .news_list .about_index li a dl dd {
  border: 0;
  width: 100%;
  height: 2em;
  position: absolute;
  padding: 0;
  color: #fff;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  bottom: 0;
  left: 0;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.6), -2px 2px 1px rgba(0, 0, 0, 0.6), 2px -2px 1px rgba(0, 0, 0, 0.6), -2px -2px 1px rgba(0, 0, 0, 0.6), 2px 0px 1px rgba(0, 0, 0, 0.6), 0px 2px 1px rgba(0, 0, 0, 0.6), -2px 0px 1px rgba(0, 0, 0, 0.6), 0px -2px 1px rgba(0, 0, 0, 0.6);
}

#about_list_193 {
  background-image: url(./images/bg_193.webp);
}

#about_list_194 {
  background-image: url(./images/bg_194.webp);
}

#about_list_195 {
  background-image: url(./images/bg_195.webp);
}

#wrapper .about_title {
  font-size: 3.6rem;
  line-height: 1.6;
  margin-bottom: 0.75em;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .wrapper_about .h1_title {
    padding: 2vw 0;
    font-size: 1.8rem;
  }
  .wrapper_about .h2_title {
    font-size: 5.8vw;
  }
  .wrapper_about main.inner:has(.h2_title.ctg) {
    margin-bottom: 0;
  }
  .wrapper_about .news_list {
    padding-top: 4vw;
    padding-bottom: 6vw;
  }
  .wrapper_about .news_list > .txt_wrap {
    margin-bottom: 4vw;
  }
  .wrapper_about .news_list .about_index li {
    max-width: none;
    border: 10px solid #fff;
  }
  .wrapper_about .news_list .about_index li + li {
    margin-top: 3vw;
  }
  .wrapper_about .news_list .about_index li a dl dt {
    font-size: 5vw;
  }
  .wrapper_about .news_list .about_index li a dl dt::after {
    right: 2vw;
  }
  #wrapper .about_title {
    font-size: 3.2rem;
  }
}

@media screen and (max-width: 480px) {
  .wrapper_about .h1_title {
    margin: 0 -15px;
    padding: 4vw 0;
    font-size: 1.6rem;
  }
  .wrapper_about .h2_title {
    font-size: 6.4vw;
  }
  .wrapper_about main.inner:has(.h2_title.ctg) {
    margin-bottom: 0;
  }
  .wrapper_about .news_list {
    padding-top: 6vw;
    padding-bottom: 8vw;
  }
  .wrapper_about .news_list > .txt_wrap {
    margin-bottom: 6vw;
  }
  .wrapper_about .news_list .about_index li {
    max-width: none;
    border: 6px solid #fff;
    padding: 0;
  }
  .wrapper_about .news_list .about_index li + li {
    margin-top: 5vw;
  }
  .wrapper_about .news_list .about_index li a dl dt {
    font-size: 6.2vw;
  }
  .wrapper_about .news_list .about_index li a dl dt::after {
    right: 3vw;
  }
  .wrapper_about .news_list .about_index li a dl dd {
    font-size: 1.2rem;
  }
  #wrapper .about_title {
    font-size: 2.2rem;
  }
}

.staff_list {
  text-align: left;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 120px;
  position: relative;
}

.staff_list > .staff_card:nth-of-type(odd) {
  flex-direction: row-reverse;
}

.staff_list h3.wp-block-heading {
  width: 120px;
  height: 120px;
  margin: auto;
  position: absolute;
  font-size: 20%;
  text-indent: -980px;
  overflow: hidden;
  background: url(./images/fuki_shoukai.svg) no-repeat center center;
  background-size: contain;
  top: -100px;
  right: 20px;
  z-index: 1;
}

.staff_card {
  background: #dcdddd;
  display: flex;
  position: relative;
}

.staff_card > figure {
  width: 25%;
  margin: 0;
}

.staff_card > .profile {
  width: 75%;
  padding: 16px 30px;
  line-height: 1.5;
}

.staff_card > .profile h4 {
  font-size: 3rem;
  margin-bottom: 0.1em;
}

.staff_card > .profile h4 small {
  font-size: 1.8rem;
  padding-right: 0.5em;
}

.staff_card > .profile .qualification {
  margin-bottom: 0.25em;
}

.staff_card > .profile .birthday {
  margin-top: 0;
  font-size: 2rem;
  font-weight: 800;
}

.staff_card > .profile ul.wp-block-list {
  margin-top: 0.6em;
}

.staff_card > .profile ul.wp-block-list li {
  padding: 0;
  display: flex;
  align-items: flex-start;
  font-size: 1.4rem;
}

.staff_card > .profile ul.wp-block-list li + li {
  margin-top: 0.4em;
}

.staff_card > .profile ul.wp-block-list li::before {
  content: none;
}

.staff_card > .profile ul.wp-block-list li strong {
  font-size: 1.3rem;
  width: 8em;
  background: #dd5519;
  color: #fff;
  padding: 0.15em;
  text-align: center;
}

.staff_card > .profile ul.wp-block-list li span {
  width: calc(100% - 8em);
  padding-left: 0.5em;
  font-weight: 600;
}

.staff_card > .profile .motto {
  color: #dd5519;
  margin: 0.4em 0 0.4em 0;
}

.staff_card > .profile .intro {
  font-size: 1.4rem;
}

.staff_card + .staff_card {
  margin-top: 40px;
}

.staff_card::before {
  content: "";
  display: block;
  position: absolute;
  width: 24px;
  height: 34px;
  background: url(./images/icon_pin.svg) no-repeat center center;
  background-size: contain;
  margin: auto;
  left: 0;
  right: 0;
  top: -20px;
}

#tk_support {
  margin-top: 150px;
  position: relative;
}

#tk_support h3 {
  width: 120px;
  height: 120px;
  margin: auto;
  position: absolute;
  font-size: 20%;
  text-indent: -980px;
  overflow: hidden;
  background: url(./images/fuki_support.svg) no-repeat center center;
  background-size: contain;
  top: -100px;
  left: 40px;
}

#tk_stuff {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#tk_stuff > figure {
  width: 46%;
}

#tk_stuff > div {
  width: 52%;
}

@media screen and (max-width: 768px) {
  .staff_list {
    margin-top: 12vw;
  }
  .staff_list h3.wp-block-heading {
    width: 12vw;
    height: 12vw;
    top: -10vw;
    right: 2vw;
  }
  .staff_card > .profile {
    padding: 1.2vw 3vw;
    line-height: 1.5;
  }
  .staff_card > .profile h4 {
    font-size: 2.6rem;
  }
  .staff_card > .profile h4 small {
    font-size: 1.7rem;
  }
  .staff_card > .profile .qualification {
    font-size: 1.5rem;
  }
  .staff_card > .profile .birthday {
    font-size: 1.8rem;
  }
  .staff_card > .profile .motto {
    font-size: 1.6rem;
  }
  .staff_card > .profile .intro {
    font-size: 1.3rem;
  }
  .staff_card + .staff_card {
    margin-top: 4vw;
  }
  .staff_card::before {
    width: 2.4vw;
    height: 3.4vw;
    top: -2vw;
  }
  #tk_support {
    margin-top: 15vw;
  }
  #tk_support h3 {
    width: 12vw;
    height: 12vw;
    top: -10vw;
    left: 4vw;
  }
}

@media screen and (max-width: 580px) {
  #tk_stuff {
    flex-direction: column;
    justify-content: center;
  }
  #tk_stuff > figure {
    width: auto;
    max-width: 380px;
  }
  #tk_stuff > div {
    width: auto;
  }
}

@media screen and (max-width: 480px) {
  .staff_list {
    margin-top: 14vw;
  }
  .staff_list h3.wp-block-heading {
    width: 14vw;
    height: 14vw;
    top: -12vw;
    right: 3vw;
  }
  .staff_card {
    display: block;
    padding: 3vw;
    zoom: 100%;
  }
  .staff_card:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
  }
  .staff_card > figure {
    width: 30%;
    float: right;
    margin-right: -3vw;
    margin-left: 3vw;
    margin-bottom: 3vw;
  }
  .staff_card > .profile {
    width: auto;
    display: inline;
    padding: 0;
  }
  .staff_card > .profile h4 {
    font-size: 2.2rem;
  }
  .staff_card > .profile h4 small {
    font-size: 1.3rem;
  }
  .staff_card > .profile .qualification {
    font-size: 1.3rem;
  }
  .staff_card > .profile .birthday {
    font-size: 1.5rem;
  }
  .staff_card > .profile ul.wp-block-list {
    margin-top: 0.6em;
  }
  .staff_card > .profile ul.wp-block-list li {
    font-size: 1.3rem;
  }
  .staff_card > .profile ul.wp-block-list li strong {
    font-size: 1.2rem;
  }
  .staff_card > .profile .motto {
    font-size: 1.5rem;
  }
  .staff_card > .profile .intro {
    font-size: 1.2rem;
  }
  .staff_card + .staff_card {
    margin-top: 6vw;
  }
  .staff_card::before {
    width: 4.8vw;
    height: 6.8vw;
    top: -4vw;
  }
  #tk_support {
    margin-top: 17vw;
  }
  #tk_support h3 {
    width: 14vw;
    height: 14vw;
    top: -12vw;
    left: 2vw;
  }
}

#kv_madori {
  margin-top: 50px;
  margin-bottom: 50px;
  overflow: hidden;
}

#madori_box {
  border-bottom: 50px solid #f9be00;
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  justify-content: center;
}

#madori_box .box01,
#madori_box .box02 {
  width: 50%;
  padding: 0 4%;
  position: relative;
}

#madori_box .box01 figure,
#madori_box .box02 figure {
  max-width: 176px;
  margin-left: auto;
  margin-right: auto;
}

#madori_box .box01::after {
  content: "";
  display: block;
  background: #000;
  width: 1px;
  height: calc(100% - 60px);
  position: absolute;
  top: 0;
  right: 0;
}

#madori_box .teian {
  max-width: 420px;
  margin: -30px auto -22px auto;
}

#kv_hg {
  margin-top: 50px;
  margin-bottom: 36px;
  overflow: hidden;
  border-bottom: 36px solid #d4ca96;
}

#hg_box {
  display: flex;
  justify-content: space-between;
}

#hg_box > div {
  width: 48%;
}

#hg_box > figure {
  width: 48%;
}

#hg_box p {
  display: block;
}

#mizumawari {
  max-width: 260px;
  margin-top: -106px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  #kv_madori {
    margin-top: 5vw;
    margin-bottom: 5vw;
  }
  #madori_box {
    border-bottom: 5vw solid #f9be00;
  }
  #kv_hg {
    margin-top: 5vw;
    margin-bottom: 4vw;
    border-bottom: 4vw solid #d4ca96;
  }
  #mizumawari {
    max-width: 240px;
    margin-top: -14vw;
  }
}

@media screen and (max-width: 580px) {
  #hg_box {
    display: block;
    justify-content: space-between;
  }
  #hg_box > div {
    width: auto;
  }
  #hg_box > figure {
    width: auto;
    max-width: 320px;
    margin: 1em auto;
  }
  #mizumawari {
    max-width: 180px;
    margin-top: -16vw;
  }
}

@media screen and (max-width: 480px) {
  #kv_madori {
    margin-top: 7vw;
    margin-bottom: 7vw;
    height: 50vw;
  }
  #kv_madori img {
    max-width: none;
    object-fit: cover;
    height: 100%;
    width: 100%;
  }
  #madori_box {
    border-bottom: 7vw solid #f9be00;
    display: block;
  }
  #madori_box .box01,
  #madori_box .box02 {
    width: auto;
    padding: 0 15px;
    position: relative;
  }
  #madori_box .box01::after {
    content: none;
  }
  #madori_box .box02 {
    margin-top: 4vw;
  }
  #madori_box .teian {
    margin: 4vw auto -4.5vw auto;
  }
  #madori_box .teian img {
    width: 90vw;
    margin: 0 auto;
  }
  #kv_hg {
    margin-top: 7vw;
    margin-bottom: 6vw;
    height: 50vw;
    box-sizing: content-box;
    border-bottom: 6vw solid #d4ca96;
  }
  #kv_hg img {
    max-width: none;
    object-fit: cover;
    height: 100%;
    width: 100%;
  }
}

.wrapper_facilities .h1_title.ctg::before {
  background-image: url(./images/pic_high_grade.svg);
}

.wrapper_facilities .ts_sec:nth-child(n + 3) + .ts_sec {
  margin-top: 70px;
}

.wrapper_facilities .blogo {
  font-size: 20%;
  text-indent: -940px;
  overflow: hidden;
  height: 0;
  padding-bottom: 15%;
  margin-bottom: 20px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 100% auto;
}

#sec_1595 .h2_title {
  display: none;
}

.wrapper .h2_title.fc {
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  padding: 0.4em 1em;
  font-size: 2.6rem;
  margin-bottom: 0.5em;
}

.flip_btn.wp-block-buttons {
  margin-top: 0;
  padding-top: 0.6em;
}

.flip_btn.wp-block-buttons .wp-block-button__link {
  background-color: #e50012;
  color: #fff;
  font-weight: 600;
  padding-left: 3em;
  padding-right: 2em;
  display: block;
  max-width: 640px;
  position: relative;
  margin: 0 auto;
}

.flip_btn.wp-block-buttons .wp-block-button__link::before {
  content: "";
  display: block;
  position: absolute;
  width: 2.2em;
  height: 100%;
  background: url(./images/icon_book.svg) no-repeat center center;
  background-size: 100% auto;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0.5em;
}

.blandbox {
  margin-top: 1.5em;
}

.blandbox .bland_main {
  display: flex;
  gap: 20px;
}

.blandbox .bland_main figure {
  width: 60%;
}

.blandbox .bland_main figure.wp-block-image {
  margin-bottom: 0;
}

.blandbox .bland_main .bland_copy {
  width: calc(40% - 20px);
  text-align: left;
}

.blandbox .item_box {
  text-align: left;
  display: flex;
  gap: 20px;
  margin-top: 20px;
}

.blandbox .item_box .itemlist {
  width: calc((100% - 60px) / 4);
}

.blandbox .item_box .itemlist figure.wp-block-image {
  margin-bottom: 0.5em;
}

.blandbox .item_box .itemlist h4 {
  font-size: 1.6rem;
  margin: 0 0 0.25em 0;
}

.blandbox .item_box.double .itemlist {
  width: calc((100% - 20px) / 2);
}

.blandbox .item_box.double .itemlist figure {
  width: calc((100% - 20px) / 2);
  float: left;
  margin-right: 12px;
}

.blandbox + .blandbox {
  margin-top: 50px;
}

.blandbox + p.has-text-align-center {
  margin-top: 30px;
}

.blogo.takara {
  background-color: #2b190d;
}

.blogo.panasonic {
  background-color: #b8ad9e;
}

#logo_ofelia {
  background-image: url(./images/logo_ofelia.svg);
}

#logo_vstyle {
  background-image: url(./images/logo_vstyle.svg);
}

#logo_relaxia {
  background-image: url(./images/logo_relaxia.svg);
}

#logo_oflora {
  background-image: url(./images/logo_oflora.svg);
}

@media screen and (max-width: 768px) {
  .wrapper_facilities .ts_sec:nth-child(n + 3) + .ts_sec {
    margin-top: 7vw;
  }
  .wrapper_facilities .blogo {
    margin-bottom: 10px;
  }
  .wrapper .h2_title.fc {
    font-size: 2.4rem;
  }
  .flip_btn.wp-block-buttons .wp-block-button__link {
    max-width: 100%;
    margin-left: 2em;
    margin-right: 2em;
  }
  .blandbox .bland_main figure {
    width: 50%;
  }
  .blandbox .bland_main .bland_copy {
    width: calc(50% - 12px);
  }
  .blandbox .bland_main .bland_copy p {
    font-size: 1.4rem;
  }
  .blandbox .bland_main .bland_copy p + p {
    margin-top: 0.4em;
    line-height: 1.6;
  }
  .blandbox .item_box {
    gap: 16px;
    margin-top: 16px;
  }
  .blandbox .item_box .itemlist {
    width: calc((100% - 48px) / 4);
  }
  .blandbox .item_box .itemlist h4 {
    font-size: 1.6rem;
    margin: 0 0 0.25em 0;
  }
  .blandbox .item_box.double .itemlist {
    width: calc((100% - 12px) / 2);
  }
  .blandbox .item_box.double .itemlist figure {
    width: calc((100% - 12px) / 2);
  }
  .blandbox + .blandbox {
    margin-top: 5vw;
  }
  .blandbox + p.has-text-align-center {
    margin-top: 3vw;
  }
}

@media screen and (max-width: 600px) {
  .flip_btn.wp-block-buttons .wp-block-button__link {
    max-width: none;
    margin: 0 auto;
  }
  .blandbox .bland_main {
    gap: 0;
    flex-direction: column;
  }
  .blandbox .bland_main figure {
    width: 100%;
  }
  .blandbox .bland_main .bland_copy {
    width: 100%;
  }
  .blandbox .item_box {
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
  }
  .blandbox .item_box .itemlist {
    width: calc((100% - 10px) / 2);
  }
  .blandbox .item_box.double .itemlist {
    width: calc((100% - 10px) / 2);
  }
  .blandbox .item_box.double .itemlist figure {
    width: auto;
    float: none;
    margin-right: 0;
  }
}

@media screen and (max-width: 480px) {
  .wrapper_facilities .ts_sec:nth-child(n + 3) + .ts_sec {
    margin-top: 9vw;
  }
  .wrapper .h2_title.fc {
    font-size: 2rem;
  }
  .blandbox {
    margin-top: 1em;
  }
  .blandbox .item_box .itemlist h4 {
    font-size: 1.4rem;
    margin: 0 0 0.25em 0;
  }
  .blandbox .item_box .itemlist .has-fs-font-size {
    font-size: 1.2rem;
  }
  .blandbox + .blandbox {
    margin-top: 7vw;
  }
  .blandbox + p.has-text-align-center {
    margin-top: 5vw;
  }
}

.wrapper main .foot_banner {
  margin-top: 80px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  /*
    & > div {
      display: flex;
      justify-content: center;
      align-items: center;
      & > h4 {
        margin: 0;
        font-size: 2.4rem;
        padding-right: 1.5em;
        position: relative;
        line-height: 1.4;
        &::after {
          content: "";
          display: block;
          width: 0;
          height: 0;
          border-style: solid;
          border-top: 0.4em solid transparent;
          border-bottom: 0.4em solid transparent;
          border-left: 0.5em solid #e60012;
          border-right: 0;
          position: absolute;
          margin: auto;
          top: 0;
          bottom: 0;
          right: 0.5em;
        }
      }
      & > figure {
        max-width: 380px;
        &.wp-block-image {
          margin: 0;
        }
      }
    }*/
}

.wrapper main .foot_banner .ban_sns {
  display: flex;
  gap: 16px;
}

.wrapper main .foot_banner .ban_sns .wp-block-image {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .wrapper main .foot_banner {
    margin-top: 8vw;
    /*
      & > div {
        & > h4 {
          font-size: 2rem;
        }
        & > figure {
          max-width: 300px;
        }
      }*/
  }
  .wrapper main .foot_banner .ban_sns {
    gap: 10px;
  }
}

@media screen and (max-width: 480px) {
  .wrapper main .foot_banner {
    margin-top: 10vw;
    /*
      & > div {
        flex-direction: column;
        & > h4 {
          font-size: 1.6rem;
          padding-right: 0;
          padding-bottom: 1.2em;
          &::after {
            border-top: 0.5em solid #e60012;
            border-bottom: 0;
            border-left: 0.4em solid transparent;
            border-right: 0.4em solid transparent;
            top: auto;
            bottom: 0.5em;
            right: 0;
            left: 0;
          }
        }
        & > figure {
          max-width: none;
        }
      }
        */
  }
  .wrapper main .foot_banner .ban_sns {
    flex-direction: column;
  }
}
