@charset "UTF-8";
.flex-2cl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex-2cl .box {
  width: 48%;
}
@media only screen and (max-width: 600px) {
  .flex-2cl {
    width: 90%;
    margin: 0 auto 25px;
  }
}

.flex-3cl {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}
.flex-3cl::after {
  display: block;
  content: "";
  width: 31%;
}
@media only screen and (max-width: 800px) {
  .flex-3cl::after {
    display: none;
  }
}
.flex-3cl .box {
  width: 31%;
  margin-bottom: 40px;
}
@media only screen and (max-width: 800px) {
  .flex-3cl .box {
    width: 48%;
  }
}
@media only screen and (max-width: 600px) {
  .flex-3cl .box {
    width: 100%;
    margin: 0 auto 25px;
  }
}

@layer base, special;
@layer special {}
@layer base {}
.container-wrap {
  container-type: inline-size;
  container-name: card-container;
}

@container card-container (max-width: 600px) {
  .containe-inner {
    background: #000;
  }
}
a.itext {
  width: auto !important;
  height: auto !important;
}

.annot, section form h2.mail.title {
  display: none !important;
}

::-moz-selection {
  background-color: #d0d0ff;
}

::selection {
  background-color: #d0d0ff;
}

* {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

li {
  list-style: none;
}

html {
  font-size: 62.5% !important;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  font-weight: 400;
}

body {
  counter-reset: number 0;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-weight: 400;
  color: #000;
  word-wrap: break-word;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.inner {
  width: min(100% - 4rem, var(--width,1000px));
  margin-inline: auto;
}
.inner._large {
  --width: 1200px;
}

#contents_wrap {
  width: 100%;
  min-width: 100%;
  overflow: hidden;
}

#contents {
  width: min(100% - 4rem, var(--width,1000px));
  margin-inline: auto;
  padding-bottom: 100px;
}
@media screen and (max-width: 834px) {
  #contents {
    padding: 0 30px 50px;
  }
}
@media screen and (max-width: 640px) {
  #contents {
    padding: 0 30px 50px;
  }
}

#main {
  width: 100%;
}

#main #col_main {
  width: 100%;
}

#side {
  width: 18.75%;
}

.map {
  margin: 56px 20px 0;
}

.map li {
  border-left: 5px solid #CCCCCC;
  list-style: none;
  margin: 0 0 15px;
  padding: 0 0 0 10px;
  text-align: left;
}

table {
  table-layout: auto;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  table {
    table-layout: fixed;
  }
}
.tlfix table {
  table-layout: fixed;
}

table td {
  margin-bottom: -1px !important;
}
table td img {
  height: auto !important;
}

pre {
  margin: 0;
  padding: 0;
  white-space: pre-line;
}

b, strong {
  font-weight: bold;
}

u {
  text-decoration: line-through;
}

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

hr {
  border: none;
  height: 0;
  border-bottom: 1px dashed #B3B3B3;
}

span {
  font-weight: inherit;
}

u {
  text-decoration: underline;
}

input[type=button] {
  cursor: pointer;
  padding: 5px 10px;
}

a {
  color: #17e012;
  text-decoration: none;
}

a:hover {
  opacity: 0.6;
}

.mincho {
  font-family: "Times New Roman", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.gothic {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (max-width: 640px) {
  .fltL {
    float: none;
    width: 100% !important;
  }

  .fltR {
    float: none;
    width: 100% !important;
  }

  .sptal {
    text-align: left !important;
  }

  .sptar {
    text-align: right !important;
  }

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

  .spcenter {
    text-align: center;
    display: block;
    margin-top: 10px;
  }
}
header#global_header {
  min-width: auto;
}

footer#global_footer {
  min-width: auto;
}

