<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@media (min-width: 1151px) and (max-width: 1151px) {
  #menu_button {
    display: inline-block !important;
  }
}

#header_top {
  display: flex;
  justify-content: center;
  align-items: center;
}

#header_logo {
  position: static;
  margin: 0;
  transform: none;
}

#copyright {
  height: auto;
  padding: 20px 10px;
  line-height: 1.4;
}

.index_free_space {
  width: 100%;
  padding: 0;
  margin: 0;
}

.row {
  display: flex;
  gap: 20px;
}

.row:not(:last-child) {
  margin-bottom: 20px;
}

.row.reverse {
  flex-direction: row-reverse;
}

.row.v-center {
  align-items: center;
}

.row.no-gap {
  gap: 0;
}

.row &gt; .col {
  flex: 1;
}

.row &gt; .col.flex_0 {
  flex: 0;
}

.row &gt; .col.flex_1 {
  flex: 1;
}

.row &gt; .col.flex_2 {
  flex: 2;
}

.row &gt; .col.flex_3 {
  flex: 3;
}

.row &gt; .col.flex_4 {
  flex: 4;
}

.row &gt; .col.flex_5 {
  flex: 5;
}

.row &gt; .col.flex_6 {
  flex: 6;
}

.row &gt; .col.flex_7 {
  flex: 7;
}

.row &gt; .col.flex_8 {
  flex: 8;
}

.row &gt; .col.flex_9 {
  flex: 9;
}

.row &gt; .col.flex_10 {
  flex: 10;
}

@media (min-width: 751px) {
  .row.pc-col2 {
    flex-wrap: wrap;
    flex-direction: row;
    column-gap: 2%;
  }
  .row.pc-col2 &gt; .col {
    flex: 0 49%;
  }
  .row.pc-col3 {
    flex-wrap: wrap;
    flex-direction: row;
    column-gap: 2%;
  }
  .row.pc-col3 &gt; .col {
    flex: 0 32%;
  }
  .row &gt; .col.wide {
    flex: 100%;
  }
}

@media (max-width: 750px) {
  .row {
    flex-direction: column;
    row-gap: 20px;
  }
  .row.reverse {
    flex-direction: column;
  }
  .row.no-gap {
    row-gap: 0;
  }
  .row.sp-col2 {
    flex-wrap: wrap;
    flex-direction: row;
    column-gap: 2%;
  }
  .row.sp-col2 &gt; .col {
    flex: 0 49%;
  }
  .row.sp-col3 {
    flex-wrap: wrap;
    flex-direction: row;
    column-gap: 2%;
  }
  .row.sp-col3 &gt; .col {
    flex: 0 32%;
  }
}

.text-center {
  text-align: center !important;
}

@media (min-width: 751px) {
  .sp-only {
    display: none !important;
  }
  .pc-text-center {
    text-align: center !important;
  }
  .link-tel {
    text-decoration: none;
    pointer-events: none;
  }
}

@media (max-width: 750px) {
  .pc-only {
    display: none !important;
  }
  .sp-text-center {
    text-align: center !important;
  }
}

.button a,
#footer_button a {
  background: transparent;
}

.post_content img {
  vertical-align: middle;
}

.post_content a {
  text-decoration: underline;
}

.post_content a:hover {
  text-decoration: none;
}

.post_content p, .post_content ul, .post_content ol {
  margin-bottom: 1em;
  line-height: 1.8;
}

.post_content p:last-child, .post_content ul:last-child, .post_content ol:last-child {
  margin-bottom: 0;
}

.post_content li {
  line-height: 1.8;
}

.post_content .sec_basic {
  margin-bottom: 100px;
}

@media (max-width: 750px) {
  .post_content .sec_basic {
    margin-bottom: 50px;
  }
}

.post_content .highlight {
  padding: 25px 25px;
  background-color: #dddddd;
}

@media (max-width: 750px) {
  .post_content .highlight {
    padding: 15px;
  }
}

