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

.center {
  text-align: center;
}

.allwrap2 {
  background: #fff;
}

.allwrap {
  width: 100vw;
  height: 100vh;
  background: #fff;
  position: fixed;
  z-index: 4;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  pointer-events: none;
}

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

.annot {
  display: none !important;
}

::-moz-selection {
  background-color: rgba(0, 175, 152, 0.7);
}

::selection {
  background-color: rgba(0, 175, 152, 0.7);
}

.pcnone, .disnone {
  display: none;
}

@media screen and (max-width: 834px) {
  .pcnone {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .spnone {
    display: none;
  }
}
@media only screen and (max-width: 1200px) {
  .bp1200none {
    display: none;
  }
}
@media screen and (max-width: 834px) {
  .bp1200none {
    display: block;
  }
}
@media only screen and (max-width: 1000px) {
  .bp1000none {
    display: none;
  }
}
@media screen and (max-width: 834px) {
  .bp1000none {
    display: block;
  }
}
* {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.disnone {
  display: none !important;
}

@media screen and (max-width: 640px) {
  .disnone {
    display: block !important;
  }
}
@media screen and (max-width: 640px) {
  .spdisnone {
    display: none !important;
  }
}
.tdpd10 td {
  padding: 10px !important;
}

li {
  list-style: none;
}

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

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: 2em;
  letter-spacing: 0.1em;
  font-weight: 400;
  color: #333;
  word-wrap: break-word;
  overflow: hidden;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

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

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

#contents_wrap {
  width: 100%;
  min-width: 100%;
  z-index: 3;
  margin-bottom: 80px;
}

@media screen and (max-width: 834px) {
  #contents_wrap {
    margin-top: 80px;
    margin-bottom: 0;
  }
}
#contents {
  width: 100%;
  max-width: 1200px;
}

@media only screen and (max-width: 1200px) {
  #contents {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 834px) {
  #contents {
    padding: 0 30px 80px;
  }
}
#main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row-reverse;
  width: 100%;
}
#main:after {
  display: none;
}

@media screen and (max-width: 834px) {
  #main {
    display: block;
  }
}
#col_main {
  width: 100% !important;
}

#col_side1 {
  display: none;
}
#col_side1 img {
  width: 100%;
}

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

table {
  table-layout: auto;
}

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

table td img {
  height: auto !important;
}

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

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

b, strong {
  font-weight: bold;
}

u {
  text-decoration: line-through;
}

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

small {
  font-size: 80%;
}

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

span {
  font-weight: inherit;
}

u {
  text-decoration: underline;
}

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

a {
  color: #17e012;
  transition: 1s;
  text-decoration: none;
}
a:hover {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  transition: 1s;
}

@media screen and (max-width: 834px) {
  .imgR, .imgL {
    max-width: 30% !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: "Times New Roman", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

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

@media screen and (max-width: 640px) {
  .fltL, .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, footer#global_footer {
  min-width: auto;
}

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

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

.slider2 img {
  margin: 0 auto;
}

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

.center {
  text-align: center;
}

header#global_header {
  font-size: 16px;
  font-size: 1.6rem;
  max-width: 100%;
  width: 100%;
  min-width: 100%;
  height: auto;
  z-index: 3;
  position: relative;
}

@media screen and (max-width: 834px) {
  header#global_header {
    padding-top: 60px;
  }
}
.bgh {
  position: fixed !important;
  left: 0;
  right: 0;
  top: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

#hednav {
  display: none;
}

