@charset "UTF-8";
/* =================================================================
 License : e-TRUST Inc.
 File name : common.css
 Style : common
================================================================= */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "notoSans", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

body {
  background: #fff;
  counter-reset: number 0;
  line-height: 1.8;
  font-weight: 700 !important;
  letter-spacing: 0.6;
  color: #2b252b;
  font-size: 16px;
  word-wrap: break-word;
  font-family: "notoSans", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  height: 100% !important;
  overflow: hidden;
  background-image: url(../images/common/bg.png);
  background-repeat: repeat;
}
body ::selection {
  background: #d8bed7;
  color: #fff !important;
}
body ::-moz-selection {
  background: #d8bed7;
  /* Firefox */
  color: #fff !important;
}
@media screen and (max-width: 834px) {
  body {
    font-size: 15px;
  }
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  font-weight: 500;
}

.inner {
  margin: 0 auto;
  max-width: 1400px;
  padding: 0 10px;
}
@media screen and (min-width: 469px) and (max-width: 834px) {
  .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 640px) {
  .inner {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

.inner02 {
  margin: 0 auto;
  max-width: 1400px;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .inner02 {
    width: 95%;
  }
}

.inner920 {
  margin: 0 auto;
  min-width: 920px;
  padding: 0 10px;
}

#contents_wrap {
  width: 100%;
  min-width: 100%;
  /* position:relative; */
  z-index: 999;
}

#contents {
  width: 100%;
  background: #fff;
  max-width: 1400px;
  margin: 0 auto;
  background-image: url(../images/common/bg.png);
  background-repeat: repeat;
  /* margin-top: 200px!important; */
}
@media only screen and (max-width: 834px) {
  #contents {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}

#main {
  width: 100%;
}

#main #col_main {
  width: 100%;
}

@media screen and (max-width: 640px) {
  #col_main section {
    width: 100% !important;
    margin: 0 auto;
  }
}

.pankuzu {
  margin: 0 auto;
  margin-top: 10px;
  font-size: 13px;
  text-align: center;
  display: flex;
}
.pankuzu a {
  color: #333;
}
.pankuzu a:hover {
  text-decoration: underline;
}

.error_link a {
  color: #fff;
}
.error_link a:hover {
  text-decoration: underline;
}

.map {
  margin: 56px 20px 0;
}

.map li {
  border-left: 5px solid #fff;
  list-style: none;
  margin: 0 0 15px;
  padding: 0 0 0 10px;
  text-align: left;
}
.map li:last-of-type {
  display: none;
}

.policy h2 {
  margin: 30px 0 15px;
  padding: 0 0 5px;
  border-bottom: 2px solid #BBBBBB;
  font-size: 18px;
  font-weight: bold;
}

.policy p {
  margin: 0 0 20px;
}

.smp h2 {
  margin: 100px auto 20px auto;
  padding-bottom: 5px;
  border-bottom: 2px solid #ccc;
  font-size: 24px;
  letter-spacing: 10px;
}
.smp h2:first-of-type {
  margin-top: 0;
}
.smp h3 {
  margin: 50px auto 10px auto;
  font-size: 20px;
}
.smp h3:first-of-type {
  margin-top: 20px;
}
.smp p {
  margin-bottom: 10px;
}
.smp ul {
  padding: 0 20px;
}
.smp li {
  margin-bottom: 10px;
}

table {
  table-layout: fixed;
}

table td {
  padding: 0 !important;
}

.tlauto table {
  table-layout: auto;
}

table td img {
  height: auto !important;
}

.pdtd10 td {
  padding: 10px !important;
}

pre {
  margin: 0;
  padding: 0;
  white-space: pre-line;
}

b, strong {
  font-weight: bold;
}

u {
  text-decoration: line-through;
}

img {
  max-width: 100%;
  height: auto !important;
}

small {
  display: block;
  font-size: 14px;
}

hr {
  border: none;
  height: 0;
  border-bottom: 1px dashed #B3B3B3;
}

span {
  font-weight: inherit;
}

u {
  text-decoration: underline;
}

b {
  font-weight: bold;
}

input[type="button"] {
  cursor: pointer;
  padding: 5px 10px;
}

a {
  text-decoration: none;
  -webkit-transition: all .8s;
  transition: all .3s;
}

a:hover {
  opacity: 1;
}

.imgR, .imgL {
  margin-left: 3%;
}
@media screen and (min-width: 469px) and (max-width: 834px) {
  .imgR, .imgL {
    max-width: 30% !important;
  }
}
@media only screen and (max-width: 640px) {
  .imgR, .imgL {
    display: block;
    float: none;
    margin: 0 auto 10px;
    max-width: 100% !important;
    text-align: center;
  }
}

.imgL {
  margin-left: 0;
  margin-right: 3%;
}

.mincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.gothic {
  font-family: "notoSans", "游ゴシック", 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;
  }
}
/********* Instagram *********/
.event_Instagram01 {
  border: none !important;
}
.event_Instagram01 .sns_list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  border: none;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .event_Instagram01 .sns_list {
    flex-wrap: wrap;
  }
}
.event_Instagram01 .sns_text {
  display: none;
  width: 0% !important;
}
.event_Instagram01 .sns_photo {
  width: 100% !important;
  padding: 0 !important;
}
.event_Instagram01 .sns_photo img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}
.event_Instagram01 div.sns_list > div {
  display: flex;
  border-bottom: 0px dashed #ccc;
  width: 16.5%;
  margin-bottom: 5px;
}
@media screen and (max-width: 640px) {
  .event_Instagram01 div.sns_list > div {
    width: 32.3333333%;
  }
}

/********* Instagram *********/
.event_Instagram11 {
  border: none !important;
}
.event_Instagram11 .sns_list {
  display: flex;
  border: none;
  flex-direction: row;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .event_Instagram11 .sns_list {
    align-content: flex-start;
    width: 97%;
    flex-flow: row wrap !important;
  }
}
.event_Instagram11 .event_Instagram11 div.sns_list > div {
  display: flex;
  border-bottom: 0px dashed #ccc;
  width: 50% !important;
}
.event_Instagram11 .sns_text {
  display: none;
  width: 0% !important;
}
.event_Instagram11 .sns_photo {
  width: 100% !important;
}
.event_Instagram11 .sns_photo img {
  width: 400px !important;
  height: 200px !important;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
@media screen and (max-width: 834px) {
  .event_Instagram11 .sns_photo img {
    width: auto !important;
    height: auto !important;
  }
}
@media screen and (max-width: 640px) {
  .event_Instagram11 .sns_photo img {
    width: auto !important;
    height: auto !important;
    object-fit: cover;
    font-family: "object-fit: cover;";
  }
}
.event_Instagram11 div.sns_list div.sns_photo {
  width: 100% !important;
  padding-top: 10px;
  padding-right: 0px !important;
  box-sizing: border-box;
}
.event_Instagram11 div.sns_list > div {
  display: flex;
  border-bottom: 0px dashed #ccc;
  width: 32%;
}
@media screen and (max-width: 640px) {
  .event_Instagram11 div.sns_list > div {
    width: 30%;
    margin: 0 auto;
  }
}

header#global_header {
  width: 100%;
  min-width: 100% !important;
  height: auto;
  margin: 0 auto;
}

.bnone td {
  border: none !important;
}

/********* 新着情報 *********/
.news_area {
  max-height: 310px;
  overflow-y: auto;
  width: 80%;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .news_area {
    width: 90%;
  }
}
.news_area td {
  padding: 5px !important;
  border-bottom: 1px dashed #ccc !important;
}
.news_area td:nth-child(odd) {
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .news_area td:nth-child(odd) {
    border-bottom: none !important;
    background: rgba(255, 255, 255, 0.1);
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .news_area td:nth-child(even) {
    padding-top: 0 !important;
    padding-bottom: 30px !important;
  }
}
.news_area dt, .news_area dd {
  background: none !important;
  border: none !important;
  text-align: left !important;
}
.news_area dt {
  flex-direction: row !important;
}
.news_area dt > span {
  width: 100%;
  display: flex;
  justify-content: center;
  font-weight: bold;
}
.news_area dl {
  border-bottom: 1px solid #eee;
  padding: 10px 0;
}
@media screen and (max-width: 640px) {
  .news_area dl {
    display: flex;
    flex-flow: column;
  }
  .news_area dt {
    background: rgba(255, 255, 255, 0.1) !important;
  }
  .news_area dt, .news_area dd {
    padding: 5px !important;
    display: block;
    width: 100% !important;
  }
  .news_area dt:nth-child(even), .news_area dd:nth-child(even) {
    padding-bottom: 1em !important;
  }
}

.sns1 {
  overflow: hidden !important;
}
.sns1 .sns_photo img {
  width: 100% !important;
  height: 10vw !important;
  object-fit: cover !important;
}
@media screen and (max-width: 834px) {
  .sns1 .sns_photo img {
    height: 30vw !important;
  }
}

section div.form_wrap.error {
  background: #fe1100 !important;
  color: #fff;
  margin-bottom: 10px;
  text-align: center;
}

section div.form_wrap dl dt {
  border: 1px solid #ddd;
  border-right: none;
  border-bottom: none;
  background-color: #fff;
  padding: 8px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  box-sizing: border-box;
  text-align: left !important;
  font-size: 16px;
}

.polia a {
  color: #26a7e0 !important;
  border-bottom: 1px solid #26a7e0 !important;
}

.blog .wrap {
  margin-top: 100px !important;
  display: flex !important;
  width: 1200px;
  margin: 0 auto;
}
@media only screen and (max-width: 1062px) {
  .blog .wrap {
    flex-direction: column;
    width: 95%;
  }
}
@media screen and (max-width: 834px) {
  .blog .wrap {
    flex-direction: column-reverse;
  }
}

.blog_list {
  display: flex;
  flex-direction: column;
  border: 1px solid #fff !important;
  box-sizing: border-box;
}

.blog_txt {
  width: 100% !important;
}

.detail {
  margin-top: 0 !important;
}

.blog h2 {
  background-color: #93c9d3;
  color: #fff;
  padding-left: 10px;
  font-size: 20px !important;
  display: flex;
  align-items: center;
}
.blog .pages li {
  border-bottom: 1px solid #ccc;
  padding: 20px 0;
}
.blog .pages a {
  color: #26a7e0 !important;
}
.blog #contents {
  margin-left: 30px;
}
@media screen and (max-width: 834px) {
  .blog #contents {
    margin-left: 0px;
  }
}
@media screen and (max-width: 640px) {
  .blog #contents {
    margin-left: 15px;
  }
}