.post_content .container {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.post_content .title_h2 {
  margin-bottom: 1.5em;
  padding: 0;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 32px;
  font-weight: normal;
  text-align: center;
}

@media (max-width: 750px) {
  .post_content .title_h2 {
    font-size: 22px;
  }
}

.post_content .button a {
  display: inline-block;
  min-width: 250px;
  height: 60px;
  line-height: 60px;
  border: 1px solid #000000;
  background: transparent;
  color: #000000;
  font-size: 16px;
  text-decoration: none;
  text-align: center;
  transition: all 0.2s ease;
}

.post_content .button a:hover {
  background: #000000;
  color: #ffffff;
}

@media (max-width: 1151px) {
  .post_content .button a {
    min-width: 200px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
  }
}

.post_content .table_default {
  width: 100%;
}

.post_content .table_default th, .post_content .table_default td {
  vertical-align: middle;
}

@media (max-width: 750px) {
  .post_content .table_default th, .post_content .table_default td {
    box-sizing: border-box;
    display: block;
    width: 100% !important;
  }
}

.post_content .table_menu {
  width: 100%;
}

.post_content .table_menu th, .post_content .table_menu td {
  border-left: 0;
  border-right: 0;
  text-align: left;
}

.post_content .table_menu th:last-child, .post_content .table_menu td:last-child {
  padding-left: 0;
  text-align: right;
  white-space: nowrap;
}

@media (max-width: 750px) {
  .post_content .table_menu th, .post_content .table_menu td {
    display: block;
  }
  .post_content .table_menu th:not(:first-child), .post_content .table_menu td:not(:first-child) {
    border-top: 0;
  }
}

@media (min-width: 751px) {
  .post_content .table_menu th {
    background-color: transparent;
  }
}

.post_content .list_check {
  list-style: none;
  margin-left: 10px;
}

.post_content .list_check li {
  position: relative;
  padding-left: 25px;
}

.post_content .list_check li::before, .post_content .list_check li::after {
  content: '';
  position: absolute;
  display: block;
}

.post_content .list_check li::before {
  left: 0;
  top: calc(50% - 8px);
  width: 16px;
  height: 16px;
  border: 1px solid #000;
}

.post_content .list_check li::after {
  left: 3px;
  top: calc(50% - 5px);
  width: 10px;
  height: 5px;
  border-left: 2px solid #f00;
  border-bottom: 2px solid #f00;
  transform: rotate(-45deg);
}

.post_content .map_container {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 450px;
}

@media (max-width: 750px) {
  .post_content .map_container {
    padding-top: 100%;
  }
}

.post_content .map_container iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.post_content .sns_icons {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin: 24px auto;
  padding: 0 24px;
  list-style: none;
}

@media (max-width: 750px) {
  .post_content .sns_icons {
    gap: 20px;
    margin: 20px auto;
    padding: 0 20px;
  }
}

.post_content .sns_icons a {
  display: block;
  overflow: hidden;
  width: 48px;
  height: 0;
  padding-top: 48px;
  background: center / contain no-repeat;
}

@media (max-width: 750px) {
  .post_content .sns_icons a {
    width: 40px;
    padding-top: 40px;
  }
}

.post_content .sns_icons a.facebook {
  background-image: url(./img/facebook_bl.png);
}

.post_content .sns_icons a.instagram {
  background-image: url(./img/instagram_bk.png);
}

.post_content .sns_icons a.youtube {
  background-image: url(./img/youtube.png);
}

.post_content .sns_icons a.line {
  background-image: url(./img/line.png);
}

.sec_contact dl.required dt::after {
  content: '※必須';
  margin-left: 1em;
  color: #ff0000;
  font-weight: normal;
}

.sec_policy h2 {
  margin-bottom: 1em;
  text-align: center;
}

.sec_policy:not(:last-child) {
  margin-bottom: 4em;
}

.sec_policy .policy_item:not(:last-child) {
  margin-bottom: 2em;
}

.sec_policy dl {
  display: flex;
  margin: 0;
}

.sec_policy dl dt {
  font-weight: normal;
}

.sec_policy dl dt::after {
  content: ':';
  margin-right: 0.5em;
}

.sec_policy dl dd {
  margin: 0;
}

#header_social_link {
  display: flex;
  justify-content: center;
  gap: 15px;
}