@media screen and (max-width: 834px) {
  #hednav {
    display: block;
  }
}
.header {
  position: relative;
  z-index: 10;
  background: white;
}
.header .hedwrap {
  background: white;
  z-index: 1;
}
.header .hedinner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 0 10px;
}
.header .flxL {
  width: 20%;
}
.header .flxL a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.header .flxR {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 75%;
}
.header .flxR .subnav {
  display: flex;
  justify-content: flex-end;
}
.header .flxR .subnav div {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .flxR .subnav .tel2 i {
  display: none;
}
.header .flxR .subnav .cont {
  margin-left: 10px;
}
.header .flxR .subnav .cont i {
  display: none;
}

@media screen and (max-width: 834px) {
  .header .hedwrap {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }
}
@media screen and (max-width: 834px) {
  .header .hedinner {
    padding-right: 61px !important;
  }
}
@media screen and (max-width: 834px) {
  .header .flxL {
    width: 30%;
  }
}
@media screen and (max-width: 640px) {
  .header .flxL {
    width: 50%;
  }
}
@media screen and (max-width: 834px) {
  .header .flxR {
    width: 65%;
  }
}
@media screen and (max-width: 640px) {
  .header .flxR {
    width: 160px;
  }
}
@media screen and (max-width: 834px) {
  .header .flxR .subnav .tel2 {
    margin-right: 10px;
  }
}
@media screen and (max-width: 640px) {
  .header .flxR .subnav .tel2 {
    margin-right: 1px;
  }
}
@media screen and (max-width: 640px) {
  .header .flxR .subnav .tel2 a {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    color: #fff;
    background: #00af98;
    font-size: 2.5rem;
    padding: 10px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 640px) {
  .header .flxR .subnav .tel2 a:hover {
    background: #13f3d6;
  }
}
@media screen and (max-width: 640px) {
  .header .flxR .subnav .tel2 i {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .header .flxR .subnav .tel2 span {
    display: none;
  }
}
@media screen and (max-width: 834px) {
  .header .flxR .subnav .cont {
    margin-left: 1px;
  }
}
@media screen and (max-width: 834px) {
  .header .flxR .subnav .cont a {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    color: #fff;
    background: #00af98;
    font-size: 2.5rem;
    padding: 10px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 834px) {
  .header .flxR .subnav .cont a:hover {
    background: #13f3d6;
  }
}
@media screen and (max-width: 834px) {
  .header .flxR .subnav .cont i {
    display: block;
  }
}
@media screen and (max-width: 834px) {
  .header .flxR .subnav .cont span {
    display: none;
  }
}
#nav_global .nav-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  background: #eae330;
  transition: 0.5s;
}

@media screen and (max-width: 834px) {
  #nav_global .nav-bar {
    display: none;
  }
}
.clonenav {
  position: relative;
  z-index: 0;
  border-top: 1px solid #ccc;
  background: #f7f7f7;
  position: relative;
  width: 100%;
}
.clonenav > ul {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.clonenav > ul > li {
  flex-grow: 1;
  position: relative;
  display: flex;
  align-items: center;
}
.clonenav > ul > li:before, .clonenav > ul > li:last-child:after {
  content: "";
  width: 1px;
  height: 40px;
  background: #ccc;
  display: block;
}
.clonenav > ul > li > a {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  font-weight: 400;
  line-height: 1;
  color: #333;
  width: 100%;
  padding: 25px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.clonenav > ul > li > p {
  cursor: pointer;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  font-weight: 400;
  line-height: 1;
  color: #333;
  width: 100%;
  padding: 25px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.clonenav > ul > li > ul {
  z-index: 1;
  position: absolute;
  top: 64px;
  width: 150%;
  left: -25%;
}
.clonenav > ul > li > ul > li {
  position: relative;
}
.clonenav > ul > li > ul > li > a {
  font-size: 13px;
  font-size: 1.3rem;
  background: rgba(0, 175, 152, 0.8);
  padding: 15px 10px;
  color: #fff;
  height: auto;
  display: block;
}
.clonenav > ul > li > ul > li > a:hover {
  background: rgba(19, 243, 214, 0.8);
}
.clonenav > ul > li > ul > li > p {
  cursor: pointer;
  font-size: 13px;
  font-size: 1.3rem;
  background: rgba(0, 175, 152, 0.8);
  padding: 15px 10px;
  color: #fff;
  height: auto;
  display: block;
}
.clonenav > ul > li > ul > li > p:hover {
  background: rgba(19, 243, 214, 0.8);
}

@media only screen and (max-width: 1200px) {
  .clonenav {
    padding: 0 10px;
  }
}
@media screen and (max-width: 640px) {
  .clonenav {
    display: none;
  }
}
@media only screen and (max-width: 1200px) {
  .clonenav > ul > .bp1200none {
    display: none;
  }
}
@keyframes menu-bar01 {
  0% {
    transform: translateY(7px) rotate(45deg);
  }
  50% {
    transform: translateY(7px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar02 {
  0% {
    transform: translateY(-7px) rotate(-45deg);
  }
  50% {
    transform: translateY(-7px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
.global-menu-btn {
  position: relative;
  cursor: pointer;
  height: 100%;
  width: 43px;
  font-size: 13px;
  font-size: 1.3rem;
  z-index: 11;
  line-height: 1;
  transition: 1s;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #eae330;
}
.global-menu-btn .menu-trigger {
  position: relative;
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.global-menu-btn .menu-trigger i {
  display: block;
  width: 16px;
  height: 2px;
  background: #fff;
  position: absolute;
}
.global-menu-btn .menu-trigger i:nth-child(1) {
  top: 0;
  animation: menu-bar01 0.75s forwards;
}
.global-menu-btn .menu-trigger i:nth-child(2) {
  top: 7px;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.global-menu-btn .menu-trigger i:nth-child(3) {
  bottom: 0;
  animation: menu-bar02 0.75s forwards;
}

@media screen and (max-width: 834px) {
  .global-menu-btn {
    width: 60px;
  }
}
.navdamy {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
}

#hednav {
  position: fixed;
  top: 15px;
  right: 15px;
  justify-content: center;
  height: 43px;
  width: 43px;
  z-index: 14;
}
#hednav .wrap {
  visibility: hidden;
  cursor: pointer;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: all 0.2s ease-out;
  background: rgba(0, 0, 0, 0.8) !important;
  display: block !important;
  position: fixed;
  width: 100% !important;
  height: 100%;
  top: 0;
  right: 0;
}
#hednav .wrap .navwrap {
  display: block !important;
  background: #f1f1f1;
  width: 40%;
  height: 100%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  margin-left: auto;
  transform: translateX(240%);
  transition: all 0.5s ease-out;
  padding-top: 61px;
}
#hednav .wrap .navwrap #nav_global {
  width: 100%;
  margin-top: 0 !important;
  background: none;
}
#hednav .wrap .navwrap #nav_global > ul {
  flex-direction: column;
  margin: 0 auto;
}
#hednav .wrap .navwrap #nav_global > ul .pcnone {
  display: block !important;
}
#hednav .wrap .navwrap #nav_global > ul > li {
  text-align: left;
  position: relative;
  width: 100%;
  border-bottom: solid 1px #ccc;
}
#hednav .wrap .navwrap #nav_global > ul > li.spnone {
  display: block !important;
}
#hednav .wrap .navwrap #nav_global > ul > li > a {
  font-size: 18px;
  font-size: 1.8rem;
  height: 70px;
  line-height: 1;
  color: #000;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding: 10px 30px !important;
}
#hednav .wrap .navwrap #nav_global > ul > li > a:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  color: #fff;
  background: #13f3d6 !important;
}
#hednav .wrap .navwrap #nav_global > ul > li > a span {
  margin-top: 7px;
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
}
#hednav .wrap .navwrap #nav_global > ul > li > p {
  font-size: 18px;
  font-size: 1.8rem;
  height: 70px;
  line-height: 1;
  color: #000;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding: 10px 30px !important;
}
#hednav .wrap .navwrap #nav_global > ul > li > p:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  color: #fff;
  background: #13f3d6 !important;
}
#hednav .wrap .navwrap #nav_global > ul > li > p span {
  margin-top: 7px;
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
}
#hednav .wrap .navwrap #nav_global > ul > li > p:after {
  font-weight: 100;
  content: "\f067";
  font-family: "Font Awesome 5 Pro";
  display: block;
  position: absolute;
  right: 0;
  top: 0px;
  bottom: 0;
  width: 70px;
  height: 70px;
  font-size: 23px;
  font-size: 2.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eae330;
  z-index: 1;
  color: #fff;
}
#hednav .wrap .navwrap #nav_global > ul > li > p.open:after {
  content: "\f00d";
}
#hednav .wrap .navwrap #nav_global > ul > li ul {
  display: block;
  width: 100%;
  position: relative;
  background: none;
  background: #00af98;
}
#hednav .wrap .navwrap #nav_global > ul > li ul li:not(:last-child) a {
  border-bottom: 1px dashed #fff;
}
#hednav .wrap .navwrap #nav_global > ul > li ul li a {
  padding: 20px 30px !important;
  font-size: 12px;
  font-size: 1.2rem;
  background: #00af98;
  color: #fff;
  font-weight: 400;
  display: block;
}
#hednav .wrap .navwrap #nav_global > ul > li ul li a:hover {
  background: #13f3d6;
}
#hednav .wrap .navwrap #nav_global > ul > li ul li > p {
  position: relative;
  font-size: 16px;
  font-size: 1.6rem;
  height: 70px;
  line-height: 1;
  color: #fff;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding: 10px 30px !important;
}
#hednav .wrap .navwrap #nav_global > ul > li ul li > p:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  color: #fff;
  background: #13f3d6 !important;
}
#hednav .wrap .navwrap #nav_global > ul > li ul li > p span {
  margin-top: 7px;
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
}
#hednav .wrap .navwrap #nav_global > ul > li ul li > p:after {
  font-weight: 100;
  content: "\f067";
  font-family: "Font Awesome 5 Pro";
  display: block;
  position: absolute;
  right: 0;
  top: 0px;
  bottom: 0;
  width: 70px;
  height: 70px;
  font-size: 23px;
  font-size: 2.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #00af98;
  z-index: 1;
  color: #fff;
}
#hednav .wrap .navwrap #nav_global > ul > li ul li > p.open:after {
  content: "\f00d";
}
#hednav .wrap .navwrap #nav_global > ul > li ul li ul {
  background: #f7f7f7;
  padding: 15px;
}
#hednav .wrap .navwrap #nav_global > ul > li ul li ul li:not(:last-child) a {
  border-bottom: 1px dashed #fff;
}
#hednav .wrap .navwrap #hed_info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 30px;
}
#hednav .wrap .navwrap #hed_info .hoverbtn {
  width: 31%;
}
#hednav .wrap .navwrap #hed_info a {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: #00af98;
  padding: 15px 20px;
  font-size: 13px;
  font-size: 1.3rem;
  color: #fff;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
#hednav .wrap .navwrap #hed_info a span {
  line-height: 1;
}
#hednav .wrap .navwrap #hed_info a i {
  margin-right: 7px;
}

