@charset "UTF-8";
* {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

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

body {
  font-size: 1.6rem !important;
  letter-spacing: 0.2rem;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background: #111 !important;
  word-wrap: break-word;
  overflow-x: hidden;
  counter-reset: number 0;
  animation: fadeIn 3s ease 0s 1 normal;
  line-height: 2;
}
@media only screen and (max-width: 640px) {
  body {
    font-size: 1.8rem !important;
    line-height: 2.2;
  }
}
body div,
body p,
body a,
body span,
body li,
body dt,
body dd,
body td {
  font-weight: 400;
}
body > div,
body .blog {
  line-height: 2.4 !important;
}
@media only screen and (max-width: 640px) {
  body > div,
  body .blog {
    line-height: 2.2 !important;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
::-moz-selection {
  background-color: #ffc91e;
  color: #fff;
}
::selection {
  background-color: #ffc91e;
  color: #fff;
}

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

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

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

.bg100_2,
.inner_out2 {
  margin-left: calc((1400px - 100%) / 2 * -1) !important;
  margin-right: calc((100vw - 100%) / 2 * -1) !important;
}
@media screen and (max-width: 1400px) {
  .bg100_2,
  .inner_out2 {
    margin-left: calc((100vw - 100%) / 2 * -1) !important;
  }
}

.bg100_3,
.inner_out3 {
  margin-left: calc((100vw - 100%) / 2 * -1) !important;
  margin-right: calc((1400px - 100%) / 2 * -1) !important;
}
@media screen and (max-width: 1400px) {
  .bg100_3,
  .inner_out3 {
    margin-right: calc((100vw - 100%) / 2 * -1) !important;
  }
}

h1,
h2,
h3,
.blog_ttl {
  line-height: 1.6;
}

li {
  list-style: none;
}

.pd0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

#contents_wrap,
#global_header,
#global_footer {
  position: relative;
}

#contents_wrap {
  min-width: 100% !important;
  padding: 0 40px;
}
@media screen and (max-width: 1400px) {
  #contents_wrap {
    width: 100% !important;
  }
}
@media only screen and (max-width: 640px) {
  #contents_wrap {
    padding: 0 20px;
  }
}

#contents {
  padding: 0;
  background: none !important;
  width: 100%;
}

#main {
  max-width: 100% !important;
  float: none !important;
  margin: 0 auto;
}
@media screen and (max-width: 1400px) {
  #main {
    width: 100%;
  }
}

#col_main {
  width: 100% !important;
  float: none !important;
}

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

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

.sml-1 {
  font-size: 0.6em;
}

.jcc {
  justify-content: center;
}

.jcsb {
  justify-content: space-between;
}

.aifs {
  align-items: flex-start;
}

.aic {
  align-items: center;
}

.sml {
  font-size: 0.66em;
}

.bgcover {
  background-size: cover;
}

.bgcontain {
  background-size: contain;
}

.weight100 {
  font-weight: 100;
}

.weight300 {
  font-weight: 300;
}

.weight400 {
  font-weight: 400;
}

.weight500 {
  font-weight: 500;
}

.weight600 {
  font-weight: 600;
}

.weight700 {
  font-weight: 700;
}

.weight900 {
  font-weight: 900;
}

.small {
  font-size: 0.8em;
}

.middle {
  font-size: 1em;
}

.large {
  font-size: 1.4em;
}

.bold {
  font-weight: bold;
}

.center {
  display: block;
  text-align: center !important;
}
.center img {
  margin: 0 auto !important;
}
.center .btn-1 {
  margin-left: auto;
  margin-right: auto;
}

.left {
  display: block;
  text-align: left !important;
}

.right {
  display: block;
  text-align: right !important;
}

.acc-color {
  color: #ffc91e !important;
}
.acc-color a {
  color: #ffc91e !important;
}

.main-color {
  color: #000033 !important;
}
.main-color a {
  color: #000033 !important;
}

.base-color {
  color: #111 !important;
}
.base-color a {
  color: #111 !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

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

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mb110 {
  margin-bottom: 110px !important;
}

.mb120 {
  margin-bottom: 120px !important;
}

.box {
  overflow: inherit !important;
}

.box100 .box {
  width: 100%;
}

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

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

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

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

.none {
  display: none;
}

.block {
  display: block !important;
}

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

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

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

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

.float_none img {
  float: none !important;
}

.img_mz img {
  margin: 0 !important;
}

a.itext {
  max-width: 100%;
  height: auto !important;
}

.annot {
  display: none !important;
}

.flex {
  flex-wrap: wrap;
}

.imgC {
  height: auto !important;
}

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

.nolink {
  pointer-events: none;
}

.link_1 a {
  color: #ffc91e !important;
  text-decoration: underline !important;
}
.link_1 a:hover {
  text-decoration: underline !important;
}

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

@media only screen and (max-width: 640px) {
  .tbl_scroll table {
    table-layout: auto;
  }
}

.fa,
.fas {
  font-family: "Font Awesome 5 Pro";
}

.mincho {
  font-family: "Times New Roman", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho";
}

.gothic {
  font-family: "游ゴシック", 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;
  }
}
.clearfix:after {
  visibility: inherit !important;
}

#global_header {
  min-width: 100% !important;
}

#global_footer {
  min-width: 100% !important;
}

header {
  max-width: 100%;
}

.header {
  padding: 20px 40px;
  width: 100%;
  z-index: 2;
}
@media only screen and (max-width: 1024px) {
  .header {
    padding: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .header .col2 {
    display: none;
  }
}

.header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-container .col2 {
  margin-right: 90px;
}

.col2-sns,
.col4-sns {
  display: flex;
  align-items: center;
}
.col2-sns a,
.col4-sns a {
  color: #fff !important;
}
.col2-sns a i,
.col4-sns a i {
  font-size: 30px;
}
.col2-sns a .la-instagram,
.col4-sns a .la-instagram {
  margin-left: 10px;
  font-size: 36px;
}

header .nav {
  display: none;
}

.main {
  overflow: hidden;
}
@media only screen and (max-width: 640px) {
  .main {
    position: relative;
  }
  .main::before {
    content: "";
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
  }
}
.main-txt {
  max-width: 580px;
  text-align: left;
  position: absolute;
  bottom: 6vw;
  right: 6vw;
  z-index: 1;
  text-shadow: 0 0 15px rgba(17, 17, 17, 0.2);
}
@media only screen and (max-width: 1024px) {
  .main-txt {
    max-width: 500px;
  }
}
@media only screen and (max-width: 834px) {
  .main-txt {
    max-width: 400px;
  }
}
@media only screen and (max-width: 640px) {
  .main-txt {
    right: inherit;
    bottom: inherit;
    left: 50%;
    top: 55%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    width: 100%;
    padding: 0 30px;
    font-size: 16px;
  }
}
.main-h1 {
  font-size: 72px;
  font-family: "Oswald", sans-serif, "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1024px) {
  .main-h1 {
    font-size: 60px;
  }
}
@media only screen and (max-width: 834px) {
  .main-h1 {
    font-size: 48px;
  }
}
.main img {
  width: 100%;
  min-height: 700px;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
@media only screen and (max-width: 1024px) {
  .main img {
    min-height: 600px;
  }
}
@media only screen and (max-width: 640px) {
  .main img {
    min-height: 667px;
  }
}

@media screen and (min-width: 1025px) {
  a.current {
    text-decoration: line-through;
  }
  a.current:hover {
    text-decoration: line-through !important;
  }
}

#mainArea2 {
  position: relative;
}

#local-keyvisual {
  position: relative;
  background: url(../images/contents/cont_main.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 640px) {
  #local-keyvisual {
    background: url(../images/contents/cont_main_sp.jpg) no-repeat;
    background-size: cover;
  }
}

#local-keyvisual-title {
  max-width: 100%;
  width: 1400px;
  margin: 0 auto;
  position: relative;
  height: 100%;
}

#local-keyvisual h1,
.blog_ttl {
  z-index: 1;
  line-height: 1.4 !important;
  position: relative;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 2.6em;
  height: 240px;
  font-weight: bold;
}
@media only screen and (max-width: 1024px) {
  #local-keyvisual h1,
  .blog_ttl {
    font-size: 2.3em;
    height: 220px;
  }
}
@media only screen and (max-width: 640px) {
  #local-keyvisual h1,
  .blog_ttl {
    font-size: 2em;
    height: 200px;
  }
}

#local-keyvisual h1 span,
.blog_ttl span {
  display: block;
  font-size: 0.45em;
  font-weight: 500;
  margin-top: 10px;
}

#local-keyvisual h1 span:empty {
  display: none;
}

#local-keyvisual #local-keyvisual-bg,
#local-keyvisual .local-keyvisual-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.sub_menu {
  flex-wrap: wrap;
  position: absolute;
  z-index: 999999;
  top: 50px;
  left: 50%;
  margin: auto !important;
  width: 400px !important;
  max-width: inherit !important;
  transform: translateX(-50%);
}
@media only screen and (max-width: 1024px) {
  .sub_menu {
    position: static;
    left: 0;
    transform: inherit;
    background: no-repeat;
    width: auto !important;
  }
}
.sub_menu li {
  width: 100% !important;
  position: relative;
  z-index: 99;
  line-height: 1.8;
  display: inline-block;
}
.sub_menu li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.sub_menu a {
  display: block;
  background: rgba(0, 0, 51, 0.9);
  color: #fff !important;
  padding: 12px 0;
}
@media only screen and (max-width: 1024px) {
  .sub_menu a {
    padding: 0;
    background: none;
  }
}
.sub_menu a:hover {
  background: rgba(255, 255, 255, 0.9);
  color: #000033 !important;
  opacity: 1;
}
@media only screen and (max-width: 1024px) {
  .sub_menu a:hover {
    background: none;
    color: #fff !important;
  }
}