#header_social_link li {
  margin: 0;
}

#header_social_link li a {
  overflow: visible;
  display: flex;
  align-items: center;
  width: auto;
  height: auto;
  line-height: 1;
}

#header_social_link li a::before {
  position: static;
  width: 30px;
  height: 30px;
  font-size: 30px;
}

#header_social_link li.facebook a::before {
  font-size: 0;
  background: url(./img/facebook_bl.png) center/contain no-repeat;
}

#header_social_link li.twitter a::before {
  font-size: 0;
  background: url(./img/twitter_bl.png) center/contain no-repeat;
}

#header_social_link li.insta a::before {
  font-size: 0;
  background: url(./img/instagram_bk.png) center/contain no-repeat;
}

#header_social_link li.insta a::after {
  content: "Follow us!";
  display: block;
  margin-left: 24px;
  font-size: 20px;
  color: #000;
}

#header_social_link li.youtube a {
  width: auto;
}

#header_social_link li.youtube a::before {
  content: '';
  font-size: 0;
  background: url(./img/youtube.png) center/contain no-repeat;
}

#header_social_link li.line a::before {
  content: '';
  font-size: 0;
  background: url(./img/line.png) center/contain no-repeat;
}

#header_social_link li.hpb a::before {
  content: '';
  width: 90px;
  font-size: 0;
  background: url(./img/hpb.gif) center/contain no-repeat;
}

@media (max-width: 1151px) {
  #header_social_link {
    display: none;
  }
}

#footer_social_link {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-top: 24px;
}

#footer_social_link::after {
  display: none;
}

#footer_social_link li {
  display: block;
  margin: 0;
}

#footer_social_link li a {
  overflow: visible;
  display: flex;
  align-items: center;
  width: auto;
  height: auto;
  line-height: 1;
}

#footer_social_link li a::before {
  position: static;
  width: 48px;
  height: 48px;
  font-size: 48px;
}

#footer_social_link li.facebook a::before {
  font-size: 0;
  background: url(./img/facebook_bl.png) center/contain no-repeat;
}

#footer_social_link li.twitter a::before {
  font-size: 0;
  background: url(./img/twitter_bl.png) center/contain no-repeat;
}

#footer_social_link li.insta a::before {
  font-size: 0;
  background: url(./img/instagram_bk.png) center/contain no-repeat;
}

#footer_social_link li.insta a::after {
  content: "Follow us!";
  display: block;
  margin-left: 24px;
  font-size: 20px;
  color: #fff;
}

#footer_social_link li.youtube a {
  width: auto;
}

#footer_social_link li.youtube a::before {
  content: '';
  font-size: 0;
  background: url(./img/youtube.png) center/contain no-repeat;
}

#footer_social_link li.line a::before {
  content: '';
  font-size: 0;
  background: url(./img/line.png) center/contain no-repeat;
}

#footer_social_link li.hpb a::before {
  content: '';
  width: 144px;
  font-size: 0;
  background: url(./img/hpb.gif) center/contain no-repeat;
}

@media (max-width: 750px) {
  #footer_social_link {
    gap: 20px;
  }
  #footer_social_link li a::before {
    width: 40px;
    height: 40px;
    font-size: 40px;
  }
  #footer_social_link li.hpb a::before {
    width: 120px;
  }
}

#site_desc {
  display: none;
}

/*--------------------------------
  テーブル
--------------------------------*/
@media (max-width: 750px) {
  .responsive-stack tbody, .responsive-stack tr, .responsive-stack th, .responsive-stack td {
    display: block;
  }
  .responsive-stack th {
    width: auto !important;
  }
}

.responsive-stack tr, .responsive-stack th, .responsive-stack td {
  border-bottom: 0;
}

.responsive-stack tr:last-child {
  border-bottom: 1px solid #ccc;
}

.menu-00 td {
  background: transparent;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 0;
  border-right: 0;
}