@media screen and (max-width: 834px) {
  #hednav {
    height: 60px;
    width: 60px;
    top: 0;
    right: 0;
  }
}
@media screen and (max-width: 834px) {
  #hednav .wrap .navwrap {
    width: 70%;
  }
}
@media screen and (max-width: 834px) {
  #hednav .wrap .navwrap #nav_global > ul > li > a {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 834px) {
  #hednav .wrap .navwrap #nav_global > ul > li > a span {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 834px) {
  #hednav .wrap .navwrap #nav_global > ul > li > p {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 834px) {
  #hednav .wrap .navwrap #nav_global > ul > li > p span {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 834px) {
  #hednav .wrap .navwrap #nav_global > ul > li ul li > p {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 834px) {
  #hednav .wrap .navwrap #nav_global > ul > li ul li > p span {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 1300px) {
  #hednav .wrap .navwrap #hed_info {
    display: block;
  }
}
@media only screen and (max-width: 1300px) {
  #hednav .wrap .navwrap #hed_info .hoverbtn {
    width: 100%;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 1300px) {
  #hednav .wrap .navwrap #hed_info .store1 {
    margin-top: 0;
  }
}
@keyframes active-menu-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(7px) rotate(0);
  }
  100% {
    transform: translateY(7px) rotate(45deg);
  }
}
@keyframes active-menu-bar03 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-7px) rotate(0);
  }
  100% {
    transform: translateY(-7px) rotate(-45deg);
  }
}
.MenuOpened {
  z-index: 13 !important;
  display: none;
  display: block;
}
.MenuOpened .global-menu-btn {
  z-index: 11;
  background: #fff500;
}
.MenuOpened .global-menu-btn i:nth-child(1) {
  animation: active-menu-bar01 0.75s forwards;
}
.MenuOpened .global-menu-btn i:nth-child(2) {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.MenuOpened .global-menu-btn i:nth-child(3) {
  animation: active-menu-bar03 0.75s forwards;
}
.MenuOpened .wrap {
  z-index: 10 !important;
  visibility: visible !important;
  opacity: 1 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  background: rgba(0, 0, 0, 0.7) !important;
}
.MenuOpened .wrap .navwrap {
  opacity: 1 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  transform: translateX(0) !important;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100vh !important;
  margin-left: auto;
}

#mainArea2 {
  background: #00af98;
  background-size: cover;
  overflow: hidden;
}
#mainArea2 #local-keyvisual {
  position: relative;
  background: url(../images/home/bg_1.jpg) no-repeat center;
  background-size: cover;
}
#mainArea2 #local-keyvisual #local-keyvisual-title {
  width: 100%;
  background: rgba(0, 175, 152, 0.6);
}
#mainArea2 #local-keyvisual #local-keyvisual-title h1, #mainArea2 #local-keyvisual #local-keyvisual-title .blogtxt {
  max-width: 1200px;
  margin: 0 auto;
  display: block;
  z-index: 1;
  position: relative;
  height: 100%;
  text-align: center;
  padding: 100px 0;
}
#mainArea2 #local-keyvisual #local-keyvisual-title h1 div, #mainArea2 #local-keyvisual #local-keyvisual-title .blogtxt div {
  font-weight: 700;
  width: 100%;
  color: #fff;
  font-size: 40px;
  font-size: 4rem;
  line-height: 1.7em;
}
#mainArea2 #local-keyvisual #local-keyvisual-title h1 div span, #mainArea2 #local-keyvisual #local-keyvisual-title .blogtxt div span {
  display: block;
  line-height: 1;
  font-size: 0.8em;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 10px;
}

@media screen and (max-width: 834px) {
  #mainArea2 {
    margin-top: 0 !important;
  }
}
@media only screen and (max-width: 1200px) {
  #mainArea2 #local-keyvisual #local-keyvisual-title h1 {
    padding: 100px 10px;
  }
}
@media screen and (max-width: 834px) {
  #mainArea2 #local-keyvisual #local-keyvisual-title h1 {
    padding: 80px 30px;
  }
}
@media screen and (max-width: 834px) {
  #mainArea2 #local-keyvisual #local-keyvisual-title h1 div {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 640px) {
  #mainArea2 #local-keyvisual #local-keyvisual-title h1 div {
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 1200px) {
  #mainArea2 #local-keyvisual #local-keyvisual-title .blogtxt {
    padding: 100px 10px;
  }
}
@media screen and (max-width: 834px) {
  #mainArea2 #local-keyvisual #local-keyvisual-title .blogtxt {
    padding: 80px 30px;
  }
}
@media screen and (max-width: 834px) {
  #mainArea2 #local-keyvisual #local-keyvisual-title .blogtxt div {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 640px) {
  #mainArea2 #local-keyvisual #local-keyvisual-title .blogtxt div {
    font-size: 2.5rem;
  }
}
.pan1 {
  text-align: right;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 0 50px;
}
.pan1 a {
  color: #333;
}
.pan1 ul li {
  display: inline-block;
  margin-right: 10px;
}
.pan1 ul li:nth-child(even) {
  margin-left: 10px;
}
.pan1 i {
  margin-right: 5px;
}

@media screen and (max-width: 834px) {
  .pan1 {
    display: none;
  }
}
#mainArea {
  position: relative;
}
#mainArea picture img {
  width: 100% !important;
}

footer#global_footer {
  width: 100%;
  min-width: 100% !important;
  height: auto;
  z-index: 1;
  position: relative;
}
footer#global_footer a {
  color: #333;
  text-decoration: none;
}
footer#global_footer a:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

#footer {
  margin-bottom: 30px;
}
#footer .inner {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
}
#footer .inner .flxL {
  text-align: left;
  width: 40%;
}
#footer .inner .flxL > a {
  display: inline-block;
  margin-bottom: 20px;
}
#footer .inner .flxL address {
  font-size: 13px;
  font-size: 1.3rem;
  text-align: left;
}
#footer .inner .flxR {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: 55%;
}
#footer .inner .flxR .fnav ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#footer .inner .flxR .fnav ul li:first-child:before {
  content: "";
  padding: 0s;
}
#footer .inner .flxR .fnav ul li:before {
  content: "/";
  padding: 0 10px;
}
#footer .inner .flxR .fnav ul li a {
  font-size: 13px;
  font-size: 1.3rem;
}
#footer .inner .flxR .fnav ul li a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 1200px) {
  #footer {
    padding: 0 10px;
  }
}
@media screen and (max-width: 834px) {
  #footer {
    padding: 0 30px;
  }
}
@media screen and (max-width: 834px) {
  #footer .inner {
    display: block;
  }
}
@media only screen and (max-width: 1200px) {
  #footer .inner .flxL {
    width: 30%;
  }
}
@media only screen and (max-width: 1000px) {
  #footer .inner .flxL {
    width: 25%;
  }
}
@media screen and (max-width: 834px) {
  #footer .inner .flxL {
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
  }
}
@media screen and (max-width: 834px) {
  #footer .inner .flxL address {
    text-align: center;
  }
}
@media only screen and (max-width: 1200px) {
  #footer .inner .flxR {
    width: 65%;
  }
}
@media only screen and (max-width: 1000px) {
  #footer .inner .flxR {
    width: 70%;
  }
}
@media screen and (max-width: 834px) {
  #footer .inner .flxR {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  #footer .inner .flxR .fnav {
    display: none;
  }
}
@media screen and (max-width: 834px) {
  #footer .inner .flxR .fnav ul {
    justify-content: center;
  }
}
@media screen and (max-width: 640px) {
  #footer .inner .flxR .fnav ul {
    display: block;
    max-width: 320px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 640px) {
  #footer .inner .flxR .fnav ul li:before {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  #footer .inner .flxR .fnav ul li a {
    display: block;
    width: 100%;
    padding-left: 0;
    padding: 10px;
    margin-bottom: 10px;
    background: #00af98;
  }
}
@media screen and (max-width: 640px) {
  #footer .inner .flxR .fnav ul li a:hover {
    background: #13f3d6;
    text-decoration: none;
  }
}
#copy {
  display: block;
  padding: 0;
  text-align: right;
  font-size: 13px;
  font-size: 1.3rem;
}
#copy a {
  text-decoration: none;
}
#copy a:hover {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

@media screen and (max-width: 834px) {
  #copy {
    margin-top: 10px;
    text-align: center;
  }
}
@media screen and (max-width: 640px) {
  #copy {
    margin-top: 0;
  }
}
.scroll-obj {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="5" /></filter></svg>#filter');
  filter: blur(5px);
  transition: 1s;
}

