@charset "UTF-8";
h2.mail.title {
  display: none !important;
}

a.itext {
  width: auto !important;
  height: auto !important;
}

.annot {
  display: none !important;
}

::-moz-selection {
  background-color: rgba(67, 35, 13, 0.7);
}

::selection {
  background-color: rgba(67, 35, 13, 0.7);
}

.pcnone {
  display: none;
}

@media screen and (max-width: 834px) {
  .pcnone {
    display: block;
  }
}

@media screen and (max-width: 640px) {
  .spnone {
    display: none;
  }
}

@media only screen and (max-width: 1200px) {
  .bp1200none {
    display: none;
  }
}

@media screen and (max-width: 834px) {
  .bp1200none {
    display: block;
  }
}

@media only screen and (max-width: 1000px) {
  .bp1000none {
    display: none;
  }
}

@media screen and (max-width: 834px) {
  .bp1000none {
    display: block;
  }
}

.disnone {
  display: none;
}

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

.disnone {
  display: none !important;
}

@media screen and (max-width: 640px) {
  .disnone {
    display: block !important;
  }
}

@media screen and (max-width: 640px) {
  .spdisnone {
    display: none !important;
  }
}

.tdpd10 td {
  padding: 10px !important;
}

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: 500;
}

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

.inner {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}

.inner2 {
  margin: 0 auto;
  max-width: 1600px;
  width: 100%;
}

@media only screen and (max-width: 1600px) {
  .inner2 {
    max-width: 1200px;
  }
}

#contents_wrap {
  width: 100%;
  min-width: 100%;
  z-index: 3;
}

#contents {
  width: 100%;
  max-width: 1200px;
  padding-bottom: 100px;
}

@media only screen and (max-width: 1200px) {
  #contents {
    padding: 0 10px;
  }
}

@media screen and (max-width: 834px) {
  #contents {
    padding: 0 30px 50px;
  }
}

#main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  width: 100%;
}

@media screen and (max-width: 834px) {
  #main {
    display: block;
  }
}

#main:after {
  display: none;
}

#col_main {
  width: 100% !important;
}

#col_side1 {
  width: 23% !important;
}

@media screen and (max-width: 834px) {
  #col_side1 {
    width: 100% !important;
    margin-top: 50px !important;
  }
}

#col_side1 a {
  display: block;
}

#col_side1 img {
  width: 100% !important;
}

#col_side1 img {
  width: 100%;
}

.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 img {
  height: auto !important;
}

.pdtd10 td {
  padding: 10px !important;
}

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

b,
strong {
  font-weight: bold;
}

u {
  text-decoration: line-through;
}

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

small {
  font-size: 80%;
}

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;
  -webkit-transition: 1s;
  transition: 1s;
  text-decoration: none;
}

a:hover {
  opacity: 0.6;
  -webkit-transition: 1s;
  transition: 1s;
}

@media screen and (max-width: 640px) {
  .imgR, .imgL {
    display: block;
    float: none;
    margin: 0 auto 10px;
    max-width: 100% !important;
    text-align: center;
  }
}

.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", "ヒラギノ角ゴ 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;
}

.img100 img {
  max-width: 100% !important;
  width: 100% !important;
}

.tdpd10 td {
  padding: 10px !important;
}

.slider2 img {
  margin: 0 auto;
}

.tdscl {
  overflow-x: scroll;
}

.tdscl table {
  table-layout: fixed;
  width: 1850px;
}

.center {
  text-align: center;
}

header#global_header {
  max-width: 100%;
  width: 100%;
  min-width: 100%;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1;
  font-size: 16px;
  color: #222;
}

header#global_header #header {
  background-image: none;
  background-color: #fff;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  border-top: 5px solid #43230d;
  width: 100%;
}

@media screen and (max-width: 834px) {
  header#global_header #header {
    height: 53px;
    width: 100%;
    position: fixed;
  }
}

header#global_header #header .hd-flex {
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 1200px) {
  header#global_header #header .hd-flex {
    padding: 10px;
  }
}

@media screen and (max-width: 834px) {
  header#global_header #header .hd-flex {
    padding: 0;
  }
}

header#global_header #header .hd-flex .logo {
  width: 30%;
}

@media screen and (max-width: 834px) {
  header#global_header #header .hd-flex .logo {
    width: 70%;
    text-align: left;
    height: 48px;
    padding: 5px;
  }
}

@media screen and (max-width: 834px) {
  header#global_header #header .hd-flex .logo a {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 834px) and (max-width: 834px) {
  header#global_header #header .hd-flex .logo a img {
    width: auto;
    max-height: 100%;
  }
}

header#global_header #header .hd-flex .hd-flex-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 70%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

header#global_header #header .hd-flex .hd-flex-left .hd-access-wrap {
  font-size: 1.3rem;
  font-weight: 900;
  width: 37%;
  line-height: 1.6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (max-width: 834px) {
  header#global_header #header .hd-flex .hd-flex-left .hd-access-wrap {
    display: none;
  }
}

header#global_header #header .hd-flex .hd-flex-left .hd-access-wrap .hd-access .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header#global_header #header .hd-flex .hd-flex-left .hd-access-wrap .hd-access .flex .name {
  background-color: #43230d;
  border-radius: 3px;
  color: #fff;
  padding: 2px 8px;
}

header#global_header #header .hd-flex .hd-flex-left .hd-access-wrap .post-num {
  color: #43230d;
  margin-left: 4px;
  font-weight: 700;
}

header#global_header #header .hd-flex .hd-flex-left .hd-access-wrap .text {
  color: #43230d;
  text-align: left;
  display: inline;
  font-weight: 700;
}

@media only screen and (max-width: 1200px) {
  header#global_header #header .hd-flex .hd-flex-left .hd-access-wrap .text {
    font-size: 1.2rem;
  }
}

@media only screen and (max-width: 1000px) {
  header#global_header #header .hd-flex .hd-flex-left .hd-access-wrap .text {
    letter-spacing: 0.5px;
  }
}

header#global_header #header .hd-flex .hd-flex-left .hd-tel-wrap {
  width: 30%;
  margin-left: 10px;
}

@media screen and (max-width: 834px) {
  header#global_header #header .hd-flex .hd-flex-left .hd-tel-wrap {
    display: none;
  }
}

header#global_header #header .hd-flex .hd-flex-left .hd-tel-wrap a {
  display: block;
}

header#global_header #header .hd-flex .hd-flex-left .hd-contact {
  font-size: 1.6rem;
  margin-left: 10px;
}

@media screen and (max-width: 834px) {
  header#global_header #header .hd-flex .hd-flex-left .hd-contact {
    position: fixed;
    top: 5px;
    right: 48px;
    z-index: 5;
    width: 48px;
  }
}

header#global_header #header .hd-flex .hd-flex-left .hd-contact a {
  display: block;
  color: #fff;
  padding: 15px 12px;
  background: #008020;
  border-radius: 5px;
}

@media screen and (max-width: 834px) {
  header#global_header #header .hd-flex .hd-flex-left .hd-contact a {
    border-radius: 0;
    width: 48px;
    height: 48px;
  }
}

header#global_header #header .hd-flex .hd-flex-left .hd-contact a span {
  font-weight: 700;
}

@media screen and (max-width: 834px) {
  header#global_header #header .hd-flex .hd-flex-left .hd-contact a span {
    display: none;
  }
}