#is-loading {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #111;
  z-index: 999999999;
}

#loading {
  margin: auto;
  height: 100% !important;
  text-align: center;
  z-index: 999999;
  display: none;
  align-items: center;
  justify-content: center;
}

#loading span {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*
 * MENU BUTTON
//  */
.menu_toggler {
  display: block;
  position: fixed;
  top: 30px;
  right: 40px;
  z-index: 999;
  height: 25px;
  width: 60px;
  outline: none;
  cursor: pointer;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .menu_toggler {
    right: 20px;
  }
}
.menu_toggler span,
.menu_toggler span::before,
.menu_toggler span::after {
  position: absolute;
  content: "";
  width: 60px;
  height: 2px;
  right: 20px;
  background: #fff;
  border-radius: 20px;
  transition: 500ms cubic-bezier(0.77, 0, 0.175, 1);
  right: 0 !important;
}
.menu_toggler._on span::before,
.menu_toggler._on span::after {
  background: #111;
}
.menu_toggler span {
  background: transparent;
}
.menu_toggler span::before {
  top: -10px;
}
.menu_toggler span::after {
  top: 10px;
}
.menu_toggler.active > span::before, .menu_toggler.active > span::after {
  top: 0px;
}
.menu_toggler.active > span::before {
  transform: rotate(-225deg);
}
.menu_toggler.active > span::after {
  transform: rotate(225deg);
}

.sp_menu {
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  position: fixed;
  top: 0;
  left: -40%;
  width: 40%;
  height: 100%;
  z-index: 99999;
  background: rgba(0, 0, 51, 0.9);
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  transition: 300ms left cubic-bezier(0.77, 0, 0.175, 1);
}
@media only screen and (max-width: 1024px) {
  .sp_menu {
    width: 400px;
    left: -400px;
  }
}
@media only screen and (max-width: 834px) {
  .sp_menu {
    width: 350px;
    left: -350px;
  }
}
@media only screen and (max-width: 640px) {
  .sp_menu {
    width: 300px;
    left: -300px;
  }
}
.sp_menu.active {
  left: 0;
}
.sp_menu .nav {
  width: 100%;
  display: block !important;
}
.sp_menu .col2-sns {
  margin-top: 20px;
  justify-content: flex-end;
  margin-right: 40px;
}
@media only screen and (max-width: 1024px) {
  .sp_menu .col2-sns {
    margin-right: 20px;
  }
}
.sp_menu ul {
  width: 100%;
}
.sp_menu li {
  text-align: left;
  position: relative;
}
.sp_menu li a {
  color: #fff;
  background: none;
  font-size: 20px;
  display: block;
  padding: 20px 40px;
  font-family: "Oswald", sans-serif, "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
@media only screen and (max-width: 1024px) {
  .sp_menu li a {
    padding: 20px;
  }
}
@media only screen and (max-width: 834px) {
  .sp_menu li a {
    padding: 15px 20px;
  }
}
@media only screen and (max-width: 640px) {
  .sp_menu li a {
    font-size: 18px;
  }
}
.sp_menu li a .ja-1 {
  font-size: 0.6em;
  margin-left: 15px;
}
.sp_menu > i {
  position: absolute;
  top: 10px;
  right: 0;
  border: 1px solid;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.sp_menu .sub_menu li {
  line-height: inherit;
}

.i_active::before {
  content: "\f068";
}

#global_footer {
  background: none !important;
  padding: 100px 40px;
  font-size: 14px;
}
@media only screen and (max-width: 640px) {
  #global_footer {
    padding: 80px 20px;
    font-size: 16px;
  }
}
#global_footer a {
  text-decoration: none !important;
}

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

.footer-container {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1024px) {
  .footer-container {
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
  }
}
.footer-container .col3 {
  text-align: left;
}
@media only screen and (max-width: 1024px) {
  .footer-container .col3 {
    text-align: center;
  }
}
.footer-container .col3-logo {
  margin-bottom: 40px;
}
.footer-container .col4 {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media only screen and (max-width: 1024px) {
  .footer-container .col4 {
    justify-content: center;
    margin-bottom: 60px;
  }
}
.footer-container .col4 .banner-1 {
  margin-left: 15px;
}
.footer-container .col4 .banner-1 a {
  display: block;
  margin-bottom: 10px;
}
.footer-container .col4-sns {
  width: 100%;
  justify-content: flex-end;
}
@media only screen and (max-width: 1024px) {
  .footer-container .col4-sns {
    justify-content: center;
    margin-top: 30px;
  }
}
.footer-container .col4-sns a {
  opacity: 0.5;
}

footer .nav {
  display: block !important;
  margin-bottom: 40px;
}
footer .nav .nav-list {
  max-width: 400px;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1024px) {
  footer .nav .nav-list {
    max-width: 100%;
    justify-content: center;
  }
}
footer .nav .nav-item {
  width: 48%;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  footer .nav .nav-item {
    flex-grow: inherit;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 2%;
    background: #222;
  }
}
footer .nav a {
  opacity: 0.5;
  display: block;
  color: #fff;
  position: relative;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1024px) {
  footer .nav a {
    padding: 10px 0;
    text-align: center;
    margin-bottom: 0;
  }
}

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

.pagetop {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 99;
}

.pagetop a {
  display: block;
  font-size: 0;
  width: 60px;
  height: 60px;
  text-align: center;
  border: 1px solid #ffc91e;
  line-height: 60px;
  color: #ffc91e;
}
.pagetop a:hover {
  color: #111;
  background: #ffc91e;
  opacity: 1;
}

.pagetop a i {
  font-size: 16px;
  font-weight: 900;
  line-height: 60px;
}

.cont_1 {
  position: relative;
  padding-right: 100px !important;
}
@media only screen and (max-width: 834px) {
  .cont_1 {
    padding-right: 80px !important;
  }
}
@media only screen and (max-width: 640px) {
  .cont_1 {
    padding-right: 20px !important;
  }
}
.cont_1 .parts-1 {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 9.375vw;
  -webkit-text-stroke: 1px #fff;
  text-stroke: 1px #fff;
  color: transparent;
  line-height: 0.8em;
  opacity: 0.25;
  font-weight: 500;
}
@media only screen and (max-width: 640px) {
  .cont_1 .parts-1 {
    font-size: 11.25vw;
  }
}
.cont_1 .cont_flex {
  align-items: center;
  flex-wrap: wrap-reverse;
}
.cont_1 .L_box {
  width: 600px;
  margin-right: 8vw;
}
@media screen and (max-width: 1400px) {
  .cont_1 .L_box {
    width: 580px;
    margin-right: 6vw;
  }
}
@media only screen and (max-width: 1024px) {
  .cont_1 .L_box {
    width: 100%;
    margin-right: 0;
    margin-top: 60px;
  }
}
@media only screen and (max-width: 640px) {
  .cont_1 .L_box {
    margin-top: 40px;
  }
}
.cont_1 .R_box {
  flex: 1;
}
@media only screen and (max-width: 1024px) {
  .cont_1 .R_box {
    flex: inherit;
  }
  .cont_1 .R_box img {
    height: 390px !important;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: "object-fit: cover;";
  }
}
@media only screen and (max-width: 1024px) and (max-width: 834px) {
  .cont_1 .R_box img {
    height: 360px !important;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 640px) {
  .cont_1 .R_box img {
    height: 280px !important;
  }
}
.cont_1 .small_font {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translate(0, -50%);
  writing-mode: vertical-rl;
  font-family: "Oswald", sans-serif, "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
}
@media only screen and (max-width: 834px) {
  .cont_1 .small_font {
    right: 20px;
  }
}
@media only screen and (max-width: 640px) {
  .cont_1 .small_font {
    display: none;
  }
}

.cont_2 {
  background-size: cover;
}

.box-1 a {
  margin: 10px;
}

.blog_slider .slick-slide {
  padding: 0 20px;
}
.blog_slider .slick-list {
  max-width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 1400px) {
  .blog_slider .slick-list {
    max-width: 85%;
  }
}
.blog_slider .slick-arrow {
  top: 40% !important;
}
.blog_slider .blog_list {
  flex-direction: row !important;
  border: none !important;
  flex-wrap: wrap;
}
.blog_slider .blog_list > div {
  border: none !important;
}
.blog_slider .blog_list > div .blog_photo,
.blog_slider .blog_list > div .blog_text {
  padding: 0 !important;
  width: 100% !important;
}
.blog_slider .blog_list > div .blog_photo {
  margin-bottom: 5px;
}
.blog_slider .blog_list > div .blog_photo a {
  position: relative;
  overflow: hidden;
  display: block;
}
.blog_slider .blog_list > div .blog_photo a:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
.blog_slider .blog_list > div .blog_photo a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  font-family: "object-fit: cover !important;";
}
.blog_slider .blog_list > div .blog_text {
  margin-top: 20px;
  text-align: center;
  font-size: 14px !important;
}
.blog_slider .blog_list > div .blog_text h3 {
  font-size: 16px;
}
.blog_slider .blog_list > div .blog_date {
  color: #fff;
  display: none;
}
.blog_slider .blog_list > div .detail,
.blog_slider .blog_list > div .detail2 {
  margin-top: 10px !important;
}
.blog_slider a {
  color: #fff !important;
  text-decoration: underline !important;
}
.blog_slider a:hover {
  text-decoration: underline !important;
}
.blog_slider02 .slick-slide {
  padding: 0 15px;
}
.blog_slider02 .slick-arrow {
  top: 40% !important;
}
.blog_slider02 .slick-prev {
  left: 20px !important;
}
.blog_slider02 .slick-next {
  right: 20px !important;
}
.blog_slider02 .blog_list {
  flex-direction: row !important;
  border: none !important;
  flex-wrap: wrap;
}
.blog_slider02 .blog_list > div {
  border: none !important;
  padding: 0 140px;
}
.blog_slider02 .blog_list > div .blog_photo,
.blog_slider02 .blog_list > div .blog_text {
  padding: 0 !important;
  width: 100% !important;
}
.blog_slider02 .blog_list > div .blog_photo {
  margin-bottom: 5px;
}
.blog_slider02 .blog_list > div .blog_photo a {
  position: relative;
  overflow: hidden;
  display: block;
}
.blog_slider02 .blog_list > div .blog_photo a:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
.blog_slider02 .blog_list > div .blog_photo a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  font-family: "object-fit: cover !important;";
}
.blog_slider02 .blog_list > div .blog_text {
  margin-top: 20px;
  text-align: center;
  font-size: 14px !important;
}
.blog_slider02 .blog_list > div .blog_text h3 {
  font-size: 16px;
}
.blog_slider02 .blog_list > div .blog_date {
  color: #fff;
  display: none;
}
.blog_slider02 .blog_list > div .detail,
.blog_slider02 .blog_list > div .detail2 {
  margin-top: 10px !important;
}
.blog_slider02 a {
  color: #fff !important;
  text-decoration: underline !important;
}
.blog_slider02 a:hover {
  text-decoration: underline !important;
}
.blog_slider03 .slick-slide {
  padding: 0 10px;
  height: 350px;
}
.blog_slider03 .slick-list {
  margin: 0 auto;
  max-width: 80%;
}
@media screen and (max-width: 1400px) {
  .blog_slider03 .slick-list {
    max-width: 85%;
  }
}
@media only screen and (max-width: 834px) {
  .blog_slider03 .slick-list {
    max-width: 80%;
  }
}
.blog_slider03 .slick-arrow {
  top: 40% !important;
}
.blog_slider03 .blog_list {
  flex-direction: row !important;
  border: none !important;
  flex-wrap: wrap;
}
.blog_slider03 .blog_list > div {
  border: none !important;
}
.blog_slider03 .blog_list > div .blog_photo,
.blog_slider03 .blog_list > div .blog_text {
  padding: 0 !important;
  width: 100% !important;
  box-shadow: 0px 0px 10px 0px rgba(17, 17, 17, 0.15);
}
.blog_slider03 .blog_list > div .blog_photo {
  position: relative;
}
.blog_slider03 .blog_list > div .blog_photo:after {
  content: "";
  background: url(../images/home/tab.png) no-repeat;
  position: absolute;
  top: 12px;
  right: 12px;
  width: 14px;
  height: 14px;
  background-size: contain;
}
.blog_slider03 .blog_list > div .blog_photo a {
  position: relative;
  overflow: hidden;
  display: block;
}
.blog_slider03 .blog_list > div .blog_photo a:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 60%;
}
.blog_slider03 .blog_list > div .blog_photo a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  font-family: "object-fit: cover !important;";
}
.blog_slider03 .blog_list > div .blog_text {
  padding: 10px 15px !important;
  font-size: 14px !important;
  color: #111 !important;
}
.blog_slider03 .blog_list > div .blog_text h3 {
  display: none;
}
.blog_slider03 .blog_list > div .blog_date {
  color: rgba(17, 17, 17, 0.3);
  font-family: "Oswald", sans-serif, "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.blog_slider03 a {
  color: #ffc91e !important;
  text-decoration: underline !important;
}
.blog_slider03 .detail,
.blog_slider03 .detail2 {
  margin-top: 0 !important;
}