@media screen and (max-width: 834px) {
  .anc > div {
    margin-top: -80px;
    padding-top: 80px;
  }
}
@media only screen and (max-width: 1200px) {
  .cont_1 .inner {
    padding: 0 10px;
  }
}
@media screen and (max-width: 834px) {
  .cont_1 .inner {
    padding: 0 30px;
  }
}
.cont_02 {
  background: url(../images/home/bg_1.jpg) no-repeat;
  background-size: cover;
  padding: 80px 0;
}
.cont_02 .wrap {
  background: #fff;
  padding: 1%;
}
.cont_02 .wrap .box {
  padding: 4%;
  margin-bottom: 0;
}
.cont_02 .wrap .box a {
  display: block;
}

@media only screen and (max-width: 1200px) {
  .cont_02 {
    padding: 80px 10px;
  }
}
@media screen and (max-width: 834px) {
  .cont_02 {
    padding: 80px 30px;
  }
}
@media screen and (max-width: 640px) {
  .cont_02 .wrap .box:not(:last-child) {
    margin-bottom: 20px;
  }
}
.cont_03 {
  position: relative;
  padding: 80px 0;
}
.cont_03 .inner {
  background: #fff;
  padding: 80px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.cont_03:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 70%;
  background: #e0f2f0;
  z-index: -1;
}
.cont_03 .wrap2 {
  justify-content: center;
}
.cont_03 .wrap2 .box {
  margin: 1%;
  width: 31%;
  border: 1px solid #ccc;
  padding: 30px;
}
.cont_03 .wrap2 .box div {
  text-align: center;
  margin-top: 10px;
}

@media only screen and (max-width: 1200px) {
  .cont_03 {
    padding: 80px 10px;
  }
}
@media screen and (max-width: 834px) {
  .cont_03 {
    padding: 80px 30px;
  }
}
@media screen and (max-width: 640px) {
  .cont_03 .inner {
    padding: 30px;
  }
}
@media screen and (max-width: 834px) {
  .cont_03 .wrap2 .box {
    width: 100%;
    margin: 0 0 3% 0;
  }
}
@media only screen and (max-width: 1200px) {
  .cont_04 {
    padding: 0 10px;
  }
}
@media screen and (max-width: 834px) {
  .cont_04 {
    padding: 0 30px;
  }
}
.cont_05 {
  background: #e0f2f0;
  padding: 80px 0;
}

@media only screen and (max-width: 1200px) {
  .cont_05 {
    padding: 80px 10px;
  }
}
@media screen and (max-width: 834px) {
  .cont_05 {
    padding: 80px 30px;
  }
}
@media only screen and (max-width: 1200px) {
  .cont_06 {
    padding: 0 10px;
  }
}
@media screen and (max-width: 834px) {
  .cont_06 {
    padding: 0 30px;
  }
}
.cont_06 .faq_01 {
  border-radius: 10px;
}
.cont_06 .faq_01 .box {
  background: #f7f7f7;
}
.cont_06 .faq_01 .box:nth-child(1) {
  border-radius: 10px 10px 0 0;
  transition: 1s;
  cursor: pointer;
  padding: 30px;
  position: relative;
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
  border: 0px !important;
  border-bottom: 1px dashed #ccc !important;
  width: 100% !important;
}
.cont_06 .faq_01 .box:nth-child(1):hover {
  color: #00af98;
}
.cont_06 .faq_01 .box:nth-child(1) span {
  font-weight: 700;
  font-size: 18px !important;
}
.cont_06 .faq_01 .box:nth-child(1):before {
  content: "Q.";
  margin-right: 15px;
}
.cont_06 .faq_01 .box:nth-child(1):after {
  font-family: "Font Awesome 5 Pro";
  content: "OPEN \f063";
  font-size: 16px;
  font-size: 1.6rem;
  margin: 3px 0 0 10px;
  position: absolute;
  right: 10px;
  font-weight: 700;
}
.cont_06 .faq_01 .box:nth-child(1).aaa:after {
  font-family: "Font Awesome 5 Pro";
  content: "CLOSE \f00d";
  font-size: 16px;
  font-size: 1.6rem;
  margin: 3px 0 0 10px;
  position: absolute;
  right: 10px;
  font-weight: 700;
}
.cont_06 .faq_01 .box:nth-child(2) {
  border-radius: 0 0 10px 10px;
  padding: 30px;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  border: 0px !important;
  width: 100% !important;
  background: #e0f2f0;
}
.cont_06 .faq_01 .box:nth-child(2):before {
  content: "A.";
  margin-right: 15px;
}

@media screen and (max-width: 640px) {
  .cont_06 .faq_01 .box:nth-child(1) div {
    padding-right: 60px;
  }
}
@media only screen and (max-width: 1200px) {
  .cont_07 {
    padding: 0 10px;
  }
}
@media screen and (max-width: 834px) {
  .cont_07 {
    padding: 0 30px;
  }
}
.newswrap {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.newswrap .news {
  padding-right: 10px;
  z-index: 1;
  position: relative;
  height: 400px;
  overflow-y: auto;
}
.newswrap .news .blog_list {
  border: 0;
}
.newswrap .news .blog_list .blog_photo {
  display: none;
}
.newswrap .news .blog_list > div {
  border-bottom: 0;
  padding: 40px;
  background: #fff;
}
.newswrap .news .blog_list > div:nth-child(odd) {
  background: #f7f7f7;
}
.newswrap .news .blog_list .blog_text {
  width: 100%;
  padding: 0;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.newswrap .news .blog_list .blog_text .blog_date {
  line-height: 1.7em;
  font-size: 13px;
  color: #222;
  margin-right: 20px;
  font-weight: 700;
}
.newswrap .news .blog_list .blog_text ul {
  display: none;
}
.newswrap .news .blog_list .blog_text h3 {
  margin-left: 0;
  margin-bottom: 0;
}
.newswrap .news .blog_list .blog_text h3 a {
  color: #333;
}
.newswrap .news .blog_list .blog_text h3 a:hover {
  text-decoration: underline;
}
.newswrap .news .blog_list .blog_text h3 a span {
  display: block;
  font-weight: 400;
  font-size: 13px;
  color: #333;
}
.newswrap .news .blog_list .blog_text .detail {
  display: none;
}

@media screen and (max-width: 640px) {
  .newswrap .news .blog_list .blog_text {
    display: block;
  }
}
@media screen and (max-width: 834px) {
  .anc > div {
    margin-top: -80px;
    padding-top: 80px;
  }
}
.acenter a {
  margin: 0 auto;
}
@keyframes btn-anime-01 {
  100% {
    top: -10px;
    right: -10px;
    bottom: -10px;
    left: -10px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}
.btn._left a {
  margin-left: 0;
}
.btn a {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  margin: 0 auto;
  position: relative;
  max-width: 400px;
  line-height: 1;
  border-radius: 50px;
  background: #00af98;
  display: block;
  padding: 20px 10px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  font-size: 16px;
  font-size: 1.6rem;
}
.btn a:hover {
  background: #13f3d6;
}
.btn a:active:before, .btn a:focus:before, .btn a:hover:before {
  animation-name: btn-anime-01;
  border: 6px solid #13f3d6;
}
.btn a:before {
  transition: 1s;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 40px;
  border: 6px solid #00af98;
  animation-duration: 1s;
}
.btn a:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f105";
  transition: 1s;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  font-size: 13px;
  font-size: 1.3rem;
  color: #fff;
  position: absolute;
  right: 15px;
}

.btn2 {
  justify-content: space-between;
  flex-wrap: wrap;
}
.btn2 .box {
  max-width: 300px;
  width: 48%;
  overflow: inherit !important;
}
.btn2 a {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  margin: 0 auto;
  position: relative;
  line-height: 1;
  border-radius: 50px;
  background: #00af98;
  display: block;
  padding: 20px 10px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  font-size: 16px;
  font-size: 1.6rem;
}
.btn2 a:hover {
  background: #13f3d6;
}
.btn2 a:hover:after {
  color: #13f3d6;
}
.btn2 a:active:before, .btn2 a:focus:before, .btn2 a:hover:before {
  animation-name: btn-anime-01;
  border: 6px solid #13f3d6;
}
.btn2 a:before {
  transition: 1s;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 40px;
  border: 6px solid #00af98;
  animation-duration: 1s;
}
.btn2 a:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f105";
  transition: 1s;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  font-size: 13px;
  font-size: 1.3rem;
  border-radius: 50px;
  background: #fff;
  color: #00af98;
  position: absolute;
  right: 15px;
}

.btn3 {
  max-width: 300px;
}
.btn3 a {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  padding: 10px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.7em;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
  height: 100%;
  background: #eae330;
}
.btn3 a:hover {
  background: #fff500;
}
.btn3 a:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f105";
  font-size: 16px;
  font-size: 1.6rem;
  margin: 3px 0 0 10px;
}