@media (min-width: 751px) {
  .menu-00 td:last-child {
    width: 70px;
  }
}

@media (max-width: 750px) {
  .menu-01 tr {
    border-top: 1px solid #000000;
  }
  .menu-01 tr td {
    display: block;
    width: 100%;
    border-top: 0;
    border-bottom: 0;
    padding: 10px 0;
  }
  .menu-01 tr td:last-child {
    white-space: normal;
    text-align: right;
  }
  .menu-01 tr td:first-child {
    border-bottom: 1px dotted #000000;
  }
  .menu-01 tr:last-child {
    border-bottom: 1px solid #000000;
  }
}

@media (max-width: 1200px) {
  .menu-02 tr {
    border-top: 1px solid #000000;
  }
  .menu-02 tr td {
    display: block;
    width: 100%;
    border-top: 0;
    border-bottom: 0;
    padding: 10px 0;
  }
  .menu-02 tr td:last-child {
    white-space: normal;
    text-align: right;
  }
  .menu-02 tr td:first-child {
    border-bottom: 1px dotted #000000;
  }
  .menu-02 tr:last-child {
    border-bottom: 1px solid #000000;
  }
}

/*---------------------------
  ヘッダー
--------------------------------*/
#header {
  height: 165px;
  border-color: transparent;
  background: url(/wp-content/uploads/body_bg.jpg) repeat center/contain;
}

@media (max-width: 1151px) {
  #header {
    height: auto;
  }
}

body {
  background: url(/wp-content/uploads/body_bg.jpg) repeat center/contain !important;
}

/*--------------------------------
  body.home
--------------------------------*/
body.home {
  background: url(/wp-content/uploads/body_bg.jpg) repeat center/contain !important;
}

body.home h3 {
  position: relative;
  padding-top: 60px;
  font-size: 22px;
  font-weight: normal;
  font-feature-settings: "palt";
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
}

@media (max-width: 750px) {
  body.home h3 {
    padding-top: 40px;
  }
}

body.home h3:before {
  content: '';
  background: url(/wp-content/uploads/h3.png) no-repeat center/contain;
  width: 32px;
  height: 53px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 750px) {
  body.home h3:before {
    width: 15px;
  }
}

@media (min-width: 751px) {
  body.home h3 {
    font-size: 46px;
  }
}

@media (max-width: 750px) {
  body.home h3 {
    text-align: center;
  }
}

@media (max-width: 750px) {
  body.home .container {
    padding: 0 1%;
  }
}

body.home p {
  margin: 0.5em 0 1em;
  line-height: 2;
}

@media (min-width: 751px) {
  body.home p {
    font-size: 16px;
  }
}

/*--------------------------------
  メインビジュアル
--------------------------------*/
#index_slider .catch {
  font-weight: normal;
  line-height: 1.5;
}

@media (min-width: 751px) {
  #index_slider .catch {
    font-feature-settings: "palt";
    letter-spacing: 0.1em;
  }
}

@media (min-width: 751px) {
  #index_slider .caption {
    width: 960px;
    top: 65%;
  }
}

/*--------------------------------
  共通
--------------------------------*/
@media (max-width: 750px) {
  .button {
    text-align: center;
  }
}

.button a {
  text-align: center;
  display: inline-block;
  min-width: 250px;
  height: 60px;
  line-height: 60px;
  border: 1px solid #222222;
  transition: all 0.2s ease;
  color: #222222;
}

@media (min-width: 751px) {
  .button a {
    font-size: 16px;
  }
}

.button a:hover {
  color: #222222 !important;
  background: #d9d5d1 !important;
  border-color: #222222;
}

.button_font {
  font-family: inherit;
}

@media (max-width: 750px) {
  .text_area {
    max-width: 600px;
    margin: auto;
    padding: 0 1rem;
  }
}

.container img {
  max-width: 100%;
}

@media (min-width: 851px) {
  .sp-only_02 {
    display: none;
  }
}

.flex {
  display: flex;
  justify-content: center;
  align-items: center;
}