.gallery_box .slick-list {
  padding: 0 160px;
}
.gallery_box .slick-slide {
  padding: 0 10px;
}
.gallery_box .slick-prev {
  left: 40px !important;
}
@media only screen and (max-width: 640px) {
  .gallery_box .slick-prev {
    left: 20px !important;
  }
}
.gallery_box .slick-next {
  right: 40px !important;
}
@media only screen and (max-width: 640px) {
  .gallery_box .slick-next {
    right: 20px !important;
  }
}

.cont_3 .btn-1,
.cont_6 .btn-1 {
  margin: 20px auto 0 !important;
}

.cont_4 {
  background-size: cover;
}

.cont_2 .inner,
.cont_6 .inner {
  width: 1560px;
  margin: 0 auto;
}

.cont_7 {
  background-size: cover;
}

.insta .sns_list {
  display: flex;
  box-sizing: border-box;
  border: none !important;
  flex-direction: row !important;
  align-content: space-between;
  flex-wrap: wrap;
}
.insta .sns_list > div {
  flex-direction: row !important;
  flex-wrap: wrap;
  border-bottom: none !important;
  align-content: flex-start;
  width: 18.4% !important;
  margin-bottom: 2%;
}
@media only screen and (max-width: 640px) {
  .insta .sns_list > div {
    width: 48.5% !important;
    margin-bottom: 3% !important;
  }
}
.insta .sns_list > div:not(:nth-child(5n)) {
  margin-right: 2%;
}
@media only screen and (max-width: 640px) {
  .insta .sns_list > div:not(:nth-child(5n)) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 640px) {
  .insta .sns_list > div:not(:nth-child(2n)) {
    margin-right: 3%;
  }
}
.insta .sns_list .sns_photo {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 auto;
  padding: 0 !important;
}
.insta .sns_list .sns_photo a {
  position: relative;
  overflow: hidden;
  display: block;
}
.insta .sns_list .sns_photo a:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
.insta .sns_list .sns_photo a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  font-family: "object-fit: cover !important;";
}
.insta .sns_text {
  display: none;
}

.btn a {
  display: block;
  max-width: 300px;
  background: #000033;
  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: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex1._top {
  align-items: flex-start;
}
.flex1._center {
  align-items: center;
}
.flex1:before {
  width: calc(100% / 1 - 1%);
  content: "";
  order: 1;
}
.flex1:before {
  width: calc(100% / 1 - 1%);
  content: "";
  order: 1;
}
.flex1:after {
  width: calc(100% / 1 - 1%);
  content: "";
  order: 2;
}
.flex1 .box {
  width: calc(100% / 1 - 1%);
  margin-bottom: 2%;
}
@media only screen 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: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex2._top {
  align-items: flex-start;
}
.flex2._center {
  align-items: center;
}
.flex2:before {
  width: calc(100% / 2 - 1%);
  content: "";
  order: 1;
}
.flex2:before {
  width: calc(100% / 2 - 1%);
  content: "";
  order: 1;
}
.flex2:after {
  width: calc(100% / 2 - 1%);
  content: "";
  order: 2;
}
.flex2 .box {
  width: calc(100% / 2 - 1%);
  margin-bottom: 2%;
}
@media only screen 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: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex3._top {
  align-items: flex-start;
}
.flex3._center {
  align-items: center;
}
.flex3:before {
  width: calc(100% / 3 - 1%);
  content: "";
  order: 1;
}
.flex3:before {
  width: calc(100% / 3 - 1%);
  content: "";
  order: 1;
}
.flex3:after {
  width: calc(100% / 3 - 1%);
  content: "";
  order: 2;
}
.flex3 .box {
  width: calc(100% / 3 - 1%);
  margin-bottom: 2%;
}
@media only screen 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: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex4._top {
  align-items: flex-start;
}
.flex4._center {
  align-items: center;
}
.flex4:before {
  width: calc(100% / 4 - 1%);
  content: "";
  order: 1;
}
.flex4:before {
  width: calc(100% / 4 - 1%);
  content: "";
  order: 1;
}
.flex4:after {
  width: calc(100% / 4 - 1%);
  content: "";
  order: 2;
}
.flex4 .box {
  width: calc(100% / 4 - 1%);
  margin-bottom: 2%;
}
@media only screen 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-left: calc((100vw - 100%) / 2 * -1) !important;
  margin-right: calc((100vw - 100%) / 2 * -1) !important;
}

.flex2cl_01 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media only screen and (max-width: 834px) {
  .flex2cl_01 {
    flex-direction: column-reverse;
  }
}
.flex2cl_01 .flxL {
  width: 57%;
}
@media only screen and (max-width: 834px) {
  .flex2cl_01 .flxL {
    width: 100%;
  }
}
.flex2cl_01 .flxR {
  width: 40%;
}
@media only screen and (max-width: 834px) {
  .flex2cl_01 .flxR {
    width: 100%;
    margin-bottom: 20px;
  }
}
.flex2cl_01 .flxR .img {
  width: 100%;
}
.flex2cl_01 .flxR .img img {
  width: 100% !important;
}

.flex2cl_02 {
  border: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin-left: -4%;
  margin-bottom: 50px;
}
@media screen and (max-width: 1400px) {
  .flex2cl_02 {
    margin-left: -2.439%;
  }
}
@media only screen and (max-width: 834px) {
  .flex2cl_02 {
    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: 1400px) {
  .flex2cl_02 .box {
    width: 47.5609%;
    margin-left: 2.439%;
    display: block;
  }
}
@media only screen and (max-width: 834px) {
  .flex2cl_02 .box {
    width: 100%;
    margin-left: 0;
  }
}
.flex2cl_02 .box img {
  width: 100% !important;
}
.flex2cl_02 .box tr:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}
.flex2cl_02 .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