/* blog */
.blog * {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}

.blog .fa, .blog .fas {
  font-family: Font Awesome\ 5 Pro !important;
}

.blog .ttl_h1 {
  padding: 4% 0;
}

.blog #form_calendar, .blog #contents {
  min-width: auto !important;
}

.blog .date {
  color: #333 !important;
}

.blog .flex02 {
  flex-wrap: wrap;
}

section div#contents > dl {
  display: block;
  margin: 0 10px 20px 10px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

section div#contents > dl dt span {
  display: block;
  font-size: 14px;
}

.blog .clearfix {
  display: flex;
  padding-top: 10px;
}

.blog #contents a:hover, .blog #contents a:active {
  color: #499e0c !important;
}
.blog #contents a:visited {
  color: #5a6dca !important;
}
.blog #contents a:link {
  color: #5a6dca !important;
}
@media only screen and (max-width: 640px) {
  .blog #contents {
    width: 90% !important;
  }
}

.blog_list div {
  flex-direction: row-reverse !important;
}

.blog_date {
  color: #fff !important;
  background-color: #11a764 !important;
  display: inline-block;
  border-radius: 3px;
  width: 120px;
  height: 27px;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog_text span {
  color: #333 !important;
  font-weight: bold !important;
}
.blog_text span a {
  color: #333 !important;
}

section form p.annot {
  margin: 20px 0;
  color: #ff0000;
  margin: 0 auto;
  text-align: center;
}

/********* sukuro-ruba- *********/
div::-webkit-scrollbar {
  width: 8px;
}

div::-webkit-scrollbar-track {
  background: #fff;
  border: none;
  border-radius: 10px;
  box-shadow: inset 0 0 5px #ccc;
}

div::-webkit-scrollbar-thumb {
  background: #333;
  border-radius: 10px;
  box-shadow: none;
}

/*-------------------- 新着 --------------------*/
.scroll {
  padding: 0px;
  overflow-y: scroll;
  max-height: 200px;
  min-height: 150px;
  width: 100%;
  margin: 0 auto;
  font-size: 17px;
}
.scroll a {
  color: #sef8519 !important;
}
@media screen and (max-width: 834px) {
  .scroll {
    width: 100%;
    max-height: 200px;
    min-height: 200px;
    margin-bottom: 50px;
    margin-top: 50px;
  }
}
@media screen and (max-width: 640px) {
  .scroll {
    width: 100%;
    margin-bottom: 40px;
    max-height: 200px;
    min-height: 200px;
  }
}
.scroll .form_wrap dl dd {
  border: none !important;
  border-bottom: none;
  padding: 0px 8px;
  box-sizing: border-box;
  width: 82% !important;
  text-align: left !important;
  border: 1px solid #fff !important;
  font-size: 16px;
  background-color: #fff;
}
@media screen and (max-width: 640px) {
  .scroll .form_wrap dl dd {
    width: 100% !important;
    font-size: 13px;
    border: none !important;
  }
}
.scroll .form_wrap a {
  color: #5a6dca !important;
  text-decoration: underline;
  text-decoration-color: #5a6dca;
}
.scroll .form_wrap dl {
  border-bottom: none !important;
  padding: 20px 0 !important;
  border-bottom: 1px dashed #b3b3b3 !important;
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 834px) {
  .scroll .form_wrap dl {
    padding: 5px !important;
  }
}
.scroll .form_wrap dl dt {
  border: none !important;
  border-right: none;
  border-bottom: none;
  padding: 8px;
  width: 15% !important;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  box-sizing: border-box;
  font-size: 15px;
  text-align: center !important;
  background-color: #fff !important;
  display: inline-block;
  width: 150px;
  height: 27px;
  color: #333;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 834px) {
  .scroll .form_wrap dl dt {
    width: 30% !important;
  }
}
@media screen and (max-width: 640px) {
  .scroll .form_wrap dl dt {
    width: 30% !important;
  }
}

.newsttl {
  background-color: #0283c7;
  padding: 3px 20px;
  font-size: 10px;
  border-radius: 50px;
  color: #fff;
}

.blogttl {
  background-color: #2fb84f;
  padding: 3px 20px;
  font-size: 10px;
  border-radius: 50px;
  color: #fff;
}

.blog_photo {
  width: 42% !important;
}

@media screen and (max-width: 834px) {
  .search {
    width: 95% !important;
    margin: 0 auto;
  }
}

.crumb a {
  color: #333 !important;
}
@media screen and (max-width: 834px) {
  .crumb {
    width: 95% !important;
    margin: 0 auto;
  }
}

@media screen and (max-width: 640px) {
  .item {
    width: 95% !important;
    margin: 0 auto;
  }
}

@media screen and (max-width: 640px) {
  #sumcart {
    width: 95% !important;
    margin: 0 auto;
  }
}

.sum a {
  color: #ad9756 !important;
}

.item .name {
  color: #ad9756 !important;
}

.sns {
  margin: 0 auto;
  max-width: 1200px;
  margin-top: 100px;
}

#media {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  justify-content: space-between;
}
#media .row {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  justify-content: space-between;
}
#media .box {
  width: 30%;
  margin-bottom: 30px;
}
#media img {
  max-width: 100% !important;
  height: auto !important;
}

.hyo01 {
  margin-top: 30px;
}
.hyo01 td {
  padding: 8px !important;
}
.hyo01 .left {
  width: 15%;
  border-bottom: 1px solid #9a9a9a !important;
  text-align: center !important;
}
@media screen and (max-width: 640px) {
  .hyo01 .left {
    width: 30%;
  }
}
.hyo01 .right {
  border-bottom: 1px solid #ddd !important;
}

.fadein {
  opacity: 0.5;
  transform: translateY(30px);
  transition: all 1s;
}
@media screen and (max-width: 834px) {
  .fadein {
    opacity: 1 !important;
  }
}
@media screen and (max-width: 640px) {
  .fadein {
    opacity: 1 !important;
  }
}

header#global_header {
  max-width: 100%;
  width: 100%;
  min-width: 100%;
  height: auto;
  text-align: center;
}
header#global_header button {
  display: none !important;
}
@media screen and (max-width: 834px) {
  header#global_header button {
    display: block !important;
  }
}

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 500;
  background-color: #333 !important;
}

.headerColor-default {
  background-color: #333 !important;
  z-index: 999;
}

.h_logo {
  width: 90%;
  z-index: 999;
  text-align: left;
}
@media only screen and (max-width: 1154px) {
  .h_logo {
    width: 9%;
    position: fixed;
  }
}
@media only screen and (max-width: 960px) {
  .h_logo {
    left: 0px;
    width: 10%;
    z-index: 9999;
    margin-top: 0px;
  }
}
@media only screen and (max-width: 930px) {
  .h_logo {
    width: 10%;
  }
}
@media screen and (max-width: 834px) {
  .h_logo {
    top: 0px;
    width: 13%;
    left: 1%;
    z-index: 9999;
    margin-top: 0px;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    position: fixed;
  }
}
@media screen and (max-width: 640px) {
  .h_logo {
    width: 13%;
    left: 1%;
    top: 1%;
  }
}
@media only screen and (max-width: 414px) {
  .h_logo {
    width: 20%;
  }
}

