@charset "UTF-8";
@import url(//use.fontawesome.com/releases/v5.10.2/css/all.css);
.flex5 .box {
  width: 18%;
  margin: 0 1% 20px 1%;
  position: relative;
  overflow: inherit !important;
  display: block;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media only screen and (max-width: 834px) {
  .flex5 .box {
    width: 31.11111%;
    margin: 0 1% 10px 1%;
  }
}

@media only screen and (max-width: 640px) {
  .flex5 .box {
    width: 48%;
    margin: 0 1% 10px 1%;
  }
}

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

.flex6 .box {
  width: 14.666666%;
  margin: 0 1% 10px 1%;
}

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

.annot {
  display: none !important;
}

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

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

.pcnone {
  display: none;
}

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

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

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

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

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

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

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

li {
  list-style: none;
}

html {
  font-size: 65.5% !important;
  overflow: visible !important;
}

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

body {
  counter-reset: number 0;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #333333;
  word-wrap: break-word;
  background: url(../images/common/bg01.jpg);
  font-size: 1.6rem;
  overflow-x: hidden;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media only screen and (max-width: 834px) {
  body {
    font-size: 14px;
    font-weight: 200;
  }
}

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

.inner1100 {
  margin: 0 auto;
  max-width: 1100px;
}

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

.inner1300 {
  margin: 0 auto;
  max-width: 1300px;
}

.inner1400 {
  margin: 0 auto;
  max-width: 1400px;
}

#main {
  width: 100%;
}

#main #col_main {
  width: 100%;
}

#side {
  width: 18.75000%;
}

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

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

table {
  table-layout: auto;
}

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

.tlfix table {
  table-layout: fixed;
}

table td img {
  height: auto !important;
}

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

.tdpd5 td {
  padding: 5px !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: #000000;
  -webkit-transition: 1s;
  transition: 1s;
}

a:hover {
  opacity: 0.4;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.imgR {
  margin-left: 20px !important;
  margin-bottom: 20px !important;
}

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

.imgL {
  margin-bottom: 20px !important;
  margin-right: 20px !important;
}

@media only screen and (max-width: 640px) {
  .imgL {
    display: block;
    float: none;
    margin: 0 auto 10px auto !important;
    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;
}

.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 {
  min-width: auto;
}

footer#global_footer {
  min-width: auto;
}

@media screen and (min-width: 834px) and (max-width: 1000px) {
  #main {
    width: 100%;
  }
}

@media screen and (min-width: 834px) and (max-width: 1000px) {
  #main #col_main {
    width: 100%;
  }
}

figure {
  padding: 0;
  margin: 0;
}

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

.br0 table td {
  border: 0;
}

/************************************コンテンツ************************************/
#contents_wrap {
  min-height: 100vh;
  padding: 0px;
  position: relative;
  z-index: 2;
  min-width: auto !important;
}

#contents {
  position: relative;
  z-index: 2;
  width: 100% !important;
  max-width: 1200px !important;
  background: none !important;
  padding: 0 20px;
  padding-bottom: 100px;
}

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

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

#contents a {
  color: #e77811;
}

#main {
  width: 100% !important;
}

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

.nega_bottom {
  margin-bottom: -150px;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .nega_bottom {
    margin-bottom: -50px;
  }
}

@media only screen and (max-width: 640px) {
  .nega_bottom {
    margin-bottom: -30px;
  }
}

/***********************************右寄せ左寄せ*******************************************/
.tacenter {
  text-align: center !important;
}

.text_center div, .text_center h2, .text_center h3 {
  text-align: center;
}

.tal div, .tal h2, .tal h3 {
  text-align: left;
}

.text_right div, .text_right h2, .text_right h3 {
  text-align: right;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .tabtal div, .tabtal h2, .tabtal h3, .tabtal h1 {
    text-align: left !important;
  }
  .tabtar div, .tabtar h2, .tabtar h3, .tabtar h1 {
    text-align: right !important;
  }
  .tabtac div, .tabtac h2, .tabtac h3, .tabtac h1 {
    text-align: center !important;
  }
}

@media only screen and (max-width: 640px) {
  .sptal div, .sptal h2, .sptal h3, .sptal h1 {
    text-align: left !important;
  }
  .sptar div, .sptar h2, .sptar h3, .sptar h1 {
    text-align: right !important;
  }
  .sptac div, .sptac h2, .sptac h3, .sptac h1 {
    text-align: center !important;
  }
}

/***********************************サイドバー*******************************************/
@media screen and (min-width: 834px) and (max-width: 1000px) {
  #side {
    width: 18.75000%;
  }
}

@media screen and (min-width: 834px) and (max-width: 1000px) {
  #side aside {
    width: 100% !important;
  }
}

/***********************************非表示*******************************************/
.dnone {
  display: none;
}

/***********************************フレックス*******************************************/
.flex_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.jcss {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.jcsc {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

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

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

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

.wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.dir_reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.box2 {
  width: 48%;
  margin: 20px 1% 0 1%;
}

.box3 {
  width: 31.111%;
  margin: 20px 1% 0 1%;
}

.box4 {
  width: 23%;
  margin: 20px 1% 0 1%;
}

.box60 {
  width: 58%;
}

.box70 {
  width: 68%;
}

.box40 {
  width: 38%;
}

.box50 {
  width: 48%;
}

.box30 {
  width: 28%;
}

.box100 {
  width: 100%;
}

.box80 {
  width: 78%;
}

.box20 {
  width: 18%;
}

.box75 {
  width: 73%;
}

.box25 {
  width: 23%;
}

@media only screen and (max-width: 834px) {
  .box_tabsp100 {
    width: 100%;
    margin: 0 0 10px 0;
  }
}

@media only screen and (max-width: 834px) {
  .box_tabsp50 {
    width: 48%;
    margin: 0 1% 10px 1%;
  }
}

@media only screen and (max-width: 834px) {
  .box_sp50 {
    width: 48%;
    margin: 0 1% 10% 1%;
  }
}

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

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

.img80 img {
  width: 80% !important;
}

.img50 img {
  width: 50% !important;
}

.center_img a {
  text-align: center;
}

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

/*********************************電話番号************************************/
.sp_tel a {
  text-decoration: none;
  pointer-events: none;
}

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

.sp_tel_text a {
  color: #333333 !important;
  text-decoration: none;
  pointer-events: none;
}

@media only screen and (max-width: 834px) {
  .sp_tel_text a {
    pointer-events: auto;
    color: #e77811 !important;
    text-decoration: underline;
  }
}

/*************************ノーホバー***********************************/
.no_events {
  pointer-events: none;
}

.no_events:hover {
  opacity: 1 !important;
}

/*******************改行*******************************************/
.pc_block {
  display: block;
}

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

/******************表示非表示**************************************/
.dnone {
  display: none;
}

.pc_none {
  display: none;
}

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

.pctb_none {
  display: none;
}

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

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

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

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

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

.nohover {
  pointer-events: none;
}

.waku01 {
  border: 1px solid #000000;
}

.waku02 {
  border: 1px solid #e77811;
}

.waku_c {
  border: 1px solid #ccc;
}

.waku_bg01 {
  background: rgba(255, 255, 255, 0.3);
}

.white_text div {
  color: #fff;
}

.white_text div a {
  color: #fff !important;
}

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

.div_top20 div {
  margin-top: 20px;
}

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

.div_top40 div {
  margin-top: 50px;
}

@media only screen and (max-width: 834px) {
  .div_tabsptop10 div {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 640px) {
  .div_sptop10 div {
    margin-top: 10px;
  }
}

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

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

/******************順番スクロールフェード**************************************/
.scroll_slide .box {
  opacity: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transform: translate(0, -50px);
          transform: translate(0, -50px);
}

@media only screen and (max-width: 640px) {
  .scroll_slide .box {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}

.scroll_slide .box.active {
  opacity: unset;
  opacity: 1 !important;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

@media only screen and (max-width: 640px) {
  .scroll_slide .box.active {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}

.insta_scroll div.sns_list > div {
  opacity: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transform: translate(0, -50px);
          transform: translate(0, -50px);
}

@media only screen and (max-width: 640px) {
  .insta_scroll div.sns_list > div {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}

.insta_scroll div.sns_list > div.active {
  opacity: unset;
  opacity: 1 !important;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

@media only screen and (max-width: 640px) {
  .insta_scroll div.sns_list > div.active {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}

.table_scroll .table_box {
  opacity: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transform: translate(0, -50px);
          transform: translate(0, -50px);
}

@media only screen and (max-width: 640px) {
  .table_scroll .table_box {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}

.table_scroll .table_box.active {
  opacity: unset;
  opacity: 1 !important;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

@media only screen and (max-width: 640px) {
  .table_scroll .table_box.active {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}

/******************枠テキストボックス**************************************/
.waku_textbox .box {
  border-bottom: 1px solid #ccc;
  width: 100%;
  margin: 0 0 20px 0;
  padding: 20px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

.waku_textbox .box h3 {
  display: none;
}

.waku_textbox .box div {
  font-size: 14px;
  width: 80%;
}

.waku_textbox .box div .text_right {
  text-align: right;
  font-weight: bold;
  font-size: 18px;
}

@media only screen and (max-width: 640px) {
  .waku_textbox .box div {
    min-height: 100%;
    width: 100%;
  }
}

.waku_textbox .box div h3 {
  display: block;
  border-bottom: 1px solid #000000;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  padding-left: 5px;
}

@media only screen and (max-width: 640px) {
  .waku_textbox .box div h3 {
    font-size: 14px;
  }
}

@media only screen and (max-width: 640px) {
  .waku_textbox .box div {
    font-size: 12px;
  }
}

.waku_textbox .box .box_img {
  padding: 0;
  margin-right: 30px;
  width: 20%;
  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: 640px) {
  .waku_textbox .box .box_img {
    width: 100%;
    display: block;
    min-height: auto;
  }
}

@media only screen and (max-width: 834px) {
  .waku_textbox .box .box_img img {
    margin-right: 20px;
  }
}

@media only screen and (max-width: 640px) {
  .waku_textbox .box .box_img img {
    min-width: 100%;
    max-width: 100%;
    min-height: auto;
    margin-right: 0;
    margin-bottom: 10px;
    width: 100% !important;
    height: auto !important;
  }
}

@media only screen and (max-width: 834px) {
  .waku_textbox .box {
    width: 100%;
    margin: 0 1% 10px 1%;
  }
}

@media only screen and (max-width: 640px) {
  .waku_textbox .box {
    display: block;
    width: 100%;
    margin: 0 1% 10px 1%;
    padding: 10px;
  }
}

.waku_bottm {
  border-bottom: 1px #ccc solid;
  margin: 0 0 20px 0;
  padding: 20px;
}

.waku_bottm div {
  font-size: 14px;
}

.js-span-wrap-text {
  opacity: 1;
}

.js-span-wrap-text span {
  opacity: 0;
}

header#global_header {
  max-width: 100%;
  min-width: 100%;
  position: relative;
}

#header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 3;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 20px 10px 20px;
}

@media only screen and (max-width: 834px) {
  #header {
    position: relative;
  }
}

@media only screen and (max-width: 834px) {
  #header {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.is-fixed {
  background: rgba(255, 255, 255, 0.8);
  -webkit-transition: 1s;
  transition: 1s;
}

.header_line {
  height: 100px;
  width: 100%;
}

.logo {
  width: 15%;
  padding-top: 10px;
  max-width: 182px;
  z-index: 99;
}

.logo img {
  margin: 5px 0 0 auto;
}

@media only screen and (max-width: 834px) {
  .logo {
    width: 30%;
    margin: 0 auto;
    padding-top: 0;
    left: 10px;
    top: 10px;
    max-width: 200px;
  }
}

.logo .logo_text {
  font-size: 10px;
}

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

.header_right {
  width: 80%;
}

@media only screen and (max-width: 834px) {
  .header_right {
    width: 100%;
    display: block;
  }
}

@media only screen and (max-width: 834px) {
  .header_right .h_info {
    margin: 0 0 0 auto;
    padding: 5px;
    position: fixed;
    bottom: 0px;
    padding: 10px;
    right: 0px;
  }
}

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

.header_right .h_info ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1200px) {
  .header_right .h_info ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media only screen and (max-width: 834px) {
  .header_right .h_info ul {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media only screen and (max-width: 834px) {
  div#builingual {
    padding-top: 53px !important;
  }
}

.h_company i {
  margin-right: 10px;
}

@media only screen and (max-width: 640px) {
  .h_company {
    margin: 5px;
  }
}

.h_company a {
  color: #fff !important;
  font-size: 18px;
  background: none;
  padding: 10px 30px;
  display: inline-block;
  border: 1px solid #2fd9b3;
  text-decoration: none;
  opacity: 1 !important;
  background: #2fd9b3;
  border-radius: 0 0 10px 10px;
  font-weight: bold;
}

.h_company a:hover {
  background: #fff;
  opacity: 1 !important;
  color: #2fd9b3 !important;
}

@media only screen and (max-width: 834px) {
  .h_company a {
    font-size: 18px;
    border-radius: 10px;
  }
}

@media only screen and (max-width: 640px) {
  .h_company a {
    font-size: 14px;
  }
}

.h_mail {
  margin-left: 10px;
}

.h_mail i {
  margin-right: 10px;
}

@media only screen and (max-width: 640px) {
  .h_mail {
    margin: 5px;
  }
}

.h_mail a {
  color: #fff !important;
  font-size: 18px;
  background: none;
  padding: 10px 30px;
  display: inline-block;
  border: 1px solid #e77811;
  text-decoration: none;
  opacity: 1 !important;
  background: #e77811;
  border-radius: 0 0 10px 10px;
  font-weight: bold;
}

.h_mail a:hover {
  background: #fff;
  opacity: 1 !important;
  color: #e77811 !important;
}

@media only screen and (max-width: 834px) {
  .h_mail a {
    font-size: 18px;
    border-radius: 10px;
  }
}

@media only screen and (max-width: 640px) {
  .h_mail a {
    font-size: 14px;
  }
}

.nav {
  width: 100%;
  position: relative;
  z-index: 3;
}

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

.nav ul {
  max-width: 1000px;
  margin: 0 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 834px) and (max-width: 1000px) {
  .nav ul {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.nav ul li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
  text-align: center;
  position: relative;
}

.nav ul li a {
  text-decoration: none;
  padding: 10px 0;
  display: block;
  color: #000 !important;
  font-weight: bold;
}

@media screen and (min-width: 834px) and (max-width: 1200px) {
  .nav ul li a {
    font-size: 12px;
  }
}

.nav ul li a span {
  display: block;
  font-weight: bold;
  font-size: 14px;
  color: #e77811;
}

.nav ul ul {
  display: block;
  z-index: 99;
  position: absolute;
  background: #fff;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: auto;
  width: 350px;
}

.nav ul ul li {
  position: relative;
  text-align: center;
  position: relative;
}

.nav ul ul li:after {
  display: none;
}

.nav ul ul li:last-child:before {
  display: none;
}

.nav ul ul li a {
  font-weight: bold;
  padding: 20px 0;
  font-size: 14px;
  background: #fff;
  color: #000 !important;
}

.nav ul ul li:before {
  display: none;
}

.main_img img {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
  width: 100% !important;
}

@media only screen and (max-width: 834px) {
  .main_img img {
    height: 500px !important;
  }
}

@media only screen and (max-width: 640px) {
  .main_img img {
    height: 400px !important;
  }
}

#mainArea {
  overflow: hidden;
  width: 100% !important;
  margin: 0 auto;
  position: relative;
  text-align: right;
  z-index: 2;
  height: auto !important;
}

@media only screen and (max-width: 834px) {
  #mainArea {
    height: 500px !important;
  }
}

@media only screen and (max-width: 640px) {
  #mainArea {
    height: 400px !important;
  }
}

.catch {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-items: center;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  max-width: 1200px;
  width: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.catch .catch_inner {
  width: 80%;
}

.catch .catch01 {
  padding: 50px 80px;
  background: rgba(0, 0, 0, 0.5);
  text-align: left;
  width: 100%;
  position: relative;
  z-index: 4;
  color: #fff;
  font-size: 3.2vw;
  line-height: 1.2;
  font-weight: bold;
}

@media only screen and (max-width: 834px) {
  .catch .catch01 {
    font-size: 4vw;
    padding: 30px;
  }
}

.catch .catch01 .sub01 {
  display: block;
  font-size: 5.5vw;
  color: #e77811;
}

@media only screen and (max-width: 834px) {
  .catch .catch01 .sub01 {
    font-size: 8vw;
  }
}

.slick-prev, .slick-next {
  display: none !important;
}

ul li img {
  margin: 0 auto;
}

.mean-container .mean-bar {
  background: #000000 !important;
  position: fixed !important;
}

.mean-container .mean-nav {
  background: #000000 !important;
}

.mean-container .mean-nav ul li a {
  border-top: 1px solid #fff !important;
}

.mean-container .mean-nav ul li a span {
  display: none;
}

.mean-container .mean-nav ul li a.mean-expand {
  padding: 12px !important;
}

#nav_sp .nav_wrap li a {
  display: block;
  border-bottom: 1px solid #fff;
  padding: 20px;
}

#nav_sp .nav_wrap li span {
  display: none;
}

#nav_sp .nav_wrap .pulldown {
  position: relative;
}

.h_sp_conatct {
  position: fixed;
  top: 10px;
  right: 80px;
  z-index: 99;
  display: none;
}

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

.h_sp_conatct ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.h_sp_conatct ul li {
  margin-left: 20px;
}

.h_sp_conatct ul li a {
  color: #000000 !important;
  font-size: 32px;
}

#nav_sp .nav_wrap li a {
  display: block;
  border-bottom: 1px solid #fff;
  padding: 5px;
}

#nav_sp .nav_wrap li span {
  display: none;
}

#nav_sp .nav_wrap .pulldown {
  position: relative;
}

.h_sp_conatct {
  position: fixed;
  top: 10px;
  right: 80px;
  z-index: 99;
  display: none;
}

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

.h_sp_conatct ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.h_sp_conatct ul li {
  margin-left: 20px;
}

.h_sp_conatct ul li a {
  color: #000000 !important;
  font-size: 32px;
}

#nav_sp .nav_wrap li a {
  display: block;
  border-bottom: 1px solid #fff;
  padding: 10px;
}

#nav_sp .nav_wrap li span {
  display: none;
}

#nav_sp .nav_wrap .pulldown01, #nav_sp .nav_wrap .pulldown02, #nav_sp .nav_wrap .pulldown03 {
  position: relative;
}

.h_sp_conatct {
  position: fixed;
  top: 10px;
  right: 80px;
  z-index: 99;
  display: none;
}

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

.h_sp_conatct ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.h_sp_conatct ul li {
  margin-left: 20px;
}

.h_sp_conatct ul li a {
  color: #000000 !important;
  font-size: 32px;
}

#nav_sp .nav_wrap li a {
  display: block;
  border-bottom: 1px solid #fff;
  padding: 10px;
  font-size: 14px;
}

