@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: #fff;
  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/body_bg.png);
  background-repeat: repeat;
}
body ::selection {
  background: #289bec;
  color: #fff !important;
}
body ::-moz-selection {
  background: #2459b0;
  /* 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: 1200px;
  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%;
  z-index: 999;
  padding-left: 10px !important;
  padding-right: 10px !important;
}

#contents {
  width: 100%;
  background: #fff;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 100px !important;
  background-image: url(../images/common/body_bg.png);
  background-repeat: repeat;
}
@media screen and (max-width: 834px) {
  #contents {
    margin-top: 10px !important;
  }
}
@media only screen and (max-width: 834px) {
  #contents {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

#main {
  width: 100%;
}

#main #col_main {
  width: 100%;
}

@media screen and (max-width: 640px) {
  #col_main section {
    width: 100% !important;
    margin: 0 auto;
  }
}

@media screen and (max-width: 640px) {
  img.imgL {
    max-width: 100%;
  }
}
.pankuzu {
  margin: 0 auto;
  margin-top: 10px;
  font-size: 13px;
  text-align: center;
  display: flex;
}
.pankuzu a {
  color: #61afe8;
}
.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 {
  margin-left: 3%;
}
@media screen and (min-width: 469px) and (max-width: 834px) {
  .imgR {
    max-width: 30% !important;
  }
}
@media only screen and (max-width: 640px) {
  .imgR {
    display: block;
    float: none;
    margin: 0 auto 10px;
    max-width: 100% !important;
    text-align: center;
  }
}

.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: 30.5%;
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .event_Instagram01 div.sns_list > div {
    width: 30.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 dl dd {
  border: 1px solid #ccc;
  border-bottom: none;
  background-color: #000;
  padding: 8px;
  box-sizing: border-box;
}

section div.form_wrap.error {
  background: #fe1100 !important;
  color: #fff;
  margin-bottom: 10px;
  text-align: center;
}
@media screen and (max-width: 834px) {
  section div.form_wrap.error {
    margin-top: 100px;
  }
}

section div.form_wrap dl dt {
  border: 1px solid #ddd;
  border-right: none;
  border-bottom: none;
  background-color: #060606;
  padding: 8px;
  display: flex;
  align-items: flex-start !important;
  box-sizing: border-box;
  text-align: left !important;
  font-size: 16px;
}

section form h2.mail.title {
  display: none;
}

.polia a {
  color: #26a7e0 !important;
  border-bottom: 1px solid #26a7e0 !important;
}

.blog .wrap {
  margin-top: 100px !important;
  display: flex !important;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 834px) {
  .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 {
  max-width: 1200px;
  margin: 50px auto;
}
.blog h1 {
  font-weight: bold;
  display: flex;
  align-items: center;
  font-size: 1.8em;
  border-bottom: 1px dashed #a9a9a9;
  margin-top: 20px;
}
.blog h1 span {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif !important;
}
.blog .pages li {
  border-bottom: 1px solid #ccc;
  padding: 20px 0;
}
.blog .pages a {
  color: #f7597a !important;
  background-color: #eee;
}
.blog #contents {
  max-width: 1200px;
  padding-left: 10px !important;
  padding-right: 10px !important;
  width: 70%;
  overflow: hidden !important;
}
@media screen and (max-width: 834px) {
  .blog #contents {
    margin-left: 0px;
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .blog #contents {
    margin-left: 0px;
  }
}

.blog aside {
  width: 25%;
  overflow: hidden;
  padding: 0 10px;
}
@media screen and (max-width: 834px) {
  .blog aside {
    width: 100%;
  }
}

.blog .category li {
  background-color: #f7597a;
  margin-bottom: 10px;
  border-radius: 3px;
}
.blog .category li a {
  color: #fff !important;
  background-color: #f7597a;
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 3px;
}
.blog .category li a:hover {
  background-color: #ff92a9;
}

.blog h2 {
  font-size: 1.5em;
}

.blog .date {
  color: #333 !important;
  background-color: #a2dd00;
  padding: 10px;
  border-radius: 3px;
}

/* 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 {
  margin-top: 0px !important;
  /* a:visited {
      color: #a3dd01!important;
  }
  a:link {
      color: #a3dd01;
  } */
}
.blog #contents a:hover, .blog #contents a:active {
  /*     color: #499e0c!important;
   */
}
@media only screen and (max-width: 640px) {
  .blog #contents {
    width: 100% !important;
  }
}