.flex1 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex1._top {
  align-items: flex-start;
}
.flex1._center {
  align-items: center;
}
.flex1:before {
  width: 99%;
  content: "";
  order: 1;
  width: 99%;
  content: "";
  order: 1;
}
.flex1:after {
  width: 99%;
  content: "";
  order: 2;
}
.flex1 .box {
  width: 99%;
  margin-bottom: 2%;
}
.flex1 .box img {
  width: 100% !important;
}

@media screen and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: 49%;
  }
  ._tabwidth3 .box {
    width: 32.3333333333%;
  }
}
@media screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: 49%;
  }
  ._spwidth3 .box {
    width: 32.3333333333%;
  }
}
.flex2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex2._top {
  align-items: flex-start;
}
.flex2._center {
  align-items: center;
}
.flex2:before {
  width: 49%;
  content: "";
  order: 1;
  width: 49%;
  content: "";
  order: 1;
}
.flex2:after {
  width: 49%;
  content: "";
  order: 2;
}
.flex2 .box {
  width: 49%;
  margin-bottom: 2%;
}
.flex2 .box img {
  width: 100% !important;
}

@media screen and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: 49%;
  }
  ._tabwidth3 .box {
    width: 32.3333333333%;
  }
}
@media screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: 49%;
  }
  ._spwidth3 .box {
    width: 32.3333333333%;
  }
}
.flex3 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex3._top {
  align-items: flex-start;
}
.flex3._center {
  align-items: center;
}
.flex3:before {
  width: 32.3333333333%;
  content: "";
  order: 1;
  width: 32.3333333333%;
  content: "";
  order: 1;
}
.flex3:after {
  width: 32.3333333333%;
  content: "";
  order: 2;
}
.flex3 .box {
  width: 32.3333333333%;
  margin-bottom: 2%;
}
.flex3 .box img {
  width: 100% !important;
}

@media screen and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: 49%;
  }
  ._tabwidth3 .box {
    width: 32.3333333333%;
  }
}
@media screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: 49%;
  }
  ._spwidth3 .box {
    width: 32.3333333333%;
  }
}
.flex4 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex4._top {
  align-items: flex-start;
}
.flex4._center {
  align-items: center;
}
.flex4:before {
  width: 24%;
  content: "";
  order: 1;
  width: 24%;
  content: "";
  order: 1;
}
.flex4:after {
  width: 24%;
  content: "";
  order: 2;
}
.flex4 .box {
  width: 24%;
  margin-bottom: 2%;
}
.flex4 .box img {
  width: 100% !important;
}

@media screen and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: 49%;
  }
  ._tabwidth3 .box {
    width: 32.3333333333%;
  }
}
@media screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: 49%;
  }
  ._spwidth3 .box {
    width: 32.3333333333%;
  }
}
.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 {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
  padding: 80px 0;
}

@media only screen and (max-width: 1200px) {
  .bg100 {
    padding: 80px 10px;
  }
}
@media screen and (max-width: 834px) {
  .bg100 {
    padding: 80px 30px;
  }
}
.flex2cl_01 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  position: relative;
}
.flex2cl_01.ai_c {
  align-items: center;
}
.flex2cl_01._rr {
  flex-direction: row;
}
.flex2cl_01 .flxL {
  width: 58%;
}
.flex2cl_01 .flxR {
  width: 40%;
}
.flex2cl_01 .flxR .img {
  width: 100%;
}
.flex2cl_01 .flxR .img img {
  width: 100% !important;
}