/*--------------------------------
  sec_01
--------------------------------*/
.sec_01 {
  padding: 300px 0 330px;
  position: relative;
  max-width: 1920px;
  margin: auto;
}

@media (max-width: 1700px) {
  .sec_01 {
    padding-bottom: 400px;
  }
}

@media (max-width: 1140px) {
  .sec_01 {
    padding-bottom: 300px;
  }
}

@media (max-width: 850px) {
  .sec_01 {
    padding: 80px 0 0;
  }
}

@media (max-width: 750px) {
  .sec_01 {
    padding: 40px 0 0;
  }
}

@media (min-width: 851px) {
  .sec_01:before {
    content: '';
    display: block;
    background: url(/wp-content/uploads/bnr_img001.jpg) no-repeat center/contain;
    width: 750px;
    height: 930px;
    position: absolute;
    top: 150px;
    right: calc(50% + 202px);
    z-index: -1;
  }
}

@media (min-width: 851px) and (max-width: 1700px) {
  .sec_01:before {
    width: 400px;
    top: -100px;
    right: auto;
    left: 0;
  }
}

@media (min-width: 851px) and (max-width: 1140px) {
  .sec_01:before {
    width: 300px;
    top: -150px;
  }
}

@media (min-width: 851px) {
  .sec_01:after {
    content: '';
    display: block;
    background: url(/wp-content/uploads/bnr_img002.jpg) no-repeat center/contain;
    width: 686px;
    height: 686px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
  }
}

@media (min-width: 851px) and (max-width: 1700px) {
  .sec_01:after {
    width: 420px;
    right: 0;
  }
}

@media (min-width: 851px) and (max-width: 1140px) {
  .sec_01:after {
    width: 300px;
    bottom: -120px;
  }
}

.sec_01 .title_h3 {
  text-align: center;
  padding-top: 0 !important;
}

.sec_01 .title_h3:before {
  content: none !important;
}

@media (max-width: 1200px) {
  .sec_01 .row {
    gap: 0;
  }
}

.sec_01 .concept_back {
  position: relative;
  background: #fff;
  padding: 100px 0;
  outline: 1px solid #d4d4d4;
  outline-offset: -5px;
  max-width: 830px;
  margin: auto;
}

@media (min-width: 851px) {
  .sec_01 .concept_back:before {
    content: '';
    display: block;
    background: url(/wp-content/uploads/bg_img002.png) no-repeat center/contain;
    width: 246px;
    height: 240px;
    position: absolute;
    top: -140px;
    right: -20%;
  }
}

@media (min-width: 851px) and (max-width: 1700px) {
  .sec_01 .concept_back:before {
    width: 180px;
    right: -13%;
  }
}

@media (min-width: 851px) and (max-width: 1140px) {
  .sec_01 .concept_back:before {
    width: 160px;
    right: 0;
  }
}

@media (max-width: 850px) {
  .sec_01 .concept_back {
    max-width: 750px;
  }
}

@media (max-width: 750px) {
  .sec_01 .concept_back {
    padding: 40px 0;
    outline-offset: -7px;
  }
}

.sec_01 .button {
  margin-top: 2.2em;
}

@media (max-width: 850px) {
  .sec_01 figure {
    margin-bottom: 20px;
  }
}

/*--------------------------------
  sec_bg
--------------------------------*/
.sec_bg {
  max-width: 1920px;
  margin: auto;
  position: relative;
}

@media (min-width: 1701px) {
  .sec_bg {
    min-height: 1738px;
  }
}

@media (max-width: 750px) {
  .sec_bg {
    padding: 40px 0 0;
  }
}

.sec_bg:before {
  content: '';
  background: #c7c6c4;
  width: 1410px;
  height: 100%;
  position: absolute;
  top: -50px;
  z-index: -5;
  right: 0;
}

@media (max-width: 1700px) {
  .sec_bg:before {
    width: 1000px;
  }
}

@media (max-width: 1140px) {
  .sec_bg:before {
    width: 750px;
  }
}

@media (max-width: 750px) {
  .sec_bg:before {
    top: 0;
  }
}