.flex3cl {
  border: 0;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
  margin-left: -2.4390243902%;
}
@media screen and (max-width: 1400px) {
  .flex3cl {
    margin-left: -2.439%;
  }
}
@media only screen and (max-width: 640px) {
  .flex3cl {
    justify-content: space-between;
    margin-left: 0;
  }
}
.flex3cl .box {
  position: relative;
  width: 30.8943089431%;
  margin-left: 2.4390243902%;
  margin-bottom: 30px;
}
@media screen and (max-width: 1400px) {
  .flex3cl .box {
    width: 47.5609%;
    margin-left: 2.439%;
    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: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
  margin-left: -3.2258064516%;
}
@media screen and (max-width: 1400px) {
  .flex4cl {
    margin-left: -2.439%;
  }
}
@media only screen and (max-width: 640px) {
  .flex4cl {
    justify-content: space-between;
    margin-left: 0;
  }
}
.flex4cl .box {
  position: relative;
  width: 21.7741935484%;
  margin-left: 3.2258064516%;
  margin-bottom: 30px;
}
@media screen and (max-width: 1400px) {
  .flex4cl .box {
    width: 47.5609%;
    margin-left: 2.439%;
    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;
}

.h_blog .blog_list {
  flex-direction: row !important;
  overflow: auto;
  flex-wrap: wrap;
  max-height: 320px;
  align-content: flex-start;
  border: none !important;
}
@media only screen and (max-width: 1024px) {
  .h_blog .blog_list {
    max-height: 420px;
  }
}
.h_blog .blog_list > div {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  padding: 10px 0;
  flex-direction: row !important;
}
@media only screen and (max-width: 1024px) {
  .h_blog .blog_list > div {
    padding: 10px 0 20px;
  }
}
.h_blog .blog_photo {
  display: none !important;
  width: 40% !important;
  padding: 0 !important;
  position: relative;
}
.h_blog .blog_photo a {
  position: relative;
  overflow: hidden;
  display: block;
}
.h_blog .blog_photo a:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 70%;
}
.h_blog .blog_photo a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  font-family: "object-fit: cover !important;";
}
.h_blog .blog_text {
  font-size: 1em !important;
  width: 100% !important;
  padding: 0 20px !important;
  display: flex;
  align-items: center;
}
.h_blog .blog_text:not(:last-child) {
  border-right: 1px solid #eee;
}
@media only screen and (max-width: 1024px) {
  .h_blog .blog_text {
    flex-wrap: wrap;
    padding: 0 !important;
  }
}
.h_blog .blog_date {
  width: 14%;
  margin-right: 4%;
  letter-spacing: 0.05em;
  color: #fff !important;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .h_blog .blog_date {
    text-align: left;
    margin-right: 0;
    width: 100%;
  }
}
.h_blog h3 {
  font-size: 1em !important;
  width: 82%;
  margin-bottom: 0 !important;
  font-family: "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media only screen and (max-width: 1024px) {
  .h_blog h3 {
    width: 100%;
  }
}
.h_blog h3 a {
  color: #fff !important;
  text-decoration: underline !important;
}
.h_blog h3 a:hover {
  color: #000033 !important;
}
.h_blog .detail {
  display: none;
}

@media only screen and (max-width: 1024px) {
  section div.wrap {
    flex-wrap: wrap-reverse;
  }
}

.h_blog2 .blog_list {
  flex-direction: row !important;
  border: none !important;
  flex-wrap: wrap;
}
.h_blog2 .blog_list > div {
  border: none !important;
  flex-wrap: wrap;
  width: 23.5%;
  align-content: flex-start;
}
@media only screen and (max-width: 1024px) {
  .h_blog2 .blog_list > div {
    width: 49%;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 640px) {
  .h_blog2 .blog_list > div {
    width: 100%;
  }
}
.h_blog2 .blog_list > div:not(:nth-child(4n)) {
  margin-right: 2%;
}
@media only screen and (max-width: 1024px) {
  .h_blog2 .blog_list > div:not(:nth-child(4n)) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .h_blog2 .blog_list > div:not(:nth-child(2n)) {
    margin-right: 2%;
  }
}
@media only screen and (max-width: 640px) {
  .h_blog2 .blog_list > div:not(:nth-child(2n)) {
    margin-right: 0;
  }
}
.h_blog2 .blog_list > div .blog_photo,
.h_blog2 .blog_list > div .blog_text {
  padding: 0 !important;
  width: 100% !important;
}
.h_blog2 .blog_list > div .blog_photo {
  margin-bottom: 5px;
}
.h_blog2 .blog_list > div .blog_photo a {
  position: relative;
  overflow: hidden;
  display: block;
}
.h_blog2 .blog_list > div .blog_photo a:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 70%;
}
.h_blog2 .blog_list > div .blog_photo a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  font-family: "object-fit: cover !important;";
}
.h_blog2 .blog_list > div .blog_text {
  font-size: 14px !important;
}
.h_blog2 .blog_list > div .blog_date {
  color: #fff;
  font-family: "Oswald", sans-serif, "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.h_blog2 .blog_list > div .detail,
.h_blog2 .blog_list > div .detail2 {
  display: none;
}
.h_blog2 a {
  color: #fff !important;
  text-decoration: underline !important;
}
.h_blog2.summary_on .detail,
.h_blog2.summary_on .detail2 {
  display: block !important;
  margin-top: 10px !important;
  text-align: right;
}

.blog2 a {
  text-decoration: none !important;
}
.blog2:nth-of-type(1) {
  background: none !important;
}

.blog {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px 120px;
}
@media only screen and (max-width: 640px) {
  .blog {
    padding: 0 20px 120px;
  }
}
.blog .wrap {
  background: none;
  width: 1400px;
  max-width: 100%;
}
.blog a {
  display: block;
  text-decoration: none !important;
  font-weight: inherit !important;
}
.blog aside nav > div {
  background: #000033;
  color: #fff;
  font-size: 16px !important;
  line-height: 50px !important;
}
@media only screen and (max-width: 640px) {
  .blog aside nav > div {
    font-size: 18px !important;
  }
}
.blog aside ul li:first-child {
  border-top: none !important;
}
.blog .category {
  font-weight: bold;
}
.blog .category li {
  padding: 0 !important;
  border-top: none !important;
}
.blog .category a,
.blog .category span {
  display: block;
  color: #fff !important;
}
.blog .category a {
  display: flex;
  align-items: center;
  text-decoration: none !important;
  position: relative;
}
.blog .category span {
  padding: 10px 0;
}
.blog .flex_images {
  position: relative;
  justify-content: flex-start !important;
  align-items: center;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .blog .flex_images {
    justify-content: center !important;
  }
}
.blog .flex_text {
  width: 100%;
  line-height: 2.4em;
}
.blog .blog {
  padding: 0 !important;
}
.blog .pages {
  text-align: left !important;
}
.blog .pages a {
  color: #fff !important;
}
.blog aside {
  padding: 0 !important;
  min-width: 25% !important;
}
@media only screen and (max-width: 1024px) {
  .blog aside {
    min-width: 80% !important;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 640px) {
  .blog aside {
    min-width: 100% !important;
  }
}
.blog aside li {
  line-height: 30px;
  text-align: left;
}
.blog aside h3 {
  font-size: 1.2em;
  line-height: 45px;
  color: #fff;
  background: #000033;
}
.blog #contents article {
  padding: 0 !important;
}
.blog #contents article:not(:last-child) {
  margin-bottom: 80px;
}
.blog #contents {
  width: 95%;
  margin-left: 5%;
}
@media only screen and (max-width: 1024px) {
  .blog #contents {
    margin-bottom: 100px !important;
    width: 100%;
    margin-left: 0;
  }
}
.blog #contents > dl {
  border: none !important;
  border-bottom: 1px solid #eee !important;
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
  border-radius: 0;
}
.blog #contents dd ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.blog #contents dd ul a {
  font-size: 14px;
}
@media only screen and (max-width: 640px) {
  .blog #contents dd ul a {
    font-size: 16px;
  }
}
.blog .date {
  color: #fff !important;
  margin-bottom: 20px !important;
  display: inline-block !important;
  font-family: "Oswald", sans-serif, "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  width: inherit !important;
  border-bottom: 1px solid;
}
.blog dt span {
  color: #333 !important;
  transition: 0.5s;
}
.blog .translate {
  position: relative;
  transition: 0.5s;
  text-decoration: none !important;
}
.blog #contents article ul li {
  margin-right: 10px;
  margin-bottom: 10px;
}
.blog #contents > dl ul li {
  margin-right: 10px !important;
  margin-bottom: 10px;
}
.blog div#contents article ul {
  max-width: 100% !important;
  margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
  .blog .detail {
    text-align: left !important;
  }
}
.blog h1 {
  font-size: 1.4em !important;
  line-height: 1.8 !important;
  font-weight: bold;
  position: relative;
  color: #fff !important;
}
@media only screen and (max-width: 640px) {
  .blog h1 {
    font-size: 1.2em !important;
  }
}
.blog h2 {
  border-left: 4px solid #ffc91e;
  padding-left: 20px;
  font-size: 1.4em !important;
  margin-bottom: 40px;
  padding-bottom: 0 !important;
  line-height: 40px !important;
  color: #fff !important;
}
@media only screen and (max-width: 834px) {
  .blog h2 {
    font-size: 1.15em;
  }
}
@media only screen and (max-width: 640px) {
  .blog h2 {
    font-size: 1.1em;
  }
}
.blog a {
  color: #ffc91e !important;
}
@media only screen and (max-width: 640px) {
  .blog button {
    margin: 10px 0;
  }
}
.blog #calendar {
  width: 100% !important;
  margin: 0 auto !important;
}
@media only screen and (max-width: 640px) {
  .blog #calendar {
    width: 100% !important;
  }
}
.blog #search button {
  top: 0 !important;
  bottom: 0;
  margin: auto;
  right: 10px !important;
}
.blog dl.open dt {
  display: flex;
  align-items: center;
}
.blog dl.open label,
.blog td.open {
  background: rgba(0, 0, 51, 0.15) !important;
}
.blog dl.close label,
.blog td.close {
  background: #eee !important;
}
.blog dl.close label dd,
.blog td.close dd {
  font-size: 16px;
}
.blog #form_calendar {
  padding: 10px;
  box-shadow: none !important;
  color: #111;
}
.blog #form_calendar table tbody tr td label {
  width: 100%;
  height: 100% !important;
  line-height: inherit !important;
  left: 0;
  top: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog #form_calendar table tbody tr td:hover {
  background: rgba(255, 201, 30, 0.3) !important;
}
.blog #form_calendar table tbody tr td.blog label {
  width: 80% !important;
  height: 80% !important;
  line-height: inherit !important;
  border-radius: 50% !important;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  top: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  margin: auto !important;
  background: #000033 !important;
  color: #fff !important;
}
.blog .blog_flex {
  display: flex !important;
  justify-content: space-between;
}
@media only screen and (max-width: 640px) {
  .blog .blog_flex {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.blog .blog_flex .imgL {
  margin-right: 30px !important;
}
@media only screen and (max-width: 640px) {
  .blog .blog_flex .imgL {
    margin-right: 0 !important;
    margin-bottom: 0 !important;
  }
}
.blog .blog_flex .imgL img {
  margin: 0 !important;
}
.blog .blog_flex .name_01 {
  font-family: "Oswald", sans-serif, "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.2em;
}
.blog .blog_imgtxt .imgL {
  float: none;
  margin: 0 auto 20px !important;
}

copy {
  display: inline !important;
  padding: 0 !important;
}

.form_wrap #text {
  position: relative;
}
.form_wrap #text:after {
  position: absolute;
  content: "必須";
  top: 0px;
  right: -30px;
  font-size: 0.9em;
}
.form_wrap .name,
.form_wrap .kana,
.form_wrap .text,
.form_wrap .tel,
.form_wrap .radio {
  text-align: left !important;
}
@media only screen and (max-width: 640px) {
  .form_wrap dl {
    flex-wrap: wrap;
  }
}
.form_wrap dt,
.form_wrap dd {
  background: none !important;
}
@media only screen and (max-width: 640px) {
  .form_wrap dt,
  .form_wrap dd {
    width: 100% !important;
  }
}

