@charset "UTF-8";
a.itext {
  width: auto !important;
  height: auto !important;
}

.annot {
  display: none !important;
}

::-moz-selection {
  background-color: #ff0000;
  color: #fff;
}

::selection {
  background-color: #ff0000;
  color: #fff;
}

@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;
  }
}

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

li {
  list-style: none;
}

html {
  font-size: 65.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.9em;
  letter-spacing: 0.05em;
  font-weight: 300 !important;
  color: #fff;
  word-wrap: break-word;
  overflow: hidden !important;
  font-size: 1.6rem;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #222222;
}

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

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

.inner2 {
  margin: 0 auto;
  max-width: 1000px;
}

#contents_wrap {
  width: 100%;
  min-width: 100%;
  background-color: #222222;
}

#contents {
  width: 100%;
  max-width: 1200px;
  padding: 0 20px;
  background-color: #222222;
}

@media only screen and (max-width: 1200px) {
  #contents {
    padding-left: 36px;
    padding-right: 36px;
  }
}

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

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

#main {
  width: 100%;
}

#main #col_main {
  width: 100%;
}

#side {
  width: 18.75000%;
}

a:link {
  color: #333;
}

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

.tdpd10 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: 0.5s;
  transition: 0.5s;
}

@media screen and (max-width: 834px) {
  .imgR, .imgL {
    max-width: 100% !important;
  }
}

@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: "Noto Serif JP", "游明朝体", "Yu Mincho", "ヒラギノ明朝 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;
}

/* section div.form_wrap dl dt {
  @media screen and (max-width: $sp-width){
  width:50%!important;

  }
} */
header#global_header {
  max-width: 100%;
  width: 100%;
  min-width: 100%;
  height: auto;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #222222;
}

@media screen and (max-width: 834px) {
  header#global_header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

header#global_header button {
  display: none !important;
}

@media screen and (max-width: 834px) {
  header#global_header button {
    display: block !important;
  }
}

@media screen and (max-width: 834px) {
  .h_logo {
    width: 20%;
  }
}

@media screen and (max-width: 640px) {
  .h_logo {
    padding-top: 20px;
    width: 50%;
  }
}

.nav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  /*スマホ表示折り返し用なのでPCのみなら不要*/
  list-style: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  top: 10%;
}

@media screen and (max-width: 834px) {
  .nav-list {
    display: none !important;
  }
}

.nav-list li a {
  display: block;
  text-decoration: none;
  color: #fff;
}

.tel01 {
  font-size: 2em;
}

.mail {
  background-color: #000;
  border: 1px solid #fff;
  text-align: center;
  padding-top: 0px !important;
  margin-top: 20px;
  width: 80%;
}

.mail a {
  text-align: center !important;
  padding: 2.5% !important;
}

.nav {
  width: auto;
  z-index: 10;
  width: 80%;
}

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

.nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.nav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  padding: 0.5% 0;
}

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

.nav-list li {
  position: relative;
  padding-top: 30px;
}

@media only screen and (max-width: 1200px) {
  .nav-list li {
    padding-top: 0px;
  }
}

.nav-list li a {
  display: inline-block;
  width: 100%;
  color: #fff;
  text-align: left;
}

.nav-list li a:hover {
  color: #222222 !important;
}

.nav-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.nav-item a, .nav-item > span {
  color: #fff;
  line-height: 1.4;
  padding: 0px 15px;
  text-align: center;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 10;
  position: relative;
}

@media only screen and (max-width: 1400px) {
  .nav-item a, .nav-item > span {
    font-size: 1.3rem;
  }
}

@media only screen and (max-width: 1200px) {
  .nav-item a, .nav-item > span {
    font-size: 1.2rem;
    padding: 15px 8px !important;
  }
}

@media screen and (max-width: 834px) {
  .nav-item a, .nav-item > span {
    font-size: 1.5rem;
  }
}

.nav-item a span, .nav-item > span span {
  display: block;
}

.nav-item a span:hover, .nav-item > span span:hover {
  color: #222222 !important;
}

.nav-item a:hover, .nav-item > span:hover {
  color: #fff !important;
}

.nav-item .ddmenu {
  position: absolute;
  padding: 0;
  width: 180px;
  top: 35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 99;
  background-color: #222222;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.nav-item .ddmenu a {
  padding: 10px 5px;
  font-size: 0.8em;
  color: #fff !important;
}

.nav-item .ddmenu a:hover {
  background-color: #333;
  color: #fff !important;
}

.nav-item .ddmenu li {
  border-bottom: 1px solid #eee;
}

.nav-item .ddmenu li:last-child {
  border-bottom: none;
}

#header {
  top: 0;
  right: 0;
  left: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
  z-index: 10 !important;
  width: 30%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

@media screen and (max-width: 834px) {
  #header {
    border-top: none;
    -webkit-transition: all .0s;
    transition: all .0s;
    background-color: #222222 !important;
    z-index: 999;
    height: auto;
    padding: 1%;
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  #header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
}

#header .inner {
  width: 100%;
}

.scrolldown4 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 999;
}

@media screen and (max-width: 834px) {
  .scrolldown4 {
    width: 15%;
  }
}

#mainArea {
  position: relative;
  width: 70%;
  margin-top: -200px;
}

@media screen and (max-width: 834px) {
  #mainArea {
    width: 90%;
    margin-top: 50px;
  }
}

#mainArea img {
  width: 100%;
}

@media only screen and (min-width: 1000px) {
  .pcnone {
    display: none !important;
  }
}

/*-----------------------------------------------------------------------------------------*/
.bg {
  position: absolute;
  z-index: 2;
  right: 0;
}

@media screen and (max-width: 640px) {
  .bg {
    top: 15%;
    width: 120%;
  }
}

.subnav {
  width: 100%;
}

.subnav #header {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100% !important;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 2%;
}

.subnav #header .h_logo {
  width: 10%;
}

@media screen and (max-width: 640px) {
  .subnav #header .h_logo {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
}

.subnav #header .tel01 {
  font-size: 1.3em;
}

.subnav #header .mail {
  background-color: #000;
  border: 1px solid #fff;
  text-align: center;
  padding-top: 0px !important;
  margin-top: 20px;
  width: auto !important;
}

.subnav #header .mail a {
  text-align: center !important;
  padding: 0 15px !important;
}

@media only screen and (max-width: 1700px) {
  .subnav .nav {
    width: 100%;
  }
}

.subnav .nav .nav-list {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}

.subnav .nav .nav-list li {
  margin-left: 0%;
}

#main_btn {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 9;
}

@media screen and (min-width: 834px) {
  #main_btn {
    display: none;
  }
}

#main_btn a:first-child {
  position: fixed;
  z-index: 9;
  bottom: 399px;
  right: 0px;
  background-color: #222222;
  padding: 30px 10px;
  color: #fff !important;
  border-radius: 50px;
  border: 2px solid #fff;
}

@media screen and (max-width: 834px) {
  #main_btn a:first-child {
    bottom: 0;
    width: 50%;
    padding: 10px;
    left: 0;
    z-index: 999;
    border-radius: 0px;
  }
}

#main_btn a:nth-child(2) {
  position: fixed;
  z-index: 9;
  bottom: 162px;
  right: 0px;
  background-color: #ff0000;
  padding: 40px 10px;
  color: #333 !important;
  border-radius: 50px;
  opacity: 10 !important;
  border: 2px solid #fff;
}