#nav_sp .nav_wrap li span {
  display: none;
}

#nav_sp .nav_wrap .pulldown {
  position: relative;
}

.h_sp_conatct {
  position: fixed;
  top: 10px;
  right: 80px;
  z-index: 99;
  display: none;
}

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

.h_sp_conatct ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.h_sp_conatct ul li {
  margin-left: 20px;
}

.h_sp_conatct ul li a {
  color: #000000 !important;
  font-size: 32px;
}

#nav_sp .nav_wrap li a {
  display: block;
  border-bottom: 1px solid #fff;
  font-size: 12px;
  padding: 20px 10px;
}

#nav_sp .nav_wrap li span {
  display: none;
}

#nav_sp .nav_wrap .pulldown01, #nav_sp .nav_wrap .pulldown02, #nav_sp .nav_wrap .pulldown03, #nav_sp .nav_wrap .pulldown04 {
  position: relative;
}

.h_sp_conatct {
  position: fixed;
  top: 10px;
  right: 80px;
  z-index: 99;
  display: none;
}

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

.h_sp_conatct ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.h_sp_conatct ul li {
  margin-left: 20px;
}

.h_sp_conatct ul li a {
  color: #000000 !important;
  font-size: 32px;
}

.nav_wrap li a {
  display: block;
  border-bottom: 1px solid #fff;
  padding: 10px;
}

.nav_wrap li span {
  display: none;
}

.nav_wrap .pulldown01, .nav_wrap .pulldown02, .nav_wrap .pulldown03, .nav_wrap .pulldown04 {
  position: relative;
}

.nav_wrap .pulldown01:after, .nav_wrap .pulldown02:after, .nav_wrap .pulldown03:after, .nav_wrap .pulldown04:after {
  content: "+";
  position: absolute;
  top: 0px;
  right: 0;
  padding: 10px;
  width: 60px;
  background: rgba(255, 255, 255, 0.2);
  text-align: center;
}

.nav_wrap .pulldown01 ul, .nav_wrap .pulldown02 ul, .nav_wrap .pulldown03 ul, .nav_wrap .pulldown04 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  padding-top: 10px;
}

.nav_wrap .pulldown01 ul li, .nav_wrap .pulldown02 ul li, .nav_wrap .pulldown03 ul li, .nav_wrap .pulldown04 ul li {
  width: 100% !important;
  padding: 3px;
  border-bottom: 0px;
}

.nav_wrap .pulldown01 ul li a, .nav_wrap .pulldown02 ul li a, .nav_wrap .pulldown03 ul li a, .nav_wrap .pulldown04 ul li a {
  font-size: 10px;
  padding: 3px;
  background-color: rgba(255, 255, 255, 0.2);
  display: block;
  border-bottom: 0 !important;
}

.nav_wrap .pulldown01 ul li a:after, .nav_wrap .pulldown02 ul li a:after, .nav_wrap .pulldown03 ul li a:after, .nav_wrap .pulldown04 ul li a:after {
  display: none !important;
}

.nav_wrap .open.pulldown01:after, .nav_wrap .open.pulldown02:after, .nav_wrap .open.pulldown03:after, .nav_wrap .open.pulldown04:after {
  content: "‐" !important;
  position: absolute;
  top: 0px;
  right: 0;
  padding: 10px;
  width: 60px;
  background: rgba(255, 255, 255, 0.2);
  text-align: center;
}

footer#global_footer {
  position: relative;
  z-index: 2;
  background: #fff !important;
}

#footer {
  font-weight: bold;
  background: #333 !important;
  color: #fff;
  padding-top: 20px;
}

.f_fixbtn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
}

@media only screen and (max-width: 834px) {
  .f_fixbtn {
    width: 200px;
    bottom: 10px;
    right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.f_fixbtn li {
  margin-top: 10px;
}

@media only screen and (max-width: 834px) {
  .f_fixbtn li {
    margin: 5px;
  }
}

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

@media only screen and (max-width: 834px) {
  .contact_title {
    font-size: 24px;
  }
}

.contact_title span {
  padding-top: 10px;
  font-size: 20px;
  margin-left: 10px;
}

@media only screen and (max-width: 834px) {
  .contact_title span {
    font-size: 16px;
    display: block;
  }
}

.f_contact {
  position: relative;
  padding: 0 30px;
  padding-bottom: 100px;
}

.f_contact::after {
  content: "";
  max-width: 729px;
  width: 40%;
  height: 500px;
  position: absolute;
  right: 0;
  bottom: 0;
  background: url(../images/common/top_img04.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  display: block;
}

.f_contact_title {
  font-size: 2.8vw;
  font-weight: bold;
}

@media screen and (max-width: 1200px) {
  .f_contact_title {
    font-size: 36px;
  }
}

@media only screen and (max-width: 834px) {
  .f_contact_title {
    font-size: 24px;
  }
}

.f_contact_text {
  width: 58%;
}

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

.f_contact_img {
  text-align: center;
  width: 39%;
}

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

.f_contact_img img {
  margin-top: -50px;
}

@media screen and (max-width: 1200px) {
  .f_contact_img img {
    margin: 0;
  }
}

.f_contact_btn {
  text-align: center;
  margin-top: -30px;
}

.f_contact_btn a {
  color: #fff !important;
  font-size: 18px;
  background: none;
  padding: 10px 30px;
  display: inline-block;
  border: 1px solid #e77811;
  text-decoration: none;
  opacity: 1 !important;
  background: #e77811;
  border-radius: 10px;
  font-weight: bold;
}

.f_contact_btn a:hover {
  background: #fff;
  opacity: 1 !important;
  color: #e77811 !important;
}

@media only screen and (max-width: 834px) {
  .f_contact_btn a {
    font-size: 14px;
    border-radius: 10px;
    padding: 10px 15px;
  }
}

@media only screen and (max-width: 640px) {
  .f_contact_btn a {
    font-size: 14px;
  }
}

.f_contact_inner {
  position: relative;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 2;
  padding: 30px;
  border-radius: 20px;
  border: 8px solid #2fd9b3;
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: left;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 1200px) {
  .f_contact_inner {
    padding: 20px;
  }
}

@media only screen and (max-width: 834px) {
  .f_contact_text {
    text-align: left;
  }
}

.f_contact_btn_list {
  padding-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1000px;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 834px) {
  .f_contact_btn_list {
    display: block;
    padding-top: 10px;
  }
}

.f_contact_btn_list li {
  width: 48%;
  margin: 0 1%;
  max-width: 300px;
}

@media only screen and (max-width: 834px) {
  .f_contact_btn_list li {
    margin: 20px auto 0 auto;
    width: 100%;
    max-width: 100%;
  }
}

.f_contact_btn_list .f_mail {
  text-align: center;
}

.f_contact_btn_list .f_mail a {
  padding: 15px 20px;
  text-decoration: none;
  display: block;
  color: #fff !important;
  width: 100%;
  text-align: center;
  font-family: "Times New Roman", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  border: 1px solid #fff;
}

.f_contact_btn_list .f_mail a:hover {
  background: #fff;
  opacity: 1 !important;
  color: #000 !important;
}

.f_contact_btn_list .f_mail a i {
  margin-right: 10px;
}

@media only screen and (max-width: 834px) {
  .f_contact_btn_list .f_mail a {
    width: 80%;
    margin: 0 auto;
  }
}

.f_tel a {
  font-size: 36px;
  color: #fff !important;
  font-family: "Times New Roman", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

@media only screen and (max-width: 640px) {
  .f_tel a {
    font-size: 24px;
  }
}

.f_tel a i {
  margin-right: 10px;
  font-size: 28px;
}

@media only screen and (max-width: 834px) {
  .f_tel a {
    font-size: 36px;
  }
}

@media only screen and (max-width: 640px) {
  .f_tel a {
    font-size: 32px;
  }
}

.f_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1000px;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 834px) {
  .footer_logo {
    margin: 0 auto;
    text-align: center;
  }
}

.footer_info {
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 834px) {
  .footer_info {
    padding: 20px 0;
    width: 100%;
    display: block;
  }
}

.footer_address {
  padding: 10px 0;
}

.footer_address ul li {
  padding: 0 10px;
  text-align: center;
}

#nav_footer {
  width: 100%;
}

#nav_footer ul {
  margin-left: 20px;
  font-weight: bold;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 834px) {
  #nav_footer ul {
    display: block;
    max-width: 100%;
    margin: 0 auto;
  }
}

#nav_footer ul li {
  display: inline-block;
  margin: 5px 15px;
  width: auto;
  text-align: center;
  position: relative;
}

#nav_footer ul li:after {
  content: "";
  height: 20px;
  background: #fff;
  width: 1px;
  position: absolute;
  right: -10px;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media only screen and (max-width: 834px) {
  #nav_footer ul li:after {
    display: none;
  }
}

#nav_footer ul li:last-child:after {
  display: none;
}

@media only screen and (max-width: 834px) {
  #nav_footer ul li {
    text-align: center;
    margin: 5px auto;
    display: block;
  }
}

#nav_footer ul li a {
  color: #fff !important;
}

#nav_footer ul li a:link {
  color: #fff !important;
  text-decoration: none;
}

#nav_footer ul li a:visited {
  color: #fff !important;
}

@media only screen and (max-width: 834px) {
  #nav_footer ul li a {
    background: #333 !important;
    padding: 10px;
    display: block;
  }
  #nav_footer ul li a:link {
    color: #fff !important;
    text-decoration: none;
  }
  #nav_footer ul li a:visited {
    color: #fff !important;
  }
}

.nv_small {
  margin: 3px;
}

.nv_small a {
  font-size: 14px;
  padding-left: 15px;
  position: relative;
}

@media only screen and (max-width: 834px) {
  .nv_small a {
    font-size: 16px;
  }
}

@media only screen and (max-width: 834px) {
  .nv_small a {
    font-size: 14px;
  }
}

