@charset "UTF-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : assets.css
 Style : assets
================================================================= */
* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

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

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

.inner {
  margin: 0 auto;
  max-width: 1120px;
  padding: 0 10px;
}

@media only screen and (max-width: 834px) {
  .inner {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

#contents_wrap {
  width: 100%;
  min-width: 100%;
  margin-top: 157px;
  margin-bottom: 100px;
  overflow: hidden;
}

@media only screen and (max-width: 834px) {
  #contents_wrap {
    margin-top: 0;
  }
}

@media only screen and (max-width: 640px) {
  #contents_wrap {
    margin-bottom: 50px;
  }
}

#contents {
  width: 100%;
  max-width: 1120px;
  padding: 0 10px;
}

@media only screen and (max-width: 834px) {
  #contents {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

#main {
  width: 100%;
}

#main #col_main {
  width: 100%;
}

.pankuzu {
  font-size: 13px;
  color: #000;
}

.pankuzu li {
  display: inline-block;
}

.pankuzu li span {
  font-weight: bold;
}

.pankuzu a {
  color: #000;
  text-decoration: none;
  font-weight: bold;
}

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

.pankuzu li:first-child {
  padding-left: 20px;
  position: relative;
}

.pankuzu li:first-child:before {
  position: absolute;
  content: "\f015";
  font-family: "Font Awesome 5 Pro";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  font-weight: bold;
}

.breadcrumb {
  text-align: right;
}

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

.error_link h1 {
  margin-bottom: 50px;
  font-size: 30px;
}

.error_link a {
  display: inline-block;
  margin-top: 50px;
  color: #000;
}

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

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 {
  font-size: 80%;
}

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

span {
  font-weight: inherit;
}

u {
  text-decoration: underline;
}

b {
  font-weight: bold;
}

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

a {
  text-decoration: underline;
  -webkit-transition: all .8s;
  transition: all .8s;
}

a:hover {
  text-decoration: none;
}

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

@media only 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", 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 only 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 {
  max-width: 100%;
  width: 100%;
  min-width: 100%;
  height: auto;
}

.header {
  position: relative;
}

.header-sect {
  padding: 20px 0;
}

@media only screen and (max-width: 1350px) {
  .header-sect {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

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

@media only screen and (max-width: 640px) {
  .header-sect .siteID {
    width: 65%;
  }
}

.header-right {
  position: absolute;
  top: 20px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
}

@media only screen and (max-width: 1350px) {
  .header-right {
    position: static;
  }
}

@media only screen and (max-width: 834px) {
  .header-right {
    margin-top: 20px;
  }
}

.header-item:first-child {
  margin-right: 15px;
}

.header-item:first-child a {
  font-weight: bold;
  font-size: 22px;
  color: #000;
  position: relative;
  padding-left: 20px;
}

.header-item:first-child a:before {
  position: absolute;
  content: "";
  background: url(../images/contents/tel.png);
  width: 14px;
  height: 21px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.header-item:last-child a {
  color: #fff;
  background: #ee4d00;
  display: block;
  text-decoration: none;
  padding: 12px 55px 12px 69px;
  position: relative;
}

@media only screen and (max-width: 500px) {
  .header-item:last-child a {
    font-size: 14px;
    padding: 12px 30px 12px 44px;
  }
}

.header-item:last-child a:before {
  position: absolute;
  content: "";
  background: url(../images/contents/mail.png);
  width: 19px;
  height: 14px;
  left: 34px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media only screen and (max-width: 500px) {
  .header-item:last-child a:before {
    left: 19px;
  }
}

.header .nav {
  background: #f5f5f5;
}

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

.header .nav-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 70%;
  margin: 0 auto;
}

@media only screen and (max-width: 1650px) {
  .header .nav-ul {
    width: 85%;
  }
}

@media only screen and (max-width: 1350px) {
  .header .nav-ul {
    width: 100%;
  }
}

.header .nav-item {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  line-height: 1;
}

@media only screen and (max-width: 1000px) {
  .header .nav-item {
    width: auto;
  }
}

.header .nav-item a {
  display: block;
  padding: 19px 0;
  text-decoration: none;
  color: #000;
  font-weight: bold;
}

@media only screen and (max-width: 1350px) {
  .header .nav-item a {
    font-size: 14px;
  }
}

.header .nav-item a .nav-blk {
  margin-top: 9px;
  display: block;
  font-size: 13px;
  font-weight: 400;
  font-family: Oswald;
}

.header .fixed-head {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 111111111;
}

@media only screen and (max-width: 834px) {
  .header .fixed-head {
    position: relative;
    z-index: 999;
  }
}

.header .fixed-head section {
  background: #fff;
}

#mainArea {
  position: relative;
  margin-top: 157px;
}

@media only screen and (max-width: 834px) {
  #mainArea {
    margin-top: 0;
  }
}

#mainArea .slick-track li {
  outline: none;
}

#mainArea .slick-track li picture img {
  width: 100%;
}

@media only screen and (max-width: 640px) {
  #mainArea .slick-track li picture img {
    height: 250px !important;
  }
}

#mainArea .maintxt img {
  position: absolute;
  width: 60%;
  right: 14%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 30px;
}

@media only screen and (max-width: 1000px) {
  #mainArea .maintxt img {
    width: 65%;
    -webkit-transform: translatex(-50%) translateY(-50%);
            transform: translatex(-50%) translateY(-50%);
    top: 50%;
    left: 50%;
    padding-right: 0;
    bottom: auto !important;
    right: auto;
  }
}

@media only screen and (max-width: 640px) {
  #mainArea .maintxt img {
    width: 80%;
  }
}

.header .hov {
  font-weight: bold;
}

.header .hov .nav-blk {
  margin-top: 9px;
  display: block;
  font-size: 13px;
  font-weight: 400;
  font-family: Oswald;
}