@media only screen and (max-width: 1200px) {
  header#global_header #header .hd-flex .hd-flex-left .hd-contact a span.none-bp {
    display: none;
  }
}

header#global_header #header .hd-flex .hd-flex-left .hd-contact a i {
  margin-right: 4px;
}

@media screen and (max-width: 834px) {
  header#global_header #header .hd-flex .hd-flex-left .hd-contact a i {
    font-size: 2.2rem;
    padding-left: 1px;
  }
}

header#global_header #header nav#nav_global {
  background: url("../images/home/pt_01.png") repeat;
  width: initial;
}

@media screen and (max-width: 834px) {
  header#global_header #header nav#nav_global {
    display: none;
  }
}

header#global_header #header nav#nav_global ul {
  max-width: 1200px;
  margin: 0 auto;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header#global_header #header nav#nav_global ul li {
  width: 17%;
  float: initial;
  border-left: 1px dotted #fff;
  padding: 5px 0;
  margin: 10px 0;
  text-align: center;
}

header#global_header #header nav#nav_global ul li:last-child {
  border-right: 1px dotted #fff;
}

@media only screen and (max-width: 1200px) {
  header#global_header #header nav#nav_global ul li:last-child {
    border-right: none;
  }
}

@media only screen and (max-width: 1200px) {
  header#global_header #header nav#nav_global ul li:first-child {
    border-left: none;
  }
}

header#global_header #header nav#nav_global ul li a {
  background: none;
  display: block;
  font-size: 1.6rem;
  line-height: 1.6;
  border: 0 !important;
  padding: 0;
}

@media only screen and (max-width: 1200px) {
  header#global_header #header nav#nav_global ul li a {
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 1000px) {
  header#global_header #header nav#nav_global ul li a {
    font-size: 1.2rem;
  }
}

header#global_header #header nav#nav_global ul li a:hover {
  background: none;
}

header#global_header .main {
  max-height: 90vh;
  position: relative;
}

@media screen and (max-width: 834px) {
  header#global_header .main {
    max-height: initial;
  }
}

header#global_header .main .text-wrap {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  left: 0;
}

@media screen and (max-width: 834px) {
  header#global_header .main .text-wrap {
    position: static;
    transform: none;
    -webkit-transform: none;
  }
}

header#global_header .main .text-wrap .main-txt {
  text-align: left;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #008020;
  padding: 20px 120px;
  background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, #fff, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  font-size: 5rem;
  line-height: 1.2;
}

header#global_header .main .text-wrap .main-txt h1 {
  font-weight: 900;
}

@media only screen and (max-width: 1000px) {
  header#global_header .main .text-wrap .main-txt {
    font-size: 4rem;
  }
}

@media screen and (max-width: 834px) {
  header#global_header .main .text-wrap .main-txt {
    position: absolute;
    font-size: 3.5rem;
    top: 35%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    padding: 20px 50px;
  }
}

@media screen and (max-width: 640px) {
  header#global_header .main .text-wrap .main-txt {
    line-height: 1.6;
    font-size: 2.6rem;
  }
}

header#global_header .main .text-wrap .please-wrap {
  margin-top: 5%;
}

@media only screen and (max-width: 1200px) {
  header#global_header .main .text-wrap .please-wrap {
    margin-left: -15%;
  }
}

@media screen and (max-width: 834px) {
  header#global_header .main .text-wrap .please-wrap {
    margin: 0 auto;
    padding: 20px 10px;
  }
}

@media screen and (max-width: 640px) {
  header#global_header .main .text-wrap .please-wrap {
    padding: 20px;
  }
}

header#global_header .main .text-wrap .please-wrap .please {
  text-align: left;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #222;
  background-color: rgba(255, 255, 255, 0.8);
  font-size: 1.8rem;
  line-height: 1.6;
  border-top: 10px solid #f7c8dc;
  padding: 40px;
  width: 730px;
  display: inline-block;
}

@media only screen and (max-width: 1200px) {
  header#global_header .main .text-wrap .please-wrap .please {
    padding: 20px;
    width: 60%;
  }
}

@media screen and (max-width: 834px) {
  header#global_header .main .text-wrap .please-wrap .please {
    width: 100%;
    font-size: 1.6rem;
    position: static;
  }
}

header#global_header .main .text-wrap .please-wrap .please h2 {
  font-size: 3rem;
  text-align: center;
  margin-bottom: 40px;
  font-weight: 700;
}

@media only screen and (max-width: 1200px) {
  header#global_header .main .text-wrap .please-wrap .please h2 {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 834px) {
  header#global_header .main .text-wrap .please-wrap .please h2 {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 834px) {
  header#global_header .main .text-wrap .please-wrap .please h2 {
    font-size: 2rem;
  }
}

.slick-slide img {
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  height: 90vh !important;
  margin: 0 auto;
}

@media screen and (max-width: 834px) {
  .slick-slide img {
    height: auto !important;
    width: 100%;
  }
}

header#global_header #header nav .menu {
  position: relative;
  width: 100%;
  height: 50px;
  max-width: 1000px;
  margin: 0 auto;
  display: block;
  height: auto;
}

@media screen and (max-width: 834px) {
  header#global_header #header nav .menu {
    position: static;
  }
}

header#global_header #header nav .menu > li.menu__item {
  position: relative;
}

header#global_header #header nav .menu > li.menu__item ul.submenu {
  background-image: url("../images/home/pt_01.png");
  position: absolute;
  top: 30px;
  width: 100%;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 834px) {
  header#global_header #header nav .menu > li.menu__item ul.submenu {
    display: none;
    position: static;
    background-image: none;
  }
}

header#global_header #header nav .menu > li.menu__item ul.submenu li {
  display: block;
  width: 100% !important;
}

header#global_header #header nav .menu > li.menu__item ul.submenu li.submenu__item {
  border: none !important;
}

header#global_header #header nav li.menu__item:hover ul.submenu {
  top: 40px;
  visibility: visible;
  opacity: 1;
}

@media screen and (max-width: 834px) {
  header#global_header #header nav .menu__item {
    cursor: pointer;
    display: block;
    position: relative;
  }
}

@media screen and (max-width: 834px) {
  header#global_header #header nav .menu__item__link {
    display: block;
  }
}

@media screen and (max-width: 834px) {
  header#global_header #header nav .menu__item__link:after {
    content: '\f067';
    display: block;
    font-family: "Font Awesome 5 Free";
    line-height: 50px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 60px;
    height: 50px;
    font-weight: 700;
  }
}

@media screen and (max-width: 834px) {
  header#global_header #header nav .menu__item__link.on:after {
    content: '\f068';
  }
}

header#global_header #header nav .submenu {
  width: 100% !important;
}

@media screen and (max-width: 834px) {
  header#global_header #header nav .submenu {
    display: none;
  }
}

@media screen and (max-width: 834px) {
  header#global_header #header nav .submenu__item {
    padding-bottom: 0 !important;
  }
}

.line {
  position: fixed;
  bottom: 0;
  right: 0;
}