/* CSS Document */
/* http://meyerweb.com/eric/tools/css/reset/
02
   v2.0 | 20110126
03
   License: none (public domain)
04
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

html {
  font-size: 16px;
}

/* CSS Document */
/* http://meyerweb.com/eric/tools/css/reset/
02
   v2.0 | 20110126
03
   License: none (public domain)
04
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

html {
  font-size: 16px;
}

.header {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
  padding: 10px;
  z-index: 99;
}
@media only screen and (max-width: 1000px) {
  .header {
    background-color: #fff;
    height: 70px;
    padding: 5px 10px;
  }
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-logo {
  display: block;
  width: 100px;
}
@media only screen and (max-width: 1200px) {
  .header-logo {
    width: 70px;
  }
}
@media only screen and (max-width: 1000px) {
  .header-logo {
    width: 60px;
  }
}
@media only screen and (max-width: 1000px) {
  .header-nav {
    position: fixed;
    width: 100vw;
    height: 100vh;
    left: 0;
    top: 70px;
    background-color: #fff;
    padding: 60px 20px;
    display: none;
  }
}
.header-nav ul {
  display: flex;
}
@media only screen and (max-width: 1000px) {
  .header-nav ul {
    flex-direction: column;
  }
}
.header-nav ul li {
  margin-right: 25px;
}
@media only screen and (max-width: 1200px) {
  .header-nav ul li {
    margin-right: 15px;
  }
}
@media only screen and (max-width: 1000px) {
  .header-nav ul li {
    margin-right: 0;
    margin-bottom: 40px;
  }
}
.header-nav ul li a {
  color: #333;
  font-size: 16px;
}
@media only screen and (max-width: 1000px) {
  .header-btnbox {
    display: flex;
  }
}
.header-btn {
  display: block;
  width: 240px;
  height: 50px;
  line-height: 50px;
  border-radius: 30px;
  text-align: center;
  font-size: 20px;
}
@media only screen and (max-width: 1000px) {
  .header-btn {
    width: 50px;
  }
}
.header-btn i {
  margin-right: 10px;
  font-size: 20px;
}
@media only screen and (max-width: 1000px) {
  .header-btn i {
    margin-right: 0;
  }
}
@media only screen and (max-width: 1000px) {
  .header-btn span {
    display: none;
  }
}
.header-mail {
  background-color: #F2FAFF;
  color: #009DFF !important;
  margin-top: 5px;
}
@media only screen and (max-width: 1000px) {
  .header-mail {
    margin-top: 0;
    margin-left: 10px;
  }
}
.header-tel {
  background-color: #FF7E51;
  color: #fff !important;
}

.fv {
  height: 800px;
  background-image: url(../images/main/main.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 160px;
  position: relative;
}
@media only screen and (max-width: 600px) {
  .fv {
    height: 500px;
    padding-top: 120px;
  }
}
.fv-h1 {
  font-size: 50px;
  font-weight: 500;
  line-height: 1.5;
  text-align: left;
  margin-right: 40px;
  display: flex;
  justify-content: flex-end;
  color: #fff;
}
@media only screen and (max-width: 600px) {
  .fv-h1 {
    font-size: 32px;
    margin-right: 20px;
  }
}
.fv-circle {
  position: absolute;
  bottom: 60px;
  left: 40px;
  display: flex;
}
@media only screen and (max-width: 600px) {
  .fv-circle {
    left: 50%;
    width: 90%;
    transform: translateX(-50%);
  }
}
.fv-circle p:nth-child(2) {
  margin-right: 20px;
  margin-left: 20px;
}

.res-menu {
  position: fixed;
  top: 10px;
  right: 130px;
  background-color: #fff;
  width: 50px;
  height: 50px;
  z-index: 100;
  display: none;
  border: 1px solid #009DFF;
  border-radius: 50%;
}
@media only screen and (max-width: 1000px) {
  .res-menu {
    display: block;
  }
}
.res-menu span {
  position: absolute;
  display: block;
  content: "";
  background-color: #009DFF;
  width: 30px;
  height: 1px;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  transition: 0.2s;
}
.res-menu span:first-child {
  transform: translateY(-6px);
}
.res-menu span:last-child {
  transform: translateY(6px);
}
.res-menu.active span:first-child {
  transform: rotate(45deg);
}
.res-menu.active span:nth-child(2) {
  opacity: 0;
}
.res-menu.active span:last-child {
  transform: rotate(-45deg);
}

.footer {
  background-color: #FFD4C5;
  padding: 60px 20px;
  text-align: center;
}
.footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media only screen and (max-width: 600px) {
  .footer-inner {
    flex-direction: column;
  }
}
.footer-logo {
  width: 160px;
}
@media only screen and (max-width: 600px) {
  .footer-logo {
    margin: 0 auto;
  }
}
.footer-left {
  margin: 0 auto;
}
.footer-info {
  font-size: 13px;
  line-height: 2;
  text-align: left;
  margin-top: 10px;
}
.footer-nav {
  margin-top: 30px;
}
.footer-nav ul {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.footer-nav ul li {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 15px;
}
.footer-nav ul li a {
  color: #333 !important;
  font-size: 13px;
}
.footer-copy {
  text-align: center;
  margin-top: 40px;
  font-size: 12px;
}
.footer2 {
  margin-top: 80px;
}

div.items > article a {
  color: #111;
  text-decoration: none !important;
  font-size: 16px;
}

div.under ul li a {
  font-weight: 400;
  font-family: "Times New Roman", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  opacity: 1;
  border: 1px solid #333;
  color: #333 !important;
  padding: 10px;
}
div.under ul li a:hover {
  border: 1px solid #b0ddd9;
  background: #b0ddd9;
  color: #fff !important;
}

div.select > select {
  height: 100%;
}

div.search form input {
  padding: 10px 37px 10px 5px;
}

div.order ul li a {
  color: #111;
}

div.items > article p.price {
  color: red;
}

div.crumb {
  display: none;
}

div.item_view div.item_option {
  width: 100% !important;
}

div.item_option dl, button.addcart {
  width: 50% !important;
}
@media screen and (max-width: 834px) {
  div.item_option dl, button.addcart {
    margin: 0 auto;
  }
}

@media screen and (max-width: 834px) {
  .addcart {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}

div.item_view div.struct {
  display: block;
}

div.photo div.large {
  width: auto;
}

div.photo {
  margin-left: 0;
}

h2.title_h2 {
  background: none !important;
  border-top: none !important;
  border-bottom: 1px solid #CCCCCC;
  font-size: 20px !important;
  line-height: 1.3;
  margin: 65px 0 20px !important;
  padding: 10px !important;
}

h2.title_h2 span {
  border: none !important;
  padding: 0 !important;
}

ul.item_list li {
  margin-bottom: 10px !important;
}

ul.item_list li h3.title_h3 {
  font-size: 18px !important;
}

.btn_cart a {
  background: url(../images/common/ico_cart_w.png) no-repeat 10px 12px #000000 !important;
  background-size: 30px auto !important;
  color: #FFFFFF !important;
  display: block !important;
  padding: 10px 10px 10px 50px !important;
  width: 100% !important;
  border: 1px solid #ffffff;
}

.btn_cart a:hover {
  background: url(../images/common/ico_cart_w.png) no-repeat 10px 12px #CCCCCC !important;
  background-size: 30px auto !important;
}

.sort_catalog {
  overflow: hidden;
}

.sort_catalog ul {
  display: flex;
}

.item_title, .wishlist {
  margin: 0 !important;
}

.shop_cont h2.title_h2, .item_info h2.title_h2 {
  border-top: 2px solid #CCCCCC;
}

.shop_cont a, .item_info a {
  color: #CCCCCC;
}

.shop_cont a:hover, .item_info a:hover {
  text-decoration: none;
}

.item_title h2 {
  border-top: 2px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
}

.shop_cont table {
  table-layout: auto;
}

.top_insta .sns_list {
  flex-direction: inherit !important;
  border: none !important;
  flex-wrap: wrap;
}
.top_insta .sns_list .sns_text {
  width: 100%;
}
.top_insta .sns_list .sns_text ul {
  display: none;
}
.top_insta .sns_list .sns_text .sns_date {
  font-size: 1.2em;
}
.top_insta .sns_list .sns_text .caption {
  line-height: 1.5em;
}
.top_insta .sns_list .sns_photo {
  width: 100% !important;
  padding: 0 !important;
}
.top_insta .sns_list .sns_photo img {
  width: 100%;
}
.top_insta .sns_list > div {
  border: none !important;
  display: block;
  flex-direction: column;
  width: 23%;
  margin: 1%;
}
@media only screen and (max-width: 800px) {
  .top_insta .sns_list > div {
    width: 48%;
  }
}
@media only screen and (max-width: 600px) {
  .top_insta .sns_list > div {
    width: 48%;
  }
}
@media only screen and (max-width: 400px) {
  .top_insta .sns_list > div {
    width: 100%;
    margin: 0 auto 20px auto;
  }
}

.top_insta_6 .sns_list {
  flex-direction: inherit !important;
  border: none !important;
  flex-wrap: wrap;
}
.top_insta_6 .sns_list .sns_text {
  display: none;
}
.top_insta_6 .sns_list .sns_photo {
  width: 100% !important;
  height: 100%;
  padding: 0 !important;
}
.top_insta_6 .sns_list .sns_photo img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.top_insta_6 .sns_list > div {
  border: none !important;
  width: 16.666%;
  margin: 0;
}
@media only screen and (max-width: 1000px) {
  .top_insta_6 .sns_list > div {
    width: 25%;
  }
}
@media only screen and (max-width: 800px) {
  .top_insta_6 .sns_list > div {
    width: 33.333%;
  }
}
@media only screen and (max-width: 600px) {
  .top_insta_6 .sns_list > div {
    width: 50%;
  }
}
@media only screen and (max-width: 400px) {
  .top_insta_6 .sns_list > div {
    width: 100%;
  }
}

.top_insta_4 {
  width: 100%;
  margin: 0 auto;
}
.top_insta_4 .sns_list {
  flex-direction: inherit !important;
  border: none !important;
  flex-wrap: wrap;
}
.top_insta_4 .sns_list .sns_text {
  display: none;
}
.top_insta_4 .sns_list .sns_photo {
  width: 100% !important;
  height: 100%;
  padding: 0 !important;
}
.top_insta_4 .sns_list .sns_photo img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.top_insta_4 .sns_list > div {
  border: none !important;
  width: 25%;
  margin: 0;
}
@media only screen and (max-width: 800px) {
  .top_insta_4 .sns_list > div {
    width: 33.333%;
  }
}
@media only screen and (max-width: 600px) {
  .top_insta_4 .sns_list > div {
    width: 50%;
  }
}
@media only screen and (max-width: 400px) {
  .top_insta_4 .sns_list > div {
    width: 100%;
  }
}

.top_insta_t_4 .sns_list {
  flex-direction: inherit !important;
  border: none !important;
  flex-wrap: wrap;
}
.top_insta_t_4 .sns_list > div {
  flex-direction: column;
  border: none !important;
  width: 23.5%;
  margin: 0 1% 2% 1%;
}
.top_insta_t_4 .sns_list > div:nth-child(4n+1) {
  margin: 0 1% 2% 0;
}
.top_insta_t_4 .sns_list > div:nth-child(4n+4) {
  margin: 0 0 2% 1%;
}
.top_insta_t_4 .sns_list > div .sns_text {
  width: 100%;
}
.top_insta_t_4 .sns_list > div .sns_text ul {
  display: none;
}
.top_insta_t_4 .sns_list > div .sns_text .sns_date {
  color: #fff;
  font-size: 1.2em;
  line-height: 1;
  margin-bottom: 10px;
}
.top_insta_t_4 .sns_list > div .sns_text .caption {
  line-height: 1.5em;
}
.top_insta_t_4 .sns_list > div .sns_photo {
  width: 100% !important;
  padding: 0 !important;
}
.top_insta_t_4 .sns_list > div .sns_photo img {
  width: 100%;
}
.top_insta_t_4 .sns_list > div .square-inner {
  position: relative;
  display: block;
}
.top_insta_t_4 .sns_list > div .square-inner:before {
  position: relative;
  z-index: 1;
  content: "";
  display: block;
  width: 100% !important;
}
.top_insta_t_4 .sns_list > div .square-inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}
@media only screen and (max-width: 800px) {
  .top_insta_t_4 .sns_list > div {
    width: 49%;
  }
  .top_insta_t_4 .sns_list > div:nth-child(2n+1) {
    margin: 0 1% 2% 0;
  }
  .top_insta_t_4 .sns_list > div:nth-child(2n) {
    margin: 0 0 2% 1%;
  }
}

.top_insta_3 {
  width: 100%;
  margin: 0 auto;
}
.top_insta_3 .sns_list {
  flex-direction: inherit !important;
  border: none !important;
  flex-wrap: wrap;
}
.top_insta_3 .sns_list .sns_text {
  display: none;
}
.top_insta_3 .sns_list .sns_photo {
  width: 100% !important;
  height: 100%;
  padding: 0 !important;
}
.top_insta_3 .sns_list .sns_photo img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.top_insta_3 .sns_list > div {
  border: none !important;
  width: 32.333%;
  margin: 0.5%;
}
@media only screen and (max-width: 800px) {
  .top_insta_3 .sns_list > div {
    width: 49%;
  }
}
@media only screen and (max-width: 600px) {
  .top_insta_3 .sns_list > div {
    width: 49%;
  }
}
@media only screen and (max-width: 400px) {
  .top_insta_3 .sns_list > div {
    width: 99%;
  }
}

.local_insta .sns_list {
  border: none;
}
.local_insta .sns_list .sns_photo {
  width: 20%;
}
.local_insta .sns_list .sns_text {
  width: 80%;
}
.local_insta .sns_list .sns_text .sns_date {
  width: 110px;
  text-align: center;
  background: #009DFF;
  color: #fff;
  margin-bottom: 10px;
}
.local_insta .sns_list .sns_text ul li {
  background: rgba(204, 204, 204, 0.3);
  margin: 3px;
}
.local_insta .sns_list .sns_text ul li a {
  padding: 3px;
  width: 100%;
  display: block;
  text-align: center;
}
@media only screen and (max-width: 800px) {
  .local_insta .sns_list .sns_photo {
    width: 100%;
  }
  .local_insta .sns_list .sns_photo img {
    width: 100%;
  }
  .local_insta .sns_list .sns_text {
    width: 100%;
  }
}

.top_insta_scl .sns_list {
  border: none;
}
.top_insta_scl .sns_list .sns_photo {
  width: 25%;
}
.top_insta_scl .sns_list .sns_text {
  width: 75%;
}
.top_insta_scl .sns_list .sns_text .sns_date {
  width: 110px;
  text-align: center;
  background: #009DFF;
  color: #fff;
  padding: 5px 5px 5px 10px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 800px) {
  .top_insta_scl .sns_list .sns_photo {
    width: 100%;
  }
  .top_insta_scl .sns_list .sns_photo img {
    width: 100%;
  }
  .top_insta_scl .sns_list .sns_text {
    width: 100%;
  }
}

.top_insta_5 .sns_list {
  flex-direction: inherit !important;
  border: none !important;
  flex-wrap: wrap;
}
.top_insta_5 .sns_list .sns_text {
  display: none;
}
.top_insta_5 .sns_list .sns_photo {
  width: 100% !important;
  height: 100%;
  padding: 0 !important;
}
.top_insta_5 .sns_list .sns_photo img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.top_insta_5 .sns_list > div {
  border: none !important;
  display: block;
  flex-direction: column;
  width: 18%;
  margin: 1%;
}
.top_insta_5 .sns_list > div:nth-child(2), .top_insta_5 .sns_list > div:nth-child(4) {
  margin-top: 60px;
}
@media only screen and (max-width: 1200px) {
  .top_insta_5 .sns_list > div:nth-child(2), .top_insta_5 .sns_list > div:nth-child(4) {
    margin-top: 35px;
  }
}
.top_insta_5 .sns_list > div:nth-child(3) {
  margin-top: 100px;
}
@media only screen and (max-width: 1200px) {
  .top_insta_5 .sns_list > div:nth-child(3) {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 800px) {
  .top_insta_5 .sns_list > div:nth-child(3) {
    margin-top: 0;
  }
}
@media only screen and (max-width: 600px) {
  .top_insta_5 .sns_list > div {
    width: 48%;
  }
}
@media only screen and (max-width: 400px) {
  .top_insta_5 .sns_list > div {
    width: 100%;
    margin: 0 auto 15px auto;
  }
}

.top_insta_t_5 .sns_list {
  flex-direction: inherit !important;
  border: none !important;
  flex-wrap: wrap;
}
.top_insta_t_5 .sns_list .sns_text {
  width: 100%;
}
.top_insta_t_5 .sns_list .sns_text ul {
  display: none;
}
.top_insta_t_5 .sns_list .sns_text .sns_date {
  color: #fff;
  font-size: 1.2em;
}
.top_insta_t_5 .sns_list .sns_text .caption {
  line-height: 1.5em;
}
.top_insta_t_5 .sns_list .sns_photo {
  width: 100% !important;
  padding: 0 !important;
}
.top_insta_t_5 .sns_list .sns_photo img {
  width: 100%;
}
.top_insta_t_5 .sns_list > div {
  border: none !important;
  display: block;
  flex-direction: column;
  width: 18%;
  margin: 1%;
}
.top_insta_t_5 .sns_list > div:nth-child(2), .top_insta_t_5 .sns_list > div:nth-child(4) {
  margin-top: 60px;
}
@media only screen and (max-width: 1200px) {
  .top_insta_t_5 .sns_list > div:nth-child(2), .top_insta_t_5 .sns_list > div:nth-child(4) {
    margin-top: 35px;
  }
}
.top_insta_t_5 .sns_list > div:nth-child(3) {
  margin-top: 100px;
}
@media only screen and (max-width: 1200px) {
  .top_insta_t_5 .sns_list > div:nth-child(3) {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 800px) {
  .top_insta_t_5 .sns_list > div:nth-child(3) {
    margin-top: 0;
  }
}
@media only screen and (max-width: 800px) {
  .top_insta_t_5 .sns_list > div {
    width: 48%;
  }
}
@media only screen and (max-width: 600px) {
  .top_insta_t_5 .sns_list > div {
    width: 48%;
  }
}
@media only screen and (max-width: 400px) {
  .top_insta_t_5 .sns_list > div {
    width: 100%;
    margin: 0 auto 15px auto;
  }
}

.p2-h1 {
  margin-top: 125px;
  font-size: 44px;
  text-align: center;
  font-weight: 700;
  padding: 100px 20px 80px;
  margin-inline: calc(50% - 50vw);
  background: linear-gradient(90deg, white 0%, #ffd4c5 100%);
}
@media only screen and (max-width: 1000px) {
  .p2-h1 {
    margin-top: 70px;
  }
}
@media only screen and (max-width: 600px) {
  .p2-h1 {
    font-size: 26px;
    padding: 40px 20px;
  }
}
.p2-h1 div {
  font-size: 14px;
  color: #FF7E51;
}
.p2-h2 h2 {
  font-size: 28px;
  font-weight: 700;
  position: relative;
  padding-bottom: 10px;
  border-bottom: 3px solid #ddd;
  margin-bottom: 20px;
}
.p2-h2 h2::first-letter {
  color: #FF7E51;
}
@media only screen and (max-width: 600px) {
  .p2-h2 h2 {
    font-size: 24px;
  }
}
.p2-h2 h2:before {
  position: absolute;
  content: "";
  background-color: #FF7E51;
  width: 60px;
  height: 4px;
  border-radius: 4px;
  left: 0;
  bottom: -2px;
}
.p2-flex .box {
  display: flex;
  align-items: center;
  overflow: visible !important;
  width: 100%;
}
@media only screen and (max-width: 600px) {
  .p2-flex .box {
    flex-direction: column;
  }
}
.p2-flex .box img {
  width: 50% !important;
}
@media only screen and (max-width: 600px) {
  .p2-flex .box img {
    width: 100% !important;
  }
}
.p2-flex .box div {
  width: 50%;
  margin-left: 40px;
}
@media only screen and (max-width: 600px) {
  .p2-flex .box div {
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
  }
}
.p2-flex .box div .cont-btn {
  margin-top: 25px;
}
.p2-flex2 .box {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 600px) {
  .p2-flex2 .box {
    flex-direction: column;
  }
}
.p2-flex2 .box div {
  margin-left: 0;
  margin-right: 40px;
}
@media only screen and (max-width: 600px) {
  .p2-flex2 .box div {
    margin-right: 0;
  }
}
.p2-flex-list {
  position: relative;
  display: block;
  padding: 15px 15px 15px 40px;
  font-size: 16px;
}
@media only screen and (max-width: 600px) {
  .p2-flex-list {
    padding: 10px 10px 10px 40px;
  }
}
.p2-flex-list::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/main/check1.png);
}

.pan ul {
  display: flex;
  max-width: 1200px;
  margin: 5px auto 0;
}
.pan ul a {
  color: #333 !important;
}
.pan ul i {
  padding: 0 10px;
}

.intro-h3 {
  font-size: 20px;
  color: #FF7E51;
  font-weight: bold;
}
@media only screen and (max-width: 600px) {
  .intro-h3 {
    font-size: 18px;
  }
}
.intro-list ul {
  display: flex;
  flex-direction: column;
}
.intro-list li {
  position: relative;
  display: block;
  padding: 15px 15px 15px 40px;
  font-size: 20px;
}
@media only screen and (max-width: 600px) {
  .intro-list li {
    padding: 10px 10px 10px 40px;
  }
}
.intro-list li::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/main/check1.png);
}
.intro-flex .box {
  border: 1px solid #ddd;
  border-radius: 20px;
  padding: 25px;
}
.intro-flex .box h3 {
  font-size: 20px;
  color: #FF7E51;
  margin-bottom: 20px;
  font-weight: bold;
}
@media only screen and (max-width: 600px) {
  .intro-flex .box h3 {
    font-size: 16px;
  }
}

.loan-flex {
  max-width: 600px;
  margin: 0 auto;
}
.loan-flex .box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  overflow: visible !important;
}
@media only screen and (max-width: 600px) {
  .loan-flex .box {
    flex-direction: column;
  }
}
.loan-flex .box img {
  width: 140px !important;
}
.loan-flex .box div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 30px;
}
.loan-flex .box div .cont-btn {
  font-size: 16px;
  margin-top: 25px;
}

.regional-h2 h2 {
  display: flex;
  align-items: center;
}
.regional-h2 img {
  width: 40px !important;
  margin-right: 10px;
}
.regional-youtube {
  width: 31%;
}
@media only screen and (max-width: 600px) {
  .regional-youtube {
    width: 100%;
  }
}
.regional-youtube iframe {
  margin: 0 auto;
  display: block;
  width: 100% !important;
  height: 200px;
}
@media only screen and (max-width: 800px) {
  .regional-youtube iframe {
    height: 160px;
  }
}
@media only screen and (max-width: 600px) {
  .regional-youtube iframe {
    width: 100% !important;
    height: 200px;
  }
}
.regional-youtubebox {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 600px) {
  .regional-youtubebox {
    flex-direction: column;
  }
}
.regional-btn {
  margin: 30px auto 0;
}

.review-flex .box {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.review-flex .box img {
  width: 100px !important;
  height: auto !important;
}
@media only screen and (max-width: 600px) {
  .review-flex .box img {
    display: none;
  }
}
.review-flex .box div {
  width: calc(100% - 100px);
  margin-left: 25px;
  background-color: #FFF0EB;
  border-radius: 20px;
  padding: 20px;
  position: relative;
}
@media only screen and (max-width: 600px) {
  .review-flex .box div {
    width: 100%;
    margin-left: 0;
  }
}
.review-flex .box div h3 {
  font-size: bold;
  margin-bottom: 20px;
  font-size: 20px;
}
.review-name {
  text-align: right;
  margin-top: 25px;
}

.company-table td {
  padding: 20px 10px;
}
@media only screen and (max-width: 600px) {
  .company-table tr {
    display: flex;
    flex-direction: column;
  }
}
.company-table-left {
  width: 200px;
  background-color: #FF7E51;
  color: #fff;
}
@media only screen and (max-width: 600px) {
  .company-table-left {
    width: 100%;
  }
}
.company-table-right {
  width: calc(100% - 200px);
}
@media only screen and (max-width: 600px) {
  .company-table-right {
    width: 100%;
  }
}
.company-list {
  position: relative;
  z-index: 1;
}
.company-list::before {
  position: absolute;
  content: "";
  background-color: #ddd;
  width: 2px;
  height: 100%;
  left: 30px;
  top: 0;
  z-index: -1;
}
.company-list dl {
  margin-bottom: 20px;
  align-items: center;
}
.company-list dl dt {
  width: 60px !important;
  height: 60px !important;
  padding: 0 !important;
  border-radius: 50%;
  background-color: #FF7E51 !important;
  color: #fff !important;
  text-align: center !important;
  line-height: 70px;
  align-items: center !important;
  border: none !important;
}
.company-list dl dd {
  border: none !important;
}

.contact-form {
  max-width: 1000px;
  margin: 30px auto 0;
}
.contact-form dd, .contact-form dt {
  padding: 20px 10px !important;
}
.contact-form dt {
  display: flex;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: flex-start !important;
  background-color: #FF7E51 !important;
  color: #fff !important;
  width: 150px;
}
.contact-form dd {
  width: calc(100% - 150px);
}
.contact-form dd input {
  width: 100% !important;
  height: 45px;
}
.contact-form dd textarea {
  height: 150px;
}
.contact-text {
  margin-top: 30px;
}

button {
  text-indent: 1px !important;
}

.submit button {
  display: block;
  width: 320px;
  border-radius: 5px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  margin: 20px auto 0;
  color: #fff !important;
  background: #009DFF;
  border: none;
  font-weight: bold;
}
@media only screen and (max-width: 400px) {
  .submit button {
    width: 100%;
  }
}

.error, .confirm, .message {
  margin-top: 170px !important;
}

.message {
  line-height: 1.8;
}
.message a {
  display: block;
  width: 320px;
  border-radius: 5px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  margin: 40px auto 0;
  color: #fff !important;
  background: #009DFF;
  box-shadow: #0d6d95 2px 2px 0px;
  border: none;
  font-weight: bold;
}
@media only screen and (max-width: 400px) {
  .message a {
    width: 100%;
  }
}

.blog {
  margin-top: 120px !important;
}
.blog .date {
  background-color: #009DFF !important;
  color: #fff !important;
}
.blog-h1 {
  font-size: 24px;
}
@media only screen and (max-width: 600px) {
  .blog-h1 {
    font-size: 18px;
  }
}

ul.pages a {
  color: #333 !important;
}

.policy-text h2 {
  font-size: 28px;
  font-weight: 700;
  position: relative;
  padding-bottom: 10px;
  border-bottom: 3px solid #ddd;
  margin-bottom: 20px;
  margin-top: 60px;
}
.policy-text h2::first-letter {
  color: #FF7E51;
}
@media only screen and (max-width: 600px) {
  .policy-text h2 {
    font-size: 24px;
  }
}
.policy-text h2:before {
  position: absolute;
  content: "";
  background-color: #FF7E51;
  width: 60px;
  height: 4px;
  border-radius: 4px;
  left: 0;
  bottom: -2px;
}

.error-text .cont-btn {
  margin: 40px auto 0;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
}

img {
  width: 100% !important;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

body {
  font-size: 16px;
  color: #736965;
  font-family: "Noto Serif JP", sans-serif;
  line-height: 1.5;
  overflow-x: hidden;
}
@media only screen and (max-width: 600px) {
  body {
    font-size: 14px;
  }
}

i {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.disnone {
  display: none;
}

.clearfix:after {
  visibility: visible;
}

.flex-R, .flex-L {
  width: 50%;
}

.flex-L {
  margin-right: 60px;
}
@media only screen and (max-width: 800px) {
  .flex-L {
    width: 80%;
    margin: 0 auto 30px;
  }
}
@media only screen and (max-width: 600px) {
  .flex-L {
    width: 90%;
  }
}

@media only screen and (max-width: 800px) {
  .flex-R {
    width: 100%;
  }
}

.imgL {
  float: none;
  margin: 0;
}

#contents_wrap {
  overflow: visible;
}

#contents {
  padding-bottom: 0 !important;
}

.cont-h2 h2 {
  font-size: 40px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 600px) {
  .cont-h2 h2 {
    font-size: 28px;
  }
}
.cont-h2 h2 .orange {
  color: #FF7E51;
}
.cont-btn {
  background-color: #F2FAFF;
  color: #009DFF !important;
  text-align: center;
  width: 280px;
  height: 50px;
  line-height: 50px;
  border-radius: 25px;
  display: block;
}

.cont1 {
  padding: 40px 20px 0;
  margin-inline: calc(50% - 50vw);
}
.cont1-text {
  text-align: center;
  padding: 80px 20px;
  font-size: 28px;
  line-height: 1.5;
}
@media only screen and (max-width: 600px) {
  .cont1-text {
    font-size: 18px;
  }
}
.cont1-text .big {
  font-size: 34px;
}
@media only screen and (max-width: 600px) {
  .cont1-text .big {
    font-size: 22px;
  }
}
.cont1-text .under {
  position: relative;
  z-index: 1;
}
.cont1-text .under::before {
  position: absolute;
  content: "";
  background-color: #FFD4C5;
  height: 10px;
  width: 100%;
  bottom: 2px;
  z-index: -1;
}
.cont1-leaf {
  width: 100%;
}

.cont2 {
  background: linear-gradient(90deg, white 0%, #ffd4c5 100%);
  padding: 100px 20px;
  margin-inline: calc(50% - 50vw);
  position: relative;
}
.cont2::before, .cont2::after {
  position: absolute;
  content: "";
  background-size: contain;
  width: 230px;
  height: 230px;
  z-index: 0;
}
@media only screen and (max-width: 600px) {
  .cont2::before, .cont2::after {
    width: 120px;
    height: 120px;
  }
}
.cont2::before {
  background-image: url(../images/main/leaf-lefttop.png);
  left: 0;
  top: 0;
}
.cont2::after {
  background-image: url(../images/main/leaf-rightbottom.png);
  right: 0;
  bottom: 0;
}
.cont2-inner {
  max-width: 1020px;
  margin: 0 auto;
}
.cont2-text {
  font-size: 18px;
  line-height: 2;
  margin-bottom: 30px;
}
@media only screen and (max-width: 600px) {
  .cont2-text {
    font-size: 14px;
  }
}
.cont2-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media only screen and (max-width: 600px) {
  .cont2-flex {
    flex-direction: column;
  }
}
.cont2-img {
  width: 35%;
  margin-right: 40px;
}
@media only screen and (max-width: 600px) {
  .cont2-img {
    width: 60%;
    margin: 0 auto 20px;
  }
}
.cont2-list {
  width: 65%;
}
@media only screen and (max-width: 600px) {
  .cont2-list {
    width: 100%;
  }
}
.cont2-list ul {
  display: flex;
  flex-direction: column;
}
.cont2-list li {
  position: relative;
  display: block;
  padding: 15px 15px 15px 40px;
  font-size: 20px;
}
@media only screen and (max-width: 600px) {
  .cont2-list li {
    padding: 10px 10px 10px 40px;
  }
}
.cont2-list li::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/main/check1.png);
}
.cont2-arrow {
  width: 120px;
  margin: 30px auto 10px;
}
.cont2-bottom-text {
  font-size: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 600px) {
  .cont2-bottom-text {
    font-size: 22px;
  }
}
.cont2-bottom-text img {
  margin-right: 10px;
  width: 120px !important;
}
@media only screen and (max-width: 600px) {
  .cont2-bottom-text img {
    width: 80px !important;
  }
}

.cont3 {
  padding: 100px 20px;
  position: relative;
  margin-inline: calc(50% - 50vw);
}
.cont3::before, .cont3::after {
  position: absolute;
  content: "";
  background-size: contain;
  width: 230px;
  height: 230px;
  z-index: 0;
}
@media only screen and (max-width: 600px) {
  .cont3::before, .cont3::after {
    width: 120px;
    height: 120px;
  }
}
.cont3::before {
  background-image: url(../images/main/leaf-lefttop.png);
  left: 0;
  top: 0;
}
.cont3::after {
  background-image: url(../images/main/leaf-rightbottom.png);
  right: 0;
  bottom: 0;
}
.cont3-inner {
  max-width: 1020px;
  margin: 0 auto;
}
.cont3-flex {
  align-items: stretch;
  margin-top: 40px;
}
.cont3-flex .box {
  background-color: #FFEEE9;
  padding: 80px 20px;
  position: relative;
  overflow: visible !important;
  border-radius: 30px;
}
@media only screen and (max-width: 600px) {
  .cont3-flex .box {
    margin-bottom: 60px;
  }
}
.cont3-flex .box::before {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  top: -35px;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100px;
  height: 110px;
}
.cont3-flex .box:first-child::before {
  background-image: url(../images/main/point1.png);
}
.cont3-flex .box:nth-child(2)::before {
  background-image: url(../images/main/point2.png);
}
.cont3-flex .box:last-child::before {
  background-image: url(../images/main/point3.png);
}
.cont3-flex .box h3 {
  color: #009DFF;
  font-size: 18px;
  margin-bottom: 15px;
  text-align: center;
  margin-top: 25px;
}
.cont3-flex .box div {
  text-align: left;
}

.cont4 {
  padding: 0px 20px 100px;
}
.cont4-h2 h2 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cont4-h2 img {
  width: 64px !important;
}
.cont4-youtube .youtube_list {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 600px) {
  .cont4-youtube .youtube_list {
    flex-direction: column;
  }
}
.cont4-youtube .youtube_list .youtube {
  width: 31%;
  padding-top: 21.25%;
}
@media only screen and (max-width: 600px) {
  .cont4-youtube .youtube_list .youtube {
    padding-top: 56%;
    width: 100%;
  }
}

.cont5 {
  padding: 100px 0px;
  margin-inline: calc(50% - 50vw);
  background: linear-gradient(90deg, #ffd4c5 0%, white 100%);
}
.cont5-flex .box {
  width: 90%;
  display: flex;
  align-items: center;
  overflow: visible !important;
}
@media only screen and (max-width: 1000px) {
  .cont5-flex .box {
    width: 98%;
  }
}
@media only screen and (max-width: 600px) {
  .cont5-flex .box {
    flex-direction: column;
    width: 95%;
  }
}
.cont5-flex .box img {
  width: 50% !important;
}
@media only screen and (max-width: 600px) {
  .cont5-flex .box img {
    width: 100% !important;
  }
}
.cont5-flex .box div {
  width: 50%;
  margin-left: 40px;
}
@media only screen and (max-width: 600px) {
  .cont5-flex .box div {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
    padding: 0 10px;
  }
}
.cont5-flex .box div h3 {
  font-size: 30px;
  color: #FF7E51;
  margin-bottom: 15px;
}
.cont5-flex .box div .cont-btn {
  margin-top: 30px;
}
.cont5-flex .box:nth-child(2) {
  flex-direction: row-reverse;
  margin: 60px 0 60px auto;
}
@media only screen and (max-width: 600px) {
  .cont5-flex .box:nth-child(2) {
    flex-direction: column;
  }
}
.cont5-flex .box:nth-child(2) div {
  margin-left: 0;
  margin-right: 40px;
}
@media only screen and (max-width: 600px) {
  .cont5-flex .box:nth-child(2) div {
    width: 100%;
    margin-right: 0;
  }
}

.cont6 {
  padding: 100px 20px;
  position: relative;
  margin-inline: calc(50% - 50vw);
}
.cont6-inner {
  max-width: 1020px;
  margin: 0 auto;
}
.cont6::before, .cont6::after {
  position: absolute;
  content: "";
  background-size: contain;
  width: 230px;
  height: 230px;
  z-index: 0;
}
@media only screen and (max-width: 600px) {
  .cont6::before, .cont6::after {
    width: 120px;
    height: 120px;
  }
}
.cont6::before {
  background-image: url(../images/main/leaf-lefttop.png);
  left: 0;
  top: 0;
}
.cont6::after {
  background-image: url(../images/main/leaf-rightbottom.png);
  right: 0;
  bottom: 0;
}
.cont6-inner {
  max-width: 1020px;
  margin: 0 auto;
}
.cont6-flex .box {
  display: flex;
  align-items: center;
  overflow: visible !important;
  width: 100%;
}
@media only screen and (max-width: 600px) {
  .cont6-flex .box {
    flex-direction: column;
  }
}
.cont6-flex .box img {
  width: 50% !important;
}
@media only screen and (max-width: 600px) {
  .cont6-flex .box img {
    width: 60%;
  }
}
.cont6-flex .box div {
  width: 50%;
}
@media only screen and (max-width: 600px) {
  .cont6-flex .box div {
    width: 100%;
    margin-top: 20px;
  }
}
.cont6-flex .box:first-child {
  margin-bottom: 60px;
}
.cont6-flex .box:first-child div {
  font-size: 40px;
  color: #009DFF;
  margin-left: 40px;
  text-align: center;
}
@media only screen and (max-width: 800px) {
  .cont6-flex .box:first-child div {
    font-size: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .cont6-flex .box:first-child div {
    margin-left: 0;
  }
}
.cont6-flex .box:nth-child(2) {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 600px) {
  .cont6-flex .box:nth-child(2) {
    flex-direction: column;
  }
}
.cont6-flex .box:nth-child(2) img {
  width: 50% !important;
}
@media only screen and (max-width: 600px) {
  .cont6-flex .box:nth-child(2) img {
    width: 100% !important;
  }
}
.cont6-flex .box:nth-child(2) div {
  margin-right: 40px;
}
@media only screen and (max-width: 600px) {
  .cont6-flex .box:nth-child(2) div {
    margin-right: 0;
  }
}
.cont6-flex .box:nth-child(2) div .cont-btn {
  margin-top: 20px;
}

.cont7 {
  padding: 100px 20px 0;
  position: relative;
  margin-inline: calc(50% - 50vw);
}
.cont7::before, .cont7::after {
  position: absolute;
  content: "";
  background-size: contain;
  width: 230px;
  height: 230px;
  z-index: 0;
}
@media only screen and (max-width: 600px) {
  .cont7::before, .cont7::after {
    width: 120px;
    height: 120px;
  }
}
.cont7::before {
  background-image: url(../images/main/leaf-lefttop.png);
  left: 0;
  top: 0;
}
.cont7-town {
  margin-top: 60px;
}
.cont7-h2 div .cont-btn {
  margin: 40px auto 0;
}

.cont8 {
  margin-inline: calc(50% - 50vw);
  background-color: #FFF0EB;
  padding: 100px 20px;
  position: relative;
}
.cont8::before, .cont8::after {
  position: absolute;
  content: "";
  background-size: contain;
  width: 230px;
  height: 230px;
  z-index: 0;
}
@media only screen and (max-width: 600px) {
  .cont8::before, .cont8::after {
    width: 120px;
    height: 120px;
  }
}
.cont8::before {
  background-image: url(../images/main/leaf-lefttop.png);
  left: 0;
  top: 0;
}
.cont8::after {
  background-image: url(../images/main/leaf-rightbottom.png);
  right: 0;
  bottom: 0;
}
.cont8-inner {
  max-width: 900px;
  margin: 0 auto;
}
.cont8-news dl {
  background-color: #fff;
  border: none !important;
  margin-bottom: 15px;
  padding: 20px 10px;
  border-radius: 40px;
}
@media only screen and (max-width: 600px) {
  .cont8-news dl {
    flex-direction: column;
  }
}
.cont8-news dl dt {
  background-color: #fff !important;
  border: none !important;
  width: 120px !important;
}
.cont8-news dl dd {
  background-color: #fff !important;
  border: none !important;
  width: calc(100% - 120px) !important;
}
@media only screen and (max-width: 600px) {
  .cont8-news dl dd {
    width: 100% !important;
  }
}

.cont9 {
  margin-inline: calc(50% - 50vw);
  background-color: #FFF0EB;
  padding: 100px 20px 40px;
  position: relative;
}
.cont9::before, .cont9::after {
  position: absolute;
  content: "";
  background-size: contain;
  width: 230px;
  height: 230px;
  z-index: 0;
}
@media only screen and (max-width: 600px) {
  .cont9::before, .cont9::after {
    width: 120px;
    height: 120px;
  }
}
.cont9::before {
  background-image: url(../images/main/leaf-lefttop.png);
  left: 0;
  top: 0;
}
.cont9::after {
  background-image: url(../images/main/leaf-rightbottom.png);
  right: 0;
  bottom: 0;
}
.cont9-inner {
  max-width: 900px;
  margin: 0 auto;
}
.cont9-h2 .cont-btn {
  margin: 30px auto 0;
}