/* ----------------------------------------------------------
hamburger menu
---------------------------------------------------------- */
.nav-toggle {
  display: none;
}

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

@media only screen and (max-width: 834px) {
  /* toggle */
  #nav-toggle {
    position: fixed;
    top: 10px;
    right: 15px;
    height: 32px;
    cursor: pointer;
  }
  #nav-toggle > div {
    position: relative;
    width: 50px;
    height: 50px;
    background: #4c4c4c;
  }
  #nav-toggle span {
    width: 30px;
    height: 3px;
    left: 10px;
    display: block;
    background: #fff;
    position: absolute;
    -webkit-transition: top .5s ease, -webkit-transform .3s ease-in-out;
    transition: top .5s ease, -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out, top .5s ease;
    transition: transform .3s ease-in-out, top .5s ease, -webkit-transform .3s ease-in-out;
    /* #nav-toggle close */
  }
  #nav-toggle span:nth-child(1) {
    top: 11px;
  }
  #nav-toggle span:nth-child(2) {
    top: 23px;
  }
  #nav-toggle span:nth-child(3) {
    top: 35px;
  }
  .open #nav-toggle span:nth-child(1) {
    top: 22px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    background-color: #fff;
  }
  .open #nav-toggle span:nth-child(2) {
    top: 22px;
    width: 0;
    left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
    top: 22px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    background-color: #fff;
  }
  /* z-index */
  #nav-toggle {
    z-index: 1000;
  }
  #global_footer .nav ul {
    z-index: 999;
  }
  /* nav */
  #global_footer .nav ul {
    overflow-x: auto;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 990;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 !important;
    background: #4c4c4c;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transition: -webkit-transform 1s ease-in-out;
    transition: -webkit-transform 1s ease-in-out;
    transition: transform 1s ease-in-out;
    transition: transform 1s ease-in-out, -webkit-transform 1s ease-in-out;
  }
  #global_footer .nav ul ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    list-style: none;
  }
  #global_footer .nav ul ul li {
    display: block;
    width: 100%;
    text-decoration: none;
  }
  #global_footer .nav ul ul li a {
    display: block;
    padding: 3% !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    font-size: 22px !important;
    text-align: left;
    color: #000 !important;
  }
}

@media only screen and (max-width: 834px) and (max-width: 640px) {
  #global_footer .nav ul ul li a {
    padding: 4% !important;
    font-size: 16px !important;
  }
}

@media only screen and (max-width: 834px) {
  #global_footer .nav ul ul li:first-of-type a {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
  }
  .open #global_footer .nav ul {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

.open nav {
  position: fixed;
  width: 100%;
  height: 100%;
}

.header .nav {
  padding: 0 10px;
}

.header .nav .hov {
  color: #000;
  position: relative;
  cursor: pointer;
}

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

.header .sub {
  position: absolute;
  width: 230px !important;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #f5f5f5 !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 5px 20px 10px 20px;
}

@media only screen and (max-width: 834px) {
  .header .sub {
    position: static;
    top: auto;
    left: auto;
    -webkit-transform: inherit;
            transform: inherit;
    width: 100%;
    background: transparent;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
}

.header .sub li {
  border: none;
  line-height: 1.3;
  width: 100%;
  padding: 10px 0;
}

.header .sub li:last-of-type {
  border-bottom: 0;
}

.header .sub li:before {
  content: none;
}

.header .sub li:after {
  content: none;
}

.header .sub li a {
  display: block;
  padding: 15px 10px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #000 !important;
  font-size: 14px;
  border-right: none !important;
}

.fixed {
  position: fixed;
  right: 0;
  z-index: 111111111111111111;
  top: 157px;
}

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

.fixed .fixbtn01 {
  margin-bottom: 10px;
}

.spfixed {
  display: none;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 111;
}

@media only screen and (max-width: 640px) {
  .spfixed {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.spfixed .fixbtn01 {
  width: 50%;
}

.spfixed .fixbtn01 a {
  background: #ee4d00;
  text-decoration: none;
  display: block;
  color: #fff;
  padding: 9px 0;
  font-size: 14px;
}

.spfixed .fixbtn02 {
  width: 50%;
}

.spfixed .fixbtn02 a {
  background: #00b900;
  text-decoration: none;
  color: #fff;
  display: block;
  padding: 9px 0;
  font-size: 14px;
}

footer#global_footer {
  width: 100%;
  min-width: 100% !important;
  height: auto;
  font-size: 13px;
  background: #4c4c4c;
  padding: 34px 10px;
}

@media only screen and (max-width: 640px) {
  footer#global_footer {
    margin-bottom: 46px;
  }
}

footer .nav {
  margin-bottom: 40px;
}

footer .nav-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 70%;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 1500px) {
  footer .nav-ul {
    width: 590px;
  }
}

@media only screen and (max-width: 834px) {
  footer .nav-item {
    padding: 10px;
    border-bottom: 1px solid #fff;
    width: 80%;
    margin: 0 auto;
  }
}

footer .nav-item a {
  display: block;
  padding: 10px;
  text-decoration: none;
  color: #fff;
}

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

footer p {
  color: #fff;
}

footer p a {
  color: #fff;
}

footer .tel-link a {
  color: #fff;
}

#copy {
  font-size: 14px;
  color: #fff;
}

#copy a {
  font-size: 14px;
  text-decoration: none;
  color: #fff;
}

.footer .hov {
  color: #fff;
}

@media only screen and (max-width: 834px) {
  .footer .hov {
    display: none;
  }
}

.footer .hov03 {
  display: none;
}

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

/* ------------------------------------------------------------
index.html
------------------------------------------------------------ */
.index-pos {
  background: url(../images/contents/txt01.png);
  background-repeat: no-repeat;
}