/*--------------------------------
  sec_02
--------------------------------*/
.sec_02 {
  padding: 90px 0 55px;
}

@media (max-width: 750px) {
  .sec_02 {
    padding: 0;
  }
}

@media (min-width: 751px) and (max-width: 1700px) {
  .sec_02 {
    padding: 90px 0 55px 20px;
  }
}

.sec_02 .container {
  max-width: none;
}

.sec_02 .title_h3 {
  text-align: left;
  padding-top: 80px !important;
}

@media (max-width: 750px) {
  .sec_02 .title_h3 {
    padding-top: 50px !important;
    text-align: center;
  }
}

@media (min-width: 751px) {
  .sec_02 .title_h3:before {
    left: 5% !important;
  }
}

@media (min-width: 1701px) {
  .sec_02 img {
    max-width: none;
  }
}

@media (min-width: 1701px) {
  .sec_02 .row {
    gap: 0;
  }
  .sec_02 .col:last-child {
    margin-right: 3%;
  }
  .sec_02 .text_area {
    width: 60%;
  }
}

.sec_02 .button {
  margin-top: 2.2em;
}

/*--------------------------------
  sec_03
--------------------------------*/
.sec_03 {
  padding-top: 80px;
}

@media (min-width: 751px) and (max-width: 1000px) {
  .sec_03 {
    padding: 80px 10px 0;
  }
}

@media (max-width: 750px) {
  .sec_03 {
    padding: 0;
  }
}

.sec_03 .row {
  max-width: 1000px;
  margin: auto;
  gap: 0;
}

@media (max-width: 750px) {
  .sec_03 .row {
    margin-top: 1em;
    flex-wrap: nowrap;
    gap: 0;
  }
}

@media (max-width: 750px) {
  .sec_03 figure {
    text-align: center;
  }
}

.sec_03 p:not(.button) {
  margin: 1.5em 0;
}

@media (max-width: 750px) {
  .sec_03 p:not(.button) {
    margin: 0.5em 0;
  }
}

.sec_03 .button {
  margin-top: 2.2em;
}

/*--------------------------------
  キャンペーン
--------------------------------*/
.index_campaign {
  height: 670px;
}

@media (max-width: 1151px) {
  .index_campaign {
    height: 540px;
  }
}

@media (max-width: 750px) {
  .index_campaign {
    height: 340px;
    padding-top: 20px;
  }
  .index_campaign .button {
    margin-bottom: 30px;
  }
}

.index_campaign_inner h3:before {
  background: url(/wp-content/uploads/h3_white.png) no-repeat center/contain !important;
}

#campaign_list .title,
#campaign_list time {
  font-family: "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}

/*--------------------------------
  sec_04
--------------------------------*/
.sec_04 {
  padding: 170px 0;
}

@media (max-width: 750px) {
  .sec_04 {
    padding: 40px 0 0;
  }
}

.sec_04 .container {
  max-width: 1200px;
  margin: auto;
  background: #c8c7c6;
  padding: 10px 0 100px;
  position: relative;
}