@media screen and (max-width: 834px) {
  .openbtn_sp {
    display: block;
    position: fixed;
    top: 5px;
    right: 0;
    cursor: pointer;
    width: 48px;
    height: 48px;
    z-index: 999;
    background: url("../images/home/pt_01.png") repeat;
  }
  .openbtn_sp span {
    display: inline-block;
    -webkit-transition: all .4s;
    transition: all .4s;
    position: absolute;
    height: 2px;
    right: 7.5px;
    border-radius: 5px;
    background: #fff;
    width: 33px;
  }
  .openbtn_sp span:nth-child(1) {
    top: 15px;
  }
  .openbtn_sp span:nth-child(2) {
    top: 24px;
  }
  .openbtn_sp span:nth-child(3) {
    top: 33px;
  }
  .openbtn_sp.active span:nth-child(1) {
    top: 15px;
    right: 7.5px;
    -webkit-transform: translateY(12px) rotate(-45deg);
            transform: translateY(12px) rotate(-45deg);
    width: 33px;
  }
  .openbtn_sp.active span:nth-child(2) {
    opacity: 0;
  }
  .openbtn_sp.active span:nth-child(3) {
    top: 28px;
    right: 7.5px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    width: 33px;
  }
}

.nav_sp {
  display: none;
}

@media screen and (max-width: 834px) {
  .nav_sp {
    display: block;
  }
  .nav_sp .navigation_sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    top: -0;
    right: -100%;
    width: 50%;
    height: auto;
    padding: 48px 0 24px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: url("../images/home/pt_01.png") repeat;
    color: #fff;
    -webkit-transition: .5s;
    transition: .5s;
    z-index: 5;
    max-height: 100vh;
  }
}

@media screen and (max-width: 834px) and (max-width: 640px) {
  .nav_sp .navigation_sp {
    width: 60%;
  }
}

@media screen and (max-width: 834px) {
  .nav_sp .navigation_sp.open {
    top: 0;
    right: 0;
  }
  .nav_sp .navigation_sp ul {
    height: auto;
  }
  .nav_sp .navigation_sp li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: block;
    text-align: left;
    margin: 0 20px;
    border-bottom: 1px dashed #fff;
    padding: 10px 0;
  }
  .nav_sp .navigation_sp li a {
    color: #fff;
    display: block;
    padding: 5px;
  }
  .nav_sp .navigation_sp li:last-child {
    border-bottom: none;
    padding-bottom: 20px;
  }
}

footer#global_footer {
  width: 100%;
  min-width: 100% !important;
  color: #fff;
}

footer#global_footer .contact-inner {
  max-width: 1200px;
  margin: 0 auto;
}

footer#global_footer .contact {
  background-image: url("../images/home/footer.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: lighten;
  background-color: rgba(255, 255, 255, 0.4);
  padding: 100px 0;
}

@media screen and (max-width: 834px) {
  footer#global_footer .contact {
    padding: 50px 10px;
  }
}

@media screen and (max-width: 834px) {
  footer#global_footer .contact {
    padding: 50px 20px;
  }
}

footer#global_footer .contact h2 {
  font-weight: 700;
  font-size: 3.5rem;
  line-height: 1.3;
  text-align: center;
  color: #43230d;
}

@media screen and (max-width: 834px) {
  footer#global_footer .contact h2 {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 640px) {
  footer#global_footer .contact h2 {
    font-size: 2rem;
    line-height: 1.6;
  }
}

footer#global_footer .contact p {
  margin-top: 30px;
  text-align: center;
  color: #43230d;
}

@media screen and (max-width: 834px) {
  footer#global_footer .contact p {
    margin-top: 20px;
    font-size: 1.3rem;
  }
}

footer#global_footer .contact .contact-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  max-width: 1000px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 834px) {
  footer#global_footer .contact .contact-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

footer#global_footer .contact .contact-flex .flex-left a, footer#global_footer .contact .contact-flex .flex-right a {
  background-color: #e686a4;
  border-radius: 40px;
  width: 380px;
  height: 80px;
  margin: 30px 15px;
  line-height: 80px;
  display: block;
  color: #fff;
  font-size: 2.3rem;
  font-weight: 900px;
  text-align: center;
  text-decoration: none;
}

footer#global_footer .contact .contact-flex .flex-left a:hover, footer#global_footer .contact .contact-flex .flex-right a:hover {
  background-color: #d16a8b;
  opacity: 1;
}

@media screen and (max-width: 834px) {
  footer#global_footer .contact .contact-flex .flex-left a, footer#global_footer .contact .contact-flex .flex-right a {
    margin: 20px 0;
  }
}

@media screen and (max-width: 640px) {
  footer#global_footer .contact .contact-flex .flex-left a, footer#global_footer .contact .contact-flex .flex-right a {
    width: 300px;
  }
}

footer#global_footer .contact .contact-flex .flex-left a img, footer#global_footer .contact .contact-flex .flex-right a img {
  vertical-align: middle;
}

@media screen and (max-width: 834px) {
  footer#global_footer .contact .contact-flex .flex-right {
    margin: 0;
  }
}

@media screen and (max-width: 640px) {
  footer#global_footer .contact .contact-flex .flex-right a {
    font-size: 2rem;
  }
}

footer#global_footer #footer {
  background: url("../images/home/pt_01.png") repeat;
  padding: 50px 0;
}

@media only screen and (max-width: 1400px) {
  footer#global_footer #footer {
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 834px) {
  footer#global_footer #footer {
    padding: 50px 0 80px 0;
  }
}

footer#global_footer #footer .ft-flex {
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-size: 1.4rem;
  line-height: 1.6;
}

@media only screen and (max-width: 1200px) {
  footer#global_footer #footer .ft-flex {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media only screen and (max-width: 1000px) {
  footer#global_footer #footer .ft-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.6rem;
  }
}

footer#global_footer #footer .ft-flex .ft-flex-left .ft-contact {
  margin-top: 30px;
  text-align: left;
  font-size: 1.6rem;
}

@media only screen and (max-width: 1000px) {
  footer#global_footer #footer .ft-flex .ft-flex-left .ft-contact {
    margin-top: 20px;
    text-align: center;
  }
}

@media only screen and (max-width: 1000px) {
  footer#global_footer #footer .ft-flex .ft-flex-right {
    margin-top: 20px;
  }
}

footer#global_footer #footer .ft-flex .ft-flex-right nav.ft-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  line-height: 1;
}

@media only screen and (max-width: 1000px) {
  footer#global_footer #footer .ft-flex .ft-flex-right nav.ft-nav ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 640px) {
  footer#global_footer #footer .ft-flex .ft-flex-right nav.ft-nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    line-height: 1.6;
  }
}

footer#global_footer #footer .ft-flex .ft-flex-right nav.ft-nav ul:last-child {
  margin-top: 10px;
}

@media screen and (max-width: 640px) {
  footer#global_footer #footer .ft-flex .ft-flex-right nav.ft-nav ul:last-child {
    margin-top: 0;
  }
}

footer#global_footer #footer .ft-flex .ft-flex-right nav.ft-nav ul li {
  border-left: 1px solid #fff;
}

@media screen and (max-width: 640px) {
  footer#global_footer #footer .ft-flex .ft-flex-right nav.ft-nav ul li {
    border: none;
  }
}

footer#global_footer #footer .ft-flex .ft-flex-right nav.ft-nav ul li:first-child {
  border-left: none;
}

footer#global_footer #footer .ft-flex .ft-flex-right nav.ft-nav ul li a {
  color: #fff;
  padding: 0 4px;
}

footer#global_footer #footer .ft-flex .ft-flex-right .copyright {
  text-align: right;
  margin-top: 30px;
}

@media only screen and (max-width: 1000px) {
  footer#global_footer #footer .ft-flex .ft-flex-right .copyright {
    text-align: center;
    margin-top: 30px;
  }
}

footer#global_footer #footer .ft-flex .ft-flex-right .copyright copy {
  display: inline;
}