@media screen and (max-width: 834px) {
  #main_btn a:nth-child(2) {
    bottom: 0;
    width: 50%;
    padding: 10px;
    z-index: 999;
    border-radius: 0px;
  }
}

#main_btn a:nth-child(2):hover {
  background-color: #fff;
  color: #222222 !important;
  border: 2px solid #222222;
}

@media screen and (max-width: 834px) {
  #main_btn a:nth-child(2) i {
    padding-bottom: 0px;
    padding-right: 5px;
  }
}

#global_footer {
  position: relative;
  bottom: 0 !important;
  background-repeat: repeat;
  background-color: #222 !important;
}

@media screen and (max-width: 640px) {
  #global_footer {
    padding: 0;
    margin-top: 0px !important;
  }
}

.acc {
  background-color: #FDF9C2;
  padding: 3% 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.acc .info01, .acc .info02 {
  text-align: left;
}

#footer {
  padding: 3% 0 0 0;
  bottom: 0 !important;
  background-repeat: repeat-x;
}

@media screen and (max-width: 640px) {
  #footer {
    padding: 10px 0 0 0;
    margin-top: 50px;
  }
}

#footer .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 2%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

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

#footer .footer_container {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  text-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #333;
}

@media screen and (max-width: 834px) {
  #footer .footer_container {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.infobox {
  padding: 2%;
  border-top: 1px solid #fff;
}

.infobox .title {
  font-size: 1.5em;
  padding-bottom: 20px;
}

.infobox .subtitle {
  font-size: 1.3em;
}

.col_001 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 0 50px 0;
}

@media screen and (max-width: 834px) {
  .col_001 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 30px 0 30px 0;
  }
}

.col_001 a {
  color: #fff !important;
}

.col_001 a:hover {
  color: #222222 !important;
}

.col_001 i {
  padding-right: 5px;
}

.col_001 .nav_footer {
  color: #fff !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
      -ms-flex-flow: wrap;
          flex-flow: wrap;
  margin: 0 auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2%;
}

@media screen and (max-width: 640px) {
  .col_001 .nav_footer {
    margin-top: 30px;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.col_001 .nav_footer li {
  padding: 0px;
  color: #333;
  font-size: 0.8em;
  padding: 0 0 0 10px;
  position: relative;
  padding-top: 30px;
}

@media only screen and (max-width: 1085px) {
  .col_001 .nav_footer li {
    padding: 0;
    font-size: 0.8em;
  }
}

@media screen and (max-width: 640px) {
  .col_001 .nav_footer li {
    text-align: center;
  }
}

.col_001 .nav_footer li a {
  font-weight: 600;
}

@media screen and (max-width: 640px) {
  .col_001 .nav_footer li a {
    font-size: 1.3em !important;
    padding: 5px 10px !important;
  }
}

.col_001 .nav_footer li a:hover {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media screen and (max-width: 834px) {
  .f_logo {
    width: 80%;
    border-right: none;
    margin: 0 auto;
  }
}

#copy {
  color: #fff;
  z-index: 3;
}

#copy a {
  color: #fff !important;
}

#global_footer {
  bottom: 0px !important;
  min-width: 0px !important;
}

.googlemapbox {
  margin-bottom: -10px;
}

/*-----------------------------------------------------------------------------------------*/
.side_info_wrap {
  position: fixed;
  z-index: 10000000;
  right: 0;
  bottom: 20%;
  left: 0;
  bottom: 0;
  top: auto;
  margin: 0 auto;
}

@media screen and (min-width: 834px) {
  .side_info_wrap {
    display: none;
  }
}