.nv_small a:after {
  position: absolute;
  content: "";
  width: 8px;
  height: 1px;
  background: #000;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

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

#pagetop {
  position: fixed;
  bottom: 50px;
  right: 20px;
  z-index: 10;
  width: 80px;
}

@media only screen and (max-width: 834px) {
  #pagetop {
    bottom: 20px;
    right: 0;
    width: 80px;
  }
  #pagetop img {
    width: 100% !important;
    height: auto;
  }
}

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

.f_map {
  width: 50%;
}

@media only screen and (max-width: 834px) {
  .f_map {
    width: 100%;
    height: 400px;
  }
}

.f_access {
  width: 50%;
  background: url(../images/common/bg01.jpg);
  padding: 50px;
}

@media only screen and (max-width: 834px) {
  .f_access {
    width: 100%;
    padding: 20px;
  }
}

.f_access .f_access_inner01 {
  padding: 60px;
  background: rgba(255, 255, 255, 0.7);
}

@media screen and (max-width: 1200px) {
  .f_access .f_access_inner01 {
    padding: 30px;
  }
}

@media only screen and (max-width: 640px) {
  .f_access .f_access_inner01 {
    padding: 20px;
  }
}

.f_access_title h2 {
  font-size: 34px;
  text-align: left;
  z-index: 3;
  position: relative;
  display: block;
  padding-bottom: 20px;
  border-bottom: 1px solid #000000;
  padding-left: 10px;
  font-family: "Times New Roman", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

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

.f_access_title h2 span {
  margin-left: 10px;
  font-weight: bold;
  color: #000000;
  font-size: 16px;
}

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

.f_access_dl {
  margin-top: 20px;
}

@media screen and (max-width: 1200px) {
  .f_access_dl {
    margin-top: 20px;
  }
}

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

@media only screen and (max-width: 834px) {
  .f_access_dl dl {
    padding: 10px 10px;
  }
}

.f_access_dl dl dt {
  text-align: center;
  width: 130px;
  color: #e77811;
  font-weight: bold;
  border-bottom: 1px #e77811 solid;
  padding: 20px 0;
}

@media only screen and (max-width: 834px) {
  .f_access_dl dl dt {
    padding: 10px;
    width: 90px;
  }
}

.f_access_dl dl dd {
  width: calc(100% - 130px);
  border-bottom: 1px #ccc solid;
  padding: 20px 10px;
  text-align: left;
}

@media only screen and (max-width: 834px) {
  .f_access_dl dl dd {
    width: calc(100% - 90px);
  }
}

.f_access_btn {
  margin-top: 30px;
  text-align: left;
}

@media only screen and (max-width: 834px) {
  .f_access_btn {
    text-align: center;
  }
}

.f_access_btn a {
  color: #fff !important;
  font-size: 18px;
  background: #e77811;
  padding: 10px 30px;
  display: inline-block;
  font-weight: bold;
  text-decoration: none;
  border-radius: 5px;
}

.f_access_btn a:before {
  font-family: "Font Awesome 5 Free";
  content: '\f0e0';
  font-size: 20px;
  font-weight: 900;
  margin-right: 10px;
  color: #fff;
}

@media only screen and (max-width: 834px) {
  .f_access_btn a {
    font-size: 16px;
  }
}

#copy {
  background: #333 !important;
  color: #fff;
  padding: 5px;
  display: block !important;
  font-size: 14px !important;
}

@media only screen and (max-width: 834px) {
  #copy {
    padding-bottom: 80px;
  }
}

#copy a:link {
  color: #fff;
  text-decoration: none;
}

#copy a:hover {
  text-decoration: underline;
}

#copy a:visited {
  color: #fff;
  text-decoration: none;
}

.pjre {
  position: relative;
}

.zindex2 {
  z-index: 2;
  position: relative;
}

.top01_bg {
  background-size: cover;
}

.cont_title01 {
  position: relative;
  z-index: 2;
}

.cont_title01 h1, .cont_title01 h2, .cont_title01 h3, .cont_title01 h4 {
  font-size: 32px;
  font-weight: bold;
}

.cont_title01 h1 .sub, .cont_title01 h2 .sub, .cont_title01 h3 .sub, .cont_title01 h4 .sub {
  font-size: 20px;
  display: block;
}

@media only screen and (max-width: 834px) {
  .cont_title01 h1, .cont_title01 h2, .cont_title01 h3, .cont_title01 h4 {
    font-size: 24px;
  }
}

@media only screen and (max-width: 640px) {
  .cont_title01 h1, .cont_title01 h2, .cont_title01 h3, .cont_title01 h4 {
    font-size: 20px;
    display: block;
  }
}

.top01_text01 {
  width: 55%;
  position: relative;
}

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

.top01_text01 div {
  font-size: 16px;
}

.top01_text01 .large_text div {
  font-size: 15vw;
  line-height: 1;
  color: #e77811;
  opacity: 0.3;
  display: inline-block;
  font-weight: bold;
  position: absolute;
  z-index: 1;
  left: 5%;
  top: -50px;
}

@media only screen and (max-width: 640px) {
  .top01_text01 .large_text div {
    font-size: 20vw;
    bottom: 100px;
    right: 0;
    top: auto;
    display: none;
  }
}

.top01_text01 .small_text {
  position: relative;
  z-index: 2;
}

.top01_text01 article {
  max-width: 650px;
  margin: 0 0 0 auto;
}

.top01_text01 article table td {
  border: 0 !important;
  padding: 10px 0 !important;
}

.top01_img {
  width: 45%;
  position: relative;
}

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

.top01_img img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
}

@media only screen and (max-width: 834px) {
  .top01_img img {
    position: relative;
    height: auto !important;
  }
}

.top02 {
  background-position: bottom center;
  background-size: 100%;
  background-repeat: no-repeat !important;
}

.top_btnbox .box {
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 48%;
  margin: 0 1% 10px 1%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 640px) {
  .top_btnbox .box {
    width: 98%;
    margin: 0 1% 10px 1%;
  }
}

.top_btnbox .box article {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

.top_btnbox .box article a {
  margin-bottom: 10px;
  color: #fff !important;
  font-size: 24px;
  background: none;
  padding: 10px 30px;
  display: block;
  border: 1px solid #e77811;
  text-decoration: none;
  opacity: 1 !important;
  background: #e77811;
  border-radius: 10px;
  font-weight: bold;
}

.top_btnbox .box article a:hover {
  background: #fff;
  opacity: 1 !important;
  color: #e77811 !important;
}

@media only screen and (max-width: 834px) {
  .top_btnbox .box article a {
    font-size: 18px;
    border-radius: 10px;
  }
}

@media only screen and (max-width: 640px) {
  .top_btnbox .box article a {
    font-size: 14px;
  }
}

.top_waku_text h3 {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 10px;
}

.news_waku {
  width: 70%;
}

.twitter_waku {
  width: 28%;
}

.contact_btn_list ul {
  padding-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1000px;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 834px) {
  .contact_btn_list ul {
    display: block;
    padding-top: 10px;
  }
}

.contact_btn_list ul li {
  width: 48%;
  margin: 0 1%;
  max-width: 300px;
}

@media only screen and (max-width: 834px) {
  .contact_btn_list ul li {
    margin: 20px auto 0 auto;
    width: 100%;
    max-width: 100%;
    text-align: center !important;
  }
}

.contact_btn_list ul .mail_btn {
  text-align: center;
}

.contact_btn_list ul .mail_btn a {
  padding: 15px 20px;
  text-decoration: none;
  display: block;
  color: #fff !important;
  width: 100%;
  text-align: center;
  font-family: "Times New Roman", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  border: 1px solid #fff;
}

.contact_btn_list ul .mail_btn a:hover {
  background: #fff;
  opacity: 1 !important;
  color: #000 !important;
}

.contact_btn_list ul .mail_btn a i {
  margin-right: 10px;
}

@media only screen and (max-width: 834px) {
  .contact_btn_list ul .mail_btn a {
    width: 80%;
    margin: 0 auto;
  }
}

.contact_btn_list .tel_btn a {
  font-size: 36px;
  color: #fff !important;
  font-family: "Times New Roman", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

@media only screen and (max-width: 640px) {
  .contact_btn_list .tel_btn a {
    font-size: 24px;
  }
}

.contact_btn_list .tel_btn a i {
  margin-right: 10px;
  font-size: 28px;
}

@media only screen and (max-width: 834px) {
  .contact_btn_list .tel_btn a {
    font-size: 36px;
  }
}

@media only screen and (max-width: 640px) {
  .contact_btn_list .tel_btn a {
    font-size: 32px;
  }
}

.cont_title02 h2, .cont_title02 h3, .cont_title02 h4 {
  font-size: 36px;
  font-weight: bold;
  color: #000000;
}

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

.cont_title03 h2, .cont_title03 h3, .cont_title03 h4 {
  font-weight: bold;
  font-size: 38px;
  padding-bottom: 15px;
  border-bottom: 5px solid #2fd9b3;
}

@media only screen and (max-width: 834px) {
  .cont_title03 h2, .cont_title03 h3, .cont_title03 h4 {
    font-size: 24px;
  }
}

.cont_title04 h2, .cont_title04 h3, .cont_title04 h4 {
  font-size: 36px;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #000000;
}

.cont_title04 h2 span, .cont_title04 h3 span, .cont_title04 h4 span {
  font-size: 20px;
  margin-left: 10px;
}

@media only screen and (max-width: 834px) {
  .cont_title04 h2 span, .cont_title04 h3 span, .cont_title04 h4 span {
    font-size: 16px;
    display: block;
    margin-left: 0;
  }
}

@media only screen and (max-width: 834px) {
  .cont_title04 h2, .cont_title04 h3, .cont_title04 h4 {
    font-size: 28px;
  }
}

.service_img_box img {
  width: 100% !important;
  height: 300px !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
}

.top03_table {
  max-width: 960px;
  margin: 0 0 0 auto;
}

.top03_table article {
  max-width: 600px;
  background: url(../images/common/bg02.png);
  padding: 30px;
}

.imgboxtext .box {
  width: 31.111111%;
  margin: 0 1% 20px 1%;
}

@media only screen and (max-width: 834px) {
  .imgboxtext .box {
    width: 48%;
  }
}

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

.imgboxtext .box img {
  width: 100% !important;
  height: 280px !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
}

@media only screen and (max-width: 640px) {
  .imgboxtext .box img {
    height: auto !important;
  }
}

.imgboxtext .box div {
  font-size: 14px;
}

.imgboxtext .box h3 {
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 5px;
  font-size: 16px;
  text-align: center;
  border-bottom: 1px dashed #666;
}

.koteibg {
  background-attachment: fixed;
}

@media only screen and (max-width: 834px) {
  .koteibg {
    background-size: cover;
    background-position: bottom center;
    background-attachment: unset;
  }
}

.itembox td {
  padding: 5px 0 !important;
}

.itembox td div {
  font-size: 14px;
}

.itembox .imgbox img {
  width: 100% !important;
  height: 300px !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
}

/*****************AI用ショッピングサイト****************************************/
div.search form {
  width: 100% !important;
}

div.search form div.select {
  min-width: 200px;
}

div.under ul li a {
  width: 160px;
}

div.under ul li a:hover {
  background: #000000;
  color: #fff !important;
}

@media screen and (max-width: 640px) {
  div.under ul li a {
    padding: 10px;
    width: 100%;
  }
}

div.under ul li a a.off.prev {
  width: 38% !important;
  display: block;
  margin-top: 0px;
  margin-left: 2%;
}

@media screen and (max-width: 640px) {
  div.under ul li a a.off.prev {
    width: 100% !important;
    margin: 10px 0;
  }
}

div.under ul li a a.off.next {
  width: 38% !important;
  display: block;
  margin-top: 0px;
  margin-left: 2%;
}

@media screen and (max-width: 640px) {
  div.under ul li a a.off.next {
    width: 100% !important;
    margin: 10px 0;
  }
}

div.items > article {
  border: 0;
  padding: 0;
  width: 23% !important;
  margin-left: 1% !important;
  margin-right: 1% !important;
}

@media screen and (max-width: 834px) {
  div.items > article {
    width: 48% !important;
    margin: 10px 0;
    padding: 15px;
  }
}

@media screen and (max-width: 640px) {
  div.items > article {
    width: 48% !important;
    margin: 10px 1%;
    padding: 15px 8px;
  }
}

div.items > article a.name {
  font-size: 18px;
  font-weight: bold;
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 640px) {
  div.items > article a.name {
    font-size: 14px;
  }
}

div.items > article p.summary {
  text-align: left !important;
  font-size: 14px;
  width: 100%;
}

@media screen and (max-width: 640px) {
  div.items > article p.summary {
    text-align: left !important;
    font-size: 12px;
  }
}

div.items > article p.price {
  font-weight: bold;
  font-size: 16px;
  margin-top: 0;
  padding-top: 0;
}

@media screen and (max-width: 640px) {
  div.items > article p.price {
    font-size: 14px;
  }
}

.item div.item_view h2 {
  background: #eeeeee;
  padding: 10px;
  font-weight: bold;
  color: #000000;
}

div.item_option a {
  font-size: 14px !important;
}

div.photo div.small img:hover {
  opacity: 0.5;
}

div.photo div.small {
  min-width: 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

article.item div.photo .small li {
  width: 23%;
  margin: 10px 1% 0 1%;
  -ms-flex-preferred-size: unset;
      flex-basis: unset;
}

div.item_view p.price {
  color: #e25325;
  font-weight: bold;
  font-size: 24px;
}

div.sku1 ul li, div.sku2 ul li {
  width: auto !important;
}

.detail {
  font-size: 14px;
}

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

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

article.item div.photo .small img {
  border: 1px solid #ccc;
  padding: 5px;
}

article.item div.photo div.large {
  text-align: center;
}

@media screen and (max-width: 834px) {
  article.item div.photo div.large {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 834px) {
  article.item {
    display: block;
  }
  article.item div.photo {
    width: 80%;
    margin: 0 auto;
    display: block;
  }
  article.item div.photo .small {
    max-width: 100%;
  }
  article.item div.photo .small ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  article.item div.photo .small ul li img {
    width: 100%;
    border: 1px solid #ccc;
  }
  article.item .item_view {
    max-width: 100%;
  }
}

@media screen and (max-width: 834px) and (max-width: 640px) {
  article.item .item_view {
    margin-top: 20px;
  }
}

div.items > article a.photo {
  width: 100% !important;
  background-size: cover;
}

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

div.items {
  margin: 0 !important;
}

@media screen and (max-width: 834px) {
  div.items {
    margin-top: 30px;
  }
}

div.item_view h2 {
  font-size: 20px;
}

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

div.item_view h2 span {
  display: none;
}

#sumcart ul li p.number {
  display: none;
}

@media screen and (max-width: 640px) {
  div.photo div.large {
    margin-left: 0;
  }
}

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

article.item div.photo {
  width: 40%;
  display: block;
}

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

article.item div.photo div.large {
  margin: 0;
}

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

@media screen and (max-width: 640px) {
  div.order {
    margin-top: 20px !important;
  }
}

div.search div.pager {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

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

div.search {
  margin-top: 0px;
}

div.pager a.off.prev {
  width: 49% !important;
}

div.search div.pager div.select {
  margin-right: calc(100% - 100px);
}

div.pager a.off.next {
  width: 49% !important;
}

div.search div.pager div.select {
  float: none;
  margin-top: 20px;
}

@media screen and (max-width: 640px) {
  div.search div.pager div.select {
    max-width: 180px;
  }
}

div.select > select {
  height: 30px !important;
}

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

/*******************************************/
div.under {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

div.under li {
  width: 23% !important;
  margin: 20px 1% 0 1% !important;
}

@media screen and (max-width: 640px) {
  div.under li {
    width: 48% !important;
    margin: 10px 1% 0 1% !important;
    height: auto !important;
    text-align: center !important;
  }
}

div.under ul li a {
  text-decoration: none;
  width: 100% !important;
}

/***********************************************/
section div.purchase.accept {
  background: none !important;
}

/*****************詳細ページ******************************/
@media screen and (max-width: 640px) {
  section div.form_wrap dl {
    display: block !important;
  }
}

section div.purchase dl dt {
  max-width: 100% !important;
}

@media screen and (max-width: 640px) {
  section div.form_wrap dl dt {
    width: 100% !important;
  }
}

@media screen and (max-width: 640px) {
  section div.form_wrap dl dd {
    display: block !important;
    width: 100% !important;
  }
}

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

div.item_view {
  width: 58%;
  max-width: 100%;
  min-width: auto;
}

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

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

/****************購入ページ*****************************************/
@media screen and (max-width: 640px) {
  #sumcart div.sum > div > div:nth-child(2) {
    min-width: auto;
  }
}

@media screen and (max-width: 640px) {
  section div.purchase.confirm ul li div:nth-child(n + 3) {
    min-width: 60px;
  }
}

@media screen and (max-width: 640px) {
  #sumcart ul li {
    display: block;
  }
}

#sumcart div.sum {
  padding: 10px;
}

@media screen and (max-width: 640px) {
  section div.purchase.confirm ul li {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

div.relay div.flip, div.bundle div.flip {
  margin-top: 20px;
}

div.sku1 ul li.selected, div.sku2 ul li.selected {
  background: #000000;
}

div.sku1 ul li.selected:hover, div.sku2 ul li:hover {
  background: #eeeeee;
}

div.sku1 ul li.selected:hover, div.sku1 ul li:hover {
  background: #eeeeee;
}

/*****************買い物リスト***********************/
#sumcart ul li div.item {
  margin-left: 10px;
}

@media screen and (max-width: 640px) {
  #sumcart ul li div.item {
    margin: 10px 0;
  }
}

div.under {
  margin-top: 0;
}

div.under ul {
  width: 100% !important;
}

div.item_view > ul li a {
  background: #eeeeee !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flex2cl_01 .flxL {
  width: 57%;
}

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

.flex2cl_01 .flxR {
  width: 40%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/************************************プライバシーポリシー************************************/
.policy, .modaal-wrapper {
  font-size: 16px;
}

.policy h2, .modaal-wrapper h2 {
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #000000;
  margin-bottom: 10px;
  color: #333;
  padding: 10px;
  margin-top: 20px;
}

.policy p, .modaal-wrapper p {
  padding: 10px;
  padding-bottom: 20px;
}

.policy h3, .modaal-wrapper h3 {
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #000000;
  display: inline-block;
  margin-bottom: 10px;
}

.policy ol li, .modaal-wrapper ol li {
  padding: 10px;
  font-weight: bold;
}

.policy ol li ul li, .modaal-wrapper ol li ul li {
  font-weight: normal;
}

.policy dl, .modaal-wrapper dl {
  margin-top: 10px;
}

.policy dl dt, .modaal-wrapper dl dt {
  background: #eeeeee;
  padding: 5px;
  color: #e77811;
  font-weight: bold;
}

.policy dl dd, .modaal-wrapper dl dd {
  margin-top: 10px;
}

/************************************サイトマップ************************************/
.map {
  max-width: 1000px;
  width: 95%;
}

.map li {
  border-left: 3px solid #000000;
  list-style-type: none;
  padding-left: 10px;
  margin-bottom: 10px;
  display: block;
  float: none !important;
}

.map li a {
  color: #000000;
  font-size: 16px;
  text-decoration: none;
}

.map li a:hover {
  text-decoration: underline;
}

/**********************お問合せ*****************************/
.submit {
  margin: 20px auto 50px auto !important;
}

/***************ボタン************************/
input[type="button"] {
  cursor: pointer;
  padding: 5px 10px;
}

/***************パンクズ************************/
.pan1 {
  padding-top: 10px;
}

.pan1 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.pan1 ul li {
  margin: 0 10px;
}

.pan1 ul a:link {
  color: #e77811 !important;
  text-decoration: none !important;
}

.pan1 ul a:visited {
  color: #e77811 !important;
}

/*********PDFボタン************/
.pdf_btn {
  padding: 10px 0;
}

.pdf_btn a {
  display: block;
  padding: 20px 5px;
  background: #d66464;
  position: relative;
  text-align: center;
  font-size: 16px;
  color: #fff !important;
  text-decoration: none;
  font-weight: bold;
  max-width: 300px;
}

@media only screen and (max-width: 640px) {
  .pdf_btn a {
    margin: 0 auto;
    max-width: 300px;
  }
}

.pdf_btn a:after {
  content: "";
  width: calc(100% - 5px);
  height: calc(100% - 5px);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  border: 1px #fff solid;
}

.pdf_btn a:before {
  content: "PDF";
  display: block;
  width: calc(100% - 50px);
  position: absolute;
  right: -50px;
  bottom: -10px;
  color: rgba(255, 255, 255, 0.2);
  font-size: 50px;
}

/****************************画像回転************************************/
.rotate5 img {
  -webkit-transform: rotate(5deg);
  transform: rotate(5deg);
}

.rotate8 img {
  -webkit-transform: rotate(8deg);
  transform: rotate(8deg);
}

.rotate-10 img {
  -webkit-transform: rotate(-10deg);
  transform: rotate(-10deg);
}

/*画像拡大*/
.imgWrap {
  overflow: hidden;
  /*拡大時にはみ出た部分を隠す*/
}

.imgWrap img {
  display: block;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  /*変化に掛かる時間*/
}

.imgWrap img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  /*画像の拡大率*/
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  /*変化に掛かる時間*/
}

input.cmn-toggle-round:checked + label:before {
  background: #e18c90 !important;
}

#builingual {
  position: fixed;
  bottom: 0;
  right: 0;
  background: #000000 !important;
  z-index: 6999999;
  padding: 5px 20px !important;
  color: #fff;
}

@media only screen and (max-width: 834px) {
  #builingual {
    width: 320px;
    padding: 8px 5px !important;
    background: none !important;
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
  }
}