footer#global_footer #footer .ft-flex .ft-flex-right .copyright small {
  font-size: 1.6rem;
}

footer#global_footer #footer .ft-flex .ft-flex-right .copyright small a {
  color: #fff;
}

@media screen and (max-width: 834px) {
  .ft-menu__item {
    cursor: pointer;
    display: block;
    position: relative;
  }
}

@media screen and (max-width: 834px) {
  .ft-menu__item__link {
    display: block;
  }
}

@media screen and (max-width: 834px) {
  .ft-menu__item__link:after {
    content: '\f067';
    display: block;
    font-family: "Font Awesome 5 Free";
    line-height: 60px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 60px;
  }
}

@media screen and (max-width: 834px) {
  .ft-menu__item__link.on:after {
    content: '\f068';
  }
}

.ft-submenu {
  width: 100% !important;
}

@media screen and (max-width: 834px) {
  .ft-submenu {
    display: none;
  }
}

@media screen and (max-width: 834px) {
  .ft-submenu__item {
    padding-bottom: 0 !important;
    border: none !important;
    margin-top: 5px;
  }
}

#contents_wrap #contents #main #col_main section .title_02.border-top {
  border-top: 2px solid #ccc;
}

#contents_wrap #contents #main #col_main section .title_02 h2 {
  font-weight: 700;
  font-size: 3.5rem;
}

@media screen and (max-width: 834px) {
  #contents_wrap #contents #main #col_main section .title_02 h2 {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .title_02 h2 {
    font-size: 2rem;
  }
}

#contents_wrap #contents #main #col_main section .title_02 h2 span {
  display: block;
  width: 80px;
  border-bottom: 5px solid #f7c8dc;
  position: relative;
  text-align: center;
  line-height: 1;
  margin: 30px auto 0 auto;
}

@media screen and (max-width: 834px) {
  #contents_wrap #contents #main #col_main section .title_02 h2 span {
    margin: 20px auto 0 auto;
  }
}

#contents_wrap #contents #main #col_main section .title_02 h2 span::after {
  content: "";
  display: block;
  border-bottom: 5px solid #008020;
  width: 40px;
  position: absolute;
}

#contents_wrap #contents #main #col_main section .btn {
  -webkit-transition: 1s;
  transition: 1s;
  font-size: 1.8rem;
  width: 300px;
  height: 60px;
  color: #fff;
  background-color: #e686a4;
  border-radius: 30px;
  line-height: 60px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .btn {
    font-size: 1.6rem;
  }
}

#contents_wrap #contents #main #col_main section .btn:hover {
  background-color: #d16a8b;
}

#contents_wrap #contents #main #col_main section .btn a {
  display: block;
  color: #fff;
}

#contents_wrap #contents #main #col_main section .btn a:hover {
  opacity: 1;
}

#contents_wrap {
  background-color: #fff;
}

#contents_wrap #contents {
  padding: 0;
  max-width: 1000px;
}

#contents_wrap #contents #main #col_main section {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.6;
  font-size: 1.6rem;
}

#contents_wrap #contents #main #col_main section .cont_01_wrap.bg100 {
  background-image: url("../images/home/bg_01.png"), url("../images/home/bg_02.png");
  background-repeat: no-repeat,no-repeat;
  background-position: left 0 top 0,right 0 bottom 0;
}

@media only screen and (max-width: 1000px) {
  #contents_wrap #contents #main #col_main section .cont_01_wrap.bg100 {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 834px) {
  #contents_wrap #contents #main #col_main section .cont_01_wrap.bg100 {
    padding: 50px 10px 0 10px;
    background-size: 30%,30%;
  }
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .cont_01_wrap.bg100 {
    padding: 50px 20px 0 20px;
  }
}

#contents_wrap #contents #main #col_main section .cont_01_wrap .cont_01_inner {
  max-width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .cont_01_wrap .cont_01_inner .title_02 h2 {
    font-size: 1.9rem;
  }
}

#contents_wrap #contents #main #col_main section .cont_01_wrap .cont_01_inner .cont_01 .box div {
  padding: 20px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

#contents_wrap #contents #main #col_main section .cont_01_wrap .cont_01_inner .cont_01 .box div span {
  color: #008020;
  font-weight: 700;
  background: rgba(0, 128, 32, 0.2);
  padding: 4px 12px;
  margin-right: 12px;
  border-radius: 5px;
  letter-spacing: 0;
}

#contents_wrap #contents #main #col_main section .cont_01_wrap .cont_01_inner .cont_01 .box div p {
  font-size: 1.3rem;
  letter-spacing: 1px;
}

#contents_wrap #contents #main #col_main section .cont_01_wrap .cont_01_inner .cont_01 .box div h3 {
  color: #008020;
  font-weight: 700;
  margin-top: 20px;
}

#contents_wrap #contents #main #col_main section .cont_02_wrap.bg100 {
  background-image: url("../images/home/bg_03.png");
  background-repeat: no-repeat;
  background-position: left 0 bottom 0;
}

@media only screen and (max-width: 1000px) {
  #contents_wrap #contents #main #col_main section .cont_02_wrap.bg100 {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 834px) {
  #contents_wrap #contents #main #col_main section .cont_02_wrap.bg100 {
    padding-bottom: 50px;
    background-size: 40%;
  }
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .cont_02_wrap.bg100 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

#contents_wrap #contents #main #col_main section .cont_02_wrap .cont_02_inner {
  max-width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 834px) {
  #contents_wrap #contents #main #col_main section .cont_02_wrap .cont_02_inner .title_02 {
    margin-top: 50px;
    padding-top: 50px;
  }
}

#contents_wrap #contents #main #col_main section .cont_02 {
  height: 400px;
  overflow-y: scroll;
}

#contents_wrap #contents #main #col_main section .cont_02 dl {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-bottom: 1px dashed #222;
  padding: 20px 0;
}

#contents_wrap #contents #main #col_main section .cont_02 dl dt {
  border: none;
  background-color: transparent;
  padding: 0;
  width: 100%;
}

#contents_wrap #contents #main #col_main section .cont_02 dl dd {
  border: none;
  background-color: transparent;
  padding: 0;
  width: 100%;
}

#contents_wrap #contents #main #col_main section .cont_03_wrap.bg100 {
  background: url("../images/home/cont_03.jpg") no-repeat;
  padding: 150px 0;
}

@media screen and (max-width: 834px) {
  #contents_wrap #contents #main #col_main section .cont_03_wrap.bg100 {
    padding: 50px 10px;
  }
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .cont_03_wrap.bg100 {
    padding: 50px 20px;
  }
}

#contents_wrap #contents #main #col_main section .cont_03_wrap .cont_03_inner {
  max-width: 1000px;
  margin: 0 auto;
}

#contents_wrap #contents #main #col_main section .cont_03_wrap .cont_03_inner .cont_03 {
  color: #fff;
  width: 60%;
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 1000px) {
  #contents_wrap #contents #main #col_main section .cont_03_wrap .cont_03_inner .cont_03 {
    width: 75%;
    margin: 0 10px 0 auto;
  }
}

@media screen and (max-width: 834px) {
  #contents_wrap #contents #main #col_main section .cont_03_wrap .cont_03_inner .cont_03 {
    margin: 0 auto;
    width: 80%;
  }
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .cont_03_wrap .cont_03_inner .cont_03 {
    width: 100%;
  }
}