.side_info_wrap .side_info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.side_info_wrap .tel02 {
  background-image: -webkit-radial-gradient(100% 0%, circle, lightgray 15%, #8a8a8a);
  background-image: radial-gradient(circle at 100% 0%, lightgray 15%, #8a8a8a);
  color: #fff !important;
  width: 100%;
  padding: 2.4%;
}

.side_info_wrap .tel02 a {
  color: #fff !important;
}

.side_info_wrap .line {
  width: 100%;
}

.side_info_wrap .line a {
  color: #fff;
  line-height: inherit;
  background-image: -webkit-radial-gradient(100% 0%, circle, #35c3ff 15%, #106cc2);
  background-image: radial-gradient(circle at 100% 0%, #35c3ff 15%, #106cc2);
  padding: 5%;
  width: 100%;
  display: inline-block;
}

.fadein {
  opacity: 0.5;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all 1s;
  transition: all 1s;
}

@media screen and (max-width: 834px) {
  .fadein {
    opacity: 1 !important;
  }
}

@media screen and (max-width: 640px) {
  .fadein {
    opacity: 1 !important;
  }
}

.scroll-fade {
  opacity: 0;
  -webkit-transition: all 2s;
  transition: all 2s;
}

@media screen and (max-width: 834px) {
  .scroll-fade {
    opacity: 10;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
  }
}

.scroll-up {
  opacity: 0;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}

@media screen and (max-width: 834px) {
  .scroll-up {
    opacity: 10;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
  }
}

.scroll-up.done, .scroll-fade.done {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.load-fade {
  opacity: 0;
  -webkit-transition: all 2s;
  transition: all 2s;
}

.load-up {
  opacity: 0;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition: all 2s;
  transition: all 2s;
}

.load-up.done, .load-fade.done {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.fadeUp {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.h1title_01 {
  margin-top: 100px;
}

.h1title_01 h1 {
  font-size: 4.0em;
  line-height: 1em;
  border-right: 2px solid #1b4d83;
  padding-right: 70px;
}

@media screen and (max-width: 834px) {
  .h1title_01 h1 {
    padding-right: 0px;
    border-right: none;
    border-bottom: 2px solid #1b4d83;
    font-size: 3em;
  }
}

.h1title_01 h1 span {
  font-size: 0.3em;
  display: block;
}

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

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

.h1title_01 article div {
  width: 60%;
  padding-left: 20px;
}

@media screen and (max-width: 834px) {
  .h1title_01 article div {
    width: 100%;
    padding-left: 0px;
    padding-top: 20px;
  }
}

.h2title_01 article h2 {
  margin-top: 100px;
  font-size: 3em;
  padding: 2% 0;
  display: block;
  color: #333;
}

@media screen and (max-width: 834px) {
  .h2title_01 article h2 {
    font-size: 2.5em;
    line-height: 1.5em;
    margin-top: 150px;
  }
}

.h2title_01 article h2:before, .h2title_01 article h2 after {
  content: "";
  height: 1px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: #666;
}

.h2title_01 article > div {
  color: #333;
}

.h2title_02 h2 {
  display: block;
  font-size: 2em;
  margin-bottom: 40px;
}

.h2title_02 h2 span {
  display: block;
  font-size: 0.6em;
}

@media screen and (max-width: 834px) {
  .h2title_02 h2 {
    font-size: 2.0em;
    line-height: 1.5em;
  }
}

.cont_1 {
  padding: 3% 2%;
  margin-top: 50px;
}

@media screen and (max-width: 834px) {
  .cont_1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0px;
  }
}

.banner {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 640px) {
  .banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.banner .box {
  width: 48%;
  position: relative;
  text-align: center;
  margin: 0 10px;
  display: inline-block;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

@media screen and (max-width: 834px) {
  .banner .box {
    width: 46%;
  }
}

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

.banner .box > div h3 {
  display: block !important;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 40%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 1.5em;
}

.banner .box > div h3 span {
  display: block;
  border-top: 1px solid #ff0000;
  font-size: 0.6em;
}

@media screen and (max-width: 834px) {
  .banner .box > div h3 {
    right: 6%;
  }
}

@media screen and (max-width: 640px) {
  .banner .box > div h3 {
    right: 0;
    bottom: 40%;
  }
}

.banner .box > div a {
  color: #fff;
}

.banner02 {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 640px) {
  .banner02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.banner02 .box {
  width: 30%;
  position: relative;
  text-align: center;
  margin: 0 10px;
  display: inline-block;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

@media screen and (max-width: 834px) {
  .banner02 .box {
    width: 30%;
  }
}

@media screen and (max-width: 640px) {
  .banner02 .box {
    width: 80%;
    margin-bottom: 20px;
  }
}

.banner02 .box > div h3 {
  display: block !important;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 40%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 1.5em;
}

.banner02 .box > div h3 span {
  display: block;
  border-top: 1px solid #ff0000;
  font-size: 0.6em;
}

@media screen and (max-width: 640px) {
  .banner02 .box > div h3 {
    right: 0%;
    bottom: 40%;
  }
}

.banner02 .box > div a {
  color: #fff;
}

.btnbox {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 640px) {
  .btnbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.btnbox .box {
  width: 32%;
  text-align: center;
}

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

.btnbox .box a {
  border-radius: 20px;
  background: var(--unnamed, linear-gradient(45deg, #1FA26C 0%, #0068B7 100%));
  color: #fff;
  display: inline-block;
  width: 100%;
  padding: 8%;
  font-size: 1.3em;
}

@media screen and (max-width: 834px) {
  .btnbox .box a {
    font-size: 1.0em;
  }
}

@media screen and (max-width: 640px) {
  .btnbox .box a {
    font-size: 1.3em;
  }
}

.btnbox .box i {
  padding-left: 20px;
}

.contact {
  padding: 2%;
}

.cont_4 {
  background-color: #3333338c;
  padding: 2%;
  margin-top: 50px;
}

.cont_4 .h2title_02 {
  border-bottom: 1px solid #fff;
  padding: 2%;
}

.cont_4 .contactbox {
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.cont_4 .contactbox .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 45%;
  padding: 2%;
}

@media screen and (max-width: 640px) {
  .cont_4 .contactbox .box {
    width: 100%;
    margin-bottom: 20px;
    padding: 3%;
  }
}

.cont_4 .contactbox .box > div {
  text-align: center;
  font-size: 1.5em;
  width: 100%;
}

.cont_4 .contactbox .box a {
  color: #fff;
}

.cont_4 .contactbox .box .mail02 {
  background-color: #fff;
  color: #333;
  display: block;
  padding: 3%;
}

.cont_4 .contactbox .box .tel02 {
  font-size: 1.8em;
}

.slick-prev {
  left: -5% !important;
}

@media screen and (max-width: 640px) {
  .slick-prev {
    z-index: 999;
  }
}

.slick-next {
  right: -5% !important;
}

.js-slick2 {
  width: 100%;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 640px) {
  .js-slick2 {
    width: 100%;
    margin-top: 100px;
    z-index: 0;
  }
}

.js-slick2:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: -20%;
  border-radius: 10px;
  z-index: 0;
  margin-left: 10%;
}

.js-slick2 img {
  width: 100% !important;
}

@media screen and (max-width: 640px) {
  .js-slick2 img {
    width: 100% !important;
  }
}

.js-slick2 li {
  margin: 0 10px;
  background-color: #fff;
  padding: 0.3%;
  border-radius: 10px;
}

@media screen and (max-width: 640px) {
  .js-slick2 li {
    margin: 0 auto;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
}

.js-slick2 .js-slick2 .slick-dots {
  display: block !important;
}

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

.js-slick2 .slick-dots {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

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

.js-slick2 h3 {
  display: block !important;
  color: #fff;
  font-size: 1.3em;
  padding: 2% 0;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "游ゴシック", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.js-slick2 div {
  padding: 2% 0;
}

.js-slick2 a {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #fff;
  color: #fff;
  padding: 2%;
  display: inline-block;
  text-align: center;
}

.cont_2 {
  margin-top: 100px;
  padding: 5% 2%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 640px) {
  .cont_2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.cont_3 {
  padding: 5%;
}

@media screen and (max-width: 640px) {
  .cont_3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.btn001 a {
  background-color: #222222;
  margin: 0 auto;
  text-align: center;
  color: #fff !important;
  padding: 2% 8%;
  margin: 20px 0 5px 0;
  display: inline-block;
  border-radius: 50px;
}

@media screen and (max-width: 640px) {
  .btn001 a {
    width: 100%;
  }
}

.btn001 a:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  padding-left: 10px;
  font-size: 0.7em;
}

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

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

div.under ul li a:hover {
  border: 1px solid #9cf3d0;
  background: #ace0cb;
  color: #fff !important;
}

.pager {
  margin-bottom: 100px;
}

div.items > article {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 0px;
  margin-bottom: 27px;
  width: 31%;
}

@media only screen and (max-width: 1200px) {
  div.items > article {
    width: 28%;
  }
}

@media screen and (max-width: 834px) {
  div.items > article {
    width: 44%;
  }
}

@media screen and (max-width: 640px) {
  div.items > article {
    width: 40%;
  }
}

div.items > article a {
  margin: 0 auto;
}

@media screen and (max-width: 640px) {
  div.items > article a {
    width: 100%;
  }
}

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: #e87a5a;
}

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

.item01 div.items > article a.photo {
  display: block;
  width: 250px;
  max-width: 100%;
  height: 250px;
  background-size: cover;
  background-position: center center;
}

@media screen and (max-width: 834px) {
  .item01 div.items > article a.photo {
    width: 280px;
  }
}

@media screen and (max-width: 640px) {
  .item01 div.items > article a.photo {
    width: 180px;
    height: 180px;
  }
}

.item01 .items {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.item01 .items > article {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 0px;
  margin-bottom: 27px;
  width: 22% !important;
}

@media only screen and (max-width: 1100px) {
  .item01 .items > article {
    width: 30% !important;
  }
}

@media screen and (max-width: 834px) {
  .item01 .items > article {
    width: 43% !important;
  }
}

@media screen and (max-width: 640px) {
  .item01 .items > article {
    width: 45% !important;
  }
}

.item02 div.items > article a.photo {
  display: block;
  width: 250px;
  max-width: 100%;
  height: 250px;
  background-size: cover;
  background-position: center center;
}

@media screen and (max-width: 834px) {
  .item02 div.items > article a.photo {
    width: 250px;
  }
}

@media screen and (max-width: 640px) {
  .item02 div.items > article a.photo {
    width: 180px;
    height: 180px;
  }
}

.item02 .items {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.item02 .items > article {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 0px;
  margin-bottom: 27px;
  width: 22% !important;
}

@media only screen and (max-width: 1300px) {
  .item02 .items > article {
    width: 29% !important;
  }
}

@media only screen and (max-width: 950px) {
  .item02 .items > article {
    width: 35% !important;
  }
}

@media screen and (max-width: 834px) {
  .item02 .items > article {
    width: 43% !important;
  }
}

@media screen and (max-width: 640px) {
  .item02 .items > article {
    width: 45% !important;
  }
}

div.items > article a.photo {
  display: block;
  width: 350px;
  max-width: 100%;
  height: 400px;
  background-size: cover;
  background-position: center center;
}

@media screen and (max-width: 834px) {
  div.items > article a.photo {
    width: 200px;
    height: 200px;
  }
}

@media screen and (max-width: 640px) {
  div.items > article a.photo {
    width: 180px;
    height: 150px;
  }
}

div.items > article a.photo img {
  width: 100%;
}

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: -webkit-flex;
  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;
}

div.order ul li {
  margin: 5px 0 5px 20px;
}

@media screen and (max-width: 640px) {
  div.order ul li {
    margin: 5px 0 5px 8px;
  }
}

div.item_option dl, button.addcart {
  width: 100% !important;
}

@media screen and (max-width: 640px) {
  div.item_option dl, button.addcart {
    width: 100% !important;
  }
}

.addcart a {
  color: #333 !important;
}

.btn a {
  display: block;
  max-width: 300px;
  background: #222222;
  color: #fff;
  margin-top: 20px;
  padding: 15px 0;
  width: 100%;
  text-align: center;
  text-decoration: none;
}

@media screen and (max-width: 640px) {
  .btn a {
    margin-right: auto;
    margin-left: auto;
  }
}

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

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

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

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

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

.flex1:after {
  width: calc(100% / 1 - 1%);
  content: "";
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

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

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

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

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

.flex2:after {
  width: calc(100% / 2 - 1%);
  content: "";
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

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

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

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

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

.flex3:after {
  width: calc(100% / 3 - 1%);
  content: "";
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

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

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

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

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

.flex4:after {
  width: calc(100% / 4 - 1%);
  content: "";
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -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;
}

.flex2cl_01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

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

.flex2cl_01 .flxL {
  width: 57%;
}

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

.flex2cl_01 .flxR {
  width: 40%;
}

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

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

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

.flex2cl_02 {
  border: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: -4%;
  margin-bottom: 50px;
}

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

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

.flex2cl_02 .box {
  position: relative;
  width: 46%;
  margin-left: 4%;
  margin-bottom: 20px;
}

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

@media screen and (max-width: 834px) {
  .flex2cl_02 .box {
    width: 100%;
    margin-left: 0;
  }
}

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

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

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

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

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

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

.flex3cl .box {
  position: relative;
  width: 30.89431%;
  margin-left: 2.43902%;
  margin-bottom: 30px;
}

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

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

.flex3cl .box img {
  width: 100%;
}

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

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

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

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

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

.flex4cl .box {
  position: relative;
  width: 21.77419%;
  margin-left: 3.22581%;
  margin-bottom: 30px;
}

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

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

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

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

.blog a {
  color: #222222 !important;
}

/* ブログページ */
.blog .wrap {
  margin-top: 100px !important;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 834px) {
  .blog .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 95%;
  }
}

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

/********* Instagram *********/
.event_Instagram01 {
  border: none !important;
  margin-bottom: 50px;
  z-index: 10;
}

@media screen and (max-width: 640px) {
  .event_Instagram01 {
    margin-top: 50px;
  }
}

.event_Instagram01 .sns_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  border: none;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-flow: row wrap !important;
      -ms-flex-flow: row wrap !important;
          flex-flow: row wrap !important;
}

@media screen and (max-width: 640px) {
  .event_Instagram01 .sns_list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.event_Instagram01 .sns_text {
  width: 30%;
}

.event_Instagram01 .sns_date {
  color: #f0b435 !important;
}

.event_Instagram01 .sns_photo {
  width: 100% !important;
  padding: 0 !important;
}

.event_Instagram01 .sns_photo img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

@media screen and (max-width: 640px) {
  .event_Instagram01 .sns_photo img {
    width: 80% !important;
  }
}

.event_Instagram01 div.sns_list > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 0px dashed #ccc;
  width: 45.5%;
  margin-bottom: 5px;
}

@media screen and (max-width: 640px) {
  .event_Instagram01 div.sns_list > div {
    width: 49.3333333%;
    margin: 0 auto 20px;
    text-align: center;
  }
}

.sns_list div.sns_date {
  color: #222222 !important;
}

/********* Instagram *********/
.event_Instagram11 {
  border: none !important;
}

@media screen and (max-width: 834px) {
  .event_Instagram11 {
    margin-bottom: 30px;
  }
}

.event_Instagram11 .sns_text {
  display: none;
}

.event_Instagram11 .sns_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  width: 100%;
}

@media screen and (max-width: 640px) {
  .event_Instagram11 .sns_list {
    -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
            align-content: flex-start;
    width: 97%;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-flow: row wrap !important;
        -ms-flex-flow: row wrap !important;
            flex-flow: row wrap !important;
  }
}

.event_Instagram11 .event_Instagram11 div.sns_list > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: column !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
  border-bottom: 0px dashed #ccc;
  width: 25% !important;
}

.event_Instagram11 .sns_photo {
  width: 100% !important;
}

.event_Instagram11 .sns_photo img {
  -o-object-fit: cover !important;
     object-fit: cover !important;
  height: 300px !important;
}

@media screen and (max-width: 834px) {
  .event_Instagram11 .sns_photo img {
    height: 200px !important;
  }
}

.event_Instagram11 div.blog_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid #fff !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.event_Instagram11 div.sns_list div.sns_photo {
  width: 100% !important;
  padding-top: 10px;
  padding-right: 0px !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.event_Instagram11 .sns_date {
  display: none !important;
}

.event_Instagram11 div.sns_list > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  border-bottom: 0px dashed #ccc;
  width: 25%;
}

@media screen and (max-width: 640px) {
  .event_Instagram11 div.sns_list > div {
    width: 44%;
    margin: 0 auto;
  }
}

.event_Instagram11 div.sns_list div.sns_date {
  color: #222222;
}

/* 新着スクロール */
/********* sukuro-ruba- *********/
div::-webkit-scrollbar {
  width: 8px;
}

div::-webkit-scrollbar-track {
  background: #fff;
  border: none;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px #eee;
          box-shadow: inset 0 0 5px #eee;
}

div::-webkit-scrollbar-thumb {
  background: #d6d6d6;
  border-radius: 10px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.scroll {
  padding: 20px;
  overflow-y: scroll;
  max-height: 350px;
  min-height: 300px;
  width: 100%;
  margin: 0 auto;
  font-size: 17px;
  background-color: transparent;
  z-index: 9 !important;
  background-image: url(../images/common/bg.png);
  border-radius: 10px;
}

.scroll a {
  color: #333 !important;
  background-color: #fff7d6;
}

@media screen and (max-width: 834px) {
  .scroll {
    width: 100%;
    max-height: 250px;
    min-height: 200px;
    margin-top: 20px;
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 640px) {
  .scroll {
    width: 100%;
    max-height: 250px;
    min-height: 300px;
    padding: 0px;
  }
}

.scroll .form_wrap {
  margin-bottom: -100px;
}

.scroll .form_wrap dl dd {
  border: none !important;
  border-bottom: none;
  padding: 0px 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 95% !important;
  text-align: left !important;
  border: none !important;
  font-size: 0.8em;
  background-color: transparent;
}

@media screen and (max-width: 834px) {
  .scroll .form_wrap dl dd {
    width: 100% !important;
    font-size: 13px;
    border: none !important;
    padding: 0px;
  }
}

.scroll .form_wrap a {
  color: #222222 !important;
  text-decoration: underline;
  -webkit-text-decoration-color: #fff;
          text-decoration-color: #fff;
}

.scroll .form_wrap dl {
  border-bottom: none !important;
  padding: 20px 0 !important;
  border-bottom: 1px dashed #d6d6d6 !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 834px) {
  .scroll .form_wrap dl {
    padding: 10px !important;
  }
}

@media screen and (max-width: 834px) {
  .scroll .form_wrap dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 10px !important;
  }
}

.scroll .form_wrap dl dt {
  border: none !important;
  border-right: none;
  border-bottom: none;
  padding: 8px;
  width: 25%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.8em;
  text-align: center !important;
  background-color: #222 !important;
  display: inline-block;
  width: 150px;
  height: 27px;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  justify-content: center;
}

@media screen and (max-width: 834px) {
  .scroll .form_wrap dl dt {
    width: auto !important;
    padding: 0px;
  }
}

@media screen and (max-width: 640px) {
  .scroll .form_wrap dl dt {
    width: auto !important;
  }
}

.qa_FLX2 dl {
  display: block !important;
  line-height: normal;
}

.qa_FLX2 dl dt {
  padding: 15px 15px 15px 50px !important;
  background-color: #eeeeee !important;
  border: none !important;
  color: #333;
  font-weight: 500;
  width: 100% !important;
  cursor: pointer;
  cursor: hand;
  position: relative;
}

.qa_FLX2 dl dt:before {
  content: "Q.";
  display: block;
  position: absolute;
  top: 15px;
  left: 15px;
  color: #222222;
}

@media screen and (max-width: 640px) {
  .qa_FLX2 dl dt:before {
    top: 10px;
  }
}

.qa_FLX2 dl dt:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f054";
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  color: #222222;
  font-size: 0.75rem;
}

.qa_FLX2 dl dd {
  background: none !important;
  padding: 0 0 0 15px !important;
  border: none !important;
  display: none;
  margin-top: 20px;
}

@media screen and (max-width: 640px) {
  .qa_FLX2 dl dd {
    width: 100% !important;
  }
}

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

@media screen and (max-width: 640px) {
  .qa_FLX2 dl:not(:last-child) {
    margin-bottom: 15px;
  }
  .qa_FLX2 dl dt {
    padding: 10px 20px 10px 30px !important;
  }
}

.line01 {
  border-bottom: 1px solid #222222;
  margin: 50px 0;
}

.pankuzu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
      -ms-flex-flow: wrap;
          flex-flow: wrap;
  margin: 0 auto;
  margin-top: 5px;
  font-size: 13px;
  text-align: center;
  display: flex;
}

.pankuzu a {
  color: #fff;
}

.pankuzu a:hover {
  text-decoration: underline;
}

.error_link a {
  color: #fff;
}

.error_link a:hover {
  text-decoration: underline;
}

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

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

.map li:last-of-type {
  display: none;
}

.policy h2 {
  margin: 30px 0 15px;
  padding: 0 0 5px;
  border-bottom: 2px solid #BBBBBB;
  font-size: 18px;
  font-weight: bold;
}

.policy p {
  margin: 0 0 20px;
}

.smp h2 {
  margin: 100px auto 20px auto;
  padding-bottom: 5px;
  border-bottom: 2px solid #ccc;
  font-size: 24px;
  letter-spacing: 10px;
}

.smp h2:first-of-type {
  margin-top: 0;
}

.smp h3 {
  margin: 50px auto 10px auto;
  font-size: 20px;
}

.smp h3:first-of-type {
  margin-top: 20px;
}

.smp p {
  margin-bottom: 10px;
}

.smp ul {
  padding: 0 20px;
}

.smp li {
  margin-bottom: 10px;
}

table {
  table-layout: fixed;
}

table td {
  padding: 0 !important;
}

.tlauto table {
  table-layout: auto;
}

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 {
  display: block;
  font-size: 14px;
}

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

span {
  font-weight: inherit;
}

u {
  text-decoration: underline;
}

b {
  font-weight: bold;
}

.mt {
  margin-top: 40px;
}

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

/* ブログページ */
.blog #contents {
  margin-top: 0px;
}

@media screen and (max-width: 640px) {
  .blog .wrap {
    margin-top: 0px !important;
  }
}

.blog {
  max-width: 1200px;
  margin: 50px auto;
}

.blog h1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.5em;
  margin: 20px 0;
  background-color: #222222;
  color: #fff;
  padding: 1%;
}

.blog .pages {
  margin-top: 40px;
}

.blog .pages li {
  border-bottom: 1px solid #ccc;
  padding: 20px 0;
  background-color: #eee;
  margin-bottom: 10px;
}

.blog .pages a {
  color: #222222 !important;
  background-color: #eee;
  font-size: 0.9em;
}

.blog #contents {
  max-width: 1200px;
  padding-left: 10px !important;
  padding-right: 10px !important;
  width: 70%;
  overflow: hidden !important;
}

@media screen and (max-width: 834px) {
  .blog #contents {
    margin-left: 0px;
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .blog #contents {
    margin-left: 0px;
  }
}

.blog aside {
  width: 25%;
  overflow: hidden;
  padding: 0 10px;
}

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

.blog .category li a {
  color: #fff !important;
  background-color: #ffffff;
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 3px;
}

.blog .category li {
  background-color: #ffffff;
  margin-bottom: 10px;
  border-radius: 3px;
}

.bnone td {
  border: none !important;
}

.bnone02 dl dt {
  border: none !important;
  background-color: #ffffff !important;
}

.bnone02 dl dd {
  border: none !important;
}

.btnflex .box {
  width: 32%;
}

.btnflex .btn001 a {
  width: 100% !important;
}

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

.hyo01 td {
  padding: 10px !important;
  margin: 20px;
  border-bottom: 1px solid #e6e6e6 !important;
}

@media screen and (max-width: 834px) {
  .hyo01 td {
    padding: 5px !important;
  }
}

@media screen and (max-width: 834px) {
  .hyo01 td > div {
    font-size: 12px;
  }
}

.hyo01 a {
  color: #fff !important;
}

.hyo01 .left {
  width: 20%;
  background-color: #222222;
  text-align: center !important;
  border-bottom: 2px solid #ff0000 !important;
}

@media screen and (max-width: 834px) {
  .hyo01 .left {
    width: 30%;
  }
}

.hyo01 .left > div {
  font-weight: bold;
}

.hyo01 .right {
  border-bottom: 2px solid #cdcdcd !important;
}

.hyo02 {
  width: 100%;
}

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

.hyo02 td {
  padding: 10px !important;
  margin: 20px;
  border: 1px solid #e6e6e6 !important;
}

@media screen and (max-width: 640px) {
  .hyo02 td > div {
    font-size: 12px;
  }
}

.hyo02 .left {
  width: 35%;
  background-color: #222222;
  text-align: center !important;
  color: #fff;
}

@media screen and (max-width: 640px) {
  .hyo02 .left {
    width: 35%;
  }
}

.hyo02 .left > div {
  font-weight: bold;
}

.hyo02 .right {
  text-align: center !important;
  width: 25%;
  border-right: 1px solid #e6e6e6 !important;
}

.hyo03 {
  width: 100%;
}

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

.hyo03 td {
  padding: 10px !important;
  margin: 20px;
  border-bottom: 1px solid #fff !important;
}

@media screen and (max-width: 640px) {
  .hyo03 td > div {
    font-size: 12px;
  }
}

.hyo03 .left {
  width: 25%;
  border-bottom: 1px solid #222222 !important;
}

@media screen and (max-width: 640px) {
  .hyo03 .left {
    width: 35%;
  }
}

.hyo03 .left > div {
  font-weight: bold;
}

.txtimg {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.txtimg .box {
  width: 50%;
}

@media screen and (max-width: 640px) {
  div.search {
    margin-top: 93px;
  }
}

.googlemap {
  width: 48%;
}

@media screen and (max-width: 834px) {
  .googlemap {
    width: 50%;
    margin: 0 5%;
  }
}

@media screen and (max-width: 640px) {
  .googlemap {
    width: 100%;
    margin: 0;
  }
}

.flexmap {
  margin: 50px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 640px) {
  .flexmap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.flexmap .textbox {
  width: 50%;
}

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

.qa {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: column !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
  margin-top: 20px;
}

.qa .box article {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 10px;
}

.qa .box article > div {
  width: 90%;
}

.qa .box:first-child h3 {
  margin-right: 20px;
  background-color: #fff;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #222222;
  border: 1px solid #222222;
  color: #fff;
}

.qa .box:last-child {
  border-bottom: 1px dotted #7d7d7d;
}

.qa .box:last-child h3 {
  margin-right: 20px;
  background-color: #ff0000;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #333;
}

#anc01, #anc02, #anc03, #anc04, #anc05, #anc06, #anc07, #anc08, #anc09, #anc10 {
  margin-top: -150px;
  padding-top: 150px;
}

@media screen and (max-width: 834px) {
  #anc01, #anc02, #anc03, #anc04, #anc05, #anc06, #anc07, #anc08, #anc09, #anc10 {
    margin-top: -150px;
    padding-top: 150px;
  }
}

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

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

.link a {
  color: #222222;
}

div.form_wrap.error {
  background: #ff0000;
  color: #fff;
  margin-bottom: 10px;
  margin-top: 150px;
}

.h1title_02 {
  padding: 10% 0 8% 0;
  background-size: cover;
  margin-top: -10px;
}

@media screen and (max-width: 834px) {
  .h1title_02 {
    padding: 10% 0 10% 0;
    margin-top: 50px;
  }
}

.h1title_02 h1 {
  font-size: 2.5em;
  text-align: center;
  color: #333;
  padding-top: 20px;
  line-height: 1em;
}

.h1title_02 h1 span {
  display: block;
  font-size: 0.4em;
}

@media screen and (max-width: 640px) {
  .h1title_02 h1 {
    line-height: 1.5em;
    font-size: 2.5rem;
  }
}

.h2title_03 h2 {
  margin-top: 50px;
  font-size: 1.8em;
  margin-bottom: 40px;
  text-align: left;
  border-bottom: 1px solid #fff;
  padding-bottom: 1%;
}

@media screen and (max-width: 834px) {
  .h2title_03 h2 {
    font-size: 2.0em;
    line-height: 1.5em;
  }
}

.h3title_01 article img {
  margin-top: 100px;
}

.h3title_01 h3 {
  font-size: 1.3em;
  margin-bottom: 20px;
  text-align: left;
  background-color: #fff;
  padding: 0.5%;
  color: #333;
  padding-left: 10px;
  margin-top: 40px;
}

@media screen and (max-width: 834px) {
  .h3title_01 h3 {
    font-size: 1.5em;
    line-height: 1.5em;
  }
}

.service .box article {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.service .box article img {
  width: 20% !important;
}

.service .box article h3 {
  display: none;
}

.service .box article div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 20px;
}

.service .box article div a {
  color: #fff !important;
  border-bottom: 1px solid #ff0000;
}

.service .box article div a:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  padding-left: 10px;
  font-size: 0.7em;
  color: #ff0000;
}

.faq dl {
  display: block !important;
  margin-bottom: 5px;
}

.faq dl dt {
  color: #333;
  border: 1px solid #ccc;
  border-bottom: none;
  border-right: none;
  background-color: #fff !important;
  padding: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: bold;
  position: relative;
  padding: 10px !important;
  padding-right: 30px !important;
  padding-left: 15px !important;
  border: 1px solid #ccc !important;
  width: 100% !important;
}

.faq dl dt:before {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  display: block;
  width: 20px;
  height: 30px;
  margin: auto;
  content: '';
  background: url(../images/common/icon_plus.png) center/20px no-repeat;
}

.faq dl dd {
  width: 100% !important;
  background-color: #222222 !important;
  color: #fff !important;
  display: none;
}

.fleximg {
  margin: 50px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 834px) {
  .fleximg {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important;
  }
}

@media screen and (max-width: 640px) {
  .fleximg {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}

.fleximg .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
}

.fleximg .box img {
  border-radius: 10px;
}

.fleximg .box:first-child {
  width: 50%;
}

@media screen and (max-width: 640px) {
  .fleximg .box:first-child {
    width: 100%;
    z-index: 3;
  }
}

.fleximg .box:last-child {
  width: 50%;
  background: -webkit-gradient(linear, left top, right top, from(#461e0b8f), color-stop(20%, #461e0b9e), color-stop(20%, #461e0b9e));
  background: -webkit-linear-gradient(left, #461e0b8f 0%, #461e0b9e 20%, #461e0b9e 20%);
  background: linear-gradient(90deg, #461e0b8f 0%, #461e0b9e 20%, #461e0b9e 20%);
  padding: 60px 40px 60px 40px;
}

.fleximg .box:last-child article h2 {
  font-size: 2.0em;
}

@media screen and (max-width: 640px) {
  .fleximg .box:last-child {
    width: 100%;
    margin-top: -20px;
    z-index: 0;
  }
}

.rev02 {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: row-reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.ancbox {
  margin: 50px 0;
  -webkit-flex-wrap: nowrap !important;
      -ms-flex-wrap: nowrap !important;
          flex-wrap: nowrap !important;
}

@media screen and (max-width: 640px) {
  .ancbox {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}

.ancbox .box {
  width: 30%;
  margin: 0 20px;
}

@media screen and (max-width: 640px) {
  .ancbox .box {
    width: 100%;
    margin: 10px 0;
  }
}

.ancbox .box a {
  border: 1px solid #222222;
  width: 100%;
  display: block;
  text-align: center;
  padding: 2%;
  font-size: 1.3em;
  color: #fff;
}

.ancbox .box a:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  padding-left: 10px;
  font-size: 0.7em;
  color: #222222;
}

.flexbox .box {
  margin: 20px 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  background-color: #fff;
  padding: 2%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

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

@media screen and (max-width: 640px) {
  .flexbox .box {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.flexbox .box img {
  border-radius: 10px;
  width: 30% !important;
  margin-right: 20px;
}

@media screen and (max-width: 640px) {
  .flexbox .box img {
    width: 100% !important;
  }
}

.flexbox .box article {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 640px) {
  .flexbox .box article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.flexbox .box article h3 {
  display: none;
}

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

@media screen and (max-width: 640px) {
  .flexbox .box article div {
    margin-top: 20px;
  }
}

.flexbox .box article div h3 {
  display: block;
  font-size: 1.5em;
  color: #fff;
  border-bottom: 1px solid #fff;
  padding-bottom: 1%;
  display: block;
  margin-bottom: 10px;
}

.flexbox02 .box {
  margin: 20px 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  background-color: #fff;
  padding: 2%;
}

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

@media screen and (max-width: 640px) {
  .flexbox02 .box {
    width: 100%;
  }
}

.flexbox02 .box img {
  border-radius: 10px;
  width: 30% !important;
  margin-right: 20px;
}

@media screen and (max-width: 640px) {
  .flexbox02 .box img {
    width: 100% !important;
  }
}

.flexbox02 .box article {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 640px) {
  .flexbox02 .box article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.flexbox02 .box article h3 {
  display: none;
}

.flexbox02 .box article div {
  font-family: "Noto Sans JP", "游ゴシック", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  width: 100%;
  margin-right: 20px;
}

@media screen and (max-width: 640px) {
  .flexbox02 .box article div {
    margin-top: 20px;
  }
}

.flexbox02 .box article div span {
  font-size: 1.3em;
  display: block;
  padding-bottom: 10px;
  font-weight: 600;
}

.flexbox02 .box article div h3 {
  display: block;
  font-size: 1.3em;
  color: #fff;
  border-bottom: 1px solid #fff;
  padding-bottom: 1%;
  display: block;
  margin-bottom: 10px;
}

.menubox {
  width: 45%;
}

@media screen and (max-width: 640px) {
  .menubox {
    width: 100%;
  }
}

.menubox dl {
  border-bottom: 1px dashed #222222 !important;
}

.menubox dl dt {
  background: border-box !important;
  border: none !important;
}

.menubox dl dd {
  border: none !important;
  background: border-box !important;
  text-align: right;
}

.voicebox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 10px;
  padding: 2%;
  background-color: #FDF9C1;
  margin-bottom: 30px;
}

.voicebox .imgbox {
  width: 30%;
}

@media screen and (max-width: 640px) {
  .voicebox .imgbox {
    width: 100%;
  }
}

.voicebox img {
  border-radius: 10px;
}

.voicebox .voice {
  padding: 1%;
  width: 70%;
  margin-left: 20px;
}

@media screen and (max-width: 640px) {
  .voicebox .voice {
    width: 100%;
    margin-left: 0px;
  }
}

.voicebox .voice ul li article h3 {
  display: block;
  font-weight: 600;
  color: #fff;
}

@media screen and (max-width: 640px) {
  .voicebox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.txtimgbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 10px;
  padding: 2%;
  background-color: #fff;
  margin-bottom: 30px;
}

.txtimgbox .imgbox {
  width: 30%;
}

@media screen and (max-width: 640px) {
  .txtimgbox .imgbox {
    width: 100%;
  }
}

.txtimgbox img {
  border-radius: 10px;
}

.txtimgbox .txtimg {
  padding: 1%;
  width: 70%;
  margin-right: 20px;
}

@media screen and (max-width: 640px) {
  .txtimgbox .txtimg {
    width: 100%;
    margin-right: 0px;
  }
}

.txtimgbox .txtimg ul li article h3 {
  display: block;
  font-weight: 600;
  color: #fff;
}

@media screen and (max-width: 640px) {
  .txtimgbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.listbox ul {
  counter-reset: number 0;
}

.listbox ul li {
  width: 100%;
}

.listbox article {
  position: relative;
  padding: 1rem 2rem;
  text-align: left;
  color: #fff;
  border-radius: 0 10px 10px 10px;
  background: #fff;
  width: 100%;
  margin: 30px 0 30px 0;
}

.listbox article h3 {
  font-size: 1.3em;
}

.listbox article h3:before {
  font-family: 'Font Awesome 5 Free';
  font-size: 15px;
  font-size: 1.5rem;
  position: absolute;
  top: -30px;
  left: 0;
  height: 24px;
  padding: 0.2em 1em;
  color: #fff;
  border-radius: 10px 10px 0 0;
  background: #fff;
  counter-increment: number 1;
  content: " STEP." counter(number) " ";
}

.listbox article > div {
  color: #333;
}

.imgflex02 {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 100px 0;
}

.imgflex02 .box {
  width: 48%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  text-align: center;
}

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

.imgflex02 .box img {
  margin: 0 auto;
}

.imgflex02 .box div {
  font-size: 1.3em;
  margin-bottom: 20px;
  background-color: #ff0000;
  padding: 1%;
}

.snshd {
  background-image: url(../images/home/24pxGrid.png);
  background-size: cover;
  background-repeat: repeat;
  padding: 1%;
}

.snshd .h1title_02 {
  padding: 4% 0 4% 0;
  background-size: cover;
  color: #fff;
  margin-top: 40px;
}

.blog .pages li {
  border-bottom: 1px solid #ccc;
  padding: 20px 0;
  background-color: #fff;
  margin-bottom: 10px;
  border-radius: 5px;
}

.blog .pages li a {
  background-color: #fff;
}

.blog article h2 {
  background-color: #fff !important;
  color: #fff !important;
  font-size: 1.3em;
  padding: 1%;
  border-radius: 5px;
  margin-bottom: 30px;
}

.imgflex {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 50px 0;
}

@media screen and (max-width: 640px) {
  .imgflex {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}

.imgflex .box {
  width: 45%;
}

@media screen and (max-width: 640px) {
  .imgflex .box {
    width: 100%;
    margin-bottom: 50px;
    text-align: left;
  }
}

.imgflex .box:first-child article {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.imgflex .box:last-child {
  margin: 0 auto;
  text-align: center;
}

.imgflex .box:last-child img {
  width: 100% !important;
}

.imgflex .box h2 {
  font-size: 1.3em;
  color: #222222;
  background: -webkit-gradient(linear, left top, right top, from(#106cc2), color-stop(30%, #35c3ff), to(#a6ffcb));
  background: -webkit-linear-gradient(left, #106cc2, #35c3ff 30%, #a6ffcb);
  background: linear-gradient(90deg, #106cc2, #35c3ff 30%, #a6ffcb);
  background: -webkit-linear-gradient(0deg, #106cc2ba, #35c3ffc7 50%, #a6ffcbdb);
  color: #fff;
  padding: 1%;
  margin-bottom: 20px;
}

.imgflex .box article {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

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

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

@media screen and (max-width: 640px) {
  .cont_5 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.cont_5 .item {
  width: 45%;
  margin: 50px 20px;
}

@media screen and (max-width: 834px) {
  .cont_5 .item {
    width: 43%;
    margin: 50px 0;
  }
}

@media screen and (max-width: 640px) {
  .cont_5 .item {
    width: 100%;
    margin: 50px 0;
  }
}

.cont_5 .item .box {
  width: 100%;
}

.cont_5 .item .box article img {
  width: 100% !important;
  border-radius: 10px;
}

.cont_5 .item .box article h3 {
  font-size: 1.3em;
  margin: 10px 0;
}

.cont_5 .item .box a {
  color: #222222;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.3em;
}

.cont_5 .item .box a:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  padding-left: 10px;
  font-size: 0.7em;
  color: #4d7a3f;
}

html.is-fixed,
html.is-fixed body {
  height: 100%;
}

#nav-toggle {
  position: absolute;
  top: 10px;
  right: 10px;
  height: 50px;
  width: 56px;
  padding: 11px 6px;
  cursor: pointer;
  display: none;
  z-index: 99999;
}

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

@media screen and (max-width: 640px) {
  #nav-toggle {
    top: 0px;
  }
}

#nav-toggle p {
  font-size: 1.1rem;
  color: white;
  position: relative;
  left: 2px;
  bottom: -30px;
  font-weight: 500;
  padding-top: 5px;
  display: none;
}

#nav-toggle > div {
  position: relative;
  width: 40px;
}

#nav-toggle span {
  height: 3px;
  left: 2px;
  display: block;
  background: #fff;
  position: absolute;
  -webkit-transition: top .5s ease, -webkit-transform .6s ease-in-out;
  transition: top .5s ease, -webkit-transform .6s ease-in-out;
  transition: transform .6s ease-in-out, top .5s ease;
  transition: transform .6s ease-in-out, top .5s ease, -webkit-transform .6s ease-in-out;
}

#nav-toggle span:nth-child(1) {
  top: 2px;
  width: 100%;
}

#nav-toggle span:nth-child(2) {
  top: 12px;
  width: 100%;
}

#nav-toggle span:nth-child(3) {
  top: 22px;
  width: 100%;
}

#nav-toggle:hover span:nth-child(1) {
  top: 2px;
}

#nav-toggle:hover span:nth-child(3) {
  top: 22px;
}

/* z-index */
#container {
  z-index: 900;
}

.nav_wrap {
  width: 90%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow-y: auto;
  overflow-x: hidden;
}

#nav_sp {
  display: none;
  background-color: #222222;
  position: fixed;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99998;
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 29px;
  opacity: 0;
  -webkit-transition: opacity .6s ease, visibility .6s ease;
  transition: opacity .6s ease, visibility .6s ease;
}

#nav_sp .nav-list {
  display: block !important;
  width: 100% !important;
}

#nav_sp .tel01 {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: row !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

#nav_sp .nav_wrap {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

#nav_sp .nav_wrap ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  list-style: none;
  -webkit-overflow-scrolling: touch;
}

@media only screen and (max-width: 834px) {
  #nav_sp .nav_wrap ul {
    width: 100%;
  }
}

#nav_sp .nav_wrap .nav-item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

#nav_sp .nav_wrap .nav-item a, #nav_sp .nav_wrap .nav-item > span {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: center;
  color: #fff;
  width: 100%;
}

#nav_sp .nav_wrap li {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: horizontal-tb;
          writing-mode: horizontal-tb;
  width: 100%;
  margin-left: 0;
  opacity: 0;
  -webkit-transform: translateX(200px);
          transform: translateX(200px);
  -webkit-transition: opacity .2s ease, -webkit-transform 7.5s ease;
  transition: opacity .2s ease, -webkit-transform 7.5s ease;
  transition: transform 7.5s ease, opacity .2s ease;
  transition: transform 7.5s ease, opacity .2s ease, -webkit-transform 7.5s ease;
  list-style: none;
  -webkit-box-flex: inherit;
  -webkit-flex-grow: inherit;
      -ms-flex-positive: inherit;
          flex-grow: inherit;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.5rem !important;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff !important;
}

#nav_sp .nav_wrap li:nth-child(2) {
  -webkit-transition-delay: .15s;
          transition-delay: .15s;
}

#nav_sp .nav_wrap li:nth-child(3), #nav_sp .nav_wrap li:nth-child(4) {
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}

#nav_sp .nav_wrap li:nth-child(5), #nav_sp .nav_wrap li:nth-child(6) {
  -webkit-transition-delay: .45s;
          transition-delay: .45s;
}

#nav_sp .nav_wrap li:nth-child(7), #nav_sp .nav_wrap li:nth-child(8) {
  -webkit-transition-delay: .6s;
          transition-delay: .6s;
}

#nav_sp .nav_wrap li:nth-child(9), #nav_sp .nav_wrap li:nth-child(10) {
  -webkit-transition-delay: .75s;
          transition-delay: .75s;
}

#nav_sp .nav_wrap li:nth-child(11) {
  -webkit-transition-delay: .8s;
          transition-delay: .8s;
}

#nav_sp .nav_wrap a:hover {
  opacity: 0.6;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#nav_sp .nav_wrap .ddmenu {
  position: relative;
  top: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #64b3e0 !important;
}

#nav_sp .nav_wrap .ddmenu li {
  width: 100%;
  border-bottom: 1px solid #fff;
}

#nav_sp .nav_wrap .ddmenu li a {
  border: none;
  padding: 5px 5px 5px 20px;
  width: 100%;
  font-size: 1.3rem !important;
  color: #fff !important;
}