@media only screen and (max-width: 640px) {
  .index-pos {
    background: none;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .index-pos .index-posab {
    position: absolute;
    top: 460px;
  }
}

@media only screen and (max-width: 640px) {
  .index-pos .index-posab {
    position: static;
    -webkit-transform: inherit;
            transform: inherit;
  }
}

.bg01 {
  padding-top: 150px;
  background-repeat: no-repeat;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .bg01 {
    padding-top: 70px;
  }
}

@media only screen and (max-width: 640px) {
  .bg01 {
    background: none !important;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.bg01 .txt01 {
  padding: 0 10px;
}

.bg01 .txt01 div {
  font-size: 18px;
}

@media only screen and (max-width: 1000px) {
  .bg01 .txt01 div {
    font-size: 16px;
  }
}

@media only screen and (max-width: 834px) {
  .bg01 .txt01 div {
    text-align: left !important;
  }
}

.title_01 h2 {
  font-size: 40px;
  font-family: Oswald;
  font-weight: bold;
  line-height: 1;
}

.title_01 h2 .blk {
  font-size: 15px;
  font-family: 'Noto Sans JP';
  position: relative;
  padding: 0 110px;
  font-weight: 400;
}

.title_01 h2 .blk:before {
  position: absolute;
  content: "";
  width: 110px;
  height: 1px;
  background: #000;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -25px;
}

@media only screen and (max-width: 640px) {
  .title_01 h2 .blk:before {
    width: 80px;
    left: 5px;
  }
}

.title_01 h2 .blk:after {
  position: absolute;
  content: "";
  width: 110px;
  height: 1px;
  background: #000;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -25px;
}

@media only screen and (max-width: 640px) {
  .title_01 h2 .blk:after {
    width: 80px;
    right: 5px;
  }
}

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

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

.banner-fle .box {
  width: 31%;
}

@media only screen and (max-width: 640px) {
  .banner-fle .box {
    text-align: center;
    margin-bottom: 25px;
    width: 100%;
  }
  .banner-fle .box:last-child {
    margin-bottom: 0;
  }
}

.imgfle-01 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}

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

.imgfle-01 .box:first-child {
  margin-right: 40px;
}

@media only screen and (max-width: 640px) {
  .imgfle-01 .box:first-child {
    margin-right: 0;
    margin-bottom: 30px;
  }
}

.imgfle-02 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}

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

.imgfle-02 .box:first-child {
  margin-right: 40px;
}

@media only screen and (max-width: 640px) {
  .imgfle-02 .box:first-child {
    margin-right: 0;
    margin-bottom: 30px;
  }
}

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

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

.sns-fle .box01 {
  width: 48%;
}

@media only screen and (max-width: 834px) {
  .sns-fle .box01 {
    width: 100%;
  }
}

.sns-fle .box01 .facebook {
  text-align: center;
}

@media only screen and (max-width: 1100px) {
  .sns-fle .box01 .facebook {
    display: none;
  }
}

@media only screen and (max-width: 834px) {
  .sns-fle .box01 .facebook {
    display: block;
  }
}

@media only screen and (max-width: 550px) {
  .sns-fle .box01 .facebook {
    display: none;
  }
}

.sns-fle .box01 #facebook ._2p3a {
  margin: 0 auto !important;
}

.sns-fle .box02 {
  width: 48%;
}

@media only screen and (max-width: 834px) {
  .sns-fle .box02 {
    width: 100%;
    margin-top: 60px;
  }
}

.sns-fle .box02 .twitter {
  margin: 0 auto;
  width: 500px;
  height: 500px !important;
  max-height: 500px;
  overflow-x: auto;
}

@media only screen and (max-width: 834px) {
  .sns-fle .box02 .twitter {
    width: 500px !important;
  }
}

.sns-fle #facebook ._2p3a {
  margin: 0 auto !important;
}

.fbwrap {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}

@media only screen and (max-width: 834px) {
  .fbwrap {
    width: 100% !important;
    max-width: 500px;
  }
}

.facebook01 {
  display: none;
  text-align: center;
}

@media only screen and (max-width: 1100px) {
  .facebook01 {
    display: block;
  }
}

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

@media only screen and (max-width: 550px) {
  .facebook01 {
    display: block;
  }
}