#contents_wrap #contents #main #col_main section .cont_03_wrap .cont_03_inner .cont_03 div {
  margin-top: 30px;
}

@media screen and (max-width: 834px) {
  #contents_wrap #contents #main #col_main section .cont_03_wrap .cont_03_inner .cont_03 div {
    margin-top: 20px;
  }
}

#contents_wrap #contents #main #col_main section .cont_wrap.bg100 {
  background-image: url("../images/home/bg_04.png"), url("../images/home/bg_05.png"), url("../images/home/bg_06.png"), url("../images/home/bg_07.png");
  background-repeat: no-repeat,no-repeat,no-repeat,no-repeat;
  background-position: right 0 top 540px,left 0 top 1150px,right 0 bottom 450px,left 0 bottom 0;
  padding: 80px 0;
}

@media only screen and (max-width: 1000px) {
  #contents_wrap #contents #main #col_main section .cont_wrap.bg100 {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 834px) {
  #contents_wrap #contents #main #col_main section .cont_wrap.bg100 {
    padding: 50px 10px;
    background-size: 30%;
  }
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .cont_wrap.bg100 {
    padding: 50px 20px;
  }
}

#contents_wrap #contents #main #col_main section .cont_wrap.bg100 .cont_inner {
  max-width: 1000px;
  margin: 0 auto;
}

#contents_wrap #contents #main #col_main section .cont_wrap.bg100 .cont_inner .title_02 {
  margin-top: 80px;
}

@media screen and (max-width: 834px) {
  #contents_wrap #contents #main #col_main section .cont_wrap.bg100 .cont_inner .title_02.border-top {
    padding-top: 50px;
  }
}

@media screen and (max-width: 834px) {
  #contents_wrap #contents #main #col_main section .cont_wrap.bg100 .cont_inner .btn {
    margin-top: 20px;
  }
}

#contents_wrap #contents #main #col_main section .cont_04_wrap.bg100 {
  background: url("../images/home/cont_04_sample.jpg") no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-position: left 0 center;
  background-size: contain;
  padding: 85px 0;
}

@media only screen and (max-width: 1000px) {
  #contents_wrap #contents #main #col_main section .cont_04_wrap.bg100 {
    margin-left: 0 !important;
    margin-right: 0 !important;
    background-size: 80%;
  }
}

@media screen and (max-width: 834px) {
  #contents_wrap #contents #main #col_main section .cont_04_wrap.bg100 {
    background-size: 60%;
    background-position: left 0 top 0;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .cont_04_wrap.bg100 {
    background-size: 100%;
    padding-top: 80%;
  }
}

#contents_wrap #contents #main #col_main section .cont_04_wrap .cont_04_inner {
  max-width: 1000px;
  margin: 0 auto;
  width: 1000px;
}

#contents_wrap #contents #main #col_main section .cont_04_wrap .cont_04_inner .cont_04 {
  color: #fff;
  margin: 0 0 0 auto;
  background: url("../images/home/pt_01.png") repeat;
  padding: 160px 100px;
  width: 70%;
}

@media only screen and (max-width: 1000px) {
  #contents_wrap #contents #main #col_main section .cont_04_wrap .cont_04_inner .cont_04 {
    padding: 80px 50px;
    width: 55%;
  }
}

@media screen and (max-width: 834px) {
  #contents_wrap #contents #main #col_main section .cont_04_wrap .cont_04_inner .cont_04 {
    padding: 40px 25px;
    width: 60%;
  }
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .cont_04_wrap .cont_04_inner .cont_04 {
    width: 100%;
    padding: 40px 15px;
  }
}

#contents_wrap #contents #main #col_main section .cont_04_wrap .cont_04_inner .cont_04 .title_02 {
  margin-top: 0 !important;
}

#contents_wrap #contents #main #col_main section .cont_04_wrap .cont_04_inner .cont_04 .title_02 span {
  display: block;
  width: 80px;
  border-bottom: 5px solid #fff;
  margin: 30px 0 0 0;
}

@media screen and (max-width: 834px) {
  #contents_wrap #contents #main #col_main section .cont_04_wrap .cont_04_inner .cont_04 .title_02 span {
    margin: 20px 0 0 0;
  }
}

#contents_wrap #contents #main #col_main section .cont_04_wrap .cont_04_inner .cont_04 .title_02 span::after {
  content: none;
}

#contents_wrap #contents #main #col_main section .cont_04_wrap .cont_04_inner .cont_04 .title_02 div {
  margin-top: 30px;
}

@media screen and (max-width: 834px) {
  #contents_wrap #contents #main #col_main section .cont_04_wrap .cont_04_inner .cont_04 .title_02 div {
    margin-top: 20px;
  }
}

#contents_wrap #contents #main #col_main section .cont_04_wrap .cont_04_inner .cont_04 .btn {
  margin: 30px 0 0 0;
}

@media screen and (max-width: 834px) {
  #contents_wrap #contents #main #col_main section .cont_04_wrap .cont_04_inner .cont_04 .btn {
    margin: 20px 0 0 0;
  }
}

#contents_wrap #contents #main #col_main section .cont_05 {
  margin-left: -2%;
  margin-bottom: -2%;
}

@media screen and (max-width: 834px) {
  #contents_wrap #contents #main #col_main section .cont_05 {
    margin-top: 20px;
    margin-left: -3%;
    margin-bottom: -3%;
  }
}

#contents_wrap #contents #main #col_main section .cont_05 .box {
  background: url("../images/home/pt_01.png") repeat;
  width: 18%;
  margin-left: 2%;
  margin-bottom: 2%;
  border: 10px solid transparent;
}

@media screen and (max-width: 834px) {
  #contents_wrap #contents #main #col_main section .cont_05 .box {
    width: 30%;
    margin-left: 3%;
    margin-bottom: 3%;
  }
}

#contents_wrap #contents #main #col_main section .cont_05 .box img {
  width: 100%;
}

#contents_wrap #contents #main #col_main section .cont_06 {
  margin-bottom: -2%;
}

@media screen and (max-width: 834px) {
  #contents_wrap #contents #main #col_main section .cont_06 {
    margin-top: 50px;
  }
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .cont_06 {
    margin-bottom: -20px;
  }
}

#contents_wrap #contents #main #col_main section .cont_06 .box {
  position: relative;
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .cont_06 .box {
    margin-bottom: 20px;
  }
}

#contents_wrap #contents #main #col_main section .cont_06 .box h3 {
  position: absolute;
  font-size: 3.5rem;
  font-weight: 700;
  color: #fff;
  pointer-events: none;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}

@media screen and (max-width: 834px) {
  #contents_wrap #contents #main #col_main section .cont_06 .box h3 {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 834px) {
  #contents_wrap #contents #main #col_main section .cont_06 .box h3 {
    font-size: 1.8rem;
  }
}

#contents_wrap #contents #main #col_main section .cont_06 .box div {
  display: none;
}

#contents_wrap #contents #main #col_main section .cont_07 {
  max-height: 400px;
  overflow-y: scroll;
}

#contents_wrap #contents #main #col_main section .cont_07 .blog_list {
  border: none;
}

#contents_wrap #contents #main #col_main section .cont_07 .blog_list > div {
  border-bottom: 1px dashed #222;
}

#contents_wrap #contents #main #col_main section .cont_07 .blog_photo {
  display: none;
}

#contents_wrap #contents #main #col_main section .cont_07 .blog_text {
  width: 100%;
  padding: 20px 0;
}