.blog_list div {
  flex-direction: row-reverse !important;
}

.blog_date {
  color: #fff !important;
  background-color: #11a764 !important;
  display: inline-block;
  border-radius: 3px;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 5%;
}
@media only screen and (max-width: 640px) {
  .blog_date {
    font-size: 0.9em !important;
    align-items: flex-start;
  }
}

.blog_text span {
  color: #333 !important;
  font-weight: bold !important;
}
.blog_text span a {
  color: #333 !important;
}
@media only screen and (max-width: 640px) {
  .blog_text h3 {
    font-size: 0.9em !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: #2178b3;
  border-radius: 10px;
  box-shadow: none;
}

/*-------------------- 新着 --------------------*/
.scroll {
  padding: 30px 30px 30px 10px;
  overflow-y: scroll;
  max-height: 350px;
  min-height: 300px;
  width: 48%;
  margin: 0 auto;
  font-size: 17px;
  background-color: #000;
}
.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;
    margin-top: 20px;
  }
}
.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;
  font-size: 16px;
  background-color: transparent;
}
@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 20px !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: 0px;
  width: 30% !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: transparent;
  display: inline-block;
  color: #fff;
  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 #27699a !important;
  text-align: center !important;
  background-color: #004c84;
}
@media screen and (max-width: 640px) {
  .hyo01 .left {
    width: 30%;
  }
}
.hyo01 .right-box {
  border-bottom: 1px solid #333 !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;
  }
}

.scroll-fade {
  opacity: 0;
  transition: all 2s;
}

.scroll-up {
  opacity: 0;
  transform: translateY(100px);
  transition: all 0.7s;
}
@media screen and (max-width: 834px) {
  .scroll-up {
    opacity: 0;
    transform: translateY(20px);
    transition: all 1s;
  }
}

.scroll-up.done, .scroll-fade.done {
  opacity: 1;
  transform: translate(0, 0);
}

.load-fade {
  opacity: 0;
  transition: all 2s;
}

.load-up {
  opacity: 0;
  transform: translateY(100px);
  transition: all 2s;
}

.load-up.done, .load-fade.done {
  opacity: 1;
  transform: translate(0, 0);
}

div#form_calendar table tbody tr td.blog label {
  display: inline-block;
  width: 22px;
  height: 22px;
  line-height: 22px;
  background: #ffc5c5;
  border-radius: 11px;
}

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: 100%;
  z-index: 999;
  text-align: left;
}
@media only screen and (max-width: 960px) {
  .h_logo {
    left: 0px;
    margin-top: 0px;
  }
}
@media screen and (max-width: 834px) {
  .h_logo {
    top: 1%;
    width: 25%;
    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: 50%;
    left: 3%;
    top: 1.5%;
  }
}
@media only screen and (max-width: 414px) {
  .h_logo {
    width: 50%;
  }
}

.col_01 {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 20%;
  padding: 0 0 0 20px;
}
@media only screen and (max-width: 1154px) {
  .col_01 {
    width: 20% !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: 70%;
  right: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media only screen and (max-width: 1440px) {
  .col_02 {
    width: 85%;
  }
}
@media only screen and (max-width: 1064px) {
  .col_02 {
    width: 85%;
    z-index: 555;
  }
}
@media screen and (max-width: 834px) {
  .col_02 {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .col_02 {
    z-index: 1;
  }
}

.header {
  position: fixed !important;
  top: 0 !important;
  width: 100% !important;
  background-color: #000;
  transition: all 0.5s ease !important;
}
@media screen and (max-width: 834px) {
  .header {
    position: static !important;
  }
}

.hidden {
  background: none !important;
  transition: all 0.5s ease !important;
}

#header {
  top: 0;
  padding: 20px 0 20px 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;
  background-color: #000 !important;
}
@media only screen and (max-width: 1056px) {
  #header {
    padding: 15px 0 15px 0;
  }
}
@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 {
  width: 60%;
}
@media only screen and (max-width: 1362px) {
  #nav_global {
    width: 65%;
  }
}
@media only screen and (max-width: 1062px) {
  #nav_global {
    width: 90%;
  }
}
#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: center;
}
#nav_global ul li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #fff !important;
  padding: 5px 0 5px 0;
  font-size: 16px;
}
@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 li a::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #1a9fd1;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .3s;
}
#nav_global ul li a:hover::after {
  transform: scale(1, 1);
}
#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: #1a9fd1;
  width: 100%;
  right: 0;
  left: 0;
  margin: auto;
}
#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: #698b40;
}
@media only screen and (min-width: 1154px) {
  #nav_global .pcnone {
    display: none;
  }
}