/* ------------------------------------------------------------
concept.html
------------------------------------------------------------ */
.h1bg {
  background: url(../images/contents/h1bg03.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  padding: 90px 30px;
  position: relative;
}

@media only screen and (max-width: 640px) {
  .h1bg {
    padding: 60px 30px;
  }
}

.h1bg h1 {
  color: #fff;
  font-size: 30px;
  font-weight: bold;
}

.h1bg h1 .blk5 {
  margin-left: 15px;
}

@media only screen and (max-width: 640px) {
  .h1bg h1 .blk5 {
    display: block;
    margin-left: 0;
  }
}

@media only screen and (max-width: 500px) {
  .title_02sp_1 h1 {
    font-size: 26px;
  }
}

.title_03 {
  position: relative;
}

.title_03:before {
  position: absolute;
  content: '';
  bottom: -3px;
  left: 0;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 15px transparent;
  border-bottom: solid 15px #ee4d00;
}

.title_03 > div:after {
  position: absolute;
  content: '';
  bottom: -3px;
  left: 10px;
  width: 85%;
  border-bottom: solid 5px #ee4d00;
}

@media only screen and (max-width: 834px) {
  .title_03 > div:after {
    width: 100%;
  }
}

.title_03 h2 {
  line-height: 1.4;
  height: 85px;
  margin-right: 100px;
  padding-left: 30px;
  word-break: break-all;
  font-weight: bold;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 1000px) {
  .title_03 h2 {
    font-size: 18px;
  }
}

@media only screen and (max-width: 834px) {
  .title_03 h2 {
    margin-right: 0;
    height: auto;
    padding-bottom: 10px;
  }
}

.title_03 h2:after {
  position: absolute;
  top: 0;
  right: 60px;
  width: 0;
  height: 0;
  content: '';
  border-width: 75px 55px 0 0;
  border-style: solid;
  border-color: #ee4d00 transparent transparent transparent;
}

@media only screen and (max-width: 834px) {
  .title_03 h2:after {
    content: none;
  }
}

.title_03 h2 .fonch {
  font-size: 40px;
  font-size: 4rem;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  padding-top: 3px;
  padding-left: 16px;
  color: #ee4d00;
}

@media only screen and (max-width: 834px) {
  .title_03 h2 .fonch {
    display: none;
  }
}

.title_04 {
  position: relative;
}

.title_04:before {
  position: absolute;
  content: '';
  bottom: -3px;
  left: 0;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 15px transparent;
  border-bottom: solid 15px #ee4d00;
}

.title_04 > div:after {
  position: absolute;
  content: '';
  bottom: -3px;
  left: 10px;
  width: 85%;
  border-bottom: solid 5px #ee4d00;
}

@media only screen and (max-width: 834px) {
  .title_04 > div:after {
    width: 100%;
  }
}

.title_04 h2 {
  line-height: 1.4;
  height: 55px;
  margin-right: 100px;
  padding-left: 30px;
  word-break: break-all;
  font-weight: bold;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 1000px) {
  .title_04 h2 {
    font-size: 18px;
  }
}

@media only screen and (max-width: 834px) {
  .title_04 h2 {
    margin-right: 0;
    height: auto;
    padding-bottom: 10px;
  }
}

.title_04 h2:after {
  position: absolute;
  top: -30px;
  right: 60px;
  width: 0;
  height: 0;
  content: '';
  border-width: 75px 55px 0 0;
  border-style: solid;
  border-color: #ee4d00 transparent transparent transparent;
}

@media only screen and (max-width: 834px) {
  .title_04 h2:after {
    content: none;
  }
}

.title_04 h2 .fonch {
  font-size: 40px;
  font-size: 4rem;
  position: absolute;
  top: -30px;
  right: 0;
  display: block;
  padding-top: 3px;
  padding-left: 16px;
  color: #ee4d00;
}

@media only screen and (max-width: 834px) {
  .title_04 h2 .fonch {
    display: none;
  }
}

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

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

.concept-fle01 .box:first-child {
  width: 58%;
}

@media only screen and (max-width: 640px) {
  .concept-fle01 .box:first-child {
    width: 100%;
  }
}

.concept-fle01 .box:first-child .btn {
  margin-top: 30px;
}

.concept-fle01 .box:first-child .btn a {
  text-decoration: none;
  background: #ee4d00;
  color: #fff;
  border: none;
  position: relative;
  height: 60px;
  font-size: 15px;
  padding: 0 2em;
  cursor: pointer;
  -webkit-transition: 800ms ease all;
  transition: 800ms ease all;
  outline: none;
  width: 260px;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 640px) {
  .concept-fle01 .box:first-child .btn a {
    margin: 0 auto;
  }
}

.concept-fle01 .box:first-child .btn a:hover {
  background: #fff;
  color: #ee4d00;
}

.concept-fle01 .box:first-child .btn a:before, .concept-fle01 .box:first-child .btn a:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 2px;
  width: 0;
  background: #ee4d00;
  -webkit-transition: 400ms ease all;
  transition: 400ms ease all;
}

.concept-fle01 .box:first-child .btn a:after {
  right: inherit;
  top: inherit;
  left: 0;
  bottom: 0;
}

.concept-fle01 .box:first-child .btn a:hover:before, .concept-fle01 .box:first-child .btn a:hover:after {
  width: 100%;
  -webkit-transition: 800ms ease all;
  transition: 800ms ease all;
}

.concept-fle01 .box:last-child {
  width: 40%;
  text-align: center;
}

@media only screen and (max-width: 640px) {
  .concept-fle01 .box:last-child {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
}

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

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

.concept-fle02 .box:first-child {
  text-align: center;
  width: 40%;
}

@media only screen and (max-width: 640px) {
  .concept-fle02 .box:first-child {
    margin-bottom: 10px;
    text-align: center;
    width: 100%;
  }
}

.concept-fle02 .box:last-child {
  width: 58%;
}

@media only screen and (max-width: 640px) {
  .concept-fle02 .box:last-child {
    width: 100%;
  }
}

.concept-fle02 .box:last-child .btn {
  margin-top: 30px;
}

.concept-fle02 .box:last-child .btn a {
  text-decoration: none;
  background: #ee4d00;
  color: #fff;
  border: none;
  position: relative;
  height: 60px;
  font-size: 15px;
  padding: 0 2em;
  cursor: pointer;
  -webkit-transition: 800ms ease all;
  transition: 800ms ease all;
  outline: none;
  width: 260px;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 640px) {
  .concept-fle02 .box:last-child .btn a {
    margin: 0 auto;
  }
}

.concept-fle02 .box:last-child .btn a:hover {
  background: #fff;
  color: #ee4d00;
}

.concept-fle02 .box:last-child .btn a:before, .concept-fle02 .box:last-child .btn a:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 2px;
  width: 0;
  background: #ee4d00;
  -webkit-transition: 400ms ease all;
  transition: 400ms ease all;
}

.concept-fle02 .box:last-child .btn a:after {
  right: inherit;
  top: inherit;
  left: 0;
  bottom: 0;
}

.concept-fle02 .box:last-child .btn a:hover:before, .concept-fle02 .box:last-child .btn a:hover:after {
  width: 100%;
  -webkit-transition: 800ms ease all;
  transition: 800ms ease all;
}

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

@media only screen and (max-width: 640px) {
  .concept-fle03 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 20px;
  }
}

.concept-fle03 .box:first-child {
  width: 40%;
  text-align: center;
}