@media screen and (max-width: 834px) {
  .flex2cl_01 {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 834px) {
  .flex2cl_01._rr {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 834px) {
  .flex2cl_01 .flxL {
    width: 100%;
  }
}
@media screen and (max-width: 834px) {
  .flex2cl_01 .flxR {
    width: 100%;
    margin-bottom: 30px;
  }
}
.flex2cl_02 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row-reverse;
  position: relative;
}
.flex2cl_02.ai_c {
  align-items: center;
}
.flex2cl_02._rr {
  flex-direction: row;
}
.flex2cl_02 .flxL {
  width: 48%;
}
.flex2cl_02 .flxR {
  width: 50%;
}
.flex2cl_02 .flxR .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.flex2cl_02 .flxR .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.flex2cl_02 .flxR .img {
  width: 100%;
}
.flex2cl_02 .flxR .img img {
  width: 100% !important;
}

@media screen and (max-width: 834px) {
  .flex2cl_02 {
    flex-direction: column;
  }
}
@media screen and (max-width: 834px) {
  .flex2cl_02._rr {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 834px) {
  .flex2cl_02 .flxL {
    margin-bottom: 30px;
    width: 100%;
  }
}
@media screen and (max-width: 834px) {
  .flex2cl_02 .flxR {
    width: 100%;
  }
}
.flex2cl_03 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row-reverse;
  position: relative;
}
.flex2cl_03._rr {
  flex-direction: row;
}
.flex2cl_03 .flxL {
  width: 49%;
}
.flex2cl_03 .flxR {
  width: 49%;
}
.flex2cl_03 .flxR .img {
  width: 100%;
}
.flex2cl_03 .flxR .img img {
  width: 100% !important;
}

@media screen and (max-width: 834px) {
  .flex2cl_03 {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 834px) {
  .flex2cl_03._rr {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 834px) {
  .flex2cl_03 .flxL {
    width: 100%;
  }
}
@media screen and (max-width: 834px) {
  .flex2cl_03 .flxR {
    width: 100%;
    margin-bottom: 30px;
  }
}
.flex2cl_04 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row-reverse;
  position: relative;
}
.flex2cl_04._rr {
  flex-direction: row;
}
.flex2cl_04.ai_c {
  align-items: center;
}
.flex2cl_04 .flxL {
  width: 70%;
}
.flex2cl_04 .flxR {
  width: 28%;
}
.flex2cl_04 .flxR .img {
  width: 100%;
}
.flex2cl_04 .flxR .img img {
  width: 100% !important;
}

@media screen and (max-width: 834px) {
  .flex2cl_04 {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 834px) {
  .flex2cl_04._rr {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 834px) {
  .flex2cl_04 .flxL {
    width: 100%;
  }
}
@media screen and (max-width: 834px) {
  .flex2cl_04 .flxR {
    width: 100%;
    margin-bottom: 30px;
  }
}
.flex5cl {
  border: 0;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
  margin-left: -1.63934%;
}
.flex5cl .box {
  text-align: center;
  position: relative;
  width: 18.36066%;
  margin-left: 1.63934%;
  margin-bottom: 30px;
}

@media screen and (max-width: 834px) {
  .flex5cl {
    margin-left: 0;
    justify-content: center;
  }
}
@media screen and (max-width: 834px) {
  .flex5cl .box {
    width: 32%;
    margin-left: 0;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 640px) {
  .flex5cl .box {
    width: 48%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}
.title_01 h2 {
  font-weight: 700;
  color: #000;
  line-height: 1;
  font-size: 40px;
  font-size: 4rem;
}
.title_01 h2 span {
  color: #00af98;
}

@media screen and (max-width: 834px) {
  .title_01 h2 {
    line-height: 1.7em;
    font-size: 3.5rem;
  }
}
.title_02._left article:after {
  background: url(../images/home/title.jpg) no-repeat left;
}
.title_02 article {
  display: flex;
  flex-direction: column-reverse;
}
.title_02 article:after {
  content: "";
  width: 100%;
  height: 5px;
  background: url(../images/home/title.jpg) no-repeat center;
  margin-bottom: 20px;
}
.title_02 article div {
  font-size: 25px;
  font-size: 2.5rem;
  color: #000;
  font-weight: 700;
  margin-bottom: 10px;
}
.title_02._left h2:after {
  margin: 25px auto 0 0;
}
.title_02 h2 {
  font-weight: 700;
  color: #000;
  line-height: 1;
  font-size: 40px;
  font-size: 4rem;
}
.title_02 h2 span {
  color: #00af98;
}

@media screen and (max-width: 834px) {
  .title_02 article div {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 834px) {
  .title_02 h2 {
    line-height: 1.7em;
    font-size: 3.5rem;
  }
}
.title_03 h3 {
  padding: 0.5em 0.75em;
  background-color: #f6f6f6;
  border-radius: 6px;
  line-height: 1.3;
  margin-top: 40px;
  font-size: 18px;
  font-size: 1.8rem;
}

.title_04 {
  padding: 5px;
  position: relative;
  background: #f2f2f2;
}
.title_04 h2 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 10px;
  position: relative;
  font-weight: 700;
  color: #222;
  line-height: 1.7em;
  font-size: 25px;
  font-size: 2.5rem;
}
.title_04 h2:before {
  content: "";
  border-left: 5px solid #13f3d6;
  height: 20px;
  margin-right: 10px;
}

@media screen and (max-width: 640px) {
  .title_04 h2 {
    font-size: 2rem;
  }
}
.title_05._center article {
  text-align: center;
}
.title_05 h3 {
  display: inline-block;
  font-weight: 700;
  color: #00af98;
  line-height: 1.7em;
  font-size: 18px;
  font-size: 1.8rem;
}
.title_05 h3 span {
  margin-left: 10px;
  font-size: 0.8em;
  color: #13f3d6;
}
.title_05 h3:after {
  content: "";
  background: #00af98;
  height: 2px;
  width: 100%;
  display: block;
  margin-top: 10px;
}

@media screen and (max-width: 640px) {
  .title_05 h3 {
    font-size: 1.6rem;
  }
}
.title_06 h2 {
  color: #fff;
  line-height: 1.7em;
  display: inline;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 900;
}
.title_06 h2 span {
  display: inline-block;
  padding: 0 10px;
  background: #eae330;
}

@media only screen and (max-width: 1000px) {
  .title_06 h2 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 834px) {
  .title_06 h2 {
    font-size: 2rem;
  }
}
.title_07 h3 {
  display: inline-block;
  font-weight: 700;
  color: #00af98;
  line-height: 1.7em;
  font-size: 18px;
  font-size: 1.8rem;
}
.title_07 h3 span {
  margin-right: 10px;
  font-size: 0.9em;
  background: #13f3d6;
  color: #fff;
  padding: 5px 10px;
}

@media screen and (max-width: 640px) {
  .title_07 h3 {
    font-size: 1.6rem;
  }
}
.liststyle ul {
  margin-bottom: 20px;
  margin-top: 15px;
  margin-left: 30px;
}
.liststyle ul li {
  text-indent: -1.7em;
  padding-left: 10px;
  overflow: inherit !important;
}
.liststyle ul li:before {
  content: "●";
  color: #00af98;
  margin-right: 0.5em;
  font-size: 12px;
  font-size: 12px;
  font-size: 1.2rem;
}

.faq_02 {
  background: #f7f7f7;
  border: 1px solid #ccc;
  padding: 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.faq_02 .box:nth-child(1) {
  margin-bottom: 20px;
  position: relative;
  display: flex !important;
  justify-content: flex-start;
  align-items: flex-start;
  border: 0px !important;
  width: 100% !important;
}
.faq_02 .box:nth-child(1):before {
  content: "Q";
  margin-right: 15px;
  font-size: 20px;
  font-size: 2rem;
  width: 40px;
  min-width: 40px;
  height: 40px;
  background: #00af98;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
}
.faq_02 .box:nth-child(2) {
  position: relative;
  display: flex !important;
  justify-content: flex-start;
  align-items: flex-start;
  border: 0px !important;
  width: 100% !important;
}
.faq_02 .box:nth-child(2):before {
  content: "A";
  margin-right: 15px;
  font-size: 20px;
  font-size: 2rem;
  min-width: 40px;
  width: 40px;
  height: 40px;
  background: #00af98;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
}

.flow_wrap {
  border: 1px solid #e0f2f0;
  border-bottom: none;
}

.flow {
  border-bottom: 1px solid #e0f2f0;
  position: relative;
}
.flow:last-child:before, .flow:last-child:after {
  display: none;
}
.flow:before {
  content: "";
  border: solid transparent;
  position: absolute;
  top: 100%;
  left: 9.5%;
  transform: translateX(-50%);
  border-width: 21px;
  border-top-color: #e0f2f0;
}
.flow:after {
  content: "";
  border: solid transparent;
  position: absolute;
  top: 100%;
  left: 9.5%;
  transform: translateX(-50%);
  border-width: 21px;
  border-top-color: #e0f2f0;
  border-width: 20px;
  border-top-color: #fff;
}
.flow h3 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 10px;
  border-bottom: 1px dashed #ddd;
  padding-bottom: 10px;
}
.flow h3 .step {
  background: #00af98;
  color: #fff;
  padding: 0 10px;
  display: inline-block;
  margin-right: 15px;
  font-size: 16px;
  font-size: 1.6rem;
}

.waku {
  background: #f7f7f7;
  border: 1px solid #ccc;
  padding: 30px;
}

.subImg {
  cursor: pointer;
}

.company_area dl:first-child dt {
  border-top: 1px solid #ccc !important;
}
.company_area dt, .company_area dd {
  background: none !important;
  border: none !important;
  padding: 1.5em 1em !important;
}
.company_area dt {
  border-bottom: 1px solid #ccc !important;
}
.company_area dd {
  border-bottom: 1px solid #eee !important;
}
.company_area dd .wrap {
  display: block !important;
  border: 1px solid #ccc;
  background: #f7f7f7;
  padding: 15px;
}
.company_area dd .wrap:not(:last-child) {
  margin-bottom: 30px;
}
.company_area dd .wrap .ttl {
  font-weight: 700;
}

@media screen and (max-width: 640px) {
  .company_area dl {
    border-top: 1px solid #ccc !important;
    padding-top: 15px !important;
    display: flex;
    flex-flow: column;
  }
  .company_area dl:first-child dt {
    border-top: 0 !important;
  }
  .company_area dt {
    border-bottom: 0 !important;
    font-weight: bold;
    padding: 5px !important;
    display: block;
    width: 100% !important;
  }
  .company_area dd {
    padding: 5px !important;
    display: block;
    width: 100% !important;
    padding-bottom: 15px !important;
    border-bottom: 1px solid #fff !important;
  }
}
.comp dl dt {
  min-width: 250px;
  align-items: center !important;
}

@media screen and (max-width: 640px) {
  .comp dl {
    display: flex;
    flex-flow: column;
  }
  .comp dt {
    border-right: 1px solid #ccc !important;
    border-bottom: 0 !important;
    font-weight: bold;
    text-align: center;
    display: flex !important;
    padding: 5px !important;
    display: block;
    width: 100% !important;
    justify-content: center !important;
    align-items: center !important;
    flex-wrap: wrap;
  }
  .comp dd {
    text-align: center;
    display: flex !important;
    padding: 5px !important;
    display: block;
    width: 100% !important;
    justify-content: center !important;
    align-items: center !important;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 640px) {
  .comp2 tbody tr {
    border: 3px solid #dbd6c9 !important;
  }
}
.comp2 tbody tr .ttl {
  width: 300px !important;
  border: 3px solid rgba(0, 175, 152, 0.5) !important;
}
.comp2 tbody tr .txt {
  border: 3px solid #dbd6c9 !important;
}
.comp2 tbody tr td {
  border: 0 !important;
}

@media screen and (max-width: 640px) {
  .comp2 tbody tr .ttl {
    width: 100% !important;
    border: 0 !important;
  }
}
@media screen and (max-width: 640px) {
  .comp2 tbody tr .txt {
    margin-top: -3px;
    border-bottom: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    border-top: 3px solid #dbd6c9 !important;
  }
}
.contact_01 {
  background: #f0f0f0;
  margin: 0 auto;
  padding: 50px;
  color: #333;
}
.contact_01 .submit_l, .contact_01 .submit_r {
  float: none !important;
}
.contact_01 dl {
  margin-bottom: 40px;
  font-size: 15px;
}
.contact_01 dl:last-child {
  margin-bottom: 0;
}
.contact_01 dl dt {
  line-height: 1;
  font-size: 16px;
  max-width: 200px;
  min-width: 200px;
  width: 30% !important;
  font-weight: 700;
  border: 0 !important;
  background-color: inherit !important;
  padding: 0 !important;
  justify-content: flex-start !important;
}
.contact_01 dl dt label {
  background: #d34051;
  color: #fff !important;
  display: inline-block;
  line-height: 1;
  padding: 5px 7px;
  font-size: 12px;
  font-size: 12px;
  font-size: 1.2rem;
  margin-right: 5px;
  margin-top: 5px;
}
.contact_01 dl dd {
  text-align: left;
  width: 80% !important;
  border: 0 !important;
  background-color: inherit !important;
  padding: 0 !important;
}
.contact_01 dl dd span {
  line-height: 1;
  margin-right: 0;
}
.contact_01 .file {
  border-top: 0 !important;
  flex-direction: row !important;
  border-top: 0 !important;
}
.contact_01 .file dt {
  font-size: 16px;
  display: flex !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  flex-direction: column !important;
}
.contact_01 .file dd label {
  position: static !important;
  margin-left: auto !important;
  margin-bottom: 10px;
}
.contact_01 .file dd div {
  line-height: 1.4em;
  color: #666;
  font-size: 14px;
  letter-spacing: -0.05em;
}
.contact_01 .submit {
  margin: 0px auto !important;
}

@media screen and (max-width: 640px) {
  .contact_01 dl dt {
    width: 100% !important;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 640px) {
  .contact_01 dl dd {
    width: 100% !important;
  }
}
@media screen and (max-width: 640px) {
  .contact_01 .file {
    flex-direction: column !important;
  }
}
@media screen and (max-width: 640px) {
  .contact_01 .file dt {
    flex-direction: row !important;
  }
}
.contact_02 {
  background: #f0f0f0;
  margin: 0 auto;
  padding: 30px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #333;
}
.contact_02 a {
  font-size: 1.5em;
}

.privacypolicy {
  padding: 20px;
  border: 1px solid #ddd;
  background: #fff;
}
.privacypolicy .privacypolicy_inner {
  max-height: 300px;
  overflow-y: scroll;
  padding-right: 20px;
  font-size: 14px;
  font-size: 1.4rem;
}
.privacypolicy .privacypolicy_inner h3 {
  background: #eee;
  font-weight: bold;
  padding: 5px 15px;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 10px;
}
.privacypolicy .privacypolicy_inner dt {
  font-weight: bold;
}

@media screen and (max-width: 640px) {
  .privacypolicy {
    padding: 15px;
  }
}
@media screen and (max-width: 640px) {
  .privacypolicy .privacypolicy_inner {
    max-height: 240px;
    padding-right: 15px;
  }
}
#agree_check {
  background: #ebf0f6;
  border: 1px solid #ddd;
  border-top: none;
  padding: 5px;
}
#agree_check label {
  display: flex;
  align-items: center;
  justify-content: center;
}
#agree_check label span {
  background: #d34051;
  color: #fff !important;
  display: inline-block;
  line-height: 1;
  padding: 5px 7px;
  font-size: 12px;
  font-size: 1.2rem;
  margin-right: 5px;
}

@media screen and (max-width: 640px) {
  #agree_check label {
    font-size: 1.4rem;
  }
}
.contact_03 a {
  font-weight: 700;
  font-size: 30px;
  font-size: 3rem;
  color: #00af98;
}

.modaal-content-container {
  display: flex;
  align-items: center;
}
.modaal-content-container .box {
  width: 48%;
}
.modaal-content-container .box:nth-of-type(1) {
  margin-right: 15px;
}
.modaal-content-container .box img {
  width: 100% !important;
}
.modaal-content-container .box h3 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  border-bottom: 1px solid #00af98;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.modaal-content-container .box span {
  color: #970f00;
}

@media only screen and (max-width: 640px) {
  .modaal-content-container {
    display: block;
  }
  .modaal-content-container .box {
    width: 100% !important;
    margin-bottom: 5%;
  }
}
@media only screen and (max-width: 640px) {
  .modaal-content-container .box:nth-of-type(1) {
    margin-right: 0;
  }
}
.modaal-container {
  background: rgba(255, 255, 255, 0.8) !important;
  max-width: 1350px !important;
}

.fancybox-slide > * {
  margin: 45px;
}

.blog div.wrap {
  font-size: 14px;
  font-size: 1.4rem;
  width: 100%;
  max-width: 1200px;
  margin: 100px auto;
  padding-bottom: 100px;
  padding: 0;
  background-color: inherit;
  display: flex;
}
.blog div.wrap aside {
  max-width: 30%;
  width: 100%;
  min-width: inherit;
}
.blog div.wrap aside nav > a {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  margin: 30px auto 0;
  position: relative;
  max-width: 300px;
  line-height: 1;
  border-radius: 50px;
  background: #00af98;
  display: block;
  padding: 20px 10px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  font-size: 16px;
  font-size: 1.6rem;
}
.blog div.wrap aside nav > a:hover {
  background: #13f3d6;
}
.blog div.wrap aside nav > a:hover:after {
  color: #13f3d6;
}
.blog div.wrap aside nav > a:active:before, .blog div.wrap aside nav > a:focus:before, .blog div.wrap aside nav > a:hover:before {
  animation-name: btn-anime-01;
  border: 6px solid #13f3d6;
}
.blog div.wrap aside nav > a:before {
  transition: 1s;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 40px;
  border: 6px solid #00af98;
  animation-duration: 1s;
}
.blog div.wrap aside nav > a:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f105";
  transition: 1s;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  font-size: 13px;
  font-size: 1.3rem;
  border-radius: 50px;
  background: #fff;
  color: #00af98;
  position: absolute;
  right: 15px;
}
.blog div.wrap aside nav ul li {
  padding: 0 0 10px 0;
}
.blog div.wrap aside nav ul li:not(:first-child) {
  padding: 10px 0;
}
.blog div.wrap aside nav ul li:last-child {
  border-bottom: 0;
  padding: 10px 0 0 0;
}
.blog div.wrap aside #calendar #form_calendar {
  background: none;
  box-shadow: none;
}
.blog div.wrap aside #calendar #form_calendar .head span {
  color: #333;
}
.blog div.wrap aside #calendar #form_calendar table th {
  color: #333;
}
.blog div.wrap aside #calendar #form_calendar table td:first-of-type {
  background: #00af98;
}
.blog div.wrap aside #calendar #form_calendar table td label {
  color: #333;
}
.blog div.wrap aside #calendar #form_calendar table td.other {
  background: #00af98;
}
.blog div.wrap #contents {
  max-width: 67%;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.blog div.wrap #contents article {
  padding: 0;
}
.blog div.wrap #contents article h1 {
  letter-spacing: 0.2em;
  font-weight: 700;
  color: #00af98;
  line-height: 1.7em;
  font-size: 20px;
  font-size: 2rem;
}
.blog div.wrap #contents article h1:before {
  content: "";
  background: #00af98;
  width: 40px;
  height: 2px;
  display: block;
  margin: 0 auto 15px 0;
}
.blog div.wrap nav > div {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  background: #00af98;
}
.blog div.wrap nav .category {
  border: 1px solid #ccc;
  padding: 15px;
}
.blog div.wrap nav .category li:first-child {
  border-top: 0;
}
.blog div.wrap nav .category li a {
  font-weight: 400;
  color: #222;
  border-left: 5px solid #00af98;
  background: #f7f7f7;
  text-align: left;
  padding: 10px;
  display: block;
}
.blog div.wrap nav .category li a span {
  display: block;
  padding: 0;
}
.blog div.wrap nav .pages {
  border: 1px solid #ccc;
  padding: 15px;
}
.blog div.wrap nav .pages li:first-child {
  border-top: 0;
}
.blog div.wrap nav .pages li a {
  font-weight: 400;
  color: #333;
  text-align: left;
  display: block;
}
.blog div.wrap nav .pages li a span {
  font-weight: 400;
  display: block;
  padding: 0;
  font-size: 0.8em;
}