.c_contactArea {
  margin-top: 60px;
}
@media only screen and (max-width: 640px) {
  .c_contactArea .contact_form .date {
    display: flex;
  }
}
@media only screen and (max-width: 640px) {
  .c_contactArea .contact_form .number {
    text-align: left !important;
  }
}
@media only screen and (max-width: 640px) {
  .c_contactArea .contact_form div {
    float: none !important;
  }
}
.c_contactArea .contact_form dl {
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.c_contactArea .contact_form dl:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.c_contactArea .contact_form dt,
.c_contactArea .contact_form dd {
  background: none !important;
  border: none !important;
}
.c_contactArea .contact_form dt {
  position: relative;
}
.c_contactArea .contact_form dd {
  text-align: left !important;
}
.c_contactArea .submit {
  max-width: 100%;
  width: 100%;
}
.c_contactArea .submit_c, .c_contactArea .submit_l,
.c_contactArea .submit_r {
  background: none;
  color: #fff !important;
  text-indent: 0;
  width: 300px;
  max-width: 100%;
  border-radius: 0;
  height: 60px;
  background: #000033;
  border: none;
  font-size: 16px;
  transition: 0.5s;
  font-family: "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.c_contactArea .submit_c:hover, .c_contactArea .submit_l:hover,
.c_contactArea .submit_r:hover {
  background: #ffc91e;
  opacity: 1 !important;
}
@media only screen and (max-width: 640px) {
  .c_contactArea .submit_c, .c_contactArea .submit_l,
  .c_contactArea .submit_r {
    width: 400px;
    height: 65px;
    font-size: 18px;
  }
}
.c_contactArea .submit_l,
.c_contactArea .submit_r {
  width: 250px;
  margin: 30px 10px;
  height: 60px;
}
@media only screen and (max-width: 640px) {
  .c_contactArea .submit_l,
  .c_contactArea .submit_r {
    margin: 10px;
  }
}

.submit_l,
.submit_r {
  float: none !important;
}

.mail.title {
  display: none;
}

#entry .back,
.shipment .back {
  margin: 20px 0 -30px 0 !important;
  width: 180px !important;
  max-width: 100% !important;
  height: 42px !important;
  line-height: 37px;
  border: 1px solid #ccc !important;
  border-radius: 0 !important;
  text-indent: 0 !important;
  background: none !important;
  background-color: #f5f5f5 !important;
  text-align: center;
}

.form_wrap.message {
  background: none !important;
}

.pan1 {
  max-width: 100%;
  width: 1400px;
  margin: 0 auto;
  padding-top: 20px;
  margin-bottom: 80px;
}
@media only screen and (max-width: 640px) {
  .pan1 {
    margin-bottom: 60px;
    font-size: 14px;
  }
}
.pan1 i {
  margin-right: 10px;
}

.pankuzu {
  text-align: right;
}
.pankuzu ul {
  margin-top: 15px;
}
.pankuzu a {
  color: #8a8a8a !important;
}
.pankuzu li {
  display: inline-block;
  position: relative;
  color: #999 !important;
}
@media only screen and (max-width: 640px) {
  .pankuzu li {
    font-size: 14px;
  }
}
@media only screen and (max-width: 640px) {
  .pankuzu li:last-child {
    margin-right: 10px;
  }
}
.pankuzu li:last-child:after {
  display: none;
}

#form_c2 {
  width: 1200px !important;
  max-width: 100% !important;
  margin: 0 auto !important;
  margin-top: 60px !important;
  text-align: center !important;
}

.style_form {
  text-align: left;
}
@media only screen and (max-width: 640px) {
  .style_form {
    text-align: center;
  }
}
.style_form input {
  width: 100% !important;
}

.nf_txt {
  margin-top: 40px;
}
@media only screen and (max-width: 640px) {
  .nf_txt {
    margin-top: 0;
  }
}
.nf_txt h2 {
  font-size: 20px;
  font-weight: bold;
  border-bottom: none;
}
@media only screen and (max-width: 640px) {
  .nf_txt h2 {
    font-size: 18px;
  }
}
.nf_txt p {
  margin-bottom: 30px;
}
@media only screen and (max-width: 640px) {
  .nf_txt p {
    font-size: 13px;
  }
}

.nf_btn a {
  color: #fff !important;
  text-align: center !important;
  border: 1px solid;
  padding: 0.8em 5em;
  width: 400px;
  margin: 0 auto;
  display: block;
  font-family: "Oswald", sans-serif, "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.nf_btn a::before {
  z-index: -1;
}
.nf_btn a:after {
  content: "\f105";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Pro";
  font-weight: 100;
}
.nf_btn a:hover {
  background: #ffc91e;
  color: #fff !important;
  opacity: 1;
}

.policy_h2 h2 {
  font-size: 1.4em;
  border-bottom: 1px solid;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
@media only screen and (max-width: 640px) {
  .policy_h2 h2 {
    font-size: 1.2em;
  }
}

.policy_txt:not(.last_txt) {
  margin-bottom: 80px;
}

a {
  text-decoration: none;
  transition: 0.5s;
}
a img {
  transition: 0.5s;
}
a:hover, a:active {
  opacity: 0.7;
  transition: 0.5s;
  text-decoration: none !important;
}
a:hover img {
  opacity: 0.8;
  transition: 0.5s;
}

.fadeInDown,
.fadeInLeft,
.fadeInRight,
.fadeInUp {
  animation-fill-mode: both;
  animation-duration: 2s;
  visibility: visible !important;
}

.fadeInDown {
  animation-name: fadeInDown;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(30px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fade_1,
.fade_2,
.fade_3,
.fade_4 {
  opacity: 0;
}

.fade-in {
  overflow: hidden;
  position: relative;
}

.fade-in img {
  display: block;
  height: auto;
  margin: 0 auto;
}

.fade-in-one img {
  opacity: 0;
  transition: 2s;
}

._view img {
  opacity: 1;
  transition: 2s;
  animation: fade-in-one 2s cubic-bezier(0.39, 0.575, 0.565, 1);
}

@keyframes fade-in-one {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.blur_1 img {
  opacity: 0;
  transition: transform 0.5s linear;
  animation-duration: 1.5s;
  animation-fill-mode: both;
}
.blur_1 img._view {
  animation-name: imageBlur;
  opacity: 1;
  transition: 0.8s;
}

@keyframes imageBlur {
  from {
    opacity: 0;
    filter: blur(15px);
  }
  to {
    opacity: 1;
    filter: blur(0px);
  }
}
/*スクロールバー全体*/
::-webkit-scrollbar {
  width: 4px;
}

/*スクロールバーの軌道*/
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}

/*スクロールバーの動く部分*/
::-webkit-scrollbar-thumb {
  background-color: #ffc91e;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
}

.googlemaps iframe {
  vertical-align: bottom;
}
@media only screen and (max-width: 640px) {
  .googlemaps iframe {
    height: 300px;
  }
}

.googlemaps iframe,
.googlemaps object,
.googlemaps embed {
  filter: grayscale(100%);
  transition: all 0.7s ease;
}

.googlemaps iframe:hover,
.googlemaps object:hover,
.googlemaps embed:hover {
  filter: grayscale(0%);
}

#fancybox-title-float-main {
  line-height: 9px !important;
}

.fancybox-image {
  padding: 0 20px;
}

.sp_pop a {
  pointer-events: none;
}
@media only screen and (max-width: 640px) {
  .sp_pop a {
    pointer-events: inherit;
  }
}

.youtube {
  position: relative;
  padding-top: 56.25%;
}
.youtube-box {
  font-size: 14px;
}
.youtube-box .videoWrap {
  position: relative;
  padding-top: 56.25%;
  width: 100%;
  margin-bottom: 10px;
}
.youtube-box .videoWrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/*下層インスタ*/
.c_insta > div {
  border-top: 2px solid #bab2ab !important;
  border-bottom: 2px solid #bab2ab !important;
  padding: 20px 0;
}
.c_insta .sns_list {
  flex-wrap: wrap;
  flex-direction: row !important;
  border: none !important;
}
.c_insta .sns_list > div {
  flex-direction: row !important;
  border-bottom: 1px solid #bab2ab !important;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 640px) {
  .c_insta .sns_list > div {
    flex-wrap: wrap;
  }
}
.c_insta .sns_date {
  padding: 0px 15px 0;
  margin-bottom: 15px !important;
  height: 34px;
  display: inline-flex;
  align-items: center;
  letter-spacing: 0.05em;
  font-size: 1em !important;
  background: #000033;
  color: #fff !important;
  font-family: "Oswald", sans-serif, "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media only screen and (max-width: 1024px) {
  .c_insta .sns_photo {
    width: 30% !important;
  }
}
@media only screen and (max-width: 640px) {
  .c_insta .sns_photo {
    width: 100% !important;
  }
}
.c_insta .sns_text {
  font-size: 1em !important;
}
@media only screen and (max-width: 1024px) {
  .c_insta .sns_text {
    width: 70% !important;
  }
}
@media only screen and (max-width: 640px) {
  .c_insta .sns_text {
    width: 100% !important;
  }
}

.voice_box .q_01,
.voice_box .a_01 {
  font-family: "Oswald", sans-serif, "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  font-size: 1.6em;
  position: absolute;
  top: 5px;
  left: 5px;
  height: 30px;
  line-height: 30px;
  color: #fff;
}
@media only screen and (max-width: 640px) {
  .voice_box .q_01,
  .voice_box .a_01 {
    left: 0;
    font-size: 1.4em;
  }
}
.voice_box .box {
  width: 100%;
  padding: 10px 15px;
  position: relative;
}
.voice_box .box > div {
  padding-left: 45px;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .voice_box .box > div {
    padding-left: 35px;
  }
}
.voice_box .box:nth-child(odd) {
  background: #000033;
  color: #fff;
  border-bottom: 1px solid #fff;
  padding-right: 80px;
}
@media only screen and (max-width: 1024px) {
  .voice_box .box:nth-child(odd) {
    padding-right: 20px;
  }
}
.voice_box .box:nth-child(odd):after {
  content: "\f067";
  position: absolute;
  top: 0;
  bottom: 0;
  font-size: 1.4em;
  right: 40px;
  margin: auto;
  color: #fff;
  display: flex;
  align-items: center;
  font-family: "Font Awesome 5 Pro";
  font-weight: 100;
}
@media only screen and (max-width: 1024px) {
  .voice_box .box:nth-child(odd):after {
    display: none;
  }
}
.voice_box .box:nth-child(odd):hover {
  cursor: pointer;
}
.voice_box .box:nth-child(odd).open:after {
  content: "\f068";
}
.voice_box .box:nth-child(even) {
  background: rgba(17, 17, 17, 0.5);
}
@media only screen and (max-width: 1024px) {
  .voice_box .box:nth-child(even) {
    display: block;
  }
}
.voice_box .box:nth-child(even) .a_01 {
  color: #000033;
}

.acc_title:hover {
  cursor: pointer;
}

.info_1 {
  background: #111;
}
.info_1 label {
  position: static;
}
.info_1 dl:last-child {
  border-bottom: 1px solid #ccc !important;
}
@media only screen and (max-width: 640px) {
  .info_1 dl {
    display: block !important;
  }
}
.info_1 dt,
.info_1 dd {
  padding: 10px !important;
}
@media only screen and (max-width: 640px) {
  .info_1 dt,
  .info_1 dd {
    width: 100% !important;
  }
}
.info_1 dt {
  text-align: center !important;
  align-items: center !important;
  background-color: none !important;
  background: #f5f5f5 !important;
  border: 1px solid #ccc !important;
  border-bottom: none !important;
  border-right: none !important;
  color: #fff !important;
}
@media only screen and (max-width: 640px) {
  .info_1 dt {
    align-items: flex-start !important;
    border-right: 1px solid #ccc !important;
  }
}
.info_1 dd {
  border: 1px solid #ccc !important;
  border-bottom: none !important;
}
@media only screen and (max-width: 640px) {
  .info_1 dd {
    text-align: left;
  }
}
.info_1 a {
  color: #ffc91e !important;
  text-decoration: underline !important;
}
.info_1 a:hover {
  color: #000033 !important;
}

.info_2 label {
  position: static;
}
.info_2 dl:nth-child(odd) {
  background: #222;
}
.info_2 dl:nth-child(even) {
  background: #111;
}
@media only screen and (max-width: 640px) {
  .info_2 dl {
    display: block !important;
    background: none !important;
  }
}
.info_2 dt,
.info_2 dd {
  padding: 10px !important;
  background: none !important;
  border: none !important;
}
@media only screen and (max-width: 640px) {
  .info_2 dt,
  .info_2 dd {
    width: 100% !important;
  }
}
.info_2 dt {
  text-align: center !important;
  align-items: center !important;
  background-color: none !important;
  border-bottom: none !important;
  border-right: none !important;
  color: #fff !important;
  font-weight: bold;
}
@media only screen and (max-width: 640px) {
  .info_2 dt {
    background: #222 !important;
    align-items: flex-start !important;
  }
}
.info_2 dd {
  border-bottom: none !important;
}
@media only screen and (max-width: 640px) {
  .info_2 dd {
    text-align: left;
  }
}
.info_2 a {
  color: #fff !important;
  text-decoration: underline !important;
}
.info_2 a:hover {
  color: #ffc91e !important;
}

.info_3 {
  border: 1px solid #000033;
  padding: 30px;
}
@media only screen and (max-width: 640px) {
  .info_3 {
    padding: 20px;
  }
}
.info_3 label {
  position: static;
}
.info_3 dl {
  align-items: flex-start;
}
.info_3 dl:not(:last-child) {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee !important;
}
@media only screen and (max-width: 834px) {
  .info_3 dl {
    flex-wrap: wrap;
  }
}
.info_3 dt {
  padding: 0 !important;
  background: #000033 !important;
  color: #111;
  border-radius: 30px;
  text-align: center !important;
  align-items: flex-start !important;
  background-color: none !important;
  border: none !important;
  border-right: none !important;
  position: relative;
  justify-content: center !important;
  flex-direction: row !important;
}
@media only screen and (max-width: 834px) {
  .info_3 dt {
    width: 100% !important;
    align-items: flex-start !important;
    text-align: left !important;
    margin-bottom: 10px !important;
  }
}
.info_3 dd {
  padding: 0 0 0 40px !important;
  border: none !important;
  background: none !important;
}
@media only screen and (max-width: 834px) {
  .info_3 dd {
    width: 100% !important;
    text-align: left;
    padding: 0 !important;
    border-bottom: none !important;
  }
}
.info_3 a {
  color: #ffc91e !important;
  text-decoration: underline !important;
}
.info_3 a:hover {
  color: #000033 !important;
}
.info_3 img {
  margin-bottom: 10px;
}

.imgtxt article, .imgtxt02 article {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
}
@media only screen and (max-width: 834px) {
  .imgtxt article, .imgtxt02 article {
    flex-wrap: wrap;
  }
}
.imgtxt .imgwrap, .imgtxt02 .imgwrap {
  position: relative;
  overflow: hidden;
  display: block;
  width: 48% !important;
  margin-left: 4%;
}
.imgtxt .imgwrap:before, .imgtxt02 .imgwrap:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 75%;
}
.imgtxt .imgwrap img, .imgtxt02 .imgwrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  font-family: "object-fit: cover !important;";
}
@media only screen and (max-width: 834px) {
  .imgtxt .imgwrap, .imgtxt02 .imgwrap {
    width: 100% !important;
    margin: 0 auto 4% !important;
  }
}
.imgtxt .inbox, .imgtxt02 .inbox {
  flex: 1;
}
@media only screen and (max-width: 834px) {
  .imgtxt .inbox, .imgtxt02 .inbox {
    flex: inherit;
    width: 100%;
    margin-right: 0;
  }
}
.imgtxt h2, .imgtxt02 h2 {
  font-size: 2em;
  margin-bottom: 30px;
  line-height: 2;
}
@media only screen and (max-width: 640px) {
  .imgtxt h2, .imgtxt02 h2 {
    font-size: 1.6em;
  }
}

.imgtxt02 article {
  flex-direction: row;
}
.imgtxt02 .imgwrap {
  margin-left: 0;
  margin-right: 4%;
}
@media only screen and (max-width: 834px) {
  .imgtxt02 .imgwrap {
    margin-right: 0;
  }
}

.imgtxt03, .imgtxt04 {
  display: flex;
  align-items: flex-start;
  flex-direction: row-reverse;
}
@media only screen and (max-width: 834px) {
  .imgtxt03, .imgtxt04 {
    flex-wrap: wrap;
  }
}
.imgtxt03 .inbox, .imgtxt04 .inbox {
  width: 52%;
  margin-right: 40px;
}
@media only screen and (max-width: 834px) {
  .imgtxt03 .inbox, .imgtxt04 .inbox {
    width: 100%;
    margin-right: 0;
  }
}
.imgtxt03 .imgwrap, .imgtxt04 .imgwrap {
  flex: 1;
  position: relative;
  overflow: hidden;
  display: block;
}
.imgtxt03 .imgwrap:before, .imgtxt04 .imgwrap:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 120%;
}
.imgtxt03 .imgwrap img, .imgtxt04 .imgwrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  font-family: "object-fit: cover !important;";
}
@media only screen and (max-width: 834px) {
  .imgtxt03 .imgwrap, .imgtxt04 .imgwrap {
    flex: inherit;
    width: 100%;
    margin: 0 auto 4%;
    position: relative;
    overflow: hidden;
    display: block;
  }
  .imgtxt03 .imgwrap:before, .imgtxt04 .imgwrap:before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 60%;
  }
  .imgtxt03 .imgwrap img, .imgtxt04 .imgwrap img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    -o-object-fit: cover !important;
       object-fit: cover !important;
    font-family: "object-fit: cover !important;";
  }
}
.imgtxt03 .ttl, .imgtxt04 .ttl {
  background: #ffc91e;
  color: #fff;
  font-family: "Times New Roman", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho";
  padding: 0 40px 2px;
  margin-bottom: 10px;
  display: inline-block;
}
.imgtxt03.clearfix:after, .clearfix.imgtxt04:after {
  display: none;
}