@media only screen and (max-width: 640px) {
  .concept-fle03 .box:first-child {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
}

.concept-fle03 .box:first-child img {
  width: 100% !important;
}

.concept-fle03 .box:last-child {
  width: 58%;
}

@media only screen and (max-width: 640px) {
  .concept-fle03 .box:last-child {
    width: 100%;
  }
}

.concept-fle03 .box:last-child .fonch {
  color: red;
  font-weight: bold;
}

.concept-fle03 .box:last-child .btn {
  margin-top: 30px;
}

.concept-fle03 .box:last-child .btn a {
  text-decoration: none;
  background: #ee4d00;
  color: #fff;
  border: none;
  position: relative;
  height: 60px;
  font-size: 15px;
  padding: 0 2em;
  cursor: pointer;
  -webkit-transition: 800ms ease all;
  transition: 800ms ease all;
  outline: none;
  width: 260px;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 640px) {
  .concept-fle03 .box:last-child .btn a {
    margin: 0 auto;
  }
}

.concept-fle03 .box:last-child .btn a:hover {
  background: #fff;
  color: #ee4d00;
}

.concept-fle03 .box:last-child .btn a:before, .concept-fle03 .box:last-child .btn a:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 2px;
  width: 0;
  background: #ee4d00;
  -webkit-transition: 400ms ease all;
  transition: 400ms ease all;
}

.concept-fle03 .box:last-child .btn a:after {
  right: inherit;
  top: inherit;
  left: 0;
  bottom: 0;
}

.concept-fle03 .box:last-child .btn a:hover:before, .concept-fle03 .box:last-child .btn a:hover:after {
  width: 100%;
  -webkit-transition: 800ms ease all;
  transition: 800ms ease all;
}

.btn-sz .box .btn a {
  width: 240px !important;
}

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

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

.concept-fle05 .txt {
  width: 58%;
}

@media only screen and (max-width: 640px) {
  .concept-fle05 .txt {
    width: 100%;
  }
}

.concept-fle05 .txt .btn {
  margin-top: 30px;
}

.concept-fle05 .txt .btn a {
  text-decoration: none;
  background: #ee4d00;
  color: #fff;
  border: none;
  position: relative;
  height: 60px;
  font-size: 15px;
  padding: 0 2em;
  cursor: pointer;
  -webkit-transition: 800ms ease all;
  transition: 800ms ease all;
  outline: none;
  width: 260px;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 640px) {
  .concept-fle05 .txt .btn a {
    margin: 0 auto;
  }
}

.concept-fle05 .txt .btn a:hover {
  background: #fff;
  color: #ee4d00;
}

.concept-fle05 .txt .btn a:before, .concept-fle05 .txt .btn a:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 2px;
  width: 0;
  background: #ee4d00;
  -webkit-transition: 400ms ease all;
  transition: 400ms ease all;
}

.concept-fle05 .txt .btn a:after {
  right: inherit;
  top: inherit;
  left: 0;
  bottom: 0;
}

.concept-fle05 .txt .btn a:hover:before, .concept-fle05 .txt .btn a:hover:after {
  width: 100%;
  -webkit-transition: 800ms ease all;
  transition: 800ms ease all;
}