@media only screen and (max-width: 1200px) {
  .blog div.wrap {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 834px) {
  .blog div.wrap {
    flex-direction: column-reverse;
    padding: 0 30px;
  }
}
@media screen and (max-width: 834px) {
  .blog div.wrap aside {
    max-width: 100%;
  }
}
@keyframes btn-anime-01 {
  100% {
    top: -10px;
    right: -10px;
    bottom: -10px;
    left: -10px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}
@media screen and (max-width: 834px) {
  .blog div.wrap #contents {
    max-width: 100%;
  }
}
.blogslider .owl-stage, .blogslider ul {
  display: flex;
}

.slider_02 ul {
  display: block;
}
.slider_02 ul .slick-list .slick-track li img {
  margin: 0 auto;
}
.slider_02 ul .slick-prev, .slider_02 ul .slick-next {
  display: none !important;
}
.slider_02 ul .slick-dots {
  margin-top: 30px;
  position: static;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin-left: -1.96078%;
  margin-bottom: 50px;
}
.slider_02 ul .slick-dots li {
  position: relative;
  width: 14.70588%;
  height: auto;
  margin: 0;
  margin-left: 1.96078%;
  margin-bottom: 30px;
}
.slider_02 ul .slick-dots li img {
  width: 100% !important;
}

@media screen and (max-width: 834px) {
  .slider_02 ul .slick-dots {
    margin-left: -2.1097%;
  }
}
@media screen and (max-width: 640px) {
  .slider_02 ul .slick-dots {
    justify-content: space-between;
    margin-left: 0;
  }
}
@media screen and (max-width: 834px) {
  .slider_02 ul .slick-dots li {
    width: 31.2236%;
    margin-left: 2.1097%;
    display: block;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 640px) {
  .slider_02 ul .slick-dots li {
    width: 48%;
    margin-left: 0;
  }
}
div.items > article a {
  color: #111;
  text-decoration: none !important;
  font-size: 16px;
}
div.under ul li a {
  font-weight: 400;
  font-family: "Times New Roman", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  border: 1px solid #333;
  color: #333 !important;
  padding: 10px;
}
div.under ul li a:hover {
  border: 1px solid #b0ddd9;
  background: #b0ddd9;
  color: #fff !important;
}
div.select > select {
  height: 100%;
}
div.search form input {
  padding: 10px 37px 10px 5px;
}
div.order ul li a {
  color: #111;
}
div.items > article p.price {
  color: red;
}
div.crumb {
  display: none;
}
div.item_view div.item_option {
  width: 100% !important;
}
div.item_option dl {
  width: 50% !important;
}

button.addcart {
  width: 50% !important;
}

@media screen and (max-width: 834px) {
  div.item_option dl, button.addcart {
    margin: 0 auto;
  }
}
@media screen and (max-width: 834px) {
  .addcart {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}
div.item_view div.struct {
  display: block;
}
div.photo {
  margin-left: 0;
}
div.photo div.large {
  width: auto;
}

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

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

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

.sort_catalog {
  overflow: hidden;
}
.sort_catalog ul {
  display: flex;
}

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

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

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

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

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

.shop_cont table {
  table-layout: auto;
}

.inner-full {
  margin-right: calc(50% - 50vw) !important;
  margin-left: calc(50% - 50vw) !important;
}

.inner-600 {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 40px;
  padding-left: 40px;
}
@media (max-width: 834px) {
  .inner-600 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.inner-700 {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 40px;
  padding-left: 40px;
}
@media (max-width: 834px) {
  .inner-700 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.inner-800 {
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 40px;
  padding-left: 40px;
}
@media (max-width: 834px) {
  .inner-800 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.inner-900 {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 40px;
  padding-left: 40px;
}
@media (max-width: 834px) {
  .inner-900 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.inner-1000 {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 40px;
  padding-left: 40px;
}
@media (max-width: 834px) {
  .inner-1000 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.inner-1100 {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 40px;
  padding-left: 40px;
}
@media (max-width: 834px) {
  .inner-1100 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.inner-1200 {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 40px;
  padding-left: 40px;
}
@media (max-width: 834px) {
  .inner-1200 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.inner-1300 {
  max-width: 1380px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 40px;
  padding-left: 40px;
}
@media (max-width: 834px) {
  .inner-1300 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.inner-1400 {
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 40px;
  padding-left: 40px;
}
@media (max-width: 834px) {
  .inner-1400 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.inner-1500 {
  max-width: 1580px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 40px;
  padding-left: 40px;
}
@media (max-width: 834px) {
  .inner-1500 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.inner-1600 {
  max-width: 1680px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 40px;
  padding-left: 40px;
}
@media (max-width: 834px) {
  .inner-1600 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.inner-1920 {
  max-width: 2000px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 40px;
  padding-left: 40px;
}
@media (max-width: 834px) {
  .inner-1920 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.blog div.wrap aside #calendar #form_calendar table td:first-of-type,
.blog div.wrap aside #calendar #form_calendar table td.other {
  background: white;
}

.blog div.wrap aside #calendar #form_calendar table td.close {
  background: rgb(255, 243, 245);
}

.blog div.wrap aside #calendar #form_calendar table .other label {
  color: transparent;
}

div#form_calendar table tbody tr td.blog label {
  width: unset;
  height: unset;
  background-color: transparent;
  line-height: unset;
  border-radius: 0;
}

div#form_calendar dl.open {
  display: none;
}

div#form_calendar dl.close label {
  background-color: rgb(255, 243, 245);
}/*# sourceMappingURL=common_style.css.map */