.info {
  width: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 1390px) {
  .info {
    width: 55%;
  }
}
@media only screen and (max-width: 1064px) {
  .info {
    width: 70%;
  }
}
@media screen and (max-width: 834px) {
  .info {
    width: 60%;
    right: 8% !important;
    position: fixed;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 640px) {
  .info {
    width: 95%;
    top: 10%;
    position: absolute;
    justify-content: space-around;
  }
}

.btn {
  background-color: #64b320;
  color: #fff !important;
  padding: 10px 10px;
  display: inline-block !important;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45%;
  font-size: 0.8em;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  letter-spacing: 2px;
}
@media only screen and (max-width: 1120px) {
  .btn {
    padding: 5px 2px;
    font-size: 0.5em;
  }
}
.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.5em;
    width: 40%;
  }
}
@media screen and (max-width: 834px) {
  .btn {
    width: 35%;
  }
}
@media screen and (max-width: 640px) {
  .btn {
    width: 45%;
    font-size: 0.8em;
    padding: 10px 2px;
  }
}
.btn:hover {
  background-color: #e81779;
  color: #fff !important;
}

.tel01 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif !important;
  font-size: 1.5em;
  width: 45%;
  line-height: 16px;
  color: #fff !important;
  text-align: left;
}
@media only screen and (max-width: 1450px) {
  .tel01 {
    font-size: 1.2em;
  }
}
@media only screen and (max-width: 1390px) {
  .tel01 {
    font-size: 1.0em;
  }
}
@media screen and (max-width: 834px) {
  .tel01 {
    width: 32%;
  }
}
@media screen and (max-width: 640px) {
  .tel01 {
    width: 45%;
    text-align: center;
    font-size: 1.5em;
  }
}
@media only screen and (max-width: 458px) {
  .tel01 {
    font-size: 1.2em;
  }
}
.tel01 a {
  color: #fff !important;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.tel01 span {
  font-size: 0.5em;
}

#mainArea {
  position: relative;
  z-index: 0;
  display: flex;
  margin-top: 100px;
}
@media screen and (max-width: 834px) {
  #mainArea {
    height: auto;
    margin-top: 20px;
  }
}
@media screen and (max-width: 640px) {
  #mainArea {
    margin-bottom: 50px;
    margin-top: 80px;
  }
}
#mainArea .imgbox {
  width: 100%;
}
@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: 80vh !important;
  width: 100% !important;
}
@media screen and (max-width: 834px) {
  #mainArea .imgbox img {
    max-height: auto;
    min-height: auto;
    width: 100% !important;
    height: 50vh !important;
  }
}
@media screen and (max-width: 640px) {
  #mainArea .imgbox img {
    width: 100% !important;
    margin-top: 0px;
    height: 40vh !important;
  }
}