@media (min-width: 751px) {
  .sec_04 .container:before {
    content: '';
    background: url(/wp-content/uploads/h3.png) no-repeat center/contain;
    width: 32px;
    height: 53px;
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media (min-width: 1201px) {
  .sec_04 .container:after {
    content: '';
    display: block;
    background: url(/wp-content/uploads/bg_img002.png) no-repeat center/contain;
    width: 246px;
    height: 240px;
    position: absolute;
    bottom: -140px;
    left: -13%;
  }
}

@media (min-width: 1201px) and (max-width: 1536px) {
  .sec_04 .container:after {
    left: -5%;
  }
}

@media (max-width: 750px) {
  .sec_04 .container {
    padding: 10px 1% !important;
  }
}

@media (min-width: 751px) {
  .sec_04 .title_h3:before {
    content: none !important;
  }
}

.sec_04 .row {
  max-width: 1000px;
  margin: 50px auto 0;
}

@media (min-width: 751px) and (max-width: 1000px) {
  .sec_04 .row {
    flex-direction: column;
    margin: 50px 10px 0;
  }
}

@media (max-width: 1050px) {
  .sec_04 .row {
    padding: 0 1%;
    gap: 10px;
  }
}

@media (max-width: 750px) {
  .sec_04 .row {
    margin-top: 30px;
  }
}

.sec_04 .col {
  background: #fff;
  outline: 1px solid #d4d4d4;
  outline-offset: -5px;
  padding: 25px 0;
}

@media (max-width: 1000px) {
  .sec_04 .col {
    padding: 20px 0;
  }
}

.sec_04 p {
  line-height: 1.8 !important;
}

.sec_04 .text_01 {
  margin-bottom: 0;
}

.sec_04 .contact_title {
  font-size: 18px;
  margin-top: 1em;
  padding-top: 0;
  font-weight: bold;
  line-height: 1.5;
}

@media (max-width: 750px) {
  .sec_04 .contact_title {
    font-size: 16px;
  }
}

@media (min-width: 1001px) {
  .sec_04 .title_p {
    margin-bottom: 2.8em;
    margin-top: 1em;
    padding-top: 0;
  }
}

.sec_04 .tel_number {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 0;
}

@media (max-width: 750px) {
  .sec_04 .tel_number {
    font-size: 22px;
  }
}

.sec_04 .button {
  margin-bottom: 0;
}

@media (min-width: 751px) {
  .sec_04 .contact_center {
    height: 80px;
  }
}

/*--------------------------------
  sec_05
--------------------------------*/
.sec_05 {
  padding-top: 150px;
}

@media (max-width: 750px) {
  .sec_05 {
    padding-top: 40px;
  }
}

.sec_05 .title_h3 {
  text-align: center;
}

/*--------------------------------
  footer
--------------------------------*/
#footer_menu li {
  border-right: 0;
}

#company_info {
  color: #fff;
}

#footer_social_link .insta a:before {
  filter: invert(1);
}

#company_date,
#copyright {
  margin: 0;
}

.logo:before {
  content: none !important;
}

/*--------------------------------
  お知らせ
--------------------------------*/
.index_news {
  padding-top: 0;
}

@media (max-width: 750px) {
  .index_news {
    padding-top: 40px;
  }
}

.index_news .item h3 {
  padding-top: 0 !important;
}

.index_news .item h3:before {
  content: none !important;
}

.index_news p {
  line-height: inherit !important;
}

.index_news span,
.index_news time {
  font-family: "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  text-align: left;
}

.index_news time {
  color: #222222;
}

#news_list .title_area_inner {
  font-family: "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  text-align: left;
}

#recent_news .title span {
  font-family: "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  text-align: left;
}

/*--------------------------------
  下層 about
--------------------------------*/
.post_content a {
  text-decoration: none;
}

/*--------------------------------
  下層　products
--------------------------------*/
.products_color figure figcaption {
  font-size: 18px;
  margin: 1em 0;
  font-feature-settings: "palt";
}

/*--------------------------------
  下層　menu
--------------------------------*/
.menu-00 td {
  font-size: 14px;
}

.menu_title {
  font-size: 18px;
}

@media (max-width: 750px) {
  .menu_title {
    font-size: 16px;
  }
}

@media (max-width: 750px) {
  .h2_img img {
    max-width: 100px;
  }
}

@media (max-width: 750px) {
  .h3_img_001 img {
    max-width: 60px;
  }
}

@media (max-width: 750px) {
  .h3_img_002 img {
    max-width: 70px;
  }
}

@media (max-width: 750px) {
  .h3_img_003 img {
    max-width: 120px;
  }
}

/*--------------------------------
  サイドバー
--------------------------------*/
#side_col {
  display: none;
}

#main_col {
  width: 100%;
}

#campaign_post_image .image {
  width: 650px;
  margin: auto;
}

/*--------------------------------
  Instagram
--------------------------------*/
.sbi_header_text h3:before {
  content: none !important;
}

/*# sourceMappingURL=custom.css.map */
</pre></body></html>