.imgtxt04 {
  flex-direction: row;
  margin-right: 0;
  margin-left: 40px;
}
@media only screen and (max-width: 834px) {
  .imgtxt04 {
    margin-left: 0;
  }
}

.slick-slide {
  outline: none;
}

.slider {
  opacity: 0;
  transition: opacity 0.3s linear;
}

.slider.slick-initialized {
  opacity: 1;
}

.slick-prev,
.slick-next {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: rgba(0, 0, 51, 0.7) !important;
  transition: 0.5s;
  width: 100px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
@media screen and (max-width: 1400px) {
  .slick-prev,
  .slick-next {
    width: 80px;
    height: 80px;
  }
}
@media only screen and (max-width: 1024px) {
  .slick-prev,
  .slick-next {
    width: 70px;
    height: 70px;
  }
}
@media only screen and (max-width: 640px) {
  .slick-prev,
  .slick-next {
    width: 50px;
    height: 50px;
  }
}
.slick-prev::before,
.slick-next::before {
  font-family: "Line Awesome Free";
  font-weight: 900;
  font-size: 30px;
  transition: 0.5s;
}
@media screen and (max-width: 1400px) {
  .slick-prev::before,
  .slick-next::before {
    font-size: 26px;
  }
}
@media only screen and (max-width: 640px) {
  .slick-prev::before,
  .slick-next::before {
    font-size: 22px;
  }
}
.slick-prev:hover,
.slick-next:hover {
  transition: 0.5s;
}
.slick-prev:hover:before,
.slick-next:hover:before {
  transition: 0.5s;
}

.slick-prev {
  left: -20px !important;
}
@media only screen and (max-width: 640px) {
  .slick-prev {
    left: 0 !important;
  }
}
.slick-prev:before {
  content: "\f104";
}

.slick-next {
  right: -20px !important;
}
@media only screen and (max-width: 640px) {
  .slick-next {
    right: 0 !important;
  }
}
.slick-next::before {
  content: "\f105";
}

.slick-arrow {
  z-index: 9999;
}

/*サムネ付きスライダー*/
.slidebox li {
  position: relative;
  width: 100%;
}
.slidebox li::after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 65%;
}
.slidebox li img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
.slidebox li article > div {
  position: absolute;
  left: 0;
  top: calc(100% + 10px);
  text-align: center;
  width: 100%;
  font-size: 1.2em;
  font-weight: bold;
}
.slidebox .slick-dots {
  position: static !important;
  width: 100%;
  margin: 0 auto;
  margin-top: 1%;
  margin-bottom: 0 !important;
  display: flex !important;
  flex-wrap: wrap;
}
.slidebox .slick-dots li {
  width: 15.83% !important;
  margin: 0 !important;
  margin-bottom: 1% !important;
  height: auto;
}
.slidebox .slick-dots li:not(:nth-child(6n)) {
  margin-right: 1% !important;
}
.slidebox .slick-dots li img {
  width: 100% !important;
}