.right {
  position: absolute;
  top: 20%;
  width: 60%;
}
@media only screen and (max-width: 1540px) {
  .right {
    width: 60%;
  }
}
@media only screen and (max-width: 1170px) {
  .right {
    width: 75%;
  }
}
@media screen and (max-width: 834px) {
  .right {
    width: 75%;
  }
}
@media screen and (max-width: 640px) {
  .right {
    width: 100%;
  }
}
@media only screen and (max-width: 375px) {
  .right {
    width: 90%;
  }
}
@keyframes rotation1 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.right .txt {
  position: absolute;
  top: 40%;
  text-align: left;
  z-index: 5;
  font-size: 1.0em;
  width: 100%;
}
@media screen and (max-width: 834px) {
  .right .txt {
    top: 60%;
  }
}
@media screen and (max-width: 640px) {
  .right .txt {
    top: 70%;
  }
}
.right .txt .en {
  font-size: 3.3em;
  line-height: 1.8em;
  background-color: #000;
  padding-left: 5%;
  font-weight: 900 !important;
  margin-top: 20px;
  display: inline-block;
  padding-right: 3%;
}
@media only screen and (max-width: 1540px) {
  .right .txt .en {
    font-size: 3.0em;
  }
}
@media only screen and (max-width: 1390px) {
  .right .txt .en {
    font-size: 2.7em;
  }
}
@media only screen and (max-width: 1254px) {
  .right .txt .en {
    font-size: 2.4em;
  }
}
@media only screen and (max-width: 1000px) {
  .right .txt .en {
    font-size: 2.2em;
  }
}
@media screen and (max-width: 834px) {
  .right .txt .en {
    font-size: 1.6em;
    letter-spacing: 2px;
  }
}
@media screen and (max-width: 640px) {
  .right .txt .en {
    font-size: 1.0em;
    letter-spacing: 2px;
  }
}

.gre {
  color: #79da26;
}

.blu {
  color: #00aff1;
}

@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-color: #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;
}
.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: #f1f6dd;
  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: #f1f6dd;
  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: #61afe8;
  padding: 15px 13px 17px 13px;
  z-index: 9999 !important;
}

.mean-container .mean-bar {
  background-color: #000 !important;
  position: fixed !important;
  z-index: 2 !important;
  padding: 0px 0 !important;
  top: 0;
}

.mean-container .mean-nav {
  background: #000 !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: #61afe8 !important;
  z-index: 9 !important;
}

.mean-container .mean-nav ul li a {
  border-top: 1px solid #636363 !important;
  height: 30px !important;
  z-index: 999 !important;
  padding: 0.8em 5%;
  width: 100%;
  color: #fff !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-color: #61afe8 !important;
  z-index: 999 !important;
}

.mean-container .mean-nav ul li a.mean-expand {
  height: auto !important;
  padding: 0.6em 5% !important;
}

.mean-bar .inner {
  margin: 0px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
}

#global_footer {
  position: relative;
  background-color: #000 !important;
  bottom: 0 !important;
  padding: 3% 0 1% 0;
  background-repeat: repeat;
}
@media screen and (max-width: 640px) {
  #global_footer {
    margin-top: 0px !important;
  }
}

#footer {
  bottom: 0 !important;
  background-color: #000;
}
@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;
  justify-content: space-between;
}
@media screen and (max-width: 834px) {
  #footer .inner .footer_container {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.main_btn_sp {
  display: flex;
  position: fixed;
  left: 0;
  bottom: 0;
  background: #000;
  z-index: 9;
  width: 100%;
  justify-content: center;
  align-items: center;
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 834px) {
  .main_btn_sp {
    display: none;
  }
}
.main_btn_sp .f_tel {
  background-color: #000;
  font-size: 1.1em;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  width: 50%;
}
.main_btn_sp .f_tel a {
  color: #fff !important;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  background-color: #000;
  padding: 4%;
  font-size: 1.0em;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  width: 50%;
}
.main_btn_sp .f_btn {
  background-color: #64b320;
  color: #fff !important;
  width: 50%;
  padding: 4%;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.main_btn_sp .f_btn:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f0e0";
  display: inline-block;
  padding-left: 8px;
  font-weight: bold;
  padding-right: 10px;
}

.col_2 {
  width: 70%;
  display: flex;
  padding: 20px 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: #fff !important;
}
.col_2 .nav_footer {
  color: #fff !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: #fff;
  font-size: 0.9em;
  padding: 0 13px;
}
@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: #fff !important;
}
.col_2 .nav_footer li a:hover {
  transition: 0.5s;
}