#nav_sp .nav_wrap .ddmenu li:last-child {
  border-bottom: none;
}

.nav-info {
  text-align: center;
  margin-top: 30px;
  display: none;
  width: 100% !important;
}

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

.nav-info .logo {
  width: 200px !important;
  margin: 0 auto 50px auto;
}

.nav-info .logo img {
  width: 100%;
}

.nav-info .contact {
  width: 100%;
  margin-top: 30px;
}

.nav-info .contact a {
  padding: 10px;
}

.nav-info .sub_nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 10px;
}

.nav-info .sub_nav a {
  display: block;
  padding: 5px;
  font-size: 1.3rem;
  color: #fff;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media only screen and (max-width: 640px) {
  .nav-info .sub_nav a {
    -webkit-box-flex: inherit;
    -webkit-flex-grow: inherit;
        -ms-flex-positive: inherit;
            flex-grow: inherit;
    width: 50%;
  }
}

.nav-info .sub_nav a::before {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  color: #fff;
  position: absolute;
  top: 50%;
  left: 5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  font-size: 1rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* open */
.open {
  height: 100%;
}

.open #nav-toggle {
  position: fixed;
}

.open #nav-toggle span {
  background: #fff !important;
}

.open #nav-toggle span:nth-child(1) {
  top: 12px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 100%;
}