#contents_wrap #contents #main #col_main section .cont_07 .blog_text .blog_date {
  color: #222;
  font-size: 16px;
}

#contents_wrap #contents #main #col_main section .cont_07 .blog_text h3 {
  color: #222;
  font-size: 16px;
}

#contents_wrap #contents #main #col_main section .cont_07 .blog_text h3 a:link {
  color: #222;
}

#contents_wrap #contents #main #col_main section .cont_07 .blog_text h3 a:visited {
  color: #222;
}

#contents_wrap #contents #main #col_main section .cont_07 .blog_text div.detail {
  display: none;
}

#contents_wrap #contents #main #col_main section .cont_07 dl {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-bottom: 1px dashed #222;
  padding: 20px 0;
}

#contents_wrap #contents #main #col_main section .cont_07 dl dt {
  border: none;
  background-color: transparent;
  padding: 0;
  width: 100%;
}

#contents_wrap #contents #main #col_main section .cont_07 dl dd {
  border: none;
  background-color: transparent;
  padding: 0;
  width: 100%;
}

.flex1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex1._top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex1._center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex1:before {
  width: calc(100% / 1 - 1%);
  content: "";
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.flex1:before {
  width: calc(100% / 1 - 1%);
  content: "";
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.flex1:after {
  width: calc(100% / 1 - 1%);
  content: "";
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.flex1 .box {
  width: calc(100% / 1 - 1%);
  margin-bottom: 2%;
}

@media screen and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._tabwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}

@media screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._spwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}

.flex1 .box img {
  width: 100% !important;
}

.flex2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex2._top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex2._center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex2:before {
  width: calc(100% / 2 - 1%);
  content: "";
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.flex2:before {
  width: calc(100% / 2 - 1%);
  content: "";
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.flex2:after {
  width: calc(100% / 2 - 1%);
  content: "";
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.flex2 .box {
  width: calc(100% / 2 - 1%);
  margin-bottom: 2%;
}

@media screen and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._tabwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}

@media screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._spwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}

.flex2 .box img {
  width: 100% !important;
}

.flex3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex3._top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex3._center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex3:before {
  width: calc(100% / 3 - 1%);
  content: "";
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.flex3:before {
  width: calc(100% / 3 - 1%);
  content: "";
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.flex3:after {
  width: calc(100% / 3 - 1%);
  content: "";
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.flex3 .box {
  width: calc(100% / 3 - 1%);
  margin-bottom: 2%;
}

@media screen and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._tabwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}

@media screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._spwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}

.flex3 .box img {
  width: 100% !important;
}

.flex4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex4._top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex4._center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex4:before {
  width: calc(100% / 4 - 1%);
  content: "";
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.flex4:before {
  width: calc(100% / 4 - 1%);
  content: "";
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.flex4:after {
  width: calc(100% / 4 - 1%);
  content: "";
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.flex4 .box {
  width: calc(100% / 4 - 1%);
  margin-bottom: 2%;
}

@media screen and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._tabwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}

@media screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._spwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}

.flex4 .box img {
  width: 100% !important;
}

.square._100 .square-inner:before {
  padding-top: 100%;
}

.square._75 .square-inner:before {
  padding-top: 75%;
}

.square._66 .square-inner:before {
  padding-top: 66%;
}

.square td .square-inner {
  display: block;
  position: relative;
}

.square td .square-inner:before {
  position: relative;
  z-index: 1;
  content: "";
  display: block;
  width: 100% !important;
}

.square td .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;
}

.square > .square-inner {
  display: block;
  position: relative;
}

.square > .square-inner .itext {
  float: none !important;
  margin-right: 0 !important;
}

.square > .square-inner .itext img {
  float: none !important;
  margin-right: 0 !important;
}

.square > .square-inner:before {
  position: relative;
  z-index: 1;
  content: "";
  display: block;
  width: 100% !important;
}

.square > .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;
}

.square > .box .itext {
  float: none !important;
  margin-right: 0 !important;
}

.square > .box .itext img {
  float: none !important;
  margin-right: 0 !important;
}

.square > .box .square-inner {
  display: block;
  position: relative;
}

.square > .box .square-inner:before {
  position: relative;
  z-index: 1;
  content: "";
  display: block;
  width: 100% !important;
}

.square > .box .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;
}

.bg100 {
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  padding: 0;
}

@media only screen and (max-width: 1200px) {
  .bg100 {
    padding: 0px 10px;
  }
}

@media screen and (max-width: 834px) {
  .bg100 {
    padding: 0px 30px;
  }
}

.bg100 .bgwrap {
  max-width: 1200px;
  margin: 0 auto;
}

.flex2cl_01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  position: relative;
}

@media screen and (max-width: 834px) {
  .flex2cl_01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.flex2cl_01 .flxL {
  width: 68%;
}

@media screen and (max-width: 834px) {
  .flex2cl_01 .flxL {
    width: 100%;
  }
}

.flex2cl_01 .flxR {
  width: 30%;
}

@media screen and (max-width: 834px) {
  .flex2cl_01 .flxR {
    width: 100%;
    margin-bottom: 30px;
  }
}

.flex2cl_01 .flxR .img {
  width: 100%;
}

.flex2cl_01 .flxR .img img {
  width: 100% !important;
}

.flex2cl_02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  position: relative;
}

@media screen and (max-width: 834px) {
  .flex2cl_02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.flex2cl_02._rr {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.flex2cl_02 .flxL {
  width: 45%;
}

@media screen and (max-width: 834px) {
  .flex2cl_02 .flxL {
    width: 100%;
  }
}

.flex2cl_02 .flxR {
  width: 50%;
}

@media screen and (max-width: 834px) {
  .flex2cl_02 .flxR {
    width: 100%;
    margin-bottom: 30px;
  }
}

.flex2cl_02 .flxR .img {
  width: 100%;
}

.flex2cl_02 .flxR .img img {
  width: 100% !important;
}

.flex2cl_03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  position: relative;
}

@media screen and (max-width: 834px) {
  .flex2cl_03 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.flex2cl_03._rr {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.flex2cl_03 .flxL {
  width: 49%;
}

@media screen and (max-width: 834px) {
  .flex2cl_03 .flxL {
    width: 100%;
  }
}

.flex2cl_03 .flxR {
  width: 49%;
}

@media screen and (max-width: 834px) {
  .flex2cl_03 .flxR {
    width: 100%;
    margin-bottom: 30px;
  }
}

.flex2cl_03 .flxR .img {
  width: 100%;
}

.flex2cl_03 .flxR .img img {
  width: 100% !important;
}

.flex5cl {
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: -1.63934%;
}

@media only screen and (max-width: 1200px) {
  .flex5cl {
    margin-left: -2.4390%;
  }
}

@media screen and (max-width: 640px) {
  .flex5cl {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 0;
  }
}

.flex5cl .box {
  position: relative;
  width: 18.36066%;
  margin-left: 1.63934%;
  margin-bottom: 30px;
}

@media only screen and (max-width: 1200px) {
  .flex5cl .box {
    width: 47.5609%;
    margin-left: 2.4390%;
    display: block;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 640px) {
  .flex5cl .box {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}

.flex5cl .box img {
  width: 100% !important;
}

.flex5cl .box tr:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}

.flex5cl .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

.title_01 h1 {
  font-size: 3.5rem;
  font-weight: 700;
  text-align: center !important;
}

@media screen and (max-width: 834px) {
  .title_01 h1 {
    font-size: 3rem;
  }
}

.title_01 div {
  margin-top: 30px;
}

.title_01_k span {
  display: block;
  width: 80px;
  border-bottom: 5px solid #f7c8dc;
  position: relative;
  text-align: center;
  line-height: 1;
  margin: 10px auto 0 auto;
}

@media screen and (max-width: 834px) {
  .title_01_k span {
    margin: 20px auto 0 auto;
  }
}

.title_01_k span::after {
  content: "";
  display: block;
  border-bottom: 5px solid #008020;
  width: 40px;
  position: absolute;
}

.title_03 h2 {
  font-size: 2.5rem;
  font-weight: 700;
  border-left: 5px solid #f7c8dc;
  padding: 0 20px;
}

.title_03 h3 {
  font-size: 2rem;
  font-weight: 700;
  background-color: rgba(0, 128, 32, 0.2);
  padding: 10px 20px;
  border-radius: 20px;
}

.title_03 h3::before {
  content: "●";
  color: #008020;
  margin-right: 5px;
}

.title_03 div {
  margin-top: 10px;
}

@media only screen and (max-width: 1000px) {
  #contents_wrap #contents #main #col_main section {
    padding: 0 10px;
  }
}

@media screen and (max-width: 834px) {
  #contents_wrap #contents #main #col_main section {
    padding: 0 20px;
  }
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .information_01 dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#contents_wrap #contents #main #col_main section .information_01 dl dt {
  background-color: rgba(247, 200, 220, 0.4);
  padding: 20px;
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .information_01 dl dt {
    width: 100%;
    border-right: 1px solid #ccc;
    padding: 10px;
  }
}

#contents_wrap #contents #main #col_main section .information_01 dl dd {
  padding: 20px;
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .information_01 dl dd {
    width: 100%;
    padding: 10px;
  }
}

#contents_wrap #contents #main #col_main section .g-map {
  position: relative;
  padding-bottom: 56.25% !important;
  height: 0;
  overflow: hidden;
  width: 100%;
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .g-map {
    width: 100%;
    margin-top: 48px;
  }
}