.col_01 {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 10%;
  padding: 0 0 0 20px;
}
@media only screen and (max-width: 1154px) {
  .col_01 {
    width: 80% !important;
  }
}
@media screen and (max-width: 834px) {
  .col_01 {
    display: block;
    position: relative;
    height: auto;
    z-index: 999 !important;
  }
}
@media screen and (max-width: 640px) {
  .col_01 {
    flex-direction: column;
    padding: 0px;
    width: 100%;
  }
}

.col_02 {
  width: 90%;
  right: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media only screen and (max-width: 1390px) {
  .col_02 {
    width: 85%;
  }
}
@media screen and (max-width: 834px) {
  .col_02 {
    width: 100%;
  }
}

.header {
  position: fixed !important;
  top: 0 !important;
  width: 100% !important;
  background-color: rgba(255, 255, 255, 0.8);
  transition: all 0.5s ease !important;
}
@media only screen and (max-width: 1154px) {
  .header {
    background-color: transparent !important;
    position: static !important;
  }
}
@media screen and (max-width: 640px) {
  .header {
    position: static !important;
  }
}

.hidden {
  background: none !important;
  transition: all 0.5s ease !important;
}

#header {
  top: 0;
  padding: 0 0 8px 0;
  right: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 1154px) {
  #header {
    width: 90% !important;
  }
}
@media screen and (max-width: 834px) {
  #header {
    height: 52px;
    z-index: 5;
    position: static;
  }
}
@media screen and (max-width: 640px) {
  #header {
    flex-direction: column;
  }
}

@media only screen and (min-width: 1154px) {
  .pcnone {
    display: none;
  }
}

#nav_global {
  text-align: right;
  width: 75%;
  text-align: right;
}
@media only screen and (max-width: 1362px) {
  #nav_global {
    width: 90%;
  }
}
@media only screen and (max-width: 1062px) {
  #nav_global {
    width: 100%;
  }
}
#nav_global ul {
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
#nav_global ul li {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  position: relative;
  text-align: left;
  line-height: 1em;
}
#nav_global ul li:nth-child(1) a:after {
  content: 'Home';
  display: block;
  font-size: 11px;
  font-family: "Montserrat", sans-serif !important;
}
#nav_global ul li:nth-child(2) a:after {
  content: 'Stage costume';
  display: block;
  font-size: 11px;
  font-family: "Montserrat", sans-serif !important;
}
#nav_global ul li:nth-child(3) a:after {
  content: 'Costume design';
  display: block;
  font-size: 11px;
  font-family: "Montserrat", sans-serif !important;
}
#nav_global ul li:nth-child(4) a:after {
  content: 'Space design';
  display: block;
  font-size: 11px;
  font-family: "Montserrat", sans-serif !important;
}
#nav_global ul li:nth-child(5) a:after {
  content: 'Onlineshop';
  display: block;
  font-size: 11px;
  font-family: "Montserrat", sans-serif !important;
}
#nav_global ul li:nth-child(6) a:after {
  content: 'Introduction';
  display: block;
  font-size: 11px;
  font-family: "Montserrat", sans-serif !important;
}
#nav_global ul li:nth-child(7) a:after {
  content: 'Works';
  display: block;
  font-size: 11px;
  font-family: "Montserrat", sans-serif !important;
}
#nav_global ul li:nth-child(8) a:after {
  content: 'Company';
  display: block;
  font-size: 11px;
  font-family: "Montserrat", sans-serif !important;
}
#nav_global ul li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #3e303e !important;
  padding: 5px 0 5px 0;
  font-size: 16px;
}
#nav_global ul li a:hover {
  color: #915da3 !important;
}
@media only screen and (max-width: 1390px) {
  #nav_global ul li a {
    font-size: 13px;
  }
}
@media only screen and (max-width: 1062px) {
  #nav_global ul li a {
    font-size: 13px;
  }
}
#nav_global ul ul {
  position: absolute;
  width: 100%;
  z-index: 99999;
  display: flex;
  flex-flow: column;
}
#nav_global ul ul li {
  text-align: center;
  color: #fff !important;
  background-color: #333;
  width: 100%;
  right: 0;
  left: 0;
  margin: auto;
}
#nav_global ul ul li:nth-child(1) a:after {
  display: none;
}
#nav_global ul ul li:nth-child(2) a:after {
  display: none;
}
#nav_global ul ul li:hover {
  background-color: #000;
}
#nav_global ul ul li a {
  display: block;
  padding: 10px 0;
  color: #fff !important;
  padding: 15px 0px !important;
  font-size: 13px;
}
#nav_global ul ul li a:hover {
  transition: 0.5s;
  color: #fff !important;
}
#nav_global ul ul li a a:hover::after {
  display: none;
  background: #3fbabb;
}
@media only screen and (min-width: 1154px) {
  #nav_global .pcnone {
    display: none;
  }
}

.tel001 {
  border-top: 1px solid #797979 !important;
  height: 30px !important;
  z-index: 999 !important;
  padding: 0.5em 5%;
  width: 100%;
  color: #f9e6f8 !important;
  text-align: left;
}
@media screen and (max-width: 640px) {
  .tel001 {
    border-top: none !important;
    height: auto !important;
    z-index: 999 !important;
    padding: 0;
    width: 100%;
  }
}
.tel001 a {
  color: #fff !important;
}

.info {
  width: 15%;
  display: fixed;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 1390px) {
  .info {
    width: 20%;
  }
}
@media only screen and (max-width: 1260px) {
  .info {
    width: 23%;
  }
}
@media only screen and (max-width: 1154px) {
  .info {
    display: none;
  }
}
@media screen and (max-width: 834px) {
  .info {
    width: 100%;
  }
}

.btn {
  background-color: #d8bed7;
  color: #3e303e !important;
  padding: 2px;
  display: inline-block !important;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80%;
  font-size: 1.0em;
  font-family: "Montserrat", sans-serif !important;
  letter-spacing: 2px;
}
.btn:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f0e0";
  display: inline-block;
  padding-left: 8px;
  font-weight: bold;
  padding-right: 10px;
}
@media only screen and (max-width: 1390px) {
  .btn:before {
    padding-right: 5px;
  }
}
@media only screen and (max-width: 1390px) {
  .btn {
    font-size: 0.8em;
  }
}
@media screen and (max-width: 834px) {
  .btn {
    font-size: 10px;
    line-height: 30px;
  }
}
@media screen and (max-width: 640px) {
  .btn {
    width: 50%;
    padding: 0px;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 30px;
    z-index: 999;
  }
}
@media only screen and (max-width: 375px) {
  .btn {
    width: 50%;
  }
}
.btn:hover {
  background-color: #000;
  color: #fff !important;
  transition: all .3s;
}
.btn a::after {
  display: none;
}

.tel01 {
  font-family: "Montserrat", sans-serif !important;
  font-size: 1.2em;
  letter-spacing: 2px;
}
@media only screen and (max-width: 1390px) {
  .tel01 {
    font-size: 1.0em;
  }
}
.tel01:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f879";
  display: inline-block;
  padding-left: 5px;
  font-weight: bold;
  padding-right: 10px;
}
@media only screen and (max-width: 1390px) {
  .tel01:before {
    padding-right: 5px;
  }
}
.tel01 a {
  color: #3e303e !important;
}

#mainArea {
  position: relative;
  z-index: 0;
  display: flex;
  margin-top: 40px;
}
@media screen and (max-width: 834px) {
  #mainArea {
    height: auto;
    margin: 0 auto;
  }
}
@media screen and (max-width: 640px) {
  #mainArea {
    margin-bottom: 100px;
  }
}
#mainArea .imgbox {
  width: 70%;
  top: 20%;
}
@media screen and (max-width: 834px) {
  #mainArea .imgbox {
    width: 100% !important;
    margin: 0px 0;
  }
}
#mainArea .imgbox img {
  object-fit: cover;
  font-family: "object-fit:cover;";
  height: 85vh !important;
  border: 80px solid #d8bed7;
  width: 100% !important;
}
@media screen and (max-width: 834px) {
  #mainArea .imgbox img {
    max-height: auto;
    min-height: auto;
    width: 100% !important;
    height: 60vh !important;
  }
}
@media screen and (max-width: 640px) {
  #mainArea .imgbox img {
    width: 100% !important;
    margin-top: 0px;
    height: 50vh !important;
    border: 30px solid #d8bed7;
  }
}