.open #nav-toggle span:nth-child(2) {
  top: 12px;
  width: 0;
  left: 50%;
}

.open #nav-toggle span:nth-child(3) {
  top: 12px !important;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 100%;
}

.open #nav_sp {
  visibility: visible;
  opacity: 1;
}

.open #nav_sp li {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: opacity 1.05s ease, -webkit-transform 1s ease;
  transition: opacity 1.05s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity 1.05s ease;
  transition: transform 1s ease, opacity 1.05s ease, -webkit-transform 1s ease;
}

.open .nav-item > span {
  position: relative;
  display: block;
}

.open .nav-item > span:hover {
  color: #fff !important;
}

.open .nav-item > span::before {
  content: "+";
  position: absolute;
  top: 50% !important;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0 !important;
  display: block;
  color: #fff;
  font-size: 1.6rem;
}

.open .plus {
  position: relative;
}

.open .plus > span {
  position: relative;
  display: block;
}

.open .plus > span::before {
  content: "-";
  position: absolute;
  top: 50% !important;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0 !important;
  display: block;
  color: #fff;
  font-size: 1.6rem;
}

.pc_none {
  display: none;
}

@media only screen and (max-width: 834px) {
  .pc_none {
    display: block;
  }
}
/*# sourceMappingURL=common_style.css.map */