.fa-facebook {
  font-size: 2.0em;
}

.col_001 {
  width: 30%;
  display: flex;
  flex-direction: column;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .col_001 {
    flex-direction: column;
    align-items: center;
    width: 80%;
    padding-bottom: 50px;
  }
}
.col_001 .add {
  text-align: left;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .col_001 .add {
    text-align: center;
    font-size: 13px;
  }
}

.f_logo {
  width: 76%;
}
@media screen and (max-width: 640px) {
  .f_logo {
    width: 100%;
    margin-bottom: 20px;
  }
}

#copy {
  color: #fff;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  z-index: 3;
}
@media screen and (max-width: 834px) {
  #copy {
    margin-bottom: 80px;
  }
}
#copy a {
  color: #fff !important;
}

#global_footer {
  bottom: 0px !important;
  margin-top: 50px !important;
  min-width: 0px !important;
}

/*-----------------------------------------------------------------------------------------*/
/* contents */
.bnone td {
  border: none !important;
}

/* コンテンツ1 */
.cont_1 {
  background-image: url(../images/home/cont_1_bg.png);
  background-repeat: no-repeat;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  position: relative;
  background-position: right;
  margin: 100px 0 200px 0;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  align-items: flex-end;
  background-size: 85%;
}
@media only screen and (max-width: 1440px) {
  .cont_1 {
    background-size: 90%;
  }
}
@media only screen and (max-width: 1270px) {
  .cont_1 {
    margin: 100px 0 100px 0;
  }
}
@media screen and (max-width: 834px) {
  .cont_1 {
    margin: 100px 0 50px 0;
  }
}
@media screen and (max-width: 640px) {
  .cont_1 {
    background-size: 100%;
  }
}
.cont_1:before {
  content: url(../images/home/cont_1_img.png);
  position: absolute;
  z-index: 0;
  right: -8%;
  top: -10%;
}
@media only screen and (max-width: 1270px) {
  .cont_1:before {
    width: 40%;
  }
}
@media screen and (max-width: 834px) {
  .cont_1:before {
    right: 0%;
    bottom: 10%;
  }
}
@media screen and (max-width: 640px) {
  .cont_1:before {
    right: 25%;
    bottom: -5%;
    width: 20%;
  }
}
.cont_1 .txtimg {
  position: absolute;
  left: 6%;
  top: 0;
}
@media only screen and (max-width: 1280px) {
  .cont_1 .txtimg {
    width: 70%;
  }
}
@media screen and (max-width: 640px) {
  .cont_1 .txtimg {
    left: 2%;
    width: 90%;
  }
}
.cont_1 .txtbox {
  background-color: #000;
  padding: 5% 2% 5% 7%;
  width: 71%;
  margin-top: 15%;
}
@media only screen and (max-width: 1440px) {
  .cont_1 .txtbox {
    width: 80%;
    margin-top: 33%;
  }
}
@media screen and (max-width: 640px) {
  .cont_1 .txtbox {
    width: 80%;
  }
}
.cont_1 .txtbox h1 {
  font-size: 2.8em;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  margin-bottom: 5%;
}
@media only screen and (max-width: 1270px) {
  .cont_1 .txtbox h1 {
    font-size: 2.5em;
  }
}
@media screen and (max-width: 640px) {
  .cont_1 .txtbox h1 {
    font-size: 1.5em;
  }
}
.cont_1 .contactbox {
  background-color: #000;
  padding: 0% 10% 10% 10%;
  width: 71%;
  background-image: url(../images/home/cont1_bottom.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom;
}
@media only screen and (max-width: 1440px) {
  .cont_1 .contactbox {
    width: 80%;
  }
}
@media screen and (max-width: 834px) {
  .cont_1 .contactbox {
    padding: 0% 5% 10% 5%;
    width: 85%;
  }
}
@media screen and (max-width: 640px) {
  .cont_1 .contactbox {
    width: 100%;
  }
}
.cont_1 .contactbox > div {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
@media screen and (max-width: 640px) {
  .cont_1 .contactbox > div {
    flex-direction: column;
  }
}
.cont_1 .contactbox .tel02 {
  font-size: 2.5em;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.cont_1 .contactbox .tel02 a {
  color: #fff !important;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media screen and (max-width: 640px) {
  .cont_1 .contactbox .tel02 {
    font-size: 2.0em;
  }
}
.cont_1 .contactbox .btn02 {
  background-color: #64b320;
  color: #fff !important;
  padding: 10px;
  width: 45%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.5em;
}
@media screen and (max-width: 640px) {
  .cont_1 .contactbox .btn02 {
    width: 100%;
  }
}
.cont_1 .contactbox .btn02: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) {
  .cont_1 .contactbox .btn02:before {
    padding-right: 5px;
  }
}
.cont_1 .contactbox .btn02:hover {
  background-color: #e81779;
  color: #fff !important;
}

.btn03 {
  border: 1px solid #1a9fd1;
  padding: 15px;
  width: 60%;
  display: inline-block;
  color: #1a9fd1 !important;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .btn03 {
    width: 100%;
  }
}
.btn03:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f054";
  display: inline-block;
  padding-left: 15px;
  font-weight: bold;
}
@media only screen and (max-width: 1390px) {
  .btn03:after {
    padding-right: 5px;
  }
}
.btn03:hover {
  background-color: #1a9fd1;
  color: #fff !important;
}