#builingual select {
  margin-left: 10px !important;
}

@media only screen and (max-width: 834px) {
  #builingual select {
    margin-top: 0px !important;
    padding: 5px !important;
  }
}

.language {
  color: #fff !important;
  float: right !important;
}

@media only screen and (max-width: 834px) {
  .language {
    font-size: 12px !important;
    padding: 0 10px 0 0 !important;
  }
}

.switch {
  float: right;
  padding-top: 3px !important;
  position: relative;
  color: #000;
}

.switch:after {
  content: "OFF";
  position: absolute;
  right: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 8px;
  z-index: 1;
}

.switch:before {
  content: "ON";
  position: absolute;
  left: 9px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 8px;
  z-index: 1;
}

.cmn-toggle {
  position: absolute;
  margin-left: -9999px;
  visibility: hidden;
}

.cmn-toggle + label {
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

input.cmn-toggle-round + label {
  padding: 2px;
  width: 60px;
  height: 30px;
  background-color: #dddddd;
  border-radius: 60px;
}

input.cmn-toggle-round + label:before,
input.cmn-toggle-round + label:after {
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  bottom: 1px;
  content: "";
}

input.cmn-toggle-round + label:before {
  right: 1px;
  background-color: #f1f1f1;
  border-radius: 60px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input.cmn-toggle-round + label:after {
  width: 28px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: 2;
}

input.cmn-toggle-round:checked + label:before {
  background-color: #eeeeee;
}

input.cmn-toggle-round:checked + label:after {
  margin-left: 28px;
}

@media only screen and (max-width: 834px) {
  .switch {
    float: right;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-top: 0px !important;
  }
  #builingual {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

/***********************スライドスクロールイン*******************************************/
.scroll-obj {
  opacity: 0;
  -webkit-transition: all 1s ease 2s;
  transition: all 1s ease 2s;
}

@media only screen and (max-width: 640px) {
  .scroll-obj {
    opacity: 1 !important;
    -webkit-transform: none !important;
            transform: none !important;
  }
}

.scroll-hop {
  -webkit-transform: translate(0, 100px);
          transform: translate(0, 100px);
}

@media only screen and (max-width: 640px) {
  .scroll-hop {
    opacity: 1 !important;
    -webkit-transform: none !important;
            transform: none !important;
  }
}

.scroll-left {
  -webkit-transform: translate(-100px, 0);
          transform: translate(-100px, 0);
}

@media only screen and (max-width: 640px) {
  .scroll-left {
    opacity: 1 !important;
    -webkit-transform: none !important;
            transform: none !important;
  }
}

.scroll-right {
  -webkit-transform: translate(100px, 0);
          transform: translate(100px, 0);
}

@media only screen and (max-width: 640px) {
  .scroll-right {
    opacity: 1 !important;
    -webkit-transform: none !important;
            transform: none !important;
  }
}

/***************フェードイン**************************/
.fadein {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
  -webkit-transition: all 1500ms;
  transition: all 1500ms;
}

@media only screen and (max-width: 640px) {
  .fadein {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}

.fadein.fadeinleft {
  opacity: 0;
  -webkit-transform: translate(-100px, 0);
          transform: translate(-100px, 0);
  -webkit-transition: all 1500ms;
  transition: all 1500ms;
}

@media only screen and (max-width: 640px) {
  .fadein.fadeinleft {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}

.fadein.fadeinright {
  opacity: 0;
  -webkit-transform: translate(100px, 0);
          transform: translate(100px, 0);
  -webkit-transition: all 1500ms;
  transition: all 1500ms;
}

@media only screen and (max-width: 640px) {
  .fadein.fadeinright {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}

.fadein.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

/***********************link_name*******************************************/
.link_name {
  padding-top: 48px;
  margin-top: -48px;
}

@media only screen and (max-width: 834px) {
  .link_name {
    padding-top: 48px;
    margin-top: -48px;
  }
}

.link_name01 {
  padding-top: 68px;
  margin-top: -68px;
}

@media only screen and (max-width: 834px) {
  .link_name01 {
    padding-top: 68px;
    margin-top: -68px;
  }
}

/***********************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;
}

/******************dl リスト01**************************************/
.dldt_list01 dl {
  width: 100%;
}

.dldt_list01 dl:nth-child(odd) dt {
  background: #efefef !important;
  border-bottom: 1px solid #ccc !important;
  border-top: 1px solid #ccc !important;
}

.dldt_list01 dl:nth-child(odd) dd {
  background: #efefef !important;
  border-bottom: 1px solid #ccc !important;
  border-top: 1px solid #ccc !important;
}

@media only screen and (max-width: 640px) {
  .dldt_list01 dl:nth-child(odd) dd {
    background: #fff !important;
    border: 0 !important;
  }
}

.dldt_list01 dl dt {
  color: #333 !important;
  display: block !important;
  border: 0px !important;
  background: none !important;
  padding: 20px 10px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center !important;
  width: 150px !important;
}

@media only screen and (max-width: 834px) {
  .dldt_list01 dl dt {
    background: #efefef !important;
  }
}

@media only screen and (max-width: 834px) and (max-width: 640px) {
  .dldt_list01 dl dt {
    border-bottom: 1px solid #ccc !important;
    border-top: 1px solid #ccc !important;
  }
}

.dldt_list01 dl dd {
  display: block !important;
  border: 0px !important;
  padding: 20px 10px !important;
  width: calc(100% - 150px) !important;
}

.dldt_list02 dl {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

@media only screen and (max-width: 640px) {
  .dldt_list02 dl {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100% !important;
    border: 0 !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.dldt_list02 dl dt {
  font-weight: bold;
  text-align: center !important;
  background: none !important;
  color: #333 !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  border: 0px !important;
  border-bottom: 1px solid #000000 !important;
  padding: 30px 5px !important;
}

@media only screen and (max-width: 640px) {
  .dldt_list02 dl dt {
    padding: 10px !important;
    width: 100% !important;
    border: 0 !important;
    text-align: left !important;
    display: block !important;
    background: #eeeeee !important;
  }
}

.dldt_list02 dl dd {
  padding: 30px !important;
  border: 0px !important;
  background: none !important;
  border-bottom: 1px solid #ccc !important;
}

@media only screen and (max-width: 640px) {
  .dldt_list02 dl dd {
    padding: 10px !important;
    width: 100% !important;
    border: 0 !important;
  }
}

.dldt_list03 dl {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

@media only screen and (max-width: 640px) {
  .dldt_list03 dl {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100% !important;
    border: 0 !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.dldt_list03 dl dt {
  font-weight: bold;
  text-align: center !important;
  background: none !important;
  color: #333 !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  border: 0px !important;
  border-bottom: 1px solid #000000 !important;
  padding: 15px 5px !important;
}

@media only screen and (max-width: 640px) {
  .dldt_list03 dl dt {
    padding: 10px !important;
    width: 100% !important;
    border: 0 !important;
    text-align: left !important;
    display: block !important;
    background: #eeeeee !important;
  }
}

.dldt_list03 dl dd {
  padding: 15px !important;
  border: 0px !important;
  background: none !important;
  border-bottom: 1px solid #ccc !important;
}

@media only screen and (max-width: 640px) {
  .dldt_list03 dl dd {
    padding: 10px !important;
    width: 100% !important;
    border: 0 !important;
  }
}

.dldt_list04 dl {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: 100% !important;
  border: 0 !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media only screen and (max-width: 640px) {
  .dldt_list04 dl {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100% !important;
    border: 0 !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.dldt_list04 dl dt {
  padding: 10px !important;
  width: 100% !important;
  border: 0 !important;
  text-align: left !important;
  display: block !important;
  background: #eeeeee !important;
  font-weight: bold !important;
}

@media only screen and (max-width: 640px) {
  .dldt_list04 dl dt {
    padding: 10px !important;
    width: 100% !important;
    border: 0 !important;
    text-align: left !important;
    display: block !important;
    background: #eeeeee !important;
  }
}

.dldt_list04 dl dd {
  padding: 15px !important;
  border: 0px !important;
  background: none !important;
  width: 100% !important;
  border: 0 !important;
}

@media only screen and (max-width: 640px) {
  .dldt_list04 dl dd {
    padding: 10px !important;
    width: 100% !important;
    border: 0 !important;
  }
}

/*******************チェック　ul(AI用)******************************/
.ul_list01 ul {
  margin: 0 auto;
  display: block !important;
}

.ul_list01 ul li {
  float: none !important;
  display: block !important;
  padding-left: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  position: relative;
}

.ul_list01 ul li .no {
  color: #000000;
  margin-right: 10px;
  font-weight: bold;
  font-size: 20px;
}

.ul_list01 ul li:after {
  content: "";
  width: 5px;
  height: 5px;
  display: block;
  position: absolute;
  border-radius: 5px;
  left: 10px;
  top: 20px;
  background: #000000;
}

/*******************チェック　ul(AI用)******************************/
.ul_list02 ul {
  margin: 0 auto;
  display: block !important;
}

.ul_list02 ul li {
  float: none !important;
  display: block !important;
  padding-left: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #e77811;
  position: relative;
}

.ul_list02 ul li .no {
  color: #e77811;
  margin-right: 10px;
  font-weight: bold;
  font-size: 20px;
}

.ul_list02 ul li:after {
  content: "";
  width: 5px;
  height: 5px;
  display: block;
  position: absolute;
  border-radius: 5px;
  left: 10px;
  top: 20px;
  background: #e77811;
}

/*******************チェック　ul(AI用)******************************/
.ul_list03 ul {
  margin: 0 auto;
  display: block !important;
}

.ul_list03 ul li {
  float: none !important;
  display: block !important;
  border-bottom: 1px dotted #000000;
  position: relative;
  padding: 10px;
}

.ul_list03 ul li:nth-child(odd) {
  background: #eeeeee;
}

.ul_list03 ul li .no {
  color: #000000;
  margin-right: 10px;
  font-weight: bold;
  font-size: 20px;
}

.ul_w30 ul {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.ul_w30 ul li {
  width: 31.111%;
  margin: 0 1% 10px 1% !important;
}

@media only screen and (max-width: 640px) {
  .ul_w30 ul li {
    width: 48%;
  }
}

/*******************チェック　ul(AI用)******************************/
.check_ul01 ul {
  margin: 0 auto;
  display: block !important;
}

.check_ul01 ul li {
  float: none !important;
  display: block !important;
  padding-left: 90px;
  border-bottom: 1px solid #666666;
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 30px;
  margin-top: 30px;
  font-weight: bold;
  font-size: 20px;
}

@media only screen and (max-width: 640px) {
  .check_ul01 ul li {
    font-size: 18px;
  }
}

.check_ul01 ul li:after {
  content: "";
  width: 75px;
  height: 32px;
  display: block;
  position: absolute;
  left: 5px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../images/common/check_icon01.png);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

/*************************テーブルリスト(ボタン横列)***********************************/
.link_list {
  padding: 20px 0;
}

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

.link_list ul {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.link_list li {
  display: block;
  padding: 0 10px;
  width: 23%;
  margin: 0 1% 10px 1%;
}

@media only screen and (max-width: 834px) {
  .link_list li {
    width: 48%;
  }
}

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

.link_list li a {
  width: 100%;
  padding: 10px;
  background: #000000;
  color: #fff !important;
  display: block;
  text-decoration: none;
  text-align: center;
  position: relative;
  border-radius: 3px;
}

@media only screen and (max-width: 640px) {
  .link_list li a {
    padding: 5px;
  }
}

/****************テキストボタン****************************************/
.text_btn01 a {
  padding: 10px 60px 10px 60px;
  display: inline-block;
  text-decoration: none;
  position: relative;
  color: #fff !important;
  border: 1px solid #e77811;
  font-size: 16px;
  background: #e77811;
  border-radius: 10px;
  opacity: 1 !important;
}

.text_btn01 a:hover {
  background: #fff;
  opacity: 1 !important;
  color: #e77811 !important;
}

@media only screen and (max-width: 640px) {
  .text_btn01 a {
    font-size: 14px;
    display: block;
    max-width: 300px;
    margin: 0 auto;
    padding: 10px;
    text-align: center;
  }
}

.text_btn01 a i {
  margin-right: 10px;
}

.text_btn02 a {
  padding: 10px 60px 10px 60px;
  display: inline-block;
  text-decoration: none;
  position: relative;
  color: #fff !important;
  border: 1px solid #fff;
  font-size: 16px;
  font-family: "Times New Roman", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  opacity: 1 !important;
}

.text_btn02 a:hover {
  background: #fff;
  opacity: 1 !important;
  color: #000 !important;
}

.text_btn02 a:after {
  content: "";
  width: 30px;
  height: 1px;
  background: #fff;
  position: absolute;
  right: -15px;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media only screen and (max-width: 640px) {
  .text_btn02 a {
    font-size: 14px;
    display: block;
    max-width: 300px;
    margin: 0 auto;
    padding: 10px;
    text-align: center;
  }
}

.text_btn02 a i {
  margin-right: 10px;
}

.text_btn03 a {
  padding: 10px 60px 10px 60px;
  display: block;
  text-decoration: none;
  position: relative;
  background: #000000;
  color: #fff !important;
  border: 1px solid #000;
  font-family: "Times New Roman", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

@media only screen and (max-width: 640px) {
  .text_btn03 a {
    font-size: 14px;
    display: block;
    max-width: 300px;
    margin: 0 auto;
    padding: 10px;
    text-align: center;
  }
}

.text_btn03 a:hover {
  background: #fff;
  color: #000 !important;
  -webkit-transition: 0.5s !important;
  transition: 0.5s !important;
}

.text_btn03 a:hover:after {
  background: url(../images/common/btn_icon01.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.text_btn03 a:after {
  position: absolute;
  content: "";
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 14px;
  background: url(../images/common/btn_icon.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

/******************値段テーブル*************************************/
/***************新着情報(ブログ機能用)***************************/
.top_blog {
  height: 420px;
}

.top_blog .blog_list {
  border: 0 !important;
}

.top_blog div.blog_list > div {
  border-bottom: solid #ccc 1px !important;
}

.top_blog .more {
  display: none;
}

.top_blog .blog_date {
  font-size: 14px !important;
  color: #000000 !important;
  font-weight: bold;
  display: block;
  padding-right: 10px;
}

@media only screen and (max-width: 640px) {
  .top_blog .blog_date {
    font-size: 12px !important;
    padding-right: 5px;
  }
}

.top_blog .blog_text h3 {
  display: inline-block;
  font-size: 16px !important;
  font-weight: bold;
}

@media only screen and (max-width: 640px) {
  .top_blog .blog_text h3 {
    font-size: 14px !important;
  }
}

.top_blog .blog_text h3 a {
  color: #e77811 !important;
  font-weight: bold;
}

.top_blog .blog_photo {
  display: none;
}

.top_blog div.detail {
  margin-top: 5px !important;
}

.top_blog div.blog_text {
  width: 100% !important;
  font-size: 14px !important;
}

@media only screen and (max-width: 640px) {
  .blog_box {
    padding: 10px;
  }
}

.blog_box .blog_list {
  border: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

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

.blog_box div.blog_list > div {
  position: relative;
  border-bottom: solid #ccc 1px !important;
  width: 100%;
  margin: 0 1% 0 1%;
  padding: 10px;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.blog_box div.blog_list > div:hover {
  background: #000000;
  color: #fff;
  -webkit-transition: 0.5s !important;
  transition: 0.5s !important;
}

.blog_box div.blog_list > div:hover a {
  color: #fff !important;
  -webkit-transition: 0.5s !important;
  transition: 0.5s !important;
}

.blog_box div.blog_list > div:hover h3 a {
  border-bottom: #fff solid 2px;
}

.blog_box div.blog_list > div:hover h3 a:after {
  content: "";
  display: block;
  width: 100px;
  height: 2px;
  position: absolute;
  bottom: -2px;
  left: 0;
  background: #fff;
}

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

.blog_box .blog_date {
  font-size: 14px !important;
  color: #e77811 !important;
  font-weight: bold;
  display: inline-block;
  padding-right: 10px;
}

.blog_box .blog_text {
  padding: 10px 0 !important;
}

.blog_box .blog_text .b_price {
  font-weight: bold !important;
  font-size: 18px !important;
  text-align: right;
}

.blog_box .blog_text h3 {
  display: block;
  font-size: 16px !important;
  font-weight: bold;
  margin: 0 !important;
  text-decoration: none;
  padding-bottom: 5px;
  border-bottom: 2px solid #ccc;
  position: relative;
}

@media only screen and (max-width: 640px) {
  .blog_box .blog_text h3 {
    font-size: 18px !important;
  }
}

.blog_box .blog_text h3 a {
  color: #000000 !important;
  font-weight: bold;
  text-decoration: none;
  padding-bottom: 10px;
  border-bottom: 2px #ccc solid;
}

.blog_box .blog_text h3 a:hover {
  opacity: 1 !important;
  color: #fff !important;
  -webkit-transition: 0s !important;
  transition: 0s !important;
}

.blog_box .blog_text h3 a:after {
  content: "";
  display: block;
  width: 100px;
  height: 2px;
  position: absolute;
  bottom: -2px;
  left: 0;
  background: #000000;
}

.blog_box .blog_photo {
  width: 45% !important;
  padding: 0 !important;
}

.blog_box .blog_photo a:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.blog_box .blog_photo img {
  width: 100% !important;
  height: 200px !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
}

@media only screen and (max-width: 640px) {
  .blog_box .blog_photo img {
    height: 200px !important;
  }
}

.blog_box div.blog_date {
  display: none;
}

.blog_box div.detail {
  margin-top: 5px !important;
}

.blog_box div.blog_text {
  width: 100% !important;
  font-size: 14px !important;
}

@media only screen and (max-width: 640px) {
  .blog_box div.blog_text {
    font-size: 12px !important;
  }
}

.blog_box .blog_text {
  padding: 0 !important;
  padding-left: 10px !important;
}

@media only screen and (max-width: 640px) {
  .blog_box .blog_text {
    padding-left: 0px !important;
    padding-top: 10px !important;
  }
}

/***************新着情報(ブログ機能用)***************************/
@media screen and (max-width: 640px) {
  .blog_box2 {
    padding: 10px;
  }
}

.blog_box2 .blog_list {
  border: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 640px) {
  .blog_box2 .blog_list {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
}

.blog_box2 div.blog_list > div {
  width: 48%;
  margin: 0 1% 20px 1%;
  padding: 20px;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  background: #fff;
  border: 1px solid #ccc !important;
}

@media only screen and (max-width: 834px) {
  .blog_box2 div.blog_list > div {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
    width: 100%;
    margin-bottom: 10px;
  }
}

.blog_box2 .blog_date {
  font-size: 14px !important;
  color: #e77811 !important;
  font-weight: bold;
  display: inline-block;
  padding-right: 20px;
}

@media only screen and (max-width: 640px) {
  .blog_box2 .blog_date {
    font-size: 10px !important;
  }
}

.blog_box2 .blog_text {
  width: 100% !important;
}

@media only screen and (max-width: 640px) {
  .blog_box2 .blog_text {
    padding: 5px !important;
  }
}

.blog_box2 .blog_text h3 {
  display: block;
  font-size: 16px !important;
  margin: 0 !important;
  padding-bottom: 10px;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media only screen and (max-width: 834px) {
  .blog_box2 .blog_text h3 {
    font-size: 14px !important;
  }
}

@media only screen and (max-width: 640px) {
  .blog_box2 .blog_text h3 {
    font-size: 12px !important;
  }
}

.blog_box2 .blog_text h3 a {
  color: #000000 !important;
  font-weight: bold;
}

.blog_box2 .blog_photo {
  width: auto !important;
  padding: 0 !important;
}

.blog_box2 .blog_photo img {
  width: 100% !important;
  max-width: 200px;
  height: 160px !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
}

@media screen and (max-width: 834px) {
  .blog_box2 .blog_photo img {
    height: 120px !important;
    max-width: 150px;
  }
}

@media screen and (max-width: 640px) {
  .blog_box2 .blog_photo img {
    height: 100px !important;
    width: 100px !important;
    margin-right: 5px;
  }
}

@media screen and (max-width: 834px) {
  .blog_box2 .blog_photo {
    text-align: center;
  }
}

.blog_box2 div.detail {
  margin-top: 0px !important;
}

.blog_box2 div.blog_text {
  width: 100% !important;
  font-size: 14px !important;
}

@media screen and (max-width: 834px) {
  .blog_box2 div.blog_text {
    font-size: 10px !important;
    width: 100% !important;
  }
}

/*********************ブログ***********************/
.blog {
  padding: 0 20px;
}

.blog div.detail, .blog div.detail2 {
  margin-top: 20px;
}

.blog .sns {
  padding-top: 20px;
}

.blog .sns a {
  margin: 10px !important;
}

.blog h1 {
  display: block;
  padding: 0 0 10px 0;
  position: relative;
  font-size: 24px;
  color: #333;
  position: relative;
  font-weight: bold;
  border-bottom: 1px solid #000000;
  margin-bottom: 20px;
}

@media only screen and (max-width: 640px) {
  .blog h1 {
    font-size: 20px;
  }
}

.blog h1 + ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 0;
}

.blog h1 + ul li {
  margin: 5px 5px 5px 0;
  display: inline-block;
  font-size: 14px;
}

.blog h2 + ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 0;
}

.blog h2 + ul li {
  margin: 5px 5px 5px 0;
  display: inline-block;
  font-size: 14px;
}

.blog h2 + ul li a {
  color: #e77811 !important;
}

.blog .date + h2 {
  font-weight: bold;
  font-size: 16px;
  border-bottom: 1px solid #000000;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.blog aside nav div {
  padding: 10px;
  background: #000000;
  color: #fff;
  margin: 30px 0 10px 0;
}

.blog #contents > article {
  padding: 0 0 30px 0;
  margin-bottom: 30px;
  border-bottom: 1px solid #ccc;
}

.blog a {
  color: #e77811;
}

.blog a:visited {
  color: #e77811;
}

.blog a:link {
  color: #e77811;
}

.blog li {
  text-align: left !important;
}

.blog #calendar #form_calendar {
  margin: 0 auto !important;
  -webkit-box-shadow: 0 !important;
          box-shadow: 0 !important;
}

.blog #calendar .blog {
  background: #eeeeee;
}

.blog .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1200px;
  width: 100%;
  padding: 50px auto !important;
  margin: 50px auto;
}

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

.blog .wrap aside {
  width: 25%;
}

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

.blog .wrap aside button {
  margin-top: 10px;
  padding: 5px 20px;
}

.blog .wrap aside .pages li {
  margin-bottom: 10px;
  text-align: left;
}

.blog .wrap aside .pages li a:link {
  color: #e77811 !important;
}

.blog .wrap aside .pages li a:visited {
  color: #e77811 !important;
}

.blog .wrap aside .category li {
  margin-bottom: 10px;
  text-align: left;
}

.blog .wrap aside .category li a:link {
  color: #e77811 !important;
}

.blog .wrap aside .category li a:visited {
  color: #e77811 !important;
}

.blog .wrap #contents > dl {
  padding: 20px;
  margin-bottom: 10px;
  border: 1px solid #ccc !important;
  background: rgba(255, 255, 255, 0.3);
}

.blog .wrap #contents > dl dt span.translate {
  padding-right: 5px;
  display: block;
  font-size: 20px;
  margin: 0 0;
}

.blog .wrap #contents > dl dd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 5px;
}

.blog .wrap #contents > dl dd ul li {
  margin: 0 5px 5px 0;
  display: inline-block;
  font-size: 14px;
}

.blog .wrap #contents > dl dd ul li a {
  border: 1px solid #000000;
  padding: 5px;
  margin-right: 5px;
  border-radius: 5px;
  font-size: 14px;
  text-decoration: none;
  background: #eee;
}

.blog .wrap #contents > dl dd ul li a:link {
  color: #000000 !important;
}

.blog .wrap #contents > dl dd ul li a:visited {
  color: #000000 !important;
}

.blog .wrap #contents > dl dd ul {
  padding-top: 10px;
}

.blog .wrap #contents > dl dd ul li a {
  background: #eeeeee !important;
  border: 1px #ccc solid !important;
}

.blog .wrap #contents {
  width: 70% !important;
  padding: 0;
}

@media only screen and (max-width: 834px) {
  .blog .wrap #contents {
    text-align: left;
  }
}

@media only screen and (max-width: 834px) {
  .blog .wrap #contents .detail {
    text-align: left;
    margin-top: 30px !important;
  }
}

.blog .wrap #contents .date {
  font-size: 14px;
  color: #000000;
  font-weight: bold;
  text-align: left !important;
}

#prof {
  padding-bottom: 10px;
  display: block;
}

#prof_text {
  padding-top: 30px;
  text-align: left;
}

#prof_detail {
  text-align: center;
}

#prof_detail img {
  margin: 0 auto !important;
}

.pager a {
  display: block !important;
  margin-left: 0px !important;
  margin-bottom: 20px;
  width: auto !important;
  padding: 5px;
  height: auto !important;
  line-height: 32px;
  font-family: "Times New Roman", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif !important;
  font-size: 16px;
  font-weight: bold;
  border: 1px solid #000000;
  border-radius: 0px;
  text-shadow: none !important;
  border: 1px solid #ccc !important;
  color: #000000 !important;
  text-align: center;
  text-indent: -1px;
  float: none !important;
  text-decoration: none;
  margin-top: 20px;
}

/***************topInstagram***************************/
.top_instagram .sns_photo img {
  width: 100% !important;
  margin: 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
}

.top_instagram div.sns_list div.sns_video {
  width: 100%;
  padding: 0;
}

.top_instagram div.sns_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.top_instagram div.sns_list > div {
  width: 14.666666%;
  margin: 0 1% 10px 1% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 0px;
  margin-bottom: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

.top_instagram div.sns_list > div:first-child {
  margin-left: 0;
}

.top_instagram div.sns_list > div:last-child {
  margin-right: 0;
}

@media screen and (max-width: 1200px) {
  .top_instagram div.sns_list > div {
    width: 31.1111111%;
    margin: 0 1% 10px 1% !important;
  }
}

@media only screen and (max-width: 640px) {
  .top_instagram div.sns_list > div {
    width: 48% !important;
    margin: 0 1% 10px 1% !important;
  }
}

.top_instagram div.sns_list > div:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.top_instagram div.sns_list div.sns_photo {
  position: relative;
  text-align: center;
  width: 100%;
  padding: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 100%;
}

.top_instagram div.sns_list div.sns_photo img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.top_instagram div.sns_list div.sns_text {
  display: none;
}

.top_instagram .sns_date {
  display: none;
}

.top_instagram .caption {
  font-size: 14px;
  font-weight: bold;
  display: none;
}

/***************cntInstagram***************************/
.cnt_insta div.sns_list div.sns_date {
  color: #333;
  font-size: 18px;
  font-weight: bold;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding: 8px;
  border-bottom: 1px solid #000000;
}

@media only screen and (max-width: 834px) {
  .cnt_insta div.sns_list div.sns_date {
    padding-top: 0;
    padding: 5px;
    font-size: 12px;
  }
}

.cnt_insta ul li {
  margin: 5px 5px 0 0;
}

.cnt_insta .caption {
  padding: 20px 0 0 0;
  font-size: 14px;
}

@media only screen and (max-width: 834px) {
  .cnt_insta .caption {
    padding: 10px 0 0 0;
    font-size: 12px;
  }
}

.cnt_insta .sns_photo {
  width: 25% !important;
}

@media only screen and (max-width: 834px) {
  .cnt_insta .sns_photo {
    padding: 3px !important;
    width: 30% !important;
  }
}

.cnt_insta .sns_photo img {
  width: 100% !important;
  height: 120px !important;
}

.cnt_insta div.sns_list > div {
  padding: 50px 0;
  border-bottom: 1px dashed #ccc;
}

@media only screen and (max-width: 834px) {
  .cnt_insta div.sns_list > div {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 20px 0;
  }
}

.cnt_insta div.sns_list {
  border: 0 !important;
}

.cnt_insta div.sns_list div.sns_text {
  width: 75% !important;
  font-size: 14px;
}

@media only screen and (max-width: 834px) {
  .cnt_insta div.sns_list div.sns_text {
    font-size: 12px;
    padding: 0px 0px 3px 10px !important;
    width: 70% !important;
  }
}

.cnt_insta .sns_photo img {
  height: 250px !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
}

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

@media only screen and (max-width: 640px) {
  .cnt_insta .sns_photo img {
    width: 100% !important;
    height: auto !important;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 640px) {
  .cnt_insta div.sns_list ul li a {
    font-size: 12px;
  }
}

/***************新着情報***************************/
.newstitle h2 {
  padding-bottom: 30px;
  padding-left: 20px;
  font-weight: bold;
  position: relative;
}

@media only screen and (max-width: 640px) {
  .newstitle h2 {
    padding-bottom: 20px;
  }
}

.newstitle h2:after {
  content: "";
  width: 100%;
  height: 11px;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  background: url(../images/common/title_line01.png) !important;
  background-size: 100% !important;
  background-position: left !important;
  background-repeat: no-repeat !important;
}

@media only screen and (max-width: 640px) {
  .newstitle h2 img {
    width: 30% !important;
  }
}

/******************新着情報　AI用***************************/
.top_scroll {
  width: 100%;
  height: 300px;
}

@media only screen and (max-width: 640px) {
  .top_scroll {
    padding: 0;
    padding-top: 20px;
  }
}

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

.top_scroll dl {
  border-bottom: 1px dashed #000000;
  padding: 10px 0;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

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

.top_scroll dl dt {
  display: block !important;
  width: 120px !important;
  background: none !important;
  border: 0px !important;
  font-weight: bold;
  padding: 5px !important;
  color: #000000;
}

@media only screen and (max-width: 640px) {
  .top_scroll dl dt {
    display: block !important;
    padding: 5px !important;
    width: 100% !important;
  }
}

.top_scroll dl dd {
  display: block !important;
  background: none !important;
  border: 0px !important;
  padding: 5px !important;
  width: calc(100% - 140px) !important;
}

@media only screen and (max-width: 640px) {
  .top_scroll dl dd {
    display: block !important;
    padding: 5px !important;
    width: 100% !important;
  }
}

.scroll {
  text-align: left;
}

.mCSB_dragger_bar {
  margin-top: 10px !important;
  background: #000000 !important;
  width: 10px !important;
  border-radius: 0px !important;
}

/***************画像を使用した新着情報***************************/
.top_sbox .box {
  padding: 20px 0 10px 0;
  clear: both;
  border-bottom: 1px dotted #000000 !important;
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}

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

.top_sbox .box img {
  margin-right: 20px;
  margin-bottom: 20px;
}

.top_sbox .box div {
  display: block;
}

.top_sbox .box div .news_day {
  display: block;
  color: #000000;
  font-weight: bold;
}

.top_sbox {
  overflow-y: scroll;
  height: 400px;
  padding: 0 30px 0 0;
  -webkit-overflow-scrolling: touch;
}

@media only screen and (max-width: 640px) {
  .top_sbox {
    height: 300px;
  }
}

.top_sbox::-webkit-scrollbar {
  /* スクロールバー本体 */
  width: 10px;
  background: #9aadfc;
}

.top_sbox::-webkit-scrollbar:horizontal {
  /* 横方向のスクロールバー本体 */
  width: 10px;
  background: #9aadfc;
}

.top_sbox::-webkit-scrollbar-thumb {
  /* スクロールバーの動く部分 */
  background: #000000;
}

.top_sbox::-webkit-scrollbar-thumb:horizontal {
  /* 横方向のスクロールバーの動く部分 */
  background: #000000;
}

.top_sbox::-webkit-scrollbar-track-piece:start {
  /* スクロールバーの動く部分の前 */
  background: #ccc;
}

.top_sbox::-webkit-scrollbar-track-piece:end {
  /* スクロールバーの動く部分の後ろ */
  background: #ccc;
}

/*****************************よくある質問****************************************/
.qa_box {
  border: 1px solid #ccc;
  padding: 10px 20px !important;
  display: block !important;
  background: rgba(255, 255, 255, 0.8);
}

.qa_box .box {
  position: relative;
  overflow: initial !important;
  padding: 15px 0;
  display: block !important;
}

@media only screen and (max-width: 640px) {
  .qa_box .box {
    padding: 20px 0;
  }
}

.qa_box .box div {
  padding-left: 60px;
}

.qa_box .box:nth-child(odd) div {
  font-weight: bold;
  color: #000000;
}

.qa_box .box:nth-child(odd):after {
  content: "";
  background: url(../images/common/faq_q.png);
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 8px;
  left: 0;
  margin: auto;
  display: block;
  visibility: inherit !important;
}

.qa_box .box:nth-child(even):after {
  content: "";
  background: url(../images/common/faq_a.png);
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 12px;
  left: 0;
  margin: auto;
  display: block;
  visibility: inherit !important;
}

.faq article {
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}

.faq td {
  border: 0 !important;
  padding: 0 !important;
}

.faq .question div {
  color: #000000;
  font-size: 20px;
  font-weight: bold;
  padding-left: 80px !important;
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
}

@media only screen and (max-width: 640px) {
  .faq .question div {
    font-size: 16px;
    padding-left: 50px !important;
  }
}

.faq .question div:after {
  content: "";
  background: url(../images/common/faq_q.png);
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  width: 60px;
  height: 60px;
  top: 0;
  left: 0;
  margin: auto;
  display: block;
  visibility: inherit;
}

@media only screen and (max-width: 640px) {
  .faq .question div:after {
    width: 40px;
    height: 40px;
  }
}

.faq .answer div {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-left: 80px !important;
  padding-top: 20px;
  padding-bottom: 30px;
}

@media only screen and (max-width: 834px) {
  .faq .answer div {
    font-size: 14px;
    padding-left: 50px !important;
  }
}

.faq .answer div:before {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 10px;
  left: 0;
  background: url(../images/common/faq_a.png);
  background-size: 100%;
  background-repeat: no-repeat;
  margin: auto;
  display: block;
  visibility: inherit;
}

@media only screen and (max-width: 640px) {
  .faq .answer div:before {
    width: 40px;
    height: 40px;
  }
}

/***************クーポン***************************/
.coupon {
  padding: 10px !important;
}

.coupon table {
  border: 1px solid #fff;
}

.coupon table td {
  color: #fff;
  padding: 10px !important;
}

.coupon table .coupon_title {
  font-size: 40px;
  border-bottom: 1px solid #fff !important;
  font-family: "Times New Roman", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: bold;
}

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

.coupon table .coupon_price span {
  font-size: 30px;
}

/***********************ビフォ―アフター********************************/
.before_after {
  margin: 0 auto;
}

.before_after table {
  margin: 0 auto;
}

.before_after table td {
  border: 0px;
  padding: 10px !important;
  text-align: center;
}

@media only screen and (max-width: 834px) {
  .before_after table td {
    display: block;
  }
}

.before_after table td p {
  text-align: center;
  font-weight: bold;
  color: #000000;
  font-size: 18px;
  margin-top: 10px;
}

.before_after table .before_after_img img {
  width: 100% !important;
}

@media only screen and (max-width: 834px) {
  .before_after table .before_after_img img {
    width: 95% !important;
  }
}

.before_after table .arrow_img {
  width: 50px !important;
}

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

/****************************お問い合わせ、会社概要************************************/
section form h2.mail.title {
  display: none;
}

.contact_dl {
  font-size: 16px;
}

.contact_dl dl {
  width: 100%;
  margin: 0 auto;
}

@media only screen and (max-width: 640px) {
  .contact_dl dl {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100% !important;
    border: 0 !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.contact_dl dl dt {
  font-weight: bold;
  text-align: center !important;
  background: none !important;
  color: #333 !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  border: 0px !important;
  border-bottom: 1px solid #000000 !important;
  padding: 30px 5px !important;
}

@media only screen and (max-width: 640px) {
  .contact_dl dl dt {
    padding: 10px !important;
    width: 100% !important;
    border: 0 !important;
    text-align: left !important;
    display: block !important;
    background: #eeeeee !important;
  }
}

.contact_dl dl dd {
  padding: 30px !important;
  border: 0px !important;
  background: none !important;
  border-bottom: 1px solid #ccc !important;
}

@media only screen and (max-width: 640px) {
  .contact_dl dl dd {
    padding: 10px !important;
    width: 100% !important;
    border: 0 !important;
  }
}

/***********************お問い合わせテーブル********************************/
.contact_table {
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid #e77811;
}

.contact_table table td {
  border: 0 !important;
  padding: 5px !important;
}

.contact_table table .contact_tel div {
  font-weight: bold;
  font-size: 32px;
  color: #e77811;
}

@media only screen and (max-width: 640px) {
  .contact_table table .contact_tel div {
    font-size: 24px;
  }
}

/***********************ボタンボックス********************************/
.btnbox .box {
  margin: 0 1%;
  width: 48%;
  max-width: 530px;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

.btnbox .box:hover {
  opacity: 0.9 !important;
}

.btnbox .box:after {
  content: "";
  position: absolute;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  pointer-events: none;
  border: 1px solid #fff;
}

@media only screen and (max-width: 640px) {
  .btnbox .box:after {
    width: calc(100% - 4px);
    height: calc(100% - 4px);
  }
}

.btnbox .box img {
  width: 100% !important;
  height: 160px !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
}

.btnbox .box article a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 99;
}

.btnbox .box article a:after:hover {
  opacity: 1 !important;
}

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

.btnbox .box article div {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  height: 46px;
  width: 100%;
  left: 0;
  margin: auto;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  z-index: 99;
  font-family: "Times New Roman", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  pointer-events: none;
}

@media only screen and (max-width: 640px) {
  .btnbox .box article div {
    font-size: 16px;
  }
}

.btnbox .box article div span {
  display: block;
  font-size: 14px;
}

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

.owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: right;
  margin: 0 auto;
}

/****オウル**********/
.owlCarousel {
  max-width: 1000px;
  overflow: hidden;
}

.owlCarousel01 {
  max-width: 1000px;
  direction: rtl !important;
  overflow: hidden;
}

.owlCarousel01 .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: right;
  margin: 0 auto;
}

.img_toplist {
  overflow: hidden;
  max-width: 1000px;
}

.owl-nav {
  display: none;
}

.owl-dots {
  margin-top: 30px;
  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;
}

.owl-dots button {
  margin: 0 5px;
  padding: 0;
  -webkit-box-shadow: inherit;
          box-shadow: inherit;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 0;
  background: #eaeaea;
  display: none;
}

/******************お客様の声**************************************/
.voice_table {
  padding: 5px 0 !important;
}

.voice_title div {
  font-size: 24px;
  border-bottom: 1px solid #e77811;
  font-family: "Times New Roman", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  padding-bottom: 10px;
  color: #000000;
}

@media only screen and (max-width: 640px) {
  .voice_title div {
    font-size: 20px;
  }
}

.voice_title div span {
  color: #e77811;
}

.voice_waku {
  border-bottom: 1px solid #ccc;
}

.price_table01 td {
  padding: 5px 0 !important;
}

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

@media only screen and (max-width: 640px) {
  .price_text01 div {
    font-size: 18px;
  }
}

.price_text01 div .price01 {
  font-size: 36px;
  color: #dc143c;
  margin-left: 10px;
}

@media only screen and (max-width: 640px) {
  .price_text01 div .price01 {
    font-size: 24px;
  }
}

.price_text02 div {
  font-size: 14px;
}

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

/******************値段表**************************************/
.price_dl {
  font-size: 16px;
}

.price_dl dl {
  width: 100%;
  margin: 0 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding: 10px 0;
}

@media only screen and (max-width: 640px) {
  .price_dl dl {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    border: 0 !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    border-bottom: 1px solid #ccc !important;
  }
}

.price_dl dl dt {
  font-weight: bold;
  text-align: center !important;
  background: none !important;
  color: #dc143c !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  border: 0px !important;
  border-bottom: 1px solid #e77811 !important;
  padding: 10px 0 !important;
  width: 150px !important;
  font-size: 18px;
  font-family: "Times New Roman", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

@media only screen and (max-width: 640px) {
  .price_dl dl dt {
    padding: 5px 0 !important;
    width: 100% !important;
    border: 0 !important;
    text-align: right !important;
    display: block !important;
  }
}

.price_dl dl dd {
  padding: 10px 0 !important;
  border: 0px !important;
  background: none !important;
  border-bottom: 1px solid #ccc !important;
  width: calc(100% - 150px) !important;
  font-size: 14px;
}

.price_dl dl dd h3 {
  font-size: 16px;
  font-weight: bold;
  color: #000000;
}

@media only screen and (max-width: 640px) {
  .price_dl dl dd {
    padding: 5px 0 !important;
    width: 100% !important;
    border: 0 !important;
  }
}

/******************枠**************************************/
.cnt_contact_waku {
  padding: 20px;
  border: 1px solid #ccc;
}

.cnt_contact_waku td {
  padding: 3px !important;
}

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

@media only screen and (max-width: 640px) {
  .cnt_tel div {
    font-size: 24px;
  }
}

.cnt_tel div a {
  color: #416800 !important;
  font-weight: bold;
}

@media only screen and (max-width: 640px) {
  .sp_voice_img img {
    width: 40% !important;
    margin: 0 auto;
    max-width: 200px;
  }
}

/******************スライダー(画像サムネイル付き)**************************************/
.slider01 {
  width: 100%;
}

.slider01 .slick-prev, .slider01 .slick-next {
  top: 50px !important;
  color: #000000;
  display: none !important;
}

@media only screen and (max-width: 640px) {
  .slider01 .slick-prev, .slider01 .slick-next {
    bottom: -10% !important;
  }
}

.slider01 .slick-prev:after, .slider01 .slick-prev:before, .slider01 .slick-next:after, .slider01 .slick-next:before {
  color: #000000 !important;
}

.slider01 .slick-prev {
  left: 10px !important;
  z-index: 1;
}

@media only screen and (max-width: 640px) {
  .slider01 .slick-prev {
    left: 0 !important;
  }
}

.slider01 .slick-next {
  right: 10px !important;
  z-index: 1;
}

@media only screen and (max-width: 640px) {
  .slider01 .slick-next {
    right: 0 !important;
  }
}

.slider01 .slick-slide {
  max-width: 1000px;
}

@media only screen and (max-width: 640px) {
  .slider01 .slick-slide {
    height: auto;
  }
}

.slider01 .slick-slide img {
  max-width: 840px;
  width: auto !important;
  margin: 0 auto;
  height: 440px !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
}

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

@media only screen and (max-width: 640px) {
  .slider01 .slick-slide img {
    height: 270px !important;
  }
}

.slider01 .slick-slide article div {
  margin-bottom: 20px;
  font-size: 16px;
}

.slider01 .slick-list {
  padding: 10px 0 0 0;
}

.slider01 .slick-dots {
  position: static !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider01 .slick-dots li {
  list-style: none;
  width: 18% !important;
  margin: 0 !important;
  margin: 0 1% !important;
  margin-top: 10px !important;
  height: 100px !important;
  -o-object-fit: contain !important;
     object-fit: contain !important;
  font-family: "object-fit: contain!important;";
  overflow: hidden;
}

@media only screen and (max-width: 640px) {
  .slider01 .slick-dots li {
    height: 80px !important;
    width: 31.11111% !important;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .slider01 .slick-dots li {
    width: 31.11111% !important;
  }
}

.slider01 .slick-dots li img {
  width: auto !important;
  height: 100px !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
}

@media only screen and (max-width: 640px) {
  .slider01 .slick-dots li img {
    height: 80px !important;
  }
}

.slider02 {
  max-width: 840px;
  margin: 0 auto;
}

.slider02 ul li {
  text-align: center !important;
  max-width: 840px !important;
  height: 480px !important;
  margin: 0 auto;
}

@media only screen and (max-width: 834px) {
  .slider02 ul li {
    height: 480px !important;
  }
}

@media only screen and (max-width: 640px) {
  .slider02 ul li {
    height: 300px !important;
  }
}

.slider02 .slick-dots li img {
  width: 100% !important;
}

@media only screen and (max-width: 640px) {
  .slider02 .slick-dots {
    margin-top: 0 !important;
  }
}

.slider02 .slick-slide .slick-current .slick-active {
  width: 100% !important;
}

.slider02 .slick-list {
  height: 460px;
}

@media only screen and (max-width: 640px) {
  .slider02 .slick-list {
    height: 300px !important;
  }
}

.tab-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.tab-group li {
  width: 30%;
  padding: 10px;
  margin: 0 1% 20px 1%;
  display: block;
  border: 1px #000000 solid;
  color: #000000;
}

@media only screen and (max-width: 640px) {
  .tab-group li {
    width: 100%;
    margin: 10px auto 0 auto;
  }
}

.tab {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 5px;
  list-style: none;
  border: solid 1px #CCC;
  text-align: center;
  cursor: pointer;
}

.panel {
  display: none;
}

.tab.is-active {
  background: #000000;
  color: #FFF;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.panel.is-show {
  display: block;
}

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

.staff_box .box {
  width: 48%;
  margin-bottom: 40px;
  padding: 40px;
  background: #fff;
  border: 1px #ccc solid;
  text-align: center;
  position: relative;
}

@media only screen and (max-width: 834px) {
  .staff_box .box {
    margin-bottom: 10px;
    padding: 30px;
    width: 49%;
  }
}

@media only screen and (max-width: 640px) {
  .staff_box .box {
    width: 90%;
    margin: 0 auto 20px auto;
  }
}

.staff_box .box:after {
  z-index: 1;
  content: "";
  width: 200px;
  height: 200px;
  position: absolute;
  background: #eeeeee;
  top: -100px;
  right: -100px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media only screen and (max-width: 834px) {
  .staff_box .box:after {
    width: 100px;
    height: 100px;
    top: -50px;
    right: -50px;
  }
}

.staff_box .box:before {
  z-index: 1;
  content: "";
  width: 200px;
  height: 200px;
  position: absolute;
  background: #eeeeee;
  bottom: -100px;
  left: -100px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media only screen and (max-width: 834px) {
  .staff_box .box:before {
    width: 100px;
    height: 100px;
    bottom: -50px;
    left: -50px;
  }
}

.staff_box .box img {
  z-index: 2;
  position: relative;
}

.staff_box .box h3 {
  position: relative;
  z-index: 2;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #000000;
  margin-bottom: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.staff_box .box div {
  position: relative;
  z-index: 2;
  text-align: left;
}

/******************SNS**************************************/
#media {
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 20px 50px 20px;
}

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

@media only screen and (max-width: 640px) {
  #media {
    padding: 30px 20px 30px 20px;
  }
}

#media .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#media .row .box {
  width: 31.1111%;
  margin: 0 1% 20px 1%;
  text-align: left;
  font-size: 14px;
}

@media only screen and (max-width: 640px) {
  #media .row .box {
    width: 48%;
    margin: 0 1% 10px 1%;
  }
}

#media .row .box h3 {
  margin-top: 10px;
  font-weight: bold;
}

#more {
  padding: 10px;
  margin-top: 50px;
  margin-bottom: 100px;
}

#more a {
  padding: 10px 80px 10px 80px;
  display: inline-block;
  text-decoration: none;
  position: relative;
  color: #000000 !important;
  font-size: 16px;
  background: #fff;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  font-weight: bold;
}

#more a:hover {
  background: #000000;
  opacity: 1 !important;
  color: #fff !important;
}

#more a:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 0 8px;
  border-color: transparent transparent transparent #000000;
}

@media only screen and (max-width: 640px) {
  #more a {
    font-size: 14px;
    display: block;
    max-width: 300px;
    margin: 0 auto;
    padding: 10px;
    text-align: center;
  }
}

#more a i {
  margin-right: 10px;
}

/******************順番スクロールフェード**************************************/
.scroll_slide .box {
  opacity: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transform: translate(0, -50px);
          transform: translate(0, -50px);
}

@media only screen and (max-width: 640px) {
  .scroll_slide .box {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}

.scroll_slide .box.active {
  opacity: unset;
  opacity: 1 !important;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

@media only screen and (max-width: 640px) {
  .scroll_slide .box.active {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}

.insta_scroll div.sns_list > div {
  opacity: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transform: translate(0, -50px);
          transform: translate(0, -50px);
}

@media only screen and (max-width: 640px) {
  .insta_scroll div.sns_list > div {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}

.insta_scroll div.sns_list > div.active {
  opacity: unset;
  opacity: 1 !important;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

@media only screen and (max-width: 640px) {
  .insta_scroll div.sns_list > div.active {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}

.blog_scroll div.blog_list > div {
  opacity: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transform: translate(-50px, 0);
          transform: translate(-50px, 0);
}

@media only screen and (max-width: 640px) {
  .blog_scroll div.blog_list > div {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}

.blog_scroll div.blog_list > div.active {
  opacity: unset;
  opacity: 1 !important;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

@media only screen and (max-width: 640px) {
  .blog_scroll div.blog_list > div.active {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}

.table_scroll > div {
  opacity: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transform: translate(0, -50px);
          transform: translate(0, -50px);
}

@media only screen and (max-width: 640px) {
  .table_scroll > div {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}

.table_scroll > div div.active {
  opacity: unset;
  opacity: 1 !important;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

@media only screen and (max-width: 640px) {
  .table_scroll > div div.active {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}

/*****************タイトル*******************************/
.h_cnt_h1 {
  position: relative;
  z-index: 2;
  padding: 200px 0 150px 0;
  background-position: center;
  background: url(../images/common/main_pc01.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.h_cnt_h1:after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  margin: auto;
  visibility: inherit !important;
}

@media screen and (max-width: 1200px) {
  .h_cnt_h1 {
    background-size: cover;
  }
}

@media only screen and (max-width: 834px) {
  .h_cnt_h1 {
    padding: 150px 0 80px 0;
    background-position: center;
  }
}

@media only screen and (max-width: 640px) {
  .h_cnt_h1 {
    padding: 120px 0;
    background-position: center;
  }
}

.h_cnt_h1 article {
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 834px) {
  .h_cnt_h1 article {
    display: block;
    text-align: center !important;
  }
}

.h_cnt_h1 article h1, .h_cnt_h1 article p {
  font-weight: bold;
  margin: 0 auto;
  text-align: left;
  font-size: 50px;
  color: #fff;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  position: relative;
  margin: 0;
}

@media only screen and (max-width: 834px) {
  .h_cnt_h1 article h1, .h_cnt_h1 article p {
    font-size: 36px;
    display: block;
  }
}

@media only screen and (max-width: 640px) {
  .h_cnt_h1 article h1, .h_cnt_h1 article p {
    font-size: 28px;
  }
}

.h_cnt_h1 article div {
  padding-top: 20px;
  font-size: 18px;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #fff;
}

@media only screen and (max-width: 834px) {
  .h_cnt_h1 article div {
    display: block;
    margin-left: 0;
    text-align: center !important;
  }
}

@media only screen and (max-width: 640px) {
  .h_cnt_h1 article div {
    padding-top: 10px;
    font-size: 16px;
  }
}

.titletext_01 div {
  margin-top: 20px;
}

@media only screen and (max-width: 640px) {
  .titletext_01 div {
    margin-top: 5px;
  }
}

.titletext_01 h2, .titletext_01 h3 {
  display: block;
  font-size: 32px;
  color: #000000;
  font-weight: bold;
  position: relative;
  color: #000000;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 834px) {
  .titletext_01 h2, .titletext_01 h3 {
    font-size: 24px;
  }
}

@media only screen and (max-width: 640px) {
  .titletext_01 h2, .titletext_01 h3 {
    font-size: 20px;
  }
}

/***************タイトル01***************/
.title_01 article {
  position: relative;
}

.title_01 h2, .title_01 h3 {
  display: block;
  padding: 20px 10px;
  font-size: 28px;
  color: #333;
  position: relative;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  border-bottom: 1px solid #000000;
  position: relative;
  font-weight: bold;
  z-index: 2;
}

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

@media only screen and (max-width: 640px) {
  .title_01 h2, .title_01 h3 {
    font-size: 20px;
  }
}

/***************タイトル02***************/
.title_02 h3, .title_02 h2, .title_02 h4 {
  font-size: 24px;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  position: relative;
  font-size: 32px;
  padding-right: 60px;
  display: inline-block;
}

@media only screen and (max-width: 640px) {
  .title_02 h3, .title_02 h2, .title_02 h4 {
    font-size: 20px;
    padding-right: 0;
    padding-bottom: 20px;
  }
}

.title_02 h3 span, .title_02 h2 span, .title_02 h4 span {
  color: #000000;
  font-size: 16px;
  display: block;
}

@media only screen and (max-width: 834px) {
  .title_02 h3 span, .title_02 h2 span, .title_02 h4 span {
    display: block;
    margin: 0;
    font-size: 16px;
  }
}

.title_02 h3:after, .title_02 h2:after, .title_02 h4:after {
  content: "";
  position: absolute;
  right: 0px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 30px;
  height: 2px;
  z-index: 1;
  background: #000000;
  background-size: 100%;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 640px) {
  .title_02 h3:after, .title_02 h2:after, .title_02 h4:after {
    width: 30px;
    bottom: 0;
    top: auto;
    left: 0;
    right: auto;
  }
}

/***************タイトル03***************/
.title_03 h3, .title_03 h2, .title_03 h4 {
  display: block;
  padding-bottom: 10px;
  padding-left: 10px;
  position: relative;
  border-bottom: 1px dashed #000000;
  font-size: 24px;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
}

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

/***************タイトル04***************/
.title_04 h3, .title_04 h2, .title_04 h4 {
  display: block;
  position: relative;
  font-size: 20px;
  color: #24a387;
  background: #e7fffa;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  padding: 10px;
}

/***************タイトル05***************/
.title_05 h3, .title_05 h2, .title_05 h4, .title_05 h5 {
  display: block;
  position: relative;
  font-size: 16px;
  border-bottom: 1px solid #000000;
  font-weight: bold;
  padding: 10px;
}

/***************タイトル05***************/
.title_06 h3, .title_06 h2, .title_06 h4, .title_06 h5 {
  display: block;
  position: relative;
  font-size: 16px;
  font-weight: bold;
  padding: 10px;
  border-bottom: 1px dashed #ccc;
}

@media screen and (max-width: 834px) {
  .title_06 h3, .title_06 h2, .title_06 h4, .title_06 h5 {
    font-size: 16px;
  }
}

.midashi01 article {
  position: relative;
}

.midashi01 h2, .midashi01 h3 {
  font-size: 32px;
  position: relative;
  z-index: 2;
  color: #000000;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media only screen and (max-width: 834px) {
  .midashi01 h2, .midashi01 h3 {
    font-size: 28px;
  }
}

@media only screen and (max-width: 640px) {
  .midashi01 h2, .midashi01 h3 {
    font-size: 24px;
  }
}

.midashi02 h2, .midashi02 h3 {
  max-width: 1200px;
  margin: 0 auto;
  font-size: 32px;
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* 縦位置の調整 */
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.midashi02 h2:after, .midashi02 h2:before, .midashi02 h3:after, .midashi02 h3:before {
  content: '';
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  /* 余白を分け与える */
  height: 1px;
  background: #000000;
}

.midashi02 h2:after, .midashi02 h3:after {
  margin-left: 30px;
}

.midashi02 h2::before, .midashi02 h3::before {
  margin-right: 30px;
}

@media only screen and (max-width: 834px) {
  .midashi02 h2, .midashi02 h3 {
    font-size: 24px;
  }
}

.midashi02 div {
  margin-top: 10px;
  padding-top: 10px;
  font-size: 16px;
  display: block;
  color: #e77811;
}

@media only screen and (max-width: 834px) {
  .midashi02 div {
    font-size: 14px;
  }
}

/******************強調テキスト**************************************/
.emphasis_text div {
  font-size: 24px;
  color: #000000;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 2;
  position: relative;
}

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

@media only screen and (max-width: 640px) {
  .emphasis_text div {
    font-size: 20px;
    line-height: 1.5;
  }
}

.syoujyou_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.syoujyou_list ul li {
  background: #000000;
  border-radius: 10px;
  padding: 10px;
  color: #fff;
  text-align: center !important;
  display: block;
  width: 18%;
  margin: 0 1% 10px 1%;
  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: 834px) {
  .syoujyou_list ul li {
    width: 31%;
  }
}

.h3title_textbox .box {
  padding: 20px 0;
  width: 100%;
  display: block !important;
}

.h3title_textbox .box h3 {
  display: block;
  position: relative;
  font-size: 20px;
  color: #000000;
  background: url(../images/common/bg01.jpg);
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding: 8px 10px;
}

@media only screen and (max-width: 834px) {
  .h3title_textbox .box h3 {
    font-size: 18px;
  }
}

.h3title_textbox .box img {
  width: 30% !important;
  height: auto;
  margin-right: 10px !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
  display: none;
}

.h3title_textbox .box div {
  margin-top: 20px;
  width: 100%;
  line-height: 1.4;
  width: auto;
  font-size: 16px;
}

.h3title_textbox .box div .days {
  line-height: 1.2;
  display: block;
  font-weight: bold;
  color: #000000;
}

.voice_list dl {
  background: url(../images/common/bg01.jpg);
  -webkit-box-shadow: 3px 5px 10px #ccc;
          box-shadow: 3px 5px 10px #ccc;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 30px;
  margin-bottom: 80px;
  position: relative;
}

@media only screen and (max-width: 640px) {
  .voice_list dl {
    margin-bottom: 50px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100% !important;
    border: 0 !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.voice_list dl:after {
  content: "";
  position: absolute;
  right: -32px;
  top: -45px;
  margin: auto;
  max-width: 74px;
  height: 93px;
  width: 100%;
  background: url(../images/common/leaf_icon01.png);
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  z-index: 2;
}

@media screen and (min-width: 834px) and (max-width: 1200px) {
  .voice_list dl:after {
    right: 10px;
  }
}

@media only screen and (max-width: 834px) {
  .voice_list dl:after {
    right: 10px;
  }
}

@media only screen and (max-width: 640px) {
  .voice_list dl:after {
    max-width: 50px;
  }
}

.voice_list dl dt {
  font-weight: bold;
  text-align: center !important;
  background: none !important;
  color: #000000 !important;
  border: 0px !important;
  padding: 0 0 20px 0 !important;
  border-bottom: 1px solid #000000 !important;
  width: 100% !important;
}

@media only screen and (max-width: 640px) {
  .voice_list dl dt {
    padding-bottom: 10px !important;
  }
}

.voice_list dl dd {
  padding: 20px 0 0 0 !important;
  border: 0px !important;
  background: none !important;
  width: 100% !important;
}

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

.clear_bg {
  background: rgba(255, 255, 255, 0.8);
}

.shadow_box {
  -webkit-box-shadow: 2px 2px 10px #ccc;
          box-shadow: 2px 2px 10px #ccc;
}

.bottom_line {
  border-bottom: 1px dashed #333;
}

.flow_box {
  position: relative;
  -webkit-box-shadow: 2px 2px 10px #ccc;
          box-shadow: 2px 2px 10px #ccc;
  background: rgba(255, 255, 255, 0.5);
}

@media only screen and (max-width: 640px) {
  .flow_box {
    width: 90%;
  }
}

.flow_title_03 h2, .flow_title_03 h3 {
  border-bottom: 1px dashed #000000;
  font-size: 24px;
  padding-bottom: 20px;
  padding-left: 10px;
  font-weight: bold;
}

@media only screen and (max-width: 640px) {
  .flow_title_03 h2, .flow_title_03 h3 {
    text-align: center;
    padding-bottom: 10px;
  }
}

.flow_title_03 .no {
  position: absolute;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  align-itmes: center;
  font-weight: bold;
  right: 0;
  font-size: 24px;
  line-height: 1;
  color: #fff;
  top: 0;
  z-index: 2;
  display: block;
  background: #e77811;
}

@media only screen and (max-width: 640px) {
  .flow_title_03 .no {
    padding: 10px;
    font-size: 20px;
  }
}

.price_text div {
  font-weight: bold;
  font-size: 40px;
  color: #2fd9b3;
  padding-bottom: 10px;
  border-bottom: 1px solid #666;
}

@media only screen and (max-width: 640px) {
  .price_text div {
    font-size: 32px;
  }
}

.price_text div span {
  font-size: 24px;
}

@media only screen and (max-width: 640px) {
  .price_text div span {
    font-size: 20px;
  }
}

.cnt_bg01 {
  background: rgba(239, 231, 201, 0.5);
}

.hosokutext {
  padding-top: 0 !important;
}

.hosokutext div {
  border-top: 1px dashed #ccc;
  padding-top: 10px;
}

.teacher_box {
  border: 1px solid #ccc;
  border-top: 3px solid #000000;
  border-bottom: 3px solid #000000;
}

.teacher_box div {
  font-size: 14px;
}

.teacher_name div {
  border-bottom: 1px solid #000000;
  padding-bottom: 10px;
  font-weight: bold;
  font-size: 16px;
}

.teacher_name div .sub {
  color: #e77811;
}

.shikaku {
  padding: 2px 5px;
  background: #eeeeee;
  margin-bottom: 3px;
  color: #e77811;
  display: inline-block;
  font-weight: bold;
}

.revue_sub {
  background: #eeeeee;
  padding: 5px 10px;
  display: inline-block;
  color: #e77811;
  margin-bottom: 5px;
  font-weight: bold;
  border-radius: 5px;
}

.review_table {
  border-bottom: 1px #ccc dashed;
}

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

.review_img {
  width: 200px;
}

@media only screen and (max-width: 640px) {
  .review_img {
    width: 100px;
    padding: 0 !important;
  }
}

.review_img div {
  margin-top: 5px;
  font-size: 14px;
}

@media only screen and (max-width: 640px) {
  .review_img div {
    font-size: 10px;
  }
}

.jisseki_school ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

@media only screen and (max-width: 640px) {
  .jisseki_school ul {
    font-size: 10px;
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
}

.jisseki_school ul li {
  display: inline-block !important;
  padding: 5px;
  border-bottom: 1px solid #000000;
  margin: 5px !important;
}

.js-span-wrap-text {
  opacity: 1;
}

.js-span-wrap-text span {
  opacity: 0;
}

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

#nav-toggle {
  position: fixed;
  top: 10px;
  right: 10px;
  height: 50px;
  width: 56px;
  padding: 11px 6px;
  cursor: pointer;
  display: none;
  z-index: 999999999;
  background-color: #000000 !important;
}

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

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

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

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

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

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

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

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

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

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

.nav_wrap {
  width: 90%;
  height: 100%;
  display: -webkit-box;
  display: -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;
  overflow-y: auto;
  overflow-x: hidden;
}

#nav_sp {
  display: none;
  background-color: black;
  position: fixed;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  -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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 29px;
  opacity: 0;
  -webkit-transition: opacity .6s ease, visibility .6s ease;
  transition: opacity .6s ease, visibility .6s ease;
}

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

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

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

#nav_sp .nav_wrap .nav-item a, #nav_sp .nav_wrap .nav-item > span {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
  font-size: 16px !important;
  color: #fff !important;
}

#nav_sp .nav_wrap li {
  width: 100%;
  margin-left: 0;
  opacity: 0;
  -webkit-transform: translateX(200px);
          transform: translateX(200px);
  -webkit-transition: opacity .2s ease, -webkit-transform 7.5s ease;
  transition: opacity .2s ease, -webkit-transform 7.5s ease;
  transition: transform 7.5s ease, opacity .2s ease;
  transition: transform 7.5s ease, opacity .2s ease, -webkit-transform 7.5s ease;
  list-style: none;
  -webkit-box-flex: inherit;
      -ms-flex-positive: inherit;
          flex-grow: inherit;
  color: #fff !important;
}

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

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

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

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

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

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

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

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

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

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

.nav_wrap a {
  border: none;
  padding: 5px 5px 5px 20px;
  width: 100%;
  font-size: 16px !important;
  text-decoration: none;
  color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.open .plus {
  position: relative;
}

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

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

.pc_none {
  display: none;
}

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