/**/
.slider02 li {
  float: left !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider02 .slick-dots {
  display: flex !important;
  justify-content: center;
  bottom: -50px !important;
}
.slider02 .slick-track {
  display: flex;
  align-items: center;
}

.cont_flex {
  display: flex;
  flex-wrap: wrap;
}
.cont_flex._reverse {
  flex-wrap: wrap-reverse;
}

.box100 .box {
  width: 100%;
}

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

.cont_2clm > div,
.cont_2clm > a {
  width: 49%;
  margin-bottom: 2%;
}
@media only screen and (max-width: 640px) {
  .cont_2clm > div,
  .cont_2clm > a {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cont_2clm > div:not(:nth-child(2n)),
.cont_2clm > a:not(:nth-child(2n)) {
  margin-right: 2%;
}
@media only screen and (max-width: 640px) {
  .cont_2clm > div:not(:nth-child(2n)),
  .cont_2clm > a:not(:nth-child(2n)) {
    margin-right: 0;
  }
}

.cont_3clm > div,
.cont_3clm > a {
  width: 32%;
  margin-bottom: 2%;
}
@media only screen and (max-width: 1024px) {
  .cont_3clm > div,
  .cont_3clm > a {
    width: 49%;
  }
}
@media only screen and (max-width: 640px) {
  .cont_3clm > div,
  .cont_3clm > a {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cont_3clm > div:not(:nth-child(3n)),
.cont_3clm > a:not(:nth-child(3n)) {
  margin-right: 2%;
}
@media only screen and (max-width: 1024px) {
  .cont_3clm > div:not(:nth-child(3n)),
  .cont_3clm > a:not(:nth-child(3n)) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .cont_3clm > div:not(:nth-child(2n)),
  .cont_3clm > a:not(:nth-child(2n)) {
    margin-right: 2%;
  }
}
@media only screen and (max-width: 640px) {
  .cont_3clm > div:not(:nth-child(2n)),
  .cont_3clm > a:not(:nth-child(2n)) {
    margin-right: 0;
  }
}

.cont_4clm > div,
.cont_4clm > a {
  width: 23.5%;
  margin-bottom: 2%;
}
@media only screen and (max-width: 1024px) {
  .cont_4clm > div,
  .cont_4clm > a {
    width: 49%;
  }
}
@media only screen and (max-width: 640px) {
  .cont_4clm > div,
  .cont_4clm > a {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cont_4clm > div:not(:nth-child(4n)),
.cont_4clm > a:not(:nth-child(4n)) {
  margin-right: 2%;
}
@media only screen and (max-width: 1024px) {
  .cont_4clm > div:not(:nth-child(4n)),
  .cont_4clm > a:not(:nth-child(4n)) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .cont_4clm > div:not(:nth-child(2n)),
  .cont_4clm > a:not(:nth-child(2n)) {
    margin-right: 2%;
  }
}
@media only screen and (max-width: 640px) {
  .cont_4clm > div:not(:nth-child(2n)),
  .cont_4clm > a:not(:nth-child(2n)) {
    margin-right: 0;
  }
}

.cont_5clm > div,
.cont_5clm > a {
  width: 18.4%;
  margin-bottom: 2%;
}
@media only screen and (max-width: 1024px) {
  .cont_5clm > div,
  .cont_5clm > a {
    width: 32%;
  }
}
@media only screen and (max-width: 834px) {
  .cont_5clm > div,
  .cont_5clm > a {
    width: 49%;
  }
}
.cont_5clm > div:not(:nth-child(5n)),
.cont_5clm > a:not(:nth-child(5n)) {
  margin-right: 2%;
}
@media only screen and (max-width: 1024px) {
  .cont_5clm > div:not(:nth-child(5n)),
  .cont_5clm > a:not(:nth-child(5n)) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .cont_5clm > div:not(:nth-child(3n)),
  .cont_5clm > a:not(:nth-child(3n)) {
    margin-right: 2%;
  }
}
@media only screen and (max-width: 834px) {
  .cont_5clm > div:not(:nth-child(3n)),
  .cont_5clm > a:not(:nth-child(3n)) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 834px) {
  .cont_5clm > div:not(:nth-child(2n)),
  .cont_5clm > a:not(:nth-child(2n)) {
    margin-right: 2%;
  }
}
@media only screen and (max-width: 640px) {
  .cont_5clm {
    margin-bottom: 20px;
  }
}

.gallery_1 .box {
  position: relative;
  width: 32%;
  margin-bottom: 2%;
  overflow: inherit !important;
}
@media only screen and (max-width: 834px) {
  .gallery_1 .box {
    width: 48%;
    margin-bottom: 4%;
  }
}
.gallery_1 .box:not(:nth-child(3n)) {
  margin-right: 2%;
}
@media only screen and (max-width: 834px) {
  .gallery_1 .box:not(:nth-child(3n)) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 834px) {
  .gallery_1 .box:not(:nth-child(2n)) {
    margin-right: 4%;
  }
}
.gallery_1 .box .imgwrap {
  position: relative;
  overflow: hidden;
  display: block;
}
.gallery_1 .box .imgwrap:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 70%;
}
.gallery_1 .box .imgwrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  font-family: "object-fit: cover !important;";
}
.gallery_1 .box article > div {
  margin-top: 10px;
  line-height: 2;
}
@media only screen and (max-width: 640px) {
  .gallery_1 .box article > div {
    font-size: 16px;
  }
}
.gallery_2 .box {
  position: relative;
  margin-bottom: 2%;
  overflow: inherit !important;
  width: 23.5%;
  margin-bottom: 4%;
}
@media only screen and (max-width: 834px) {
  .gallery_2 .box {
    width: 48%;
  }
}
.gallery_2 .box article > div {
  margin-top: 10px;
  font-size: 14px;
}
.gallery_2 .box article > div h3 {
  font-size: 1.2em;
  border-left: #ffc91e 4px solid;
  border-bottom: 1px solid #eee;
  padding: 5px 0 10px 1em;
  margin: 20px 0 10px;
}
.gallery_2 .box:not(:nth-child(4n)) {
  margin-right: 2%;
}
@media only screen and (max-width: 834px) {
  .gallery_2 .box:not(:nth-child(4n)) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 834px) {
  .gallery_2 .box:not(:nth-child(2n)) {
    margin-right: 4%;
  }
}
.gallery_2 .box .imgwrap {
  position: relative;
  overflow: hidden;
  display: block;
}
.gallery_2 .box .imgwrap:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 70%;
}
.gallery_2 .box .imgwrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  font-family: "object-fit: cover !important;";
}

.anchor_btn .box {
  width: 23.5%;
  margin-bottom: 2%;
}
@media screen and (max-width: 1200px) {
  .anchor_btn .box {
    width: 32%;
  }
}
@media only screen and (max-width: 834px) {
  .anchor_btn .box {
    width: 49%;
  }
}
@media only screen and (max-width: 640px) {
  .anchor_btn .box {
    width: 100%;
    margin-bottom: 20px;
  }
}
.anchor_btn .box:not(:nth-child(4n)) {
  margin-right: 2%;
}
@media screen and (max-width: 1200px) {
  .anchor_btn .box:not(:nth-child(4n)) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1200px) {
  .anchor_btn .box:not(:nth-child(3n)) {
    margin-right: 2%;
  }
}
@media only screen and (max-width: 834px) {
  .anchor_btn .box:not(:nth-child(3n)) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 834px) {
  .anchor_btn .box:not(:nth-child(2n)) {
    margin-right: 2%;
  }
}
@media only screen and (max-width: 640px) {
  .anchor_btn .box:not(:nth-child(2n)) {
    margin-right: 0;
  }
}
.anchor_btn a {
  padding: 15px;
  display: block;
  text-align: center;
  color: #fff !important;
  border: 1px solid;
  position: relative;
}
.anchor_btn a:after {
  content: "\f105";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Pro";
  font-weight: 100;
}
.anchor_btn a:hover {
  background: #fff;
  color: #111 !important;
}

.title_1._index h2 {
  font-weight: bold;
  margin-bottom: 50px;
  font-size: 36px;
}
@media only screen and (max-width: 640px) {
  .title_1._index h2 {
    font-size: 32px;
  }
}
.title_1._index h2 .en-1 {
  font-weight: 500;
  font-size: 1.33em;
}
.title_1._common h2 {
  margin-bottom: 40px;
  padding-bottom: 15px;
  font-size: 2.6em;
  border-bottom: 1px solid #fff;
  position: relative;
  font-weight: 500;
}
@media only screen and (max-width: 640px) {
  .title_1._common h2 {
    font-size: 1.6em;
  }
}
.title_1._common h2 .small {
  font-size: 0.45em;
  padding-left: 15px;
}
.title_1._common h2:before {
  content: "";
  background: #ffc91e;
  height: 1px;
  width: 20%;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.title_1._common h3 {
  font-size: 1.2em;
  border-left: #ffc91e 4px solid;
  border-bottom: 1px solid #eee;
  padding: 5px 0 10px 1em;
  margin-bottom: 30px;
}
.title_2._index h2 {
  font-size: 48px;
  font-family: "Oswald", sans-serif, "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  margin-bottom: 40px;
}
@media only screen and (max-width: 640px) {
  .title_2._index h2 {
    font-size: 42px;
  }
}
.title_2._index h2 .small {
  font-size: 16px;
  display: block;
}
.title_2._common h2 {
  margin-bottom: 40px;
  font-size: 1.8em;
  background: #000033;
  padding: 0.6em 1em 0.6em 1.8em;
  position: relative;
  font-weight: 500;
}
@media only screen and (max-width: 640px) {
  .title_2._common h2 {
    font-size: 1.4em;
  }
}
.title_2._common h2:before {
  content: "";
  background: #111;
  width: 4px;
  height: 25px;
  border-radius: 5px;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translate(0, -50%);
}
.title_2._common h2:after {
  content: "";
  border: 1px solid #fff;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.title_3._common h2 {
  margin-bottom: 60px;
  font-size: 1.8em;
  position: relative;
}
.title_3._common h2::first-letter {
  color: #000033;
}
@media only screen and (max-width: 640px) {
  .title_3._common h2 {
    font-size: 1.4em;
  }
}
.title_3._common h2:before {
  content: "";
  background: #000033;
  width: 70px;
  height: 2px;
  position: absolute;
  bottom: -30px;
  left: 0;
}

.btn-1 {
  width: 260px;
  height: 60px;
  border: 2px solid;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  font-family: "Oswald", sans-serif, "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  margin-top: 60px;
}
.btn-1:hover {
  background: #fff;
  color: #111 !important;
  border: 2px solid #fff !important;
}
@media only screen and (max-width: 834px) {
  .btn-1 {
    width: 400px;
  }
}
.btn-1:hover {
  opacity: 1;
}

.btn-2 {
  width: 340px;
  height: 75px;
  border: 2px solid;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  font-family: "Oswald", sans-serif, "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  background: rgba(255, 255, 255, 0.2);
}
@media only screen and (max-width: 834px) {
  .btn-2 {
    width: 400px;
  }
}
.btn-2 span {
  position: relative;
}
.btn-2:hover {
  opacity: 1;
}
.btn-2.tel {
  font-size: 30px;
}
.btn-2.tel span {
  padding-left: 45px;
}
.btn-2.tel span::before {
  content: "\f2a0";
  position: absolute;
  top: 52%;
  left: 0;
  transform: translate(0, -50%);
  font-family: "Line Awesome Free";
  font-weight: 900;
  font-size: 1.2em;
}
.btn-2.mail {
  font-size: 28px;
}
.btn-2.mail span {
  padding-left: 48px;
}
.btn-2.mail span::before {
  content: "\f0e0";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  font-size: 1.42em;
  font-family: "Line Awesome Free";
  font-weight: 900;
}

._blk h2,
._blk a {
  color: #111 !important;
}
._blk .btn-1:hover {
  color: #fff !important;
  border: 2px solid #111 !important;
  background: #111 !important;
}

.img-1 .box {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
.img-1 .box:nth-child(1) {
  padding-left: 100px;
  margin-bottom: -40px;
}
.img-1 .box:nth-child(2) {
  margin-top: -40px;
  padding-right: 100px;
}

#builingual {
  position: fixed;
  bottom: 5px;
  left: 5px;
  z-index: 3000;
  padding: 5px 10px !important;
  background: rgba(0, 0, 0, 0.7) !important;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between !important;
}

.language {
  color: white !important;
  float: none !important;
  padding: 0 !important;
}

.switch {
  float: none !important;
  width: 33px;
  margin-left: 5px !important;
  display: block !important;
}

.switch input[type=checkbox] {
  display: none;
}

.switch label {
  height: 100%;
  display: block;
  box-sizing: border-box;
  padding: 5px 0 8px 0;
  background: #eee;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-shadow: 0 0 2px rgba(136, 136, 136, 0.4);
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  line-height: 1;
  cursor: pointer;
  transition: 0.3s;
}

div#builingual div.language select {
  margin: 0 !important;
  margin-left: 5px !important;
}

/* ON */
.switch label span:after {
  content: "OFF";
  font-size: 10px;
  font-weight: 500;
  color: #aaa;
}

.switch #cmn-toggle-1:checked + label {
  background-color: #ffca29;
  box-shadow: none;
}

.switch #cmn-toggle-1:checked + label span:after {
  content: "ON";
  color: #fff;
}

@media screen and (max-width: 834px) {
  #builingual select {
    padding: 4px 2px !important;
  }
}
@media screen and (max-width: 640px) {
  #builingual {
    top: auto;
    bottom: 0;
    right: 0;
    padding: 5px !important;
    background: rgba(255, 255, 255, 0.9) !important;
  }
}/*# sourceMappingURL=assets.css.map */