.right .circle {
  position: absolute;
  right: 10%;
  top: 10%;
  z-index: 7;
  display: inline-block;
  animation: 8s linear infinite rotation1;
}
@media screen and (max-width: 640px) {
  .right .circle {
    z-index: 5;
    top: 2%;
    right: -3%;
  }
  .right .circle img {
    width: 65%;
  }
}
@keyframes rotation1 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.right .txt {
  position: absolute;
  right: 5%;
  top: 40%;
  text-align: left;
  z-index: 5;
  padding-left: 20px;
}
@media screen and (max-width: 834px) {
  .right .txt {
    top: 60%;
  }
}
@media screen and (max-width: 640px) {
  .right .txt {
    top: 70%;
  }
}
.right .txt .en {
  font-family: "Courgette", cursive !important;
  font-size: 4.5em;
  line-height: 1.2em;
  background-color: rgba(255, 255, 255, 0.6);
  padding-left: 20px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1400px) {
  .right .txt .en {
    font-size: 4.0em;
  }
}
@media only screen and (max-width: 1214px) {
  .right .txt .en {
    font-size: 3.0em;
  }
}
@media only screen and (max-width: 1000px) {
  .right .txt .en {
    font-size: 2.5em;
  }
}
@media screen and (max-width: 640px) {
  .right .txt .en {
    font-size: 1.8em;
    margin-bottom: 5px;
    padding: 0px 10px;
  }
}
.right .txt h1 {
  font-size: 1.3em;
  padding-top: 20px;
}
@media screen and (max-width: 640px) {
  .right .txt h1 {
    font-size: 1.0em;
  }
}

@keyframes animate-panel {
  0% {
    transform-origin: left top;
    transform: scale(0, 1);
  }
  49% {
    transform-origin: left top;
    transform: scale(1, 1);
  }
  50% {
    transform-origin: right top;
    transform: scale(1, 1);
  }
  100% {
    transform-origin: right top;
    transform: scale(0, 1);
  }
}
@keyframes animate-content {
  0% {
    visibility: hidden;
  }
  49% {
    visibility: hidden;
  }
  50% {
    visibility: visible;
  }
  100% {
    visibility: visible;
  }
}
.mask_wrap {
  display: inline-block;
}
.mask_wrap .mask_inner {
  position: relative;
  visibility: hidden;
}
.mask_wrap .mask_inner::after {
  content: "";
  background: #d8bed7;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transform-origin: left top;
  transform: scale(0, 1);
  transition: all 0.3s ease 0s;
  visibility: visible;
}
.mask_wrap .mask_inner.start {
  animation-name: animate-content;
  animation-duration: 1.5s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: both;
  animation-play-state: running;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.mask_wrap .mask_inner.start::after {
  animation-name: animate-panel;
  animation-duration: 1.5s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: both;
  animation-play-state: running;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.mask_wrap {
  display: inline-block;
}
.mask_wrap .mask_inner02 {
  position: relative;
  visibility: hidden;
}
.mask_wrap .mask_inner02::after {
  content: "";
  background: #915da3;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transform-origin: left top;
  transform: scale(0, 1);
  transition: all 0.3s ease 0s;
  visibility: visible;
}
.mask_wrap .mask_inner02.start {
  animation-name: animate-content;
  animation-duration: 1.5s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: both;
  animation-play-state: running;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.mask_wrap .mask_inner02.start::after {
  animation-name: animate-panel;
  animation-duration: 1.5s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: both;
  animation-play-state: running;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.mask_wrap {
  display: inline-block;
}
.mask_wrap .mask_inner03 {
  position: relative;
  visibility: hidden;
}
.mask_wrap .mask_inner03::after {
  content: "";
  background: #2ea66a;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transform-origin: left top;
  transform: scale(0, 1);
  transition: all 0.3s ease 0s;
  visibility: visible;
}
.mask_wrap .mask_inner03.start {
  animation-name: animate-content;
  animation-duration: 1.5s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: both;
  animation-play-state: running;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.mask_wrap .mask_inner03.start::after {
  animation-name: animate-panel;
  animation-duration: 1.5s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: both;
  animation-play-state: running;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.mask_wrap {
  display: inline-block;
}
.mask_wrap .mask_inner04 {
  position: relative;
  visibility: hidden;
}
.mask_wrap .mask_inner04::after {
  content: "";
  background: #d8bed7;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transform-origin: left top;
  transform: scale(0, 1);
  transition: all 0.3s ease 0s;
  visibility: visible;
}
.mask_wrap .mask_inner04.start {
  animation-name: animate-content;
  animation-duration: 1.5s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: both;
  animation-play-state: running;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.mask_wrap .mask_inner04.start::after {
  animation-name: animate-panel;
  animation-duration: 1.5s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: both;
  animation-play-state: running;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/*-----------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------*/
.mean-container a.meanmenu-reveal span {
  background: #fff !important;
}

.mean-container a.meanmenu-reveal {
  color: #fff !important;
  top: 0px !important;
  background-color: #1d1c1d;
  padding: 15px 13px 17px 13px;
}

.mean-container .mean-bar {
  background-color: #d8bed7 !important;
  position: fixed !important;
  z-index: 2 !important;
  padding: 0px 0 !important;
  top: 0;
}

.mean-container .mean-nav {
  background: #1d1c1d !important;
  margin-top: 54px !important;
  z-index: 9 !important;
}

.mean-container .mean-nav ul li {
  z-index: 99999 !important;
}

.mean-container .mean-nav ul li ul {
  background: #000 !important;
  z-index: 9 !important;
}

.mean-container .mean-nav ul li a {
  border-top: 1px solid #797979 !important;
  height: 30px !important;
  z-index: 999 !important;
  padding: 0.5em 5%;
  width: 100%;
  color: #f9e6f8 !important;
}

.mean-container .mean-nav ul li a li {
  margin-right: 15px;
  font-size: 16px;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
  background: #000 !important;
  z-index: 999 !important;
}

.mean-container .mean-nav ul li a.mean-expand {
  height: auto !important;
  padding: 0.4em 5% !important;
}

.mean-bar .inner {
  margin: 0px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
}

#global_footer {
  position: relative;
  background-color: #fff !important;
  bottom: 0 !important;
  background-repeat: repeat;
}
@media screen and (max-width: 640px) {
  #global_footer {
    margin-top: 0px !important;
  }
}

#footer {
  bottom: 0 !important;
  margin-top: 60px;
  background-color: #fff;
}
@media screen and (max-width: 640px) {
  #footer {
    padding: 0px 0;
  }
}
#footer .inner {
  position: relative;
  display: flex;
  max-width: 1200px;
  width: 100%;
}
#footer .inner .footer_container {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  text-align: center;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 834px) {
  #footer .inner .footer_container {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.col_2 {
  width: 100%;
  display: flex;
  padding: 40px 0;
  background-repeat: repeat;
  background-size: cover;
  justify-content: space-between;
}
@media screen and (max-width: 834px) {
  .col_2 {
    display: none;
  }
}
.col_2 a {
  color: #333 !important;
}
.col_2 .nav_footer {
  color: #333 !important;
  display: flex;
  text-align: center;
  width: 100%;
  flex-flow: wrap;
}
@media screen and (max-width: 834px) {
  .col_2 .nav_footer {
    display: none;
  }
}
.col_2 .nav_footer li {
  padding: 0px;
  color: #333;
  font-size: 0.9em;
}
@media only screen and (max-width: 1085px) {
  .col_2 .nav_footer li {
    padding: 0 5px;
    font-size: 0.8em;
  }
}
@media screen and (max-width: 640px) {
  .col_2 .nav_footer li {
    width: 100%;
    text-align: center;
  }
}
.col_2 .nav_footer li a {
  color: #333 !important;
}
.col_2 .nav_footer li a:hover {
  transition: 0.5s;
}

.fa-facebook {
  font-size: 2.0em;
}

.col_001 {
  width: 20%;
  display: flex;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .col_001 {
    flex-direction: column;
    align-items: center;
  }
}
.col_001 .add {
  text-align: left;
}
@media screen and (max-width: 640px) {
  .col_001 .add {
    text-align: center;
    font-size: 13px;
  }
}

.f_logo {
  width: 100%;
  margin-right: 30px;
}
@media screen and (max-width: 640px) {
  .f_logo {
    width: 60%;
  }
}

#copy {
  color: #333;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  z-index: 3;
}
#copy a {
  color: #333 !important;
}

#global_footer {
  bottom: 0px !important;
  min-width: 0px !important;
}

/*-----------------------------------------------------------------------------------------*/
/* contents */
.bnone td {
  border: none !important;
}

.h2ttl h2 {
  font-size: 4.0em;
  font-family: "Courgette", cursive !important;
  line-height: 0.6em;
}
.h2ttl span {
  font-size: 0.3em;
}