#contents_wrap #contents #main #col_main section .g-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#contents_wrap #contents #main #col_main section .information-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -2%;
}

#contents_wrap #contents #main #col_main section .information-flex .image {
  margin-right: 2%;
}

#contents_wrap #contents #main #col_main section .information-flex .image img.imgL {
  margin: 0;
}

#contents_wrap #contents #main #col_main section .image img.imgL {
  margin: 0;
}

#contents_wrap #contents #main #col_main section .houmon-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 834px) {
  #contents_wrap #contents #main #col_main section .houmon-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#contents_wrap #contents #main #col_main section .houmon-flex .txt {
  width: 70%;
  margin-right: 10px;
}

@media screen and (max-width: 834px) {
  #contents_wrap #contents #main #col_main section .houmon-flex .txt {
    width: 100%;
    margin-right: 0;
  }
}

#contents_wrap #contents #main #col_main section .houmon-flex .image {
  width: 30%;
}

@media screen and (max-width: 834px) {
  #contents_wrap #contents #main #col_main section .houmon-flex .image {
    width: 100%;
  }
}

#contents_wrap #contents #main #col_main section .houmon-flex .image img {
  width: 100%;
}

#contents_wrap #contents #main #col_main section .houmon_01 {
  padding: 20px;
  border: 5px solid #f7c8dc;
  border-radius: 20px;
}

#contents_wrap #contents #main #col_main section .houmon_01 p.big {
  font-size: 1.8rem;
}

@media screen and (max-width: 834px) {
  #contents_wrap #contents #main #col_main section .price_01 {
    white-space: nowrap;
    overflow-x: scroll;
  }
}

#contents_wrap #contents #main #col_main section .price_01 .color-cell {
  background-color: rgba(247, 200, 220, 0.4);
  font-weight: 900;
  text-align: center;
}

#contents_wrap #contents #main #col_main section .price_01 .cell-1 {
  width: 20%;
}

#contents_wrap #contents #main #col_main section .price_01 .cell-3 {
  width: 12%;
}

#contents_wrap #contents #main #col_main section .price_01 .cell-4 {
  width: 20%;
}

#contents_wrap #contents #main #col_main section .hearing-aid_01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .hearing-aid_01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#contents_wrap #contents #main #col_main section .hearing-aid_01 .image {
  width: 30%;
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .hearing-aid_01 .image {
    width: 100%;
  }
}

#contents_wrap #contents #main #col_main section .hearing-aid_01 .image img.imgL {
  margin: 0 auto;
}

#contents_wrap #contents #main #col_main section .hearing-aid_01 .hearing-aid_02 {
  width: 70%;
  padding-left: 10px;
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .hearing-aid_01 .hearing-aid_02 {
    padding-left: 0;
    padding-top: 10px;
    width: 100%;
  }
}

#contents_wrap #contents #main #col_main section .hearing-aid_01 .hearing-aid_02 h3 {
  font-size: 2rem;
  font-weight: 700;
}

#contents_wrap #contents #main #col_main section .hearing-aid_01 .hearing-aid_02 div {
  margin-top: 10px;
}

#contents_wrap #contents #main #col_main section p.hearing-aid_03 {
  display: inline;
  margin-bottom: 5px;
  font-weight: 700;
}

#contents_wrap #contents #main #col_main section p.products_01 {
  display: inline;
  font-size: 2rem;
  margin-bottom: 5px;
  font-weight: 700;
  color: #008020;
}

#contents_wrap #contents #main #col_main section .products_02 .box article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .products_02 .box article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 20px;
  }
}

#contents_wrap #contents #main #col_main section .products_02 .box article img {
  width: 30% !important;
  height: 30% !important;
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .products_02 .box article img {
    width: 100% !important;
    height: 100% !important;
  }
}

#contents_wrap #contents #main #col_main section .products_02 .box article div {
  margin-left: 10px;
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .products_02 .box article div {
    margin-left: 0;
    margin-top: 10px;
  }
}

#contents_wrap #contents #main #col_main section .products_02 .box article div h3 {
  margin-bottom: 5px;
  font-weight: 700;
}

#contents_wrap #contents #main #col_main section .products-logo {
  max-width: 220px;
}

#contents_wrap #contents #main #col_main section .products-link {
  text-align: center;
}

#contents_wrap #contents #main #col_main section .products-link .box {
  background-color: rgba(247, 200, 220, 0.4);
  font-size: 1.3rem;
}

#contents_wrap #contents #main #col_main section .products-link .box div a {
  display: block;
  color: #222;
  padding: 20px 0;
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .products-link .box div a {
    padding: 10px 0;
  }
}

#contents_wrap #contents #main #col_main section .products-link .box div a:hover {
  opacity: 1;
  background-color: #f7c8dc;
}

#contents_wrap #contents #main #col_main section .products-link .box div a p {
  display: inline;
}

#contents_wrap #contents #main #col_main section .products-link .box div a p::after {
  content: "≫";
  margin-left: 10px;
}

#contents_wrap #contents #main #col_main section .anc {
  margin-top: -150px;
  padding-top: 150px;
}

@media screen and (max-width: 834px) {
  #contents_wrap #contents #main #col_main section .anc {
    margin-top: -55px;
    padding-top: 55px;
  }
}

#contents_wrap #contents #main #col_main section .flow-individual_01 {
  border: 5px solid #f7c8dc;
  padding: 20px;
  border-radius: 20px;
}