.flex01 {
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  flex-wrap: nowrap !important;
  align-items: center;
}
@media screen and (max-width: 640px) {
  .flex01 {
    flex-direction: column !important;
    margin-top: 50px;
  }
}
.flex01 .box {
  width: 50%;
}
@media screen and (max-width: 640px) {
  .flex01 .box {
    width: 100%;
  }
}
.flex01 .box:last-child {
  padding: 5%;
}
.flex01 .box:last-child h2 {
  font-size: 3.0em;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media screen and (max-width: 834px) {
  .flex01 .box:last-child h2 {
    font-size: 2.0em;
  }
}
.flex01 img {
  width: 100% !important;
}

.flex02 {
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  flex-wrap: nowrap !important;
  align-items: center;
  flex-direction: row-reverse !important;
}
@media screen and (max-width: 640px) {
  .flex02 {
    flex-direction: column !important;
    margin-top: 50px;
  }
}
.flex02 .box {
  width: 50%;
}
@media screen and (max-width: 640px) {
  .flex02 .box {
    width: 100%;
  }
}
.flex02 .box:last-child {
  padding: 5%;
}
.flex02 .box:last-child h2 {
  font-size: 3.0em;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media screen and (max-width: 834px) {
  .flex02 .box:last-child h2 {
    font-size: 2.0em;
  }
}
.flex02 img {
  width: 100% !important;
}

/* 新着情報 */
.cont_2 {
  background-color: #021222;
  padding: 10% 0;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  background-image: url(../images/home/news_bottom.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
}
@media screen and (max-width: 834px) {
  .cont_2 {
    padding: 0;
  }
}
.cont_2 .inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 834px) {
  .cont_2 .inner {
    flex-direction: column;
  }
}
.cont_2 .news {
  background-color: rgba(0, 0, 0, 0.6);
}
.cont_2 .newsbox {
  width: 48%;
}
.cont_2 .igbox {
  width: 48%;
  margin: 0 10px;
}
@media screen and (max-width: 834px) {
  .cont_2 .igbox {
    width: 100%;
  }
}

.newstitle {
  background-color: #021222;
  padding: 10% 0 0 0;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
}
.newstitle h2 {
  text-align: center !important;
  font-size: 2.0em;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.cont_3 {
  padding: 10% 0 10% 0;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  background-image: url(../images/home/contact_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  margin-top: 10%;
}
.cont_3 .inner {
  display: flex;
  justify-content: space-between;
}
.cont_3 .contacttitle {
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  padding: 2%;
}
@media screen and (max-width: 640px) {
  .cont_3 .contacttitle {
    top: 20%;
    margin: 0 10px;
    padding: 5%;
  }
  .cont_3 .contacttitle img {
    width: 80%;
  }
}
.cont_3 .contactarea {
  background-color: #000;
  padding: 5%;
  width: 100%;
}
.cont_3 .contactarea > article {
  text-align: center;
  margin: 0 auto;
}
.cont_3 .contactarea > article > div {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
@media screen and (max-width: 640px) {
  .cont_3 .contactarea > article > div {
    flex-direction: column;
  }
}
.cont_3 .contactarea > article h3 {
  text-align: center !important;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.3em;
  margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
  .cont_3 .contactarea > article h3 {
    font-size: 0.8em;
  }
}
.cont_3 .tel02 {
  font-size: 2.5em;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.cont_3 .tel02 a {
  color: #fff !important;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media screen and (max-width: 640px) {
  .cont_3 .tel02 {
    font-size: 2.0em;
  }
}
.cont_3 .btn02 {
  background-color: #64b320;
  color: #fff !important;
  padding: 10px;
  width: 45%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.5em;
}
@media screen and (max-width: 640px) {
  .cont_3 .btn02 {
    width: 100%;
  }
}
.cont_3 .btn02: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) {
  .cont_3 .btn02:before {
    padding-right: 5px;
  }
}
.cont_3 .btn02:hover {
  background-color: #e81779;
  color: #fff !important;
}

/* 下層h1 */
.h1title {
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  background-color: #000;
  padding: 10% 0;
}
@media screen and (max-width: 640px) {
  .h1title {
    padding: 30% 0 10% 0;
  }
}
.h1title h1 {
  text-align: center !important;
  font-size: 2.5em;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media screen and (max-width: 640px) {
  .h1title h1 {
    font-size: 2.0em;
  }
}

.h2title {
  margin: 50px 0;
}
.h2title h2 {
  font-size: 1.8em;
  border: 2px solid  #fff;
  padding: 1%;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  position: relative;
  padding-left: 8%;
}
@media screen and (max-width: 834px) {
  .h2title h2 {
    padding-left: 12%;
  }
}
@media screen and (max-width: 640px) {
  .h2title h2 {
    font-size: 1.3em;
    padding-left: 20%;
  }
}
.h2title h2:before {
  content: url(../images/home/h1icon.png);
  position: absolute;
  z-index: 0;
  left: 1%;
  top: 25%;
}
@media screen and (max-width: 834px) {
  .h2title h2:before {
    right: 0%;
    bottom: 10%;
  }
}
@media screen and (max-width: 640px) {
  .h2title h2:before {
    top: 15%;
  }
}

.h3title {
  margin: 50px 0 20px 0;
}
.h3title h3 {
  font-size: 1.3em;
  padding: 1%;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  background-color: #191919;
}

.flex03 {
  flex-wrap: nowrap !important;
  justify-content: space-between !important;
  margin-top: 50px;
}
@media screen and (max-width: 640px) {
  .flex03 {
    flex-direction: column !important;
  }
}
.flex03 .box {
  width: 48%;
}
@media screen and (max-width: 640px) {
  .flex03 .box {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .flex03 .box:last-child {
    text-align: center;
    margin-top: 20px;
  }
}

.listbox {
  background-color: #000;
  padding: 5%;
}
.listbox ul {
  display: flex;
  flex-direction: column;
}
.listbox ul li {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.listbox ul li:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f14a";
  display: inline-block;
  font-weight: bold;
  padding-right: 10px;
  color: #1a9fd1;
  font-size: 1.5em;
}
@media only screen and (max-width: 1390px) {
  .listbox ul li:before {
    padding-right: 5px;
  }
}

/* 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: #fff;
}
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: #fff;
}
.btn_org01 a:hover:before, .btn_org02 a:hover:before, .btn_org03 a:hover:before, .btn_org04 a:hover:before {
  color: #fff;
}

.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: #fff;
}
@media only screen and (max-width: 640px) {
  .btn_org04 a {
    max-width: 100%;
  }
}
.btn_org04 a:before {
  color: #fff;
}
.btn_org04 a:hover {
  background-color: #f2efea;
  color: #fff;
}
.btn_org04 a:hover:before {
  color: #fff;
}

/* common */
.linkTel a {
  color: #fff;
}

.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 */