.concept-fle05 .conceptimg-fle {
  width: 40%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media only screen and (max-width: 640px) {
  .concept-fle05 .conceptimg-fle {
    width: 100%;
    margin-bottom: 10px;
  }
  .concept-fle05 .conceptimg-fle .box {
    margin-bottom: 15px;
  }
  .concept-fle05 .conceptimg-fle .box:last-child {
    margin-bottom: 0;
  }
}

.conceptimg-fle03 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.conceptimg-fle03 .box {
  width: 24%;
}

.conceptimg-fle03 .box:nth-child(n+5) {
  margin-top: 15px;
}

@media only screen and (max-width: 834px) {
  .conceptimg-fle03 .box:nth-child(n+5) {
    margin-top: 0;
  }
}

@media only screen and (max-width: 834px) {
  .conceptimg-fle03 .box {
    width: 49%;
  }
  .conceptimg-fle03 .box:nth-child(n+3) {
    margin-top: 15px;
  }
}

/* ------------------------------------------------------------
dance.html
------------------------------------------------------------ */
.title_05 h3 {
  position: relative;
  padding-left: 30px;
  font-size: 20px;
  color: #000;
  font-weight: bold;
}

.title_05 h3:before {
  content: "□";
  position: absolute;
  left: 0;
  top: -3px;
}

.title_05 h3:after {
  content: "□";
  position: absolute;
  left: 5px;
  top: 3px;
  color: #A1B8D1;
}

.title_05 b {
  color: #ee4d00;
}

.dance-fle01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

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

.dance-fle01 .box01 {
  width: 60%;
}

@media only screen and (max-width: 834px) {
  .dance-fle01 .box01 {
    width: 100%;
    margin-bottom: 15px;
  }
}

.dance-fle01 .box01 b {
  color: #ee4d00;
}

.dance-fle01 .box01 a {
  color: #ee4d00;
}

.dance-fle01 .box02 {
  width: 38%;
}

@media only screen and (max-width: 834px) {
  .dance-fle01 .box02 {
    width: 100%;
  }
}

@media only screen and (max-width: 834px) {
  .dance-fle01 .box02 img {
    width: 100% !important;
  }
}

.youtube {
  width: 100% !important;
}

@media only screen and (max-width: 834px) {
  .youtube {
    margin-top: 15px !important;
  }
}

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

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

.dance-fle02 .title_05 {
  width: 60%;
}

@media only screen and (max-width: 834px) {
  .dance-fle02 .title_05 {
    width: 100%;
    margin-bottom: 15px;
  }
}

.dance-fle02 .title_05 a {
  color: #ee4d00;
}

.dance-fle02 .img1 {
  width: 38%;
}

@media only screen and (max-width: 834px) {
  .dance-fle02 .img1 {
    width: 100%;
  }
}

@media only screen and (max-width: 834px) {
  .dance-fle02 .img1 img {
    width: 100% !important;
  }
}

.title_05 a {
  color: #ee4d00;
}

/* ------------------------------------------------------------
dance.html
------------------------------------------------------------ */
.yoga-fle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.yoga-fle .title_05 {
  width: 74%;
}

.yoga-fle .title_05 h3 {
  margin-bottom: 20px;
}

.yoga-fle .img01 {
  width: 24%;
}

.yoga-fle .img01 img {
  width: 100% !important;
}

/* ------------------------------------------------------------
instructor.html
------------------------------------------------------------ */
.title_08 h2 {
  font-size: 25px;
  font-weight: bold;
  position: relative;
  padding-left: 25px;
  line-height: 1.4;
  padding-bottom: 5px;
}

@media only screen and (max-width: 834px) {
  .title_08 h2 {
    font-size: 20px;
  }
}

.title_08 h2:before {
  position: absolute;
  content: '';
  bottom: -3px;
  left: 0;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 15px transparent;
  border-bottom: solid 15px #ee4d00;
}

.title_08 h2:after {
  position: absolute;
  content: '';
  bottom: -3px;
  left: 10px;
  width: 100%;
  border-bottom: solid 3px #ee4d00;
}

.title_10 h3 {
  position: relative;
  padding-left: 30px;
  font-size: 20px;
  color: #333;
  font-weight: bold;
}

.title_10 h3:before {
  content: "□";
  position: absolute;
  left: 0;
  top: -3px;
}

.title_10 h3:after {
  content: "□";
  position: absolute;
  left: 5px;
  top: 3px;
  color: #A1B8D1;
}

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

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

.instructor-fle01 .box01 {
  width: 25%;
}

@media only screen and (max-width: 640px) {
  .instructor-fle01 .box01 {
    width: 100%;
  }
}

.instructor-fle01 .box01 img {
  width: 100% !important;
}

.instructor-fle01 .box02 {
  width: 70%;
}

@media only screen and (max-width: 640px) {
  .instructor-fle01 .box02 {
    width: 100%;
    margin-top: 10px;
  }
}

.instructor-fle01 .box02 h4 {
  border-bottom: 1px solid #ccc;
  font-weight: bold;
  font-size: 19px;
  margin-bottom: 10px;
}

.instructor-fle01 .box02 .txt {
  margin-top: 15px;
}

.instructor-ul01 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* ------------------------------------------------------------
rental.html
------------------------------------------------------------ */
.rental-fle01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

.rental-fle01 .box1 {
  width: 60%;
}

@media only screen and (max-width: 640px) {
  .rental-fle01 .box1 {
    width: 100%;
    margin-bottom: 15px;
  }
}

.rental-fle01 .box1 b {
  font-size: 22px;
  color: #ee4d00;
}

@media only screen and (max-width: 640px) {
  .rental-fle01 .box1 b {
    font-size: 19px;
  }
}

.rental-fle01 .box2 {
  width: 38%;
}

@media only screen and (max-width: 640px) {
  .rental-fle01 .box2 {
    width: 100%;
  }
}

@media only screen and (max-width: 834px) {
  .rental-tb01 {
    overflow-x: auto;
    white-space: nowrap;
  }
}

.rental-tb01 table {
  table-layout: auto !important;
}

.rental-tb01 table tr:first-child td {
  background: #ee4d00 !important;
  color: #fff;
  text-align: center !important;
}

.rental-tb01 table tr:nth-of-type(2) td div {
  font-size: 14px;
}

.rental-tb01 table tr:last-child td div {
  font-size: 14px;
}

.rental-tb01 table tr td {
  padding: 10px !important;
}

@media only screen and (max-width: 834px) {
  .rental-tb02 {
    overflow-x: auto;
    white-space: nowrap;
  }
}

.rental-tb02 table {
  table-layout: auto !important;
}

.rental-tb02 table tr:first-child td {
  background: #ee4d00 !important;
  color: #fff;
  text-align: center !important;
}

.rental-tb02 table tr:nth-of-type(2) td div {
  font-size: 14px;
}

.rental-tb02 table tr:nth-of-type(3) td div {
  font-size: 14px;
}

.rental-tb02 table tr:nth-of-type(4) td div {
  font-size: 14px;
}

.rental-tb02 table tr:nth-of-type(5) td div {
  font-size: 14px;
}

.rental-tb02 table tr:last-child td div {
  font-size: 14px;
}

.rental-tb02 table tr td {
  padding: 10px !important;
}

.rental-txt05 {
  font-size: 18px;
  color: #ee4d00;
  font-weight: bold;
}

/* ------------------------------------------------------------
access.html
------------------------------------------------------------ */
.gmap iframe {
  width: 100% !important;
}

/* ------------------------------------------------------------
contact.html
------------------------------------------------------------ */
.title_11 h3 {
  padding: 0.5em;
  color: #000;
  background: #fffaf4;
  border-left: solid 5px #ffaf58;
  font-weight: bold;
  font-size: 18px;
}

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

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

.price-fle01 .box {
  width: 68%;
}

.price-fle01 .box:first-child .fonch01 {
  color: #ee4d00;
  font-weight: bold;
}

.price-fle01 .box:first-child .fonch02 {
  color: red;
  font-size: 22px;
}

.price-fle01 .box:first-child .fonch03 {
  color: red;
  font-size: 30px;
}

.price-fle01 .box:first-child b {
  display: block;
}

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

.price-fle01 .box:last-child {
  width: 30%;
}

@media only screen and (max-width: 640px) {
  .price-fle01 .box:last-child {
    text-align: center;
    margin-bottom: 10px;
    width: 100%;
  }
}

.price-dl01 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

.price-dl01 dl dt {
  background: #ee4d00 !important;
  border: none !important;
  padding: 15px !important;
  border-bottom: 1px solid #fff !important;
  position: relative;
  text-align: left;
  width: 20%;
  background-color: #ee4d00;
  color: white;
  font-weight: bold;
  text-align: center;
  padding: 10px 0;
}

@media only screen and (max-width: 640px) {
  .price-dl01 dl dt {
    width: 100% !important;
    border: none !important;
    background: #f5f5f5 !important;
    color: #333;
  }
}

.price-dl01 dl dt:after {
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top: calc(50% - 10px);
  right: -10px;
  border-left: 10px solid #ee4d00;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

@media only screen and (max-width: 640px) {
  .price-dl01 dl dt:after {
    display: none;
  }
}

.price-dl01 dl dd {
  border: none !important;
  border-bottom: 1px solid #ccc !important;
  padding: 15px 15px 15px 33px !important;
}

@media only screen and (max-width: 640px) {
  .price-dl01 dl dd {
    padding: 15px !important;
    width: 100% !important;
    border: none !important;
  }
}

.price-dl01 dl dd .tel-link a {
  color: #000;
}

.price_tb01 table {
  table-layout: auto !important;
}

.price_tb01 table tr td {
  padding: 10px !important;
}

.price_tb01 table tr td:last-child {
  width: calc(100% - 200px) !important;
}

.price_tb01 table tr:first-child td:first-child {
  width: 200px !important;
  background: #fffaf4;
}

.price_tb01 table tr:first-child td:first-child div {
  font-weight: bold;
}

.price_tb01 table tr:nth-of-type(2) td:first-child {
  width: 200px !important;
  background: #fffaf4;
}

.price_tb01 table tr:nth-of-type(2) td:first-child div {
  font-weight: bold;
}

.price_tb01 table tr:nth-of-type(5) td:first-child {
  width: 200px !important;
  background: #fffaf4;
}

.price_tb01 table tr:nth-of-type(5) td:first-child div {
  font-weight: bold;
}

.price_tb01 table tr:last-child td:first-child {
  width: 200px !important;
  background: #fffaf4;
}

.price_tb01 table tr:last-child td:first-child div {
  font-weight: bold;
}

.price_tb02 table {
  table-layout: auto !important;
}

.price_tb02 table tr td {
  padding: 10px !important;
}

.price_tb02 table tr:first-child td:nth-of-type(2) {
  background: #fffaf4;
}

.price_tb02 table tr:first-child td:last-child {
  background: #fffaf4;
}

.price_tb02 table tr:nth-of-type(2) td:first-child {
  background: #fffaf4;
}

.price_tb02 table tr:nth-of-type(3) td:first-child {
  background: #fffaf4;
}

.price_tb03 table {
  table-layout: auto !important;
}

.price_tb03 table tr td {
  padding: 10px !important;
}

.price_tb03 table tr:first-child td:nth-of-type(2) {
  background: #fffaf4;
}

.price_tb03 table tr:first-child td:last-child {
  background: #fffaf4;
}

.price_tb03 table tr:nth-of-type(2) td:first-child {
  background: #fffaf4;
}

.price_tb03 table tr:nth-of-type(3) td:first-child {
  background: #fffaf4;
}

.price_tb04 table {
  table-layout: auto !important;
}

.price_tb04 table tr td {
  padding: 10px !important;
}

.price_tb04 table tr:first-child td {
  background: #fffaf4;
}

.qa_fl {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.qa_fl .box {
  width: 100%;
  padding-right: 80px !important;
  line-height: 1.5;
}

.qa_fl .box:first-child {
  padding: 20px !important;
  background: #ee4d00;
  color: #fff;
  position: relative;
}

@media only screen and (max-width: 640px) {
  .qa_fl .box:first-child {
    padding: 10px !important;
  }
}

.qa_fl .box:first-child div {
  padding-left: 50px !important;
  position: relative;
}

.qa_fl .box:first-child div b {
  position: absolute;
  top: 0;
  left: 5px;
  height: 30px;
  line-height: 27px;
  color: #fff;
}

.qa_fl .box:first-child div:after {
  content: "\f0dd";
  position: absolute;
  top: -10px;
  bottom: 0;
  font-size: 1.4em;
  right: 15px;
  margin: auto;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Font Awesome 5 Pro";
  font-weight: bold;
}

.qa_fl .box:last-child {
  display: none;
  padding: 20px !important;
  background: #fff;
  display: block;
  position: relative;
  border: 1px solid #ccc;
}

.qa_fl .box:last-child div {
  padding-left: 50px !important;
  position: relative;
  color: #333;
}

.qa_fl .box:last-child div b {
  position: absolute;
  top: 0;
  left: 5px;
  height: 30px;
  line-height: 30px;
  color: #ee4d00;
}

.qa_fl .box > div {
  padding: 0 50px !important;
}

.kids-btn01 a {
  margin: 0 auto;
  text-decoration: none;
  background: #ee4d00;
  color: #fff;
  border: none;
  position: relative;
  height: 60px;
  font-size: 15px;
  padding: 0 2em;
  cursor: pointer;
  -webkit-transition: 800ms ease all;
  transition: 800ms ease all;
  outline: none;
  width: 260px;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.kids-btn01 a:hover {
  background: #fff;
  color: #ee4d00;
}

.kids-btn01 a:before, .kids-btn01 a:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 2px;
  width: 0;
  background: #ee4d00;
  -webkit-transition: 400ms ease all;
  transition: 400ms ease all;
}

.kids-btn01 a:after {
  right: inherit;
  top: inherit;
  left: 0;
  bottom: 0;
}

.kids-btn01 a:hover:before, .kids-btn01 a:hover:after {
  width: 100%;
  -webkit-transition: 800ms ease all;
  transition: 800ms ease all;
}

/* ------------------------------------------------------------
contact.html
------------------------------------------------------------ */
.mail.title {
  display: none !important;
}

.annot {
  margin: 0 auto !important;
  text-align: right;
}

.title_11 h2 {
  padding: 0.5em;
  color: #000;
  background: #fffaf4;
  border-left: solid 5px #ffaf58;
  font-weight: bold;
  font-size: 18px;
}

.contact-txt01 div b {
  font-size: 19px;
  color: #ee4d00;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .contactimg1 img {
    max-width: 100% !important;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .contactimg2 img {
    max-width: 100% !important;
  }
}

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

.instagram .sns_list > div {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 24%;
  border: none !important;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .instagram .sns_list > div {
    width: 49%;
  }
}

@media only screen and (max-width: 640px) {
  .instagram .sns_list > div {
    width: 100%;
    margin-top: 20px;
  }
  .instagram .sns_list > div:first-child {
    margin-top: 0;
  }
}

.instagram .sns_list > div .sns_photo {
  width: 100%;
  text-align: center;
}

.instagram .sns_list > div .sns_photo a img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 250px !important;
  width: 100% !important;
}

.instagram .sns_list > div .sns_text {
  width: 100%;
}

.instagram .sns_list > div .sns_text .sns_date {
  color: #000 !important;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
}

.instagram .sns_list > div .sns_text .caption {
  font-size: 15px;
  line-height: 1.5;
  margin-top: 13px;
  font-weight: 400;
}

.textarea textarea {
  height: 100px;
}

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

@media only screen and (max-width: 640px) {
  .contactbtn-fle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.contactbtn-fle .btn01 {
  width: 49%;
}

@media only screen and (max-width: 640px) {
  .contactbtn-fle .btn01 {
    width: 100%;
    margin-bottom: 20px;
  }
}

.contactbtn-fle .btn01 a {
  width: 300px;
}

.contactbtn-fle .btn02 {
  width: 49%;
}

@media only screen and (max-width: 640px) {
  .contactbtn-fle .btn02 {
    width: 100%;
  }
}

.contactbtn-fle .btn02 a {
  width: 300px;
}

.form_wrap.confirm {
  margin-top: 50px;
}

@media only screen and (max-width: 1200px) {
  .btnyhk {
    padding-right: 50px;
  }
}

@media only screen and (max-width: 640px) {
  .btnyhk {
    padding-right: 0;
  }
}

.table-link td, .table-link01 td {
  cursor: pointer;
}

.linkpos {
  margin-top: -157px;
  padding-top: 157px;
}

/* ------------------------------------------------------------
box
------------------------------------------------------------ */
/* ------------------------------------------------------------
title
------------------------------------------------------------ */
.ttl01 h2 {
  font-size: 20px;
}

.ttl01.h1txt {
  background-position: center;
  background-size: cover;
}

.ttl01.h1txt h1 {
  font-size: 20px;
  color: #000;
  line-height: 1;
}

/* ------------------------------------------------------------
button
------------------------------------------------------------ */
/* ------------------------------------------------------------
text
------------------------------------------------------------ */
/* ------------------------------------------------------------
table
------------------------------------------------------------ */
.tbl01 td {
  padding: 10px !important;
}

@media only screen and (max-width: 640px) {
  .tbl01 td:first-of-type div {
    text-align: left;
  }
}

/* ------------------------------------------------------------
dl
------------------------------------------------------------ */
/* ------------------------------------------------------------
list
------------------------------------------------------------ */
/* ------------------------------------------------------------
background
------------------------------------------------------------ */
.bgCover {
  background-size: cover;
}

/* ------------------------------------------------------------
image
------------------------------------------------------------ */
/* ------------------------------------------------------------
common
------------------------------------------------------------ */
.con100 {
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
}

.gmap iframe {
  vertical-align: bottom;
}

@media only screen and (max-width: 640px) {
  .gmap iframe {
    height: 250px;
  }
}

.anc {
  clear: inherit !important;
}

.anc div {
  margin-top: -70px;
  padding-top: 70px;
}

/* ------------------------------------------------------------
flex
------------------------------------------------------------ */
/* ------------------------------------------------------------
objectfit
------------------------------------------------------------ */
.objc_01 .box {
  display: block;
  position: relative;
}

.objc_01 .box:before {
  position: relative;
  z-index: 1;
  content: "";
  padding-top: 75%;
  display: block;
  width: 100% !important;
}

@media only screen and (max-width: 834px) {
  .objc_01 .box:before {
    display: none;
  }
}

.objc_01 .box img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}

@media only screen and (max-width: 834px) {
  .objc_01 .box img {
    position: static;
    margin-bottom: 10px;
  }
}

.objc_01 div {
  text-align: center;
}

.objc_02 .box > a {
  display: block;
  position: relative;
}

.objc_02 .box > a:before {
  position: relative;
  z-index: 1;
  content: "";
  padding-top: 100%;
  display: block;
  width: 100% !important;
}

@media only screen and (max-width: 834px) {
  .objc_02 .box > a:before {
    display: none;
  }
}

.objc_02 .box > a img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}

@media only screen and (max-width: 834px) {
  .objc_02 .box > a img {
    position: static;
    margin-bottom: 10px;
  }
}

.objc_02 div {
  text-align: center;
}

.tel-link a {
  text-decoration: none;
  pointer-events: none;
}

@media only screen and (max-width: 834px) {
  .tel-link a {
    pointer-events: auto;
  }
}

.contact-txt div a {
  text-decoration: none;
  color: #21427c;
  font-weight: bold;
}

.anchor {
  display: block;
  position: relative;
  top: -250px;
  visibility: hidden;
}
/*# sourceMappingURL=assets.css.map */