.flexbox {
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .flexbox {
    flex-direction: column !important;
  }
}
.flexbox .box {
  width: 49%;
  border: 1px solid #ddd;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  background-color: #fff;
}
@media screen and (max-width: 834px) {
  .flexbox .box {
    margin-bottom: 20px;
    flex-direction: column !important;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 640px) {
  .flexbox .box {
    width: 100%;
    margin-bottom: 20px;
    padding: 20px 10px;
  }
}
.flexbox .box p {
  background-color: #e5e5d8;
  padding: 2px 8px;
  display: block;
}
.flexbox .box > div {
  font-size: 0.9em;
  width: 70%;
}
@media screen and (max-width: 640px) {
  .flexbox .box > div {
    width: 100%;
  }
}
.flexbox .box img {
  width: 180px !important;
  height: 180px !important;
  object-fit: cover;
}
@media screen and (max-width: 640px) {
  .flexbox .box img {
    margin-bottom: 20px;
  }
}

.cont_2 {
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  display: flex !important;
  justify-content: space-between;
  position: relative;
  align-items: center;
  margin-top: 100px;
}
@media screen and (max-width: 640px) {
  .cont_2 {
    flex-direction: column !important;
    margin-bottom: 80px;
  }
}
.cont_2 .box-1 {
  width: 50%;
  margin: 0 auto;
  text-align: center;
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 834px) {
  .cont_2 .box-1 {
    width: 70%;
  }
}
@media screen and (max-width: 640px) {
  .cont_2 .box-1 {
    margin-bottom: 50px;
    width: 100%;
    height: 20% !important;
    display: inline-block;
  }
}
.cont_2 .box-1:before {
  content: "01";
  position: absolute;
  left: 15%;
  bottom: -27%;
  font-size: 20.0em;
  color: #915da3;
  font-family: "Montserrat", sans-serif !important;
  font-weight: bold;
  z-index: 1;
}
@media only screen and (max-width: 1300px) {
  .cont_2 .box-1:before {
    bottom: -30%;
    font-size: 18.0em;
  }
}
@media only screen and (max-width: 1154px) {
  .cont_2 .box-1:before {
    font-size: 15.0em;
  }
}
@media screen and (max-width: 834px) {
  .cont_2 .box-1:before {
    font-size: 10.0em;
    bottom: -15%;
  }
}
@media screen and (max-width: 640px) {
  .cont_2 .box-1:before {
    font-size: 10.0em;
    bottom: -8%;
    left: 10%;
  }
}
@media screen and (max-width: 640px) {
  .cont_2 .box-1 {
    width: 100%;
  }
}
.cont_2 .box-1 img {
  width: 70% !important;
  border: 3em solid #915da3;
}
@media screen and (max-width: 834px) {
  .cont_2 .box-1 img {
    width: 100% !important;
    margin: 0 auto;
  }
}
.cont_2 .cont_1 {
  background-color: #915da3;
  width: 50%;
}
@media screen and (max-width: 834px) {
  .cont_2 .cont_1 {
    width: 80%;
  }
}
@media screen and (max-width: 640px) {
  .cont_2 .cont_1 {
    width: 100%;
  }
}
.cont_2 .cont_1 article {
  padding: 200px 100px 200px 130px;
}
@media only screen and (max-width: 1260px) {
  .cont_2 .cont_1 article {
    padding: 100px 30px 100px 100px;
  }
}
@media screen and (max-width: 834px) {
  .cont_2 .cont_1 article {
    padding: 20px 50px;
  }
}
@media screen and (max-width: 640px) {
  .cont_2 .cont_1 article {
    padding: 20px;
  }
}
.cont_2 .cont_1 h3 {
  font-size: 5.0em;
  color: #fff;
  font-family: "Courgette", cursive !important;
  line-height: 1.4em;
}
@media screen and (max-width: 834px) {
  .cont_2 .cont_1 h3 {
    font-size: 3.0em;
  }
}
.cont_2 .cont_1 h3 span {
  font-family: "Courgette", cursive !important;
}
.cont_2 .cont_1 .sub {
  font-size: 1.5em;
}
.cont_2 .cont_1 article > div {
  color: #fff;
}
.cont_2 .imgR, .cont_2 .imgL, .cont_2 .imgL, .cont_2 .imgL {
  max-width: 89% !important;
}
@keyframes animate-panel {
  0% {
    transform-origin: left top;
    transform: scale(0, 1);
  }
  49% {
    transform-origin: left top;
    transform: scale(1, 1);
  }
  50% {
    transform-origin: right top;
    transform: scale(1, 1);
  }
  100% {
    transform-origin: right top;
    transform: scale(0, 1);
  }
}
@keyframes animate-content {
  0% {
    visibility: hidden;
  }
  49% {
    visibility: hidden;
  }
  50% {
    visibility: visible;
  }
  100% {
    visibility: visible;
  }
}
.cont_2 .mask_wrap {
  display: inline-block;
}
.cont_2 .mask_wrap .mask_inner {
  position: relative;
  visibility: hidden;
}
.cont_2 .mask_wrap .mask_inner::after {
  content: "";
  background: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transform-origin: left top;
  transform: scale(0, 1);
  transition: all 0.3s ease 0s;
  visibility: visible;
}
.cont_2 .mask_wrap .mask_inner.start {
  animation-name: animate-content;
  animation-duration: 1.5s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: both;
  animation-play-state: running;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.cont_2 .mask_wrap .mask_inner.start::after {
  animation-name: animate-panel;
  animation-duration: 1.5s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: both;
  animation-play-state: running;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.cont_3 {
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  display: flex !important;
  flex-direction: row-reverse;
  justify-content: space-between;
  position: relative;
  align-items: center;
}
@media screen and (max-width: 834px) {
  .cont_3 {
    margin-top: 100px;
  }
}
@media screen and (max-width: 640px) {
  .cont_3 {
    flex-direction: column !important;
    margin-bottom: 80px;
  }
}
.cont_3 .imgR, .cont_3 .imgL, .cont_3 .imgL, .cont_3 .imgL {
  max-width: 89% !important;
}
.cont_3 .box-1 {
  width: 50%;
  margin: 0 auto;
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 834px) {
  .cont_3 .box-1 {
    width: 80%;
  }
}
@media screen and (max-width: 640px) {
  .cont_3 .box-1 {
    margin-bottom: 50px;
    width: 100%;
    height: 20% !important;
    display: inline-block;
  }
}
.cont_3 .box-1:before {
  content: "02";
  position: absolute;
  right: 18%;
  bottom: -24%;
  font-size: 20.0em;
  color: #2ea66a;
  font-family: "Montserrat", sans-serif !important;
  font-weight: bold;
  z-index: 1;
}
@media only screen and (max-width: 1300px) {
  .cont_3 .box-1:before {
    bottom: -30%;
    font-size: 18.0em;
  }
}
@media only screen and (max-width: 1154px) {
  .cont_3 .box-1:before {
    font-size: 15.0em;
  }
}
@media only screen and (max-width: 1000px) {
  .cont_3 .box-1:before {
    font-size: 12.0em;
    bottom: -25%;
  }
}
@media screen and (max-width: 834px) {
  .cont_3 .box-1:before {
    font-size: 10.0em;
    bottom: -15%;
  }
}
@media screen and (max-width: 640px) {
  .cont_3 .box-1:before {
    font-size: 10.0em;
    bottom: -8%;
  }
}
.cont_3 .box-1 img {
  width: 70% !important;
  border: 50px solid #2ea66a;
}
@media screen and (max-width: 834px) {
  .cont_3 .box-1 img {
    width: 100% !important;
    margin: 0 auto;
  }
}
.cont_3 .txt {
  position: absolute;
  right: 10%;
  bottom: -28%;
  font-size: 300px;
  color: #2ea66a;
  font-family: "Montserrat", sans-serif !important;
  font-weight: bold;
  margin-top: 50px;
  z-index: 1;
}
@media only screen and (max-width: 1154px) {
  .cont_3 .txt {
    bottom: -35%;
    font-size: 200px;
  }
}
@media screen and (max-width: 834px) {
  .cont_3 .txt {
    font-size: 200px;
    bottom: -50%;
  }
}
@media screen and (max-width: 640px) {
  .cont_3 .txt {
    font-size: 100px;
    bottom: -10%;
  }
}
.cont_3 .cont_1 {
  background-color: #2ea66a;
  width: 50%;
}
@media screen and (max-width: 834px) {
  .cont_3 .cont_1 {
    width: 80%;
  }
}
@media screen and (max-width: 640px) {
  .cont_3 .cont_1 {
    width: 100%;
  }
}
.cont_3 .cont_1 article {
  padding: 200px 100px 200px 130px;
}
@media only screen and (max-width: 1260px) {
  .cont_3 .cont_1 article {
    padding: 100px 30px 100px 100px;
  }
}
@media screen and (max-width: 834px) {
  .cont_3 .cont_1 article {
    padding: 20px 50px;
  }
}
@media screen and (max-width: 640px) {
  .cont_3 .cont_1 article {
    padding: 20px;
  }
}
.cont_3 .cont_1 h3 {
  font-size: 5.0em;
  color: #fff;
  font-family: "Courgette", cursive !important;
  line-height: 1.4em;
}
@media screen and (max-width: 834px) {
  .cont_3 .cont_1 h3 {
    font-size: 3.0em;
  }
}
.cont_3 .cont_1 h3 span {
  font-family: "Courgette", cursive !important;
}
.cont_3 .cont_1 .sub {
  font-size: 1.5em;
}
.cont_3 .cont_1 article > div {
  color: #fff;
}
.cont_3 .btn01 {
  background-color: #1d8651;
}

.btn01 {
  display: inline-block;
  margin: 0 auto !important;
  width: 80%;
  position: relative;
  font-size: 14px;
  text-align: center !important;
  background-color: #7d3396;
  padding: 20px;
  box-sizing: border-box;
  color: #fff !important;
  letter-spacing: 3px;
  margin-bottom: 20px !important;
}
@media screen and (max-width: 834px) {
  .btn01 {
    padding: 10px;
    margin-bottom: 8px !important;
  }
}
.btn01:hover {
  background-color: #000000;
}
@media only screen and (max-width: 640px) {
  .btn01 {
    width: 80%;
    display: flex;
  }
}
.btn01 a {
  color: #fff !important;
}
.btn01:before {
  content: "";
  width: 25px;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  right: 20px;
  border-top: 1px solid #fff;
  box-sizing: border-box;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.btn01:after {
  content: "";
  height: 4px;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -4px;
  border-left: 2px solid #fff;
  -webkit-transform: skewX(45deg);
  -moz-transform: skewX(45deg);
  transform: skewX(45deg);
  box-sizing: border-box;
  z-index: 1;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.btn01:hover:before {
  width: 40px;
  right: 10px;
}

.btn01:hover:after {
  right: 10px;
}

.imgbox {
  justify-content: space-between;
  margin: 80px 0;
}
@media only screen and (max-width: 640px) {
  .imgbox {
    flex-direction: column;
  }
}
.imgbox .box {
  width: 49%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media only screen and (max-width: 640px) {
  .imgbox .box {
    width: 100%;
    margin-bottom: 30px;
  }
}
.imgbox .box:first-child img {
  filter: drop-shadow(30px 18px 0px #b33e5c);
}
@media only screen and (max-width: 640px) {
  .imgbox .box:first-child img {
    filter: drop-shadow(12px 14px 0px #b33e5c);
  }
}
.imgbox .box:first-child > div {
  width: 100%;
}
.imgbox .box:first-child .btn02 {
  display: block;
  margin: 0 auto !important;
  width: 80%;
  position: relative;
  font-size: 14px;
  text-align: center !important;
  padding: 20px;
  box-sizing: border-box;
  color: #b33e5c !important;
  letter-spacing: 3px;
  margin-top: 50px !important;
  border: 1px solid #b33e5c;
}
@media only screen and (max-width: 640px) {
  .imgbox .box:first-child .btn02 {
    width: 80%;
    display: flex;
  }
}
.imgbox .box:first-child .btn02 a {
  color: #fff !important;
}
.imgbox .box:first-child .btn02:before {
  content: "";
  width: 25px;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  right: 20px;
  border-top: 1px solid #b33e5c;
  box-sizing: border-box;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.imgbox .box:first-child .btn02:after {
  content: "";
  height: 4px;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -4px;
  border-left: 2px solid #b33e5c;
  -webkit-transform: skewX(45deg);
  -moz-transform: skewX(45deg);
  transform: skewX(45deg);
  box-sizing: border-box;
  z-index: 1;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.imgbox .box:first-child .btn02:hover:before {
  width: 40px;
  right: 10px;
}
.imgbox .box:first-child .btn02:hover:after {
  right: 10px;
}
.imgbox .box:last-child img {
  filter: drop-shadow(30px 18px 0px #192f60);
}
@media only screen and (max-width: 640px) {
  .imgbox .box:last-child img {
    filter: drop-shadow(12px 14px 0px #192f60);
  }
}
.imgbox .box:last-child > div {
  width: 100%;
}
.imgbox .box:last-child .btn03 {
  display: block;
  margin: 0 auto !important;
  width: 80%;
  position: relative;
  font-size: 14px;
  text-align: center !important;
  padding: 20px;
  box-sizing: border-box;
  color: #192f60 !important;
  letter-spacing: 3px;
  margin-top: 50px !important;
  border: 1px solid #192f60;
}
@media only screen and (max-width: 640px) {
  .imgbox .box:last-child .btn03 {
    width: 80%;
    display: flex;
  }
}
.imgbox .box:last-child .btn03 a {
  color: #fff !important;
}
.imgbox .box:last-child .btn03:before {
  content: "";
  width: 25px;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  right: 20px;
  border-top: 1px solid #192f60;
  box-sizing: border-box;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.imgbox .box:last-child .btn03:after {
  content: "";
  height: 4px;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -4px;
  border-left: 2px solid #192f60;
  -webkit-transform: skewX(45deg);
  -moz-transform: skewX(45deg);
  transform: skewX(45deg);
  box-sizing: border-box;
  z-index: 1;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.imgbox .box:last-child .btn03:hover:before {
  width: 40px;
  right: 10px;
}
.imgbox .box:last-child .btn03:hover:after {
  right: 10px;
}

.banner02 {
  top: 90%;
  z-index: 5;
  justify-content: space-between;
  margin: 150px 0;
}
@media screen and (max-width: 834px) {
  .banner02 {
    z-index: 2;
    margin-bottom: 50px;
    position: static;
  }
}
@media screen and (max-width: 640px) {
  .banner02 {
    flex-direction: column;
  }
}
.banner02 .box {
  width: 30%;
  margin: 0 auto;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 640px) {
  .banner02 .box {
    width: 100%;
    margin-bottom: 30px;
  }
}
.banner02 .box img {
  width: 100% !important;
  transition-duration: 0.5s;
}
.banner02 .box img:hover {
  transform: scale(1.2);
  transition-duration: 0.5s;
}
.banner02 .box > div {
  position: absolute;
  bottom: 0;
}
.banner02 .box > div h3 {
  padding: 10px;
  font-size: 1.6em;
  color: #fff;
  line-height: 1.3em;
}
.banner02 .box > div h3 .en {
  background-color: #1b2030;
  font-family: "Courgette", cursive !important;
  letter-spacing: 2px;
  padding: 3px 10px;
}
@media screen and (max-width: 834px) {
  .banner02 .box > div {
    font-size: 0.7em;
  }
}
@media screen and (max-width: 640px) {
  .banner02 .box > div {
    font-size: 0.9em;
  }
}
.banner02 .box > div .ja {
  padding-right: 10px;
  padding-left: 15px;
  background-color: #1b2030;
  font-size: 0.7em;
}

.cont_4 {
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  margin-top: 100px;
  background-color: #3a303a;
}
.cont_4 .inner {
  display: flex !important;
  justify-content: space-between;
  position: relative;
  align-items: center;
  padding: 50px;
}
@media screen and (max-width: 834px) {
  .cont_4 .inner {
    padding: 15px !important;
  }
}
.cont_4 .inner h2 {
  color: #fff;
}
.cont_4 .inner .contact td {
  padding: 40px !important;
}
@media screen and (max-width: 834px) {
  .cont_4 .inner .contact td {
    padding: 15px !important;
  }
}
.cont_4 .inner .contact .tel02 {
  color: #fff;
  font-family: "Montserrat", sans-serif !important;
  font-size: 2.5em;
  letter-spacing: 2px;
}
@media screen and (max-width: 834px) {
  .cont_4 .inner .contact .tel02 {
    font-size: 2.0em;
  }
}
.cont_4 .inner .contact .tel02:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f879";
  display: inline-block;
  padding-left: 5px;
  font-weight: bold;
  padding-right: 10px;
}
.cont_4 .inner .contact .tel02 a {
  color: #fff !important;
}
.cont_4 .inner .contact .btn04 {
  background-color: #d8bed7;
  padding: 20px;
  width: 100%;
  display: inline-block;
  color: #3e303e;
  font-size: 1.8em;
  font-family: "Font Awesome 5 Pro";
  letter-spacing: 2px;
  border: 1px solid #d8bed7;
}
.cont_4 .inner .contact .btn04:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f0e0";
  display: inline-block;
  padding-left: 5px;
  font-weight: bold;
  padding-right: 10px;
}
.cont_4 .inner .contact .btn04:hover {
  background-color: #3a303a;
  color: #d8bed7;
}
.cont_4 .inner .contact .btn04 a {
  color: #3e303e !important;
}

.ig h2 {
  font-size: 2.5em;
}

.cont_5 {
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  display: flex !important;
  justify-content: space-between;
  position: relative;
  align-items: center;
  margin-bottom: 100px;
  margin-top: 100px;
}
@media only screen and (max-width: 1154px) {
  .cont_5 {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 640px) {
  .cont_5 {
    flex-direction: column;
  }
}
.cont_5 img {
  width: 100% !important;
  border: 50px solid #d8bed7;
}
@media only screen and (max-width: 640px) {
  .cont_5 img {
    border: 20px solid #d8bed7;
    margin: 0 auto 0px !important;
  }
}
.cont_5 .txt {
  position: absolute;
  left: 5%;
  bottom: -30%;
  font-size: 300px;
  color: #915da3;
  font-family: "Montserrat", sans-serif !important;
  font-weight: bold;
  margin-top: 50px;
  z-index: 999;
}
.cont_5 .h1txt {
  background-color: #d8bed7;
  width: 56%;
  padding-left: 5%;
  padding: 100px;
}
@media only screen and (max-width: 1345px) {
  .cont_5 .h1txt {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 640px) {
  .cont_5 .h1txt {
    width: 100%;
    padding: 20px;
  }
}
.cont_5 .h1txt article {
  padding: 100px;
}
@media only screen and (max-width: 640px) {
  .cont_5 .h1txt article {
    padding: 20px;
  }
}
.cont_5 .h1txt h1 {
  font-size: 4.0em;
  color: #2b252b;
  font-family: "Courgette", cursive !important;
  line-height: 0.7em;
}
@media only screen and (max-width: 1238px) {
  .cont_5 .h1txt h1 {
    font-size: 3.0em;
  }
}
@media only screen and (max-width: 905px) {
  .cont_5 .h1txt h1 {
    font-size: 2.5em;
  }
}
@media only screen and (max-width: 640px) {
  .cont_5 .h1txt h1 {
    font-size: 2.0em;
  }
}
.cont_5 .h1txt .sub {
  font-size: 0.3em;
  letter-spacing: 2px;
}

/*--------------------サムネ--------------------*/
.dress {
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.img_slide {
  width: 80% !important;
}
@media screen and (max-width: 640px) {
  .img_slide {
    width: 100% !important;
  }
}

.img_slide td {
  padding: 0 5px 5px 5px !important;
  border: 0 !important;
}

.img_slide .work_main {
  width: 100%;
}

.img_slide .work_main img {
  margin-bottom: 5px !important;
}

.img_slide .thumb {
  padding-top: 0;
}

.img_slide .thumb img {
  font-family: 'object-fit: cover;';
  width: 100% !important;
  height: 57px !important;
  margin-bottom: 10px !important;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 834px) {
  .img_slide .thumb img {
    height: 45px !important;
  }
}
@media screen and (max-width: 640px) {
  .img_slide .thumb img {
    height: 50px !important;
  }
}

.img_slide .thumb img:hover {
  opacity: .5;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=50)';
}

.imgc_box1 {
  width: calc(100% / 2 - 2%);
}

.img100 img {
  width: 100% !important;
  height: 450px !important;
  object-fit: cover !important;
}

.imgR, .imgL, .imgL {
  max-width: 100% !important;
}

/*--------------------サムネ--------------------*/
.cont_6 {
  display: flex;
  flex-flow: row wrap !important;
  justify-content: space-between !important;
  margin-top: 80px;
}
.cont_6 .sum {
  width: 32% !important;
}
@media screen and (max-width: 834px) {
  .cont_6 .sum {
    width: 49% !important;
  }
}
@media screen and (max-width: 640px) {
  .cont_6 .sum {
    width: 100% !important;
    margin-bottom: 50px;
  }
}
.cont_6 .txt {
  background-color: #fff;
  padding: 20px !important;
  font-size: 0.8em;
}
.cont_6 h3 {
  display: block;
  font-size: 1.2em;
  border-bottom: 1px dashed #eee;
  margin-bottom: 10px;
  background-color: #433950;
  padding-left: 5px;
  color: #fff;
}

.h2txt h2 {
  position: relative;
  padding: 1.0rem 1rem;
  font-size: 1.8em;
}
.h2txt h2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  content: '';
  background-image: -webkit-repeating-linear-gradient(135deg, #a78aa5, #a78aa5 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #a78aa5, #a78aa5 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flexbox02 {
  flex-wrap: nowrap !important;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
}
@media screen and (max-width: 640px) {
  .flexbox02 {
    flex-direction: column !important;
  }
}
.flexbox02 .box {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 20px;
}
@media screen and (max-width: 640px) {
  .flexbox02 .box {
    width: 100%;
  }
}
.flexbox02 h3 {
  font-size: 1.5em;
}

.imgcont {
  flex-wrap: nowrap !important;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
}
@media screen and (max-width: 640px) {
  .imgcont {
    flex-direction: column !important;
  }
}
.imgcont .box {
  width: 32%;
}
@media screen and (max-width: 640px) {
  .imgcont .box {
    width: 100%;
    margin-bottom: 20px;
  }
}
.imgcont .box img {
  width: 100% !important;
  height: 300px !important;
  object-fit: cover !important;
}

.flexbox03 {
  flex-wrap: nowrap !important;
  justify-content: space-between;
  align-items: center;
  margin-top: 100px;
}
@media screen and (max-width: 640px) {
  .flexbox03 {
    flex-direction: column !important;
  }
}
.flexbox03 .box {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 20px;
}
@media screen and (max-width: 640px) {
  .flexbox03 .box {
    width: 100%;
  }
}
.flexbox03 .box img {
  width: 70% !important;
  height: 400px !important;
  object-fit: cover !important;
}
@media screen and (max-width: 834px) {
  .flexbox03 .box img {
    height: 270px !important;
  }
}
@media screen and (max-width: 640px) {
  .flexbox03 .box img {
    height: 200px !important;
  }
}
.flexbox03 h3 {
  font-size: 1.5em;
  margin-bottom: 30px;
  border-bottom: 1px solid #333;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.voice_table {
  margin-top: 50px;
}
.voice_table h6 {
  display: block;
}
.voice_table h6 {
  font-weight: inherit;
}
.voice_table .acc-title {
  padding: 15px !important;
  background: #3b333b;
  border-bottom: 1px solid #ddd !important;
  color: #fff;
  position: relative;
  display: flex;
  width: 80%;
  margin: 0 auto;
  justify-content: space-between;
}
.voice_table .acc-title article {
  display: flex;
  align-items: center;
}
.voice_table .acc-title:after {
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  display: block;
  padding-left: 10px;
  font-weight: bold;
  padding-right: 8px;
}
@media screen and (max-width: 640px) {
  .voice_table .acc-title {
    padding: 15px !important;
  }
}
.voice_table .acc-title article > div {
  position: relative;
  width: 70%;
}
@media screen and (max-width: 640px) {
  .voice_table .acc-title article > div {
    line-height: 30px;
    width: 100%;
  }
}
.voice_table .acc-title:hover {
  cursor: pointer;
}
.voice_table .acc-title h6 {
  top: 0;
  left: 0;
  color: #fff;
  background: #ceab19;
  padding: 0 10px;
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 27px;
  border-radius: 50%;
  margin-right: 20px;
}
@media screen and (max-width: 640px) {
  .voice_table .acc-title h6 {
    width: 60px;
  }
}
.voice_table .column_txt {
  width: 80%;
  margin: 0 auto;
  padding: 30px !important;
  background: #fff;
  display: block;
  position: relative;
}
.voice_table .column_txt article {
  display: flex !important;
  align-items: center;
}
.voice_table .column_txt h6 {
  display: block;
}
@media screen and (max-width: 640px) {
  .voice_table .column_txt {
    padding: 15px !important;
  }
}
@media screen and (max-width: 640px) {
  .voice_table .column_txt {
    display: block;
  }
}
.voice_table .column_txt article > div {
  position: relative;
  width: 70%;
}
@media screen and (max-width: 640px) {
  .voice_table .column_txt article > div {
    line-height: 30px;
    width: 100%;
  }
}
.voice_table .column_txt article > h6 {
  top: 0;
  left: 0;
  background: #d6cca4;
  padding: 0 10px;
  color: #fff;
  height: 50px;
  width: 50px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  margin-right: 20px;
  border-radius: 50%;
}
@media screen and (max-width: 640px) {
  .voice_table .column_txt article > h6 {
    width: 60px;
  }
}
.voice_table td {
  width: 100%;
  display: block;
}

section div.form_wrap.error {
  background: #fe1100 !important;
  color: #fff;
  margin-bottom: 10px;
  text-align: center;
  margin-top: 108px;
}

#builingual {
  position: relative;
}

.switch {
  float: right;
  padding-top: 3px !important;
}

.cmn-toggle {
  position: absolute;
  margin-left: -9999px;
  visibility: hidden;
}

.cmn-toggle + label {
  display: block;
  position: relative;
  cursor: pointer;
  outline: 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;
  transition: 0.4s;
}

input.cmn-toggle-round + label:after {
  width: 28px;
  background-color: #fff;
  border-radius: 100%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  transition: 0.4s;
}

input.cmn-toggle-round:checked + label:before {
  background-color: #8ce196;
}

input.cmn-toggle-round:checked + label:after {
  margin-left: 28px;
}

@media only screen and (max-width: 768px) {
  .switch {
    float: right;
    order: 1;
    padding-top: 0px !important;
    padding-right: 24px;
  }

  #builingual {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
#builingual {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.9) !important;
  bottom: 10px;
  right: 10px;
  width: 400px !important;
  z-index: 999;
  border-radius: 3px;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 834px) {
  #builingual {
    right: 0px;
    bottom: 0px;
    width: 100% !important;
  }
}
#builingual .switch label {
  width: 55px !important;
  margin-right: 20px;
}
@media screen and (max-width: 640px) {
  #builingual .switch label {
    margin-right: 0;
  }
}
#builingual .language {
  padding: 0 10px !important;
}

/* bg_100per */
.con_100 {
  margin-top: 100px;
  margin-right: calc(((100vw - 100%) / 2) * -1);
  margin-left: calc(((100vw - 100%) / 2) * -1);
}

/* box */
.home_td03 {
  margin-top: 100px;
}
@media only screen and (max-width: 640px) {
  .home_td03 {
    margin-top: 50px;
  }
}
.home_td03 .box {
  width: 31.6%;
  margin-right: 2.5%;
  margin-bottom: 30px;
}
@media only screen and (max-width: 640px) {
  .home_td03 .box {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.home_td03 .box:nth-of-type(3n) {
  margin-right: 0;
}
.home_td03 .box img {
  width: 100% !important;
}

/* title */
body header #local-keyvisual {
  position: relative;
  z-index: 0;
  padding-top: 81px;
}
@media only screen and (max-width: 640px) {
  body header #local-keyvisual {
    padding-top: 73px;
  }
}

body header #local-keyvisual #local-keyvisual-title {
  position: relative;
  margin: 0 auto;
  padding: 50px 0;
  background: #ffd791;
  border-top: 10px double #fff;
  border-bottom: 10px double #fff;
  font-size: 37px;
  font-weight: bold;
  text-align: center;
  z-index: 100;
}
@media only screen and (max-width: 640px) {
  body header #local-keyvisual #local-keyvisual-title {
    font-size: 27px;
  }
}
body header #local-keyvisual #local-keyvisual-title a {
  font-weight: bold;
  color: #2b252b;
}
body header #local-keyvisual #local-keyvisual-title:empty {
  padding: 50px;
  margin-bottom: 50px;
}

.midashi01 h2 {
  margin: 100px auto 40px auto;
  font-size: 28px;
  font-weight: bold;
}
@media only screen and (max-width: 834px) {
  .midashi01 h2 {
    font-size: 22px;
  }
}
.midashi01 h3 {
  font-size: 36px;
}
.midashi01 h2 {
  padding-bottom: 10px;
  border-bottom: 2px solid #fff;
}
@media only screen and (max-width: 834px) {
  .midashi01 h3 {
    margin-top: 20px;
  }
}
.midashi01 h3 .sub {
  display: inline-block;
  margin-left: 10px;
  font-size: 18px;
  color: #fff;
}

.midashi02 h2 {
  margin: 100px auto 40px auto;
  font-size: 28px;
  font-weight: bold;
}
@media only screen and (max-width: 834px) {
  .midashi02 h2 {
    font-size: 22px;
  }
}
.midashi02 h3 {
  font-size: 36px;
}
.midashi02 h2 {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 5px dotted #fff;
}
.midashi02 h3 {
  display: flex;
  align-items: center;
  font-weight: bold;
}
@media screen and (min-width: 469px) and (max-width: 834px) {
  .midashi02 h3 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 640px) {
  .midashi02 h3 {
    display: block;
    font-size: 18px;
  }
}
.midashi02 h3:before, .midashi02 h3:after {
  content: "";
  flex-grow: 1;
  border-top: 1px solid #333;
}
@media only screen and (max-width: 640px) {
  .midashi02 h3:before, .midashi02 h3:after {
    display: none;
  }
}
.midashi02 h3:before {
  margin-right: 3rem;
}
@media screen and (min-width: 469px) and (max-width: 834px) {
  .midashi02 h3:before {
    margin-right: 1rem;
  }
}
@media only screen and (max-width: 640px) {
  .midashi02 h3:before {
    margin-right: 0;
  }
}
.midashi02 h3:after {
  margin-left: 3rem;
}
@media screen and (min-width: 469px) and (max-width: 834px) {
  .midashi02 h3:after {
    margin-left: 1rem;
  }
}
@media only screen and (max-width: 640px) {
  .midashi02 h3:after {
    margin-left: 0;
  }
}

.midashi03 h2 {
  margin: 100px auto 40px auto;
  font-size: 28px;
  font-weight: bold;
}
@media only screen and (max-width: 834px) {
  .midashi03 h2 {
    font-size: 22px;
  }
}
.midashi03 h3 {
  font-size: 36px;
}
.midashi03 h2 {
  margin: 20px auto;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
  font-size: 20px;
  font-weight: 500;
}
.midashi03 h3 {
  margin: 100px auto 40px auto;
  padding: 10px;
  background-color: #fff;
  border-left: 8px solid #ffd791;
  font-size: 28px;
  color: #fff;
}
@media screen and (min-width: 469px) and (max-width: 834px) {
  .midashi03 h3 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 640px) {
  .midashi03 h3 {
    margin: 70px auto 20px auto;
    font-size: 22px;
  }
}

.sub_ttl01 div {
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.3);
  border: 4px double rgba(255, 255, 255, 0.3);
  color: #fff;
}

/* btn */
.btn_org01, .btn_org02, .btn_org03, .btn_org04 {
  margin-top: 30px;
}
.btn_org01 a, .btn_org02 a, .btn_org03 a, .btn_org04 a {
  display: block;
  max-width: 220px;
  margin: 0 auto;
  padding: 12.5px 3px;
  background-color: #fff;
  border-radius: 3px;
  color: #fff;
  text-align: center;
}
.btn_org01 a:before, .btn_org02 a:before, .btn_org03 a:before, .btn_org04 a:before {
  content: "\f0da";
  font-family: "Font Awesome 5 Pro";
  margin-right: 7px;
  color: #fff;
  font-weight: 900;
}
.btn_org01 a:hover, .btn_org02 a:hover, .btn_org03 a:hover, .btn_org04 a:hover {
  background-color: #f2efea;
  color: #2b252b;
}
.btn_org01 a:hover:before, .btn_org02 a:hover:before, .btn_org03 a:hover:before, .btn_org04 a:hover:before {
  color: #2b252b;
}

.btn_org02 a, .btn_org03 a, .btn_org04 a {
  max-width: 160px;
  margin: 40px auto 0 0;
  padding: 7.5px 3px;
}
.btn_org02 a:hover, .btn_org03 a:hover, .btn_org04 a:hover {
  background-color: #ffd791;
  color: #fff;
}
.btn_org02 a:hover:before, .btn_org03 a:hover:before, .btn_org04 a:hover:before {
  color: #fff;
}

.btn_org03 a {
  margin: 30px auto 0 auto;
}

.btn_org04 a {
  background-color: #ffd791;
  color: #2b252b;
}
@media only screen and (max-width: 640px) {
  .btn_org04 a {
    max-width: 100%;
  }
}
.btn_org04 a:before {
  color: #2b252b;
}
.btn_org04 a:hover {
  background-color: #f2efea;
  color: #2b252b;
}
.btn_org04 a:hover:before {
  color: #2b252b;
}

/* common */
.linkTel a {
  color: #2b252b;
}

.wrap_org01 {
  margin-top: 100px;
  padding: 70px 0 30px 0;
}
@media only screen and (max-width: 640px) {
  .wrap_org01 {
    margin-top: 50px;
  }
}

.wrap_gry01 {
  margin-top: 100px;
  padding: 70px 0 90px 0;
}
@media only screen and (max-width: 640px) {
  .wrap_gry01 {
    margin-top: 50px;
  }
}

.st_tbl01 td {
  border: none !important;
  padding: 10px !important;
}

.mg_b60 h2 {
  margin-bottom: 60px;
}

.mg_b50 .box {
  margin-bottom: 50px;
}

.mg_b30 h2 {
  margin-bottom: 30px;
}

.mg_t0 h2 {
  margin-top: 0;
}

.pd_4 {
  padding: 4%;
}
@media only screen and (max-width: 640px) {
  .pd_4 {
    padding: 15px;
  }
}

.tbl_st01 td {
  padding: 30px 10px !important;
  text-align: center !important;
}
.tbl_st01 td:first-of-type {
  width: 40%;
  background-color: #ffe7bc;
}

@media only screen and (max-width: 834px) {
  .tab_blk {
    display: block;
  }
}
@media only screen and (max-width: 834px) {
  .tab_blk .box, .tab_blk .box02 {
    width: 100%;
  }
}

@media only screen and (max-width: 640px) {
  .sp_blk {
    display: block;
  }
}
@media only screen and (max-width: 640px) {
  .sp_blk .box {
    width: 100%;
  }
}

@media only screen and (max-width: 834px) {
  .sp_brNone br {
    display: none;
  }
}
@media only screen and (max-width: 834px) {
  .sp_brNone div {
    text-align: left !important;
  }
}

.img_30 img {
  max-width: 30%;
}

.bdr_r10 {
  border-radius: 10px;
}

.bdr_dbl01 {
  border: 19px double #fff;
}

.center {
  text-align: center;
}

.img_bdr img {
  border: 7px solid rgba(255, 215, 145, 0.6);
}

.img_100 img {
  width: 100% !important;
}

.anc {
  margin-top: -100px;
  padding-top: 100px;
}

/*# sourceMappingURL=asset.css.map */
