@charset "UTF-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP");
/*reset*/
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
p,
sup {
  padding: 0;
  margin: 0;
}

h2 {
  font-size: 1.5rem;
  margin-top: 1.4rem;
  line-height: 1.5;
}

h3 {
  font-size: 1.4rem;
}

A {
  color: #000;
}

A:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.8;
}

.AttenTxt {
  font-size: 0.66rem;
}

.Lttl {
  font-size: 5rem !important;
  color: #009ba4;
  letter-spacing: -2px;
}

@media screen and (max-width: 768px) {
  ul {
    display: inherit !important;
  }
  img {
    width: 100%;
  }
  .sp_hidden {
    display: none;
  }
  .Lttl {
    font-size: 2.7rem !important;
  }
}
li {
  list-style: none;
}

@media (max-width: 767px) {
  article.container {
    padding: 0;
  }
}
textarea {
  min-height: 100px;
}

/*base*/
body {
  font-family: "Noto Sans", "Noto Sans CJK JP", "Noto Sans CJK JP Subset", sans-serif;
  font-size: 0.86rem;
  color: #282828;
}

/*header*/
header {
  padding: 1rem 0;
  background-color: #FFF;
  color: #009ba4;
  margin-top: 74px;
}

header .container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

header .container A {
  color: #009ba4;
}

header .container a.navbar-brand {
  width: auto;
}

header .container a.navbar-brand img {
  width: 155px;
}

.container .TelInq {
  width: 100%;
  text-align: right;
  font-size: 2rem;
  font-weight: 600;
  color: #000;
}

@media (max-width: 768px) {
  header {
    padding-bottom: 0 !important;
  }
  .container .TelInq {
    text-align: center !important;
  }
}
.TelInq span {
  background-image: url("../img/icon-free.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 36px auto;
  padding-left: 2.4rem;
}

/*gMenu*/
.navbar-brand,
#navbarNav {
  width: 100%;
}

.navbar-toggler {
  width: 100% !important;
}

.navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  z-index: 1;
}

@media (max-width: 768px) {
  ul.navbar-nav {
    padding: 0 0 3rem;
  }
  ul.navbar-nav li {
    padding: 1rem 1rem 0;
  }
  ul.navbar-nav li a {
    border-bottom: 1px solid #FFF;
  }
}
ul.navbar-nav li a {
  font-size: 1.1rem;
  margin-left: 1rem;
  position: relative;
}

ul.navbar-nav li a:before {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-size: contain;
}

ul.navbar-nav li.gm01 a:before {
  background-image: url("../img/icon_hd01.png");
}

ul.navbar-nav li.gm02 a:before {
  background-image: url("../img/icon_hd02.png");
}

ul.navbar-nav li.gm03 a:before {
  background-image: url("../img/icon_hd03.png");
}

/*ttl*/
.ttlArea {
  text-align: center;
  padding: 0rem 0 2rem;
}

.ttlArea h2 {
  font-size: 3rem;
  font-weight: 500;
}

.ttlArea P {
  font-size: 0.8rem;
}

.ttlArea h2:after {
  content: "";
  width: 140px;
  height: 2px;
  display: block;
  margin: 1.2rem auto;
  background-color: #009ba4;
}

section.bg_blue .ttlArea h2 {
  color: #FFF;
  font-size: 2rem;
}

section.bg_blue .ttlArea h2:after {
  background-color: #ffffff;
}

/*contnar*/
section {
  padding: 5rem 0;
}

section.p0 {
  padding: 0;
}

section.p0 .container {
  padding: 5rem 0;
}