#contents_wrap #contents #main #col_main section .flow-individual_01 h2 {
  font-size: 2.5rem;
  font-weight: 700;
}

#contents_wrap #contents #main #col_main section .flow-individual_01 div {
  margin-top: 10px;
}

@media screen and (max-width: 834px) {
  #contents_wrap #contents #main #col_main section .flow-welfare_01 {
    white-space: nowrap;
    overflow-x: scroll;
  }
}

#contents_wrap #contents #main #col_main section .flow-welfare_01 td {
  text-align: center;
}

#contents_wrap #contents #main #col_main section .flow-welfare_01 td.color-cell {
  background-color: rgba(247, 200, 220, 0.4);
}

#contents_wrap #contents #main #col_main section .flow-welfare_01 td.color-cell div {
  font-weight: 700;
}

#contents_wrap #contents #main #col_main section .flow-welfare_01 td.text-cell {
  text-align: left;
}

#contents_wrap #contents #main #col_main section .flow-welfare_02 dl {
  border: 5px solid #f7c8dc;
  border-radius: 20px;
  font-size: 1.8rem;
  margin-bottom: 20px;
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .flow-welfare_02 dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#contents_wrap #contents #main #col_main section .flow-welfare_02 dl dt {
  border: none;
  background-color: #f7c8dc;
  color: #fff;
  padding: 20px;
  border-radius: 10px 0 0 10px/10px 0 0 10px;
  font-weight: 900;
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .flow-welfare_02 dl dt {
    width: 100%;
    padding: 10px 0 0 0;
    border-radius: 20px 20px 0 0/ 20px 20px 0 0;
    display: inline;
    text-align: center;
    background-color: #fff;
    color: #f7c8dc;
    font-size: 2.5rem;
  }
}

#contents_wrap #contents #main #col_main section .flow-welfare_02 dl dd {
  border: none;
  padding: 20px;
  border-radius: 0 20px 20px 0/ 0 20px 20px 0;
  font-weight: 700;
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .flow-welfare_02 dl dd {
    width: 100%;
    padding: 10px 20px 20px 20px;
    border-radius: 0 0 20px 20px/ 0 0 20px 20px;
  }
}

#contents_wrap #contents #main #col_main section .flow-welfare_02 dl dd span {
  margin-top: 10px;
  font-size: 1.6rem;
  font-weight: 500;
}

#contents_wrap #contents #main #col_main section .flow-welfare_02 div {
  font-weight: 700;
}

@media screen and (max-width: 834px) {
  #contents_wrap #contents #main #col_main section .flow-welfare_03 {
    white-space: nowrap;
    overflow-x: scroll;
  }
}

#contents_wrap #contents #main #col_main section .flow-welfare_03 td.color-cell {
  background-color: rgba(247, 200, 220, 0.4);
  font-weight: 900;
  text-align: center;
  width: 20%;
}

#contents_wrap #contents #main #col_main section .flow-welfare_03 td.price-cell {
  text-align: center;
  color: #008020;
  width: 20%;
}

#contents_wrap #contents #main #col_main section .flow-welfare-num {
  font-size: 2.5rem;
}

#contents_wrap #contents #main #col_main section .faq_01 {
  border-bottom: 2px dashed #f7c8dc;
  padding: 30px 0;
}

#contents_wrap #contents #main #col_main section .faq_01 .question {
  font-size: 1.8rem;
  color: #008020;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 30px;
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .faq_01 .question {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

#contents_wrap #contents #main #col_main section .faq_01 .question::before {
  content: "Q";
  display: block;
  font-size: 2.5rem;
  margin-right: 10px;
}

#contents_wrap #contents #main #col_main section .faq_01 .answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

#contents_wrap #contents #main #col_main section .faq_01 .answer::before {
  content: "A";
  display: block;
  font-size: 2.5rem;
  margin-right: 10px;
}

#contents_wrap #contents #main #col_main section .contact_01 dt {
  background-color: rgba(247, 200, 220, 0.4);
}

#contents_wrap #contents #main #col_main section .contact_02 a {
  color: #008020;
}

#contents_wrap #contents #main #col_main section div.sns_list {
  border: none;
  margin-bottom: -2.6%;
}

#contents_wrap #contents #main #col_main section div.sns_list > div {
  width: 23%;
  margin-left: 2.6%;
  margin-bottom: 2.6%;
}

#contents_wrap #contents #main #col_main section div.sns_list > div:nth-child(4n) {
  margin-left: 0;
}

#contents_wrap #contents #main #col_main section div.sns_list div.sns_text {
  display: none;
}

#contents_wrap #contents #main #col_main section div.sns_list div.sns_photo {
  padding: 0;
  width: 100%;
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section div.sns_list {
    border: none;
    margin-bottom: -4%;
  }
  #contents_wrap #contents #main #col_main section div.sns_list > div {
    width: 48%;
    margin-left: 4%;
    margin-bottom: 4%;
  }
  #contents_wrap #contents #main #col_main section div.sns_list > div:nth-child(4n) {
    margin-left: 0;
  }
  #contents_wrap #contents #main #col_main section div.sns_list > div:nth-child(2n) {
    margin-left: 0;
  }
  #contents_wrap #contents #main #col_main section div.sns_list div.sns_text {
    display: none;
  }
  #contents_wrap #contents #main #col_main section div.sns_list div.sns_photo {
    padding: 0;
    width: 100%;
  }
}

.pan1 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 1.3rem;
}

.pan1 ul li a {
  color: #222;
}

body {
  overflow-y: scroll;
}

section.blog {
  background-color: #fff;
}

section.blog aside h3 {
  color: #222;
}

section.blog #contents article div.date {
  color: #222;
}

section.blog #contents article h2 {
  color: #222;
}

section.blog a {
  color: #222;
}

br.br-bp1200 {
  display: none;
}

@media only screen and (max-width: 1200px) {
  br.br-bp1200 {
    display: block;
  }
}

br.br-bp1000 {
  display: none;
}

@media only screen and (max-width: 1000px) {
  br.br-bp1000 {
    display: block;
  }
}

br.br-sp {
  display: none;
}

@media screen and (max-width: 640px) {
  br.br-sp {
    display: block;
  }
}

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

div.item_view ul li a {
  color: #fff;
  padding: 5px 10px;
  line-height: 1.7em;
}

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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            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: -webkit-box;
  display: -ms-flexbox;
  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;
}

.shopwrap .search {
  margin-top: 0;
}

.shopwrap .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: -2.91262%;
  margin-top: 50px;
  margin-bottom: 50px;
}

@media screen and (max-width: 834px) {
  .shopwrap .items {
    margin-left: -2.1097%;
  }
}

@media screen and (max-width: 640px) {
  .shopwrap .items {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 0;
  }
}

.shopwrap .items article {
  position: relative;
  width: 21.35922%;
  margin-left: 2.91262%;
  margin-bottom: 30px;
}

@media screen and (max-width: 834px) {
  .shopwrap .items article {
    width: 31.2236%;
    margin-left: 2.1097%;
    display: block;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 640px) {
  .shopwrap .items article {
    width: 48%;
    margin-left: 0;
  }
}

.shopwrap .items article .photo {
  display: block;
  width: 100%;
  height: auto;
}

.shopwrap .items article img {
  display: block !important;
  width: 100% !important;
}

.shopwrap .items article .price {
  width: 100%;
  text-align: center;
}
/*# sourceMappingURL=common_style.css.map */