@media screen and (max-width: 768px) {
  section,
  section.p0 .container {
    padding: 3rem 0;
  }
}
/*index*/
.mainImg {
  background-image: url("../img/img-main1.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #000;
  color: #FFF;
  position: relative;
}

.mainImg .container {
  position: relative;
}

.mainImg .mainCopy h1 {
  font-size: 3.6rem;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .mainImg .mainCopy h1 {
    font-size: 2.4rem;
    padding-top: 1rem;
  }
  .mainImg .mainCopy p.read {
    padding: 1rem 0 !important;
  }
}
.mainImg .mainCopy p.read {
  font-size: 1.1rem;
  font-weight: 600;
  padding: 2rem 0;
}

.mainImg ul.picttl {
  width: 50%;
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.mainImg ul.picttl li {
  font-size: 0.8rem;
  font-weight: bold;
  width: 100%;
  background-color: #FFF;
  border-radius: 2rem;
  text-align: center;
  color: #009ba4;
  padding: 0.5rem;
  margin: 0.5rem;
}

@media screen and (max-width: 768px) {
  .mainImg ul.picttl {
    width: 100%;
    flex-wrap: wrap;
  }
  .mainImg ul.picttl li {
    width: 45%;
    display: block;
  }
}
.mainImg ul.picttl li:first-child {
  margin-left: 0;
}

.imgDita {
  position: absolute;
  right: -140px;
  bottom: -240px;
}

@media screen and (max-width: 768px) {
  .imgDita {
    position: inherit;
    right: inherit;
    bottom: inherit;
  }
}
/*TopicsArea*/
.TopicsArea {
  text-align: center;
  color: #009ba4;
}

h2.TopicsTtl {
  font-size: 2rem;
}

h2.TopicsTtl span {
  font-size: 6rem;
  color: #009ba4;
  margin: 0 -1rem;
}

.TopicsArea h4 {
  font-weight: bold;
}

.TopicsArea p.TtlTxt {
  font-weight: bold;
  margin-top: 9rem;
}

.TopicsArea p.leadTxt {
  padding: 0.5rem 0 0 0;
  text-align: left;
  font-size: 0.86rem;
  color: #282828;
  line-height: 1.6;
}

.TopicsArea .bk1 {
  background-image: url("../img/icon-topics1.png");
  background-position: top center;
  background-repeat: no-repeat;
}

.TopicsArea .bk2 {
  background-image: url("../img/icon-topics2.png");
  background-position: top center;
  background-repeat: no-repeat;
}

.TopicsArea .bk3 {
  background-image: url("../img/icon-topics3.png");
  background-position: top center;
  background-repeat: no-repeat;
}

.TopicsArea .bk4 {
  background-image: url("../img/icon-topics4.png");
  background-position: top center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  .TopicsArea .bk1,
  .TopicsArea .bk2,
  .TopicsArea .bk3 {
    margin-bottom: 3rem;
  }
  .naymiBack {
    background-size: contain;
    padding: 15px 15px 450px !important;
  }
}
.naymiBack {
  background-image: url("../img/back-nayami.png");
  background-position: bottom right;
  background-repeat: no-repeat;
}

.naymiTtl {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 2rem;
}

@media screen and (max-width: 768px) {
  .naymiTtl {
    display: inherit;
    padding-bottom: 0;
  }
  .naymiTtl p {
    width: 60% !important;
    padding-right: 0rem;
    margin: auto;
  }
}
.naymiTtl p {
  width: 26%;
  padding-right: 1rem;
}

.naymiTtl p img {
  width: 100%;
}

.naymiTtl h2 {
  font-size: 3.4rem;
  font-weight: bold;
  padding-top: 1rem;
}

.naymiTtl h2:after {
  background-color: #FFF;
}

.naymiArea .nayamiBlk {
  border: 1px solid #009ba4;
  padding: 2rem 2rem 2rem 4rem;
  width: 600px;
  position: relative;
  margin-bottom: 3rem;
}

@media screen and (max-width: 768px) {
  .naymiArea .nayamiBlk {
    width: 100%;
    padding: 3rem 1rem 1rem;
  }
  .naymiArea .nayamiBlk.no2 {
    margin-left: 0rem !important;
  }
  .naymiArea .nayamiBlk span {
    width: 60px;
    top: -1.8rem !important;
    left: 0 !important;
    right: 0;
    margin: auto;
  }
  .SpecTtl {
    font-size: 1.6rem !important;
    text-align: left !important;
  }
  .SpecMainBlk {
    padding: 2rem !important;
  }
  .SpecMainBlk span,
  ul.SpecList li.bk1 span {
    position: inherit !important;
    bottom: inherit !important;
  }
  ul.SpecList li {
    margin-bottom: 1rem !important;
  }
  ul.SpecList li:last-child {
    margin-left: 0rem !important;
    margin-bottom: 0rem;
  }
}
.naymiArea .nayamiBlk h4 {
  color: #009ba4;
  padding-bottom: 1rem;
}

.naymiArea .nayamiBlk.no2 {
  margin-left: 3rem;
}

.naymiArea .nayamiBlk span {
  position: absolute;
  top: 1.8rem;
  left: -2rem;
  margin: auto;
}

.SpecTtl {
  color: #efffcc;
  font-size: 2rem;
  line-height: 1.4;
  margin-bottom: 2rem;
  text-align: center;
}

.SpecMainBlk {
  position: relative;
  background-color: #FFF;
  border-radius: 0.6rem;
  padding: 2rem 2rem 450px;
}

.SpecMainBlk h4 {
  border-left: 4px solid #009ba4;
  padding: 0.5rem 0 0.5rem 0.8rem;
  color: #009ba4;
  margin-bottom: 2rem;
  font-weight: bold;
}

.SpecMainBlk span {
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
}

ul.SpecList {
  margin-top: 2rem;
  display: flex;
  gap: 20px;
  align-items: start;
}

ul.SpecList h4 {
  text-align: center;
  color: #009ba4;
  margin-bottom: 2rem;
  font-weight: bold;
}

ul.SpecList li {
  position: relative;
  width: 100%;
  background-color: #FFF;
  border-radius: 0.6rem;
  padding: 2rem;
  min-height: 280px;
}

ul.SpecList li.bk1 span {
  position: relative;
  bottom: 0;
  text-align: center;
  width: 100%;
}

ul.Area1 {
  display: flex !important;
  justify-content: flex-start;
  align-items: start;
  flex-wrap: wrap;
}

ul.Area1 li {
  width: 15%;
  min-height: 5rem;
  margin: 0.5rem;
  padding: 1rem;
  text-align: center;
  border-radius: 0.6rem;
  border: 1px solid #FFF;
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  ul.Area1 li {
    width: 45%;
    min-height: 4rem;
    font-size: 0.72rem;
  }
  .SupportTtl {
    text-align: left !important;
  }
}
h6.SpTtl {
  padding: 0.5rem;
  text-align: center;
  background-color: #FFF;
  color: #009ba4;
  font-size: 1.3rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.SupportTtl {
  color: #fe8f00;
  font-size: 2rem;
  line-height: 1.4;
  margin-bottom: 2rem;
  text-align: center;
}

.SuppotArea {
  margin-top: 2rem;
  display: flex;
  justify-content: flex-start;
  align-items: start;
}

@media screen and (max-width: 768px) {
  .SuppotArea {
    display: inherit !important;
  }
  .SuppotArea .Txtblk {
    margin-right: 0rem !important;
  }
  .SuppotArea .Txtblk .SupportTelInq {
    font-size: 1.6rem !important;
  }
  .SuppotArea .imgblk {
    padding-top: 2rem;
  }
  ul.inqList li {
    min-height: inherit !important;
    text-align: left !important;
  }
  ul.inqList li.no2 {
    border-left: 0px solid #009ba4 !important;
    border-right: 0px solid #009ba4 !important;
    border-top: 1px solid #009ba4;
    border-bottom: 1px solid #009ba4;
  }
  ul.inqList h4 {
    margin: 1rem 0 !important;
  }
}
.SuppotArea .Txtblk {
  margin-right: 2rem;
}

.SuppotArea .Txtblk .SupportTelInq {
  background-color: #f8f8f8;
  padding: 1rem;
  text-align: center;
  font-size: 2.6rem;
  font-weight: bold;
  margin-bottom: 2rem;
}

.SuppotArea .Txtblk .SupportTelInq span.tel {
  background-image: url("../img/icon-free.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 50px auto;
  padding-left: 3.6rem;
}

.SuppotArea .Txtblk .SupportTelInq span.time {
  display: block;
  font-size: 24px;
}

ul.inqList {
  border: 1px solid #009ba4;
  padding: 1rem;
  display: flex;
  justify-content: flex-start;
  align-items: start;
  margin: 2rem 0;
}

ul.inqList li {
  text-align: center;
  padding: 1rem;
  width: 100%;
  min-height: 12rem;
}

ul.inqList li.no2 {
  border-left: 1px solid #009ba4;
  border-right: 1px solid #009ba4;
}

ul.inqList h4 {
  color: #009ba4;
  margin-bottom: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

article.bg_gray {
  border-radius: 0.6rem;
  padding: 2rem;
}

.ShowArea {
  display: flex;
  justify-content: flex-start;
  align-items: start;
}

@media screen and (max-width: 768px) {
  .ShowArea {
    display: inherit !important;
  }
  .ShowArea .Txtblk {
    width: 100% !important;
    padding-right: 0rem !important;
  }
  .ShowArea .imgblk {
    padding-top: 2rem;
  }
  ul.showList li {
    margin: 0 0 1rem !important;
  }
  ul.showList li:last-child {
    margin-bottom: 0 !important;
  }
}
.ShowArea .Txtblk {
  width: 55%;
  padding-right: 2rem;
}

.ShowArea .imgblk {
  width: 100%;
}

.ShowArea .imgblk img {
  width: 100%;
}

.gMapblk iframe {
  width: 100%;
  height: 120px;
}

ul.showList {
  margin-top: 2rem;
  display: flex;
  justify-content: flex-start;
  align-items: start;
}

ul.showList li {
  width: 100%;
  background-color: #FFF;
  border-radius: 0.6rem;
  padding: 2rem 1rem;
  margin: 0.5rem;
  text-align: center;
}

ul.showList li h5 {
  font-size: 1rem;
  border-bottom: 1px solid #009ba4;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  color: #009ba4;
  min-height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

ul.showList li .ShowTelInq {
  font-size: 1.2rem;
  font-weight: bold;
  padding: 0.5rem 0;
}

ul.showList li .ShowTelInq span {
  background-image: url("../img/icon-tel.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 24px auto;
  padding-left: 1.8rem;
}

#Price .container {
  max-width: 1280px;
}

.priceTtl {
  color: #FFF;
  font-size: 1.2rem;
  line-height: 1.4;
  margin-bottom: 2rem;
  text-align: center;
}

p.priceTax {
  color: #FFF;
}

ul.priceList {
  display: flex;
  justify-content: flex-start;
  gap: 10px;
}

ul.priceList li {
  width: 24%;
  background-color: #FFF;
  border-radius: 0.6rem;
  padding: 2rem 0.5rem;
  text-align: center;
  min-height: 50.5rem;
}

ul.priceList li h5 {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 1rem;
  color: #009ba4;
  min-height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

ul.priceList li img {
  width: 100%;
}

ul.priceList li p.read {
  min-height: 3rem;
  font-size: 13px;
}
@media (max-width: 1229px) {
  ul.priceList li p.read {
    font-size: 11px;
  }
}

ul.priceList li p.priceblk {
  background-color: #f8f8f8;
  border-radius: 0.6rem;
  text-align: center;
  margin-top: 1rem;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 0.5rem 0;
}

ul.priceList li p.priceblk span {
  font-size: 2rem;
  color: #009ba4;
  margin-right: 0.5rem;
}

ul.priceList li p.read2 {
  margin-top: 1rem;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .priceTtl {
    text-align: left !important;
  }
  ul.priceList li {
    margin: 0 0 1rem !important;
    min-height: inherit !important;
    width: 100%;
  }
  ul.priceList li:last-child {
    margin-bottom: 0rem;
  }
}
@media screen and (max-width: 768px) {
  .formTable {
    width: 100% !important;
  }
  .formTable th {
    display: block;
    width: 100% !important;
    padding-bottom: 0 !important;
  }
  .formTable td {
    display: block;
    width: 100% !important;
  }
}
.formTable {
  padding-top: 2rem;
  width: 80%;
  margin: auto;
}

.formTable table {
  width: 100%;
}

.formTable th {
  width: 20%;
  padding: 1rem;
  font-size: 1rem;
  font-weight: bold;
  color: #009ba4;
}

.formTable td {
  padding: 1rem;
}

input,
textarea {
  border: 0;
  width: 100%;
  padding: 0.5rem;
  border-radius: 0.6rem;
}

.fotmBtnArea {
  margin-top: 2rem;
  width: 40%;
  margin: auto;
}

/*a Btn */
.blcBtn,
[type=button],
[type=reset],
[type=submit],
button {
  width: 100%;
  display: block;
  font-size: 1rem;
  background-color: #009ba4;
  border-radius: 0.6rem;
  padding: 0.8rem 1rem;
  text-align: center;
  color: #FFF;
  margin: 1rem 0;
  /*		max-width: 300px;*/
}

.blcBtn:hover {
  color: #FFF;
}

@media screen and (max-width: 768px) {
  .blcBtn {
    font-size: 1.2rem;
  }
}
.blkBtnBlue {
  background-color: #28108b;
  padding: 0.8rem 1rem 0.8rem;
  text-align: right;
  color: #FFF;
}

.blkBtnBlue i {
  padding-left: 1rem;
}

/*bgcolr*/
.bg_gray {
  background-color: #f8f8f8;
}

.bg_blue {
  background-color: #009ba4;
}

/*footer*/
footer .container {
  padding: 1rem 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

footer .container A {
  margin: 0 0.5rem;
  font-size: 0.9rem;
}

footer .container p {
  width: 100%;
  padding: 0 1rem;
}

footer .container .fLogo {
  width: 30%;
}

footer .container .fLogo img {
  width: 110px;
}

@media (max-width: 768px) {
  footer .container .fLogo {
    margin: auto;
    width: 100% !important;
    text-align: center !important;
  }
  footer .container p {
    text-align: center;
  }
  footer .container {
    display: flex;
    flex-wrap: wrap;
  }
  footer .container A {
    width: 100%;
    display: block;
    padding: 1rem 0;
  }
  .CopyArea {
    font-size: 0.6rem !important;
  }
}
.CopyArea {
  background-color: #009ba4;
  padding: 1rem 0;
  text-align: center;
  color: #FFF;
  font-size: 0.86rem;
}

/*情報館メインヘッダー*/
.main-nav .navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

.main-nav .navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.main-nav .navbar {
  margin-bottom: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(20, 85, 182, 0.9);
  background-color: rgba(255, 255, 255, 0.6);
  box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.02);
  background-color: #FFF;
}

.main-nav .navbar-brand {
  font-weight: 700;
}

.mb5 {
  padding-bottom: 5px;
}

.main-nav .navbar-toggle {
  padding: 4px 6px;
  font-size: 16px;
  color: #000;
  background: #fff;
  width: 60px;
  border: 0;
  position: absolute;
  top: -5px;
  right: 7px;
}
.main-nav .navbar-toggle .fontsmallyoko {
  font-size: 12px;
}

@media (min-width: 1615px) {
  .main-nav .container1 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .main-nav .navbar-nav {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: flex-end !important;
    margin: 0;
    float: none;
    gap: 10px;
  }
  .navbar-nav .dropdown-menu {
    position: absolute;
    min-width: 280px;
    width: 100%;
    top: 35px;
    right: 0;
    left: auto;
  }
  .navbar-nav .dropdown-menu li a {
    padding: 10px 20px;
    display: block;
    margin-left: 0;
  }
}
@media (max-width: 1614px) {
  .main-nav .container1 {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .main-nav .navbar {
    padding: 7px 8px;
  }
  .main-nav .navbar-nav {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: flex-start;
    margin: 0;
    float: none;
    gap: 10px;
    padding: 0;
  }
  .main-nav .navbar-nav li {
    padding: 0;
  }
  .main-nav .navbar-brand {
    height: auto !important;
    padding: 0px 28px;
    font-size: 18px;
    line-height: 1em;
    margin-top: 0px;
    margin-bottom: 10px;
  }
  .navbar-nav .dropdown-menu {
    position: relative;
    min-width: 280px;
    width: 100%;
    top: 0px;
    left: 0;
    right: auto;
  }
  .navbar-nav .dropdown-menu li a {
    padding: 10px 20px;
    display: block;
    margin-left: 0;
    font-family: "Lato", Calibri, Arial, sans-serif;
  }
}
@media (min-width: 1180px) {
  .main-nav .navbar-nav {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
    margin: 0;
    float: none;
    gap: 10px;
  }
  /*.collapse:not(.show) {
  	display: block;
  }*/
  .main-nav .navbar-toggle {
    display: none;
  }
  .main-nav .navbar-brand img {
    width: 350px !important;
  }
}
@media (max-width: 1179px) {
  .main-nav .navbar-brand {
    height: auto;
    padding: 3px 2px;
    font-size: 18px;
    line-height: 1em;
  }
  .main-nav .navbar-brand img {
    width: 230px;
  }
  .navbar-collapse2 {
    display: none;
  }
}
@media (min-width: 1180px) {
  .square_btn {
    display: inline-block;
    padding: 0.8em 0.5em !important;
    text-decoration: none;
    background: rgb(32, 124, 202);
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgb(32, 124, 202) 51%, rgb(30, 87, 153) 99%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#207cca", endColorstr="#1e5799", GradientType=0);
    /* IE6-9 */
    color: #FFF !important;
    border-radius: 3px;
    right: 6px;
    top: 4px;
  }
  .square_btn:hover {
    display: inline-block;
    padding: 0.5em 0.5em;
    text-decoration: none;
    background: rgb(32, 124, 202);
    background: linear-gradient(to bottom, rgb(32, 124, 202) 51%, rgb(30, 87, 153) 99%);
    color: #FFF;
    border-radius: 3px;
    opacity: 0.8;
  }
}
@media (max-width: 1179px) {
  .square_btn {
    color: #333 !important;
  }
}
.main-nav .navbar-brand h1 {
  color: #fff;
  font-size: 20px;
  line-height: 40px;
}

.main-nav .navbar-brand:focus {
  outline: 0;
}

.main-nav .nav.navbar-nav {
  width: 100%;
}

.main-nav .navbar-custom.top-nav-collapse .nav.navbar-nav {
  background-color: rgba(0, 0, 0, 0);
}

@media (min-width: 1180px) {
  .main-nav .navbar-custom ul.nav li a {
    font-size: 14px;
    letter-spacing: 0.6px;
    color: #444;
    text-transform: uppercase_bk;
    font-weight: bold;
    font-family: "Lato", Calibri, Arial, sans-serif;
  }
  .main-nav .navbar-custom.top-nav-collapse ul.nav li a {
    transition: all 0.2s ease-in-out;
    color: #444444;
  }
}
@media (max-width: 1179px) {
  .main-nav .nav-bar {
    padding: 0;
  }
  .main-nav .navbar-custom ul.nav li a {
    font-size: 13px;
    letter-spacing: 1px;
    color: #444;
    font-weight: 600;
    text-transform: uppercase_bk;
    padding: 10px 8px;
    display: block;
    margin-left: 0;
    font-weight: bold;
    font-family: "Lato", Calibri, Arial, sans-serif;
  }
  .navbar-collapse {
    width: 100%;
  }
  .main-nav .navbar-custom.top-nav-collapse ul.nav li a {
    transition: all 0.2s ease-in-out;
    color: #444444;
    border-top: 1px solid #eaeaea;
  }
  .navbar-nav .dropdown-menu {
    position: relative;
    left: 0;
    right: auto;
  }
  .main-nav .navbar-custom ul.nav ul.dropdown-menu {
    border: 0;
    display: none !important;
  }
  .main-nav .navbar-custom ul.nav ul.dropdown-menu.show {
    display: block !important;
    padding: 0;
  }
  .main-nav .navbar-custom ul.nav ul.dropdown-menu li {
    border-bottom: 1px solid #f5f5f5;
  }
  .main-nav .navbar-custom ul.nav ul.dropdown-menu li:last-child {
    border-bottom: none;
  }
  .main-nav .navbar-custom ul.nav ul.dropdown-menu li a {
    padding: 10px 15px;
  }
  .main-nav .navbar-custom ul.nav ul.dropdown-menu li a:hover {
    background: #fefefe;
  }
  .main-nav .navbar-custom.top-nav-collapse ul.nav ul.dropdown-menu li a {
    color: #666;
  }
}
@media (max-width: 768px) {
  .main-nav .navbar-toggle {
    margin: 0;
    top: 5px;
  }
}
.main-nav .navbar-custom .nav li a {
  transition: background 0.3s ease-in-out;
}

.main-nav .navbar-custom .nav li a:hover,
.main-nav .navbar-custom .nav li a:focus,
.main-nav .navbar-custom .nav li.active {
  outline: 0;
  background-color: rgba(255, 255, 255, 0.2);
}

.main-nav .navbar-custom .nav li a:hover,
.main-nav .navbar-custom .nav li a:focus,
.main-nav .navbar-custom .nav li.active {
  outline: 0;
  background-color: rgba(255, 255, 255, 0.2);
}

.main-nav .navbar-toggle {
  padding: 4px 6px;
  font-size: 16px;
  color: #000;
}

.main-nav .navbar-toggle:focus,
.main-nav .navbar-toggle:active {
  outline: 0;
}

.sphyouzi {
  display: none;
}
@media (max-width: 1179px) {
  .sphyouzi {
    display: block;
  }
}

.iframe__wrapper {
  display: flex;
  gap: 30px;
}
@media (max-width: 1179px) {
  .iframe__wrapper {
    flex-direction: column;
  }
}
.iframe__wrapper .video {
  width: 50%;
  aspect-ratio: 16/9;
}
@media (max-width: 1179px) {
  .iframe__wrapper .video {
    width: 100%;
  }
}
.iframe__wrapper .video iframe {
  width: 100%;
  height: 100%;
}

.movie-ttl {
  font-size: 14px;
  color: #fff;
  background: #00446f;
  padding: 10px 15px;
  margin-bottom: 20px;
}/*# sourceMappingURL=style.css.map */