@charset "UTF-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : common.css
 Style : common
================================================================= */
@font-face {
  font-family: "notoSans";
  font-style: normal;
  font-weight: 400;
  src: url("../font/NotoSans/NotoSansR.woff") format("woff");
}

@font-face {
  font-family: "notoSans";
  font-style: normal;
  font-weight: 500;
  src: url("../font/NotoSans/NotoSansM.woff") format("woff");
}

@font-face {
  font-family: "notoSans";
  font-style: normal;
  font-weight: 700;
  src: url("../font/NotoSans/NotoSansB.woff") format("woff");
}

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

html {
  font-size: 62.5%;
}

body {
  line-height: 2;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #333333;
  font-family: "NotoSans", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  word-wrap: break-word;
}

body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}

a {
  text-decoration: none;
}

figure {
  padding: 0;
  margin: 0;
}

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

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

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

@media screen and (max-width: 1200px) {
  .inner {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

@media screen and (max-width: 640px) {
  .inner {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

.bornone td {
  border: none !important;
}

.pdnone td {
  padding: 0 !important;
}

.img100 img {
  width: 100%;
}

.link1 a {
  color: #104480;
  font-weight: bold;
}

#contents_wrap {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

#contents {
  padding: 0;
  max-width: 100%;
}

#main {
  max-width: 100%;
  width: 100%;
}

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

#main #col_main {
  width: 100%;
}

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

@media screen and (max-width: 1200px) {
  #side {
    width: 18.75%;
  }
}

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

.policy h2 {
  border-bottom: 2px solid #bbbbbb;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 15px;
  padding: 0 0 5px;
}

.policy p {
  margin: 0 0 20px;
}

table {
  table-layout: fixed;
}

table td {
  margin-bottom: -1px !important;
  padding: 15px !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;
}

hr {
  border: none;
  height: 0;
  border-bottom: 1px dashed #b3b3b3;
}

span {
  font-weight: inherit;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

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

u {
  text-decoration: underline;
}

.borB {
  border-bottom: 1px dashed #333;
}

b {
  font-weight: bold;
}

.borderB {
  border-bottom: 1px dashed #333;
}

input[type="button"] {
  cursor: pointer;
  padding: 5px 10px;
}

#contents_wrap {
  min-width: auto;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1200px) {
  #contents_wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 640px) {
  #contents_wrap {
    padding-left: 10px;
    padding-right: 10px;
  }
}

#contents {
  max-width: 1200px;
  width: 100%;
}

.tacenter {
  text-align: center !important;
}

.ColLeft {
  float: left;
}

.ColRight {
  float: right;
}

.flexleft {
  display: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  overflow: hidden;
}

.flexcenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
}

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

@media screen and (max-width: 834px) {
  .fltL {
    float: none;
    width: 100% !important;
  }
  .fltR {
    float: none;
    width: 100% !important;
  }
}

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

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

.gothic {
  font-family: "NotoSans", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

header#global_header {
  width: 100%;
  min-width: 100% !important;
  height: auto;
  margin: 0 auto;
}

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

.dsnone {
  display: none;
}

#modal {
  display: none;
}

.modaal-close {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  right: inherit !important;
  width: 100% !important;
  height: 100% !important;
  opacity: 0 !important;
}

.modaal-close::before, .modaal-close::after {
  display: none !important;
}

.cus-close {
  position: static !important;
  color: #333 !important;
  opacity: 1 !important;
  text-align: center;
  border-radius: inherit !important;
  background: #ddd !important;
  padding: 5px 0 !important;
}

.modaal-content-container {
  padding: 25px !important;
}

@media screen and (max-width: 480px) {
  .modaal-content-container {
    padding: 15px !important;
  }
  .modaal-content-container .policy h2 {
    font-size: 16px;
  }
  .modaal-content-container .policy p {
    font-size: 14px;
  }
}

.modaal-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 768px;
  overflow-y: scroll;
}

@media screen and (max-width: 480px) {
  .modaal-container {
    max-height: 100%;
  }
}

@media screen and (max-width: 480px) {
  .modaal-inner-wrapper {
    padding: 80px 10px !important;
  }
}

.bt_confirm {
  background: #eee;
  width: auto;
  text-indent: 0;
}

.bt_back {
  background: #eee;
  text-indent: 0;
}

.bt_send {
  background: #eee;
  width: auto;
  text-indent: 0;
}

.annot {
  display: none;
}

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

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

#header {
  width: 100%;
}

#header_inner_wrap {
  background: #fff;
  border-bottom: 3px solid #68ade1;
  padding: 20px 0;
  z-index: 500;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

@media screen and (max-width: 480px) {
  #header_inner_wrap {
    padding: 15px 0;
  }
}

#header_inner_wrap #header_inner {
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1200px) {
  #header_inner_wrap #header_inner {
    padding: 0 20px;
  }
}

@media screen and (max-width: 640px) {
  #header_inner_wrap #header_inner {
    padding: 0 10px;
  }
}

@media screen and (max-width: 480px) {
  #header_inner_wrap #header_inner #siteID {
    width: 60%;
  }
}

#nav_global {
  width: 100%;
  max-width: 590px;
}

@media screen and (max-width: 1000px) {
  #nav_global {
    max-width: 510px;
  }
}

@media screen and (max-width: 834px) {
  #nav_global {
    width: auto;
  }
}

#nav_global > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media screen and (max-width: 834px) {
  #nav_global > ul {
    display: none;
  }
}

#nav_global > ul li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-left: 1px solid #ddd;
}

#nav_global > ul li:last-child {
  border-right: 1px solid #ddd;
}

#nav_global > ul li a {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: bold;
  color: #363636;
  display: block;
  text-align: center;
  line-height: 1;
  -webkit-transition: .5s;
  transition: .5s;
}

#nav_global > ul li a span {
  display: inline-block;
  -webkit-transition: .5s;
  transition: .5s;
  padding: 2px 10px 4px;
  border-radius: 10px;
  line-height: 1;
}

#nav_global > ul li a:hover span {
  background: #89c9d1;
  color: #fff;
}

#nav_global > ul li a img {
  display: block;
  margin: 0 auto 8px;
  height: 39px !important;
}

#mainArea {
  width: 100% !important;
  position: relative;
}

#mainArea .h_schedule {
  font-family: fot-tsukuardgothic-std, sans-serif;
  position: absolute;
  right: calc(2rem + ((1vw - 1.2rem) *46.5));
  bottom: 40px;
  background: #fff;
  border-radius: 3px;
  max-width: 500px;
  width: 100%;
  z-index: 2;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  padding: 25px 40px 35px;
  text-align: left;
}

@media screen and (max-width: 1200px) {
  #mainArea .h_schedule {
    right: 20px;
  }
}

#mainArea .h_schedule table {
  margin-bottom: 5px;
}

#mainArea .h_schedule table tr {
  border-bottom: 1px solid #ccc;
}

#mainArea .h_schedule table th {
  border: none;
  text-align: center;
}

#mainArea .h_schedule table td {
  border: none;
  padding: 3px 0 !important;
  color: #89c9d1;
  text-align: center;
}

#mainArea .h_schedule table .t_title {
  width: 40%;
  text-align: left;
  color: #333;
  font-size: 1.8rem;
}

#mainArea .h_schedule p {
  font-size: 1.4rem;
  line-height: 1.7;
}

#mainArea .h_schedule p span {
  color: #89c9d1;
}

#mainArea .h_schedule dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
}

#mainArea .h_schedule dl dt {
  background: #f2a724;
  border-radius: 3px;
  color: #fff;
  font-weight: bold;
  line-height: 1.2;
  padding: 5px 10px;
  margin-right: 10px;
}

#mainArea .h_schedule dl dd {
  font-family: 'Times New Roman', sans-serif;
  font-size: 3.6rem;
  line-height: 1.2;
}

#mainArea .h_schedule dl dd.call a {
  color: #333 !important;
}

#mainArea .h_schedule dl dd span {
  font-size: 2.6rem;
}

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

#mainArea ul li img {
  margin: 0 auto;
}

@media screen and (max-width: 1200px) {
  #mainArea {
    width: auto !important;
  }
}

#mainArea .slider li {
  position: relative;
}

#mainArea .slider img {
  width: 100% !important;
  height: 640px !important;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 834px) {
  #mainArea .slider img {
    height: auto !important;
    -o-object-fit: inherit;
       object-fit: inherit;
  }
}

#mainArea .slider p {
  position: absolute;
  top: 50%;
  left: calc(2rem + ((1vw - 1.2rem) *49.5));
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 1200px) {
  #mainArea .slider p {
    left: 50px;
  }
}

@media screen and (max-width: 834px) {
  #mainArea .slider p {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    top: auto;
    left: 20px;
    bottom: 20px;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@media screen and (max-width: 480px) {
  #mainArea .slider p {
    left: 10px;
    bottom: 10px;
  }
}

#mainArea .slider p span {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  font-family: fot-tsukuardgothic-std, sans-serif;
  color: #1f7ecc;
  font-size: 3.6rem;
  text-align: left;
  background: #fff;
  margin: 0 5px;
  line-height: 1;
  padding: 10px 5px;
}

@media screen and (max-width: 1000px) {
  #mainArea .slider p span {
    font-size: calc( 2.2rem + ((1vw - 0.32rem) * (100 * 14 / (1000 - 320))));
  }
}

@media screen and (max-width: 834px) {
  #mainArea .slider p span {
    -ms-writing-mode: inherit;
    -webkit-writing-mode: inherit;
            writing-mode: inherit;
    margin-bottom: 10px;
  }
}

#subArea {
  background: url(../images/contents/bg_news.jpg) center top no-repeat;
  background-size: cover;
  height: 280px;
  position: relative;
}

@media screen and (max-width: 640px) {
  #subArea {
    height: 200px;
  }
}

#subArea h1 {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: bold;
  font-size: 4.6rem;
  line-height: 1.2;
  color: #1f7ecc;
  text-shadow: 1px 1px 8px rgba(255, 255, 255, 0.65);
}

@media screen and (max-width: 834px) {
  #subArea h1 {
    font-size: calc(3.2rem + ((1vw - 0.32rem) * (100 * 14 / (834 - 320))));
  }
}

#sp {
  display: none;
}

@media screen and (max-width: 834px) {
  #sp {
    display: block;
  }
}

#nav_sp {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background: #fff;
  z-index: 210;
}

.nav_wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  position: absolute;
  width: 100%;
}

.nav_wrap ul {
  width: 100%;
  padding: 0 20px;
}

.nav_wrap ul li {
  opacity: 0;
  border-bottom: 1px solid #ccc;
  text-align: left;
}

@media screen and (max-width: 834px) {
  .nav_wrap ul li {
    padding: 16px 15px;
  }
}

@media screen and (max-width: 480px) {
  .nav_wrap ul li {
    padding: 10px 15px;
  }
}

@media screen and (max-width: 320px) {
  .nav_wrap ul li {
    padding: 5px 15px;
  }
}

.nav_wrap ul li a {
  color: #333;
  display: block;
}

.nav_wrap ul li a img {
  margin-right: 15px;
}

@media screen and (max-width: 834px) {
  .nav_wrap ul li a {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 640px) {
  .nav_wrap ul li a {
    font-size: 1.6rem;
  }
}

.sp_menu {
  width: 24px;
  height: 18px;
  display: block;
  z-index: 300;
  position: relative;
  display: none;
}

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

.sp_menu div {
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  background-color: #000;
}

.sp_menu div:nth-of-type(1) {
  top: 0;
}

.sp_menu div:nth-of-type(2) {
  top: 8px;
  opacity: 1;
}

.sp_menu div:nth-of-type(3) {
  bottom: 0;
}

.sp_menu.off div:nth-of-type(1) {
  -webkit-animation: menu-bar01 0.75s forwards;
  animation: menu-bar01 0.75s forwards;
}

@-webkit-keyframes menu-bar01 {
  0% {
    -webkit-transform: translateY(8px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}

@keyframes menu-bar01 {
  0% {
    -webkit-transform: translateY(8px) rotate(45deg);
            transform: translateY(8px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(8px) rotate(0);
            transform: translateY(8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}

.sp_menu.off div:nth-of-type(2) {
  transition: all 0.25s 0.25s;
  -webkit-transition: all 0.25s 0.25s;
}

@-webkit-keyframes menu-bar02 {
  0% {
    -webkit-transform: translateY(-8px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}

@keyframes menu-bar02 {
  0% {
    -webkit-transform: translateY(-8px) rotate(-45deg);
            transform: translateY(-8px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(0);
            transform: translateY(-8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}

.sp_menu.off div:nth-of-type(3) {
  -webkit-animation: menu-bar02 0.75s forwards;
  animation: menu-bar02 0.75s forwards;
}

.sp_menu.on div {
  background: #000;
}

.sp_menu.on div:nth-of-type(1) {
  -webkit-animation: active-menu-bar01 0.75s forwards;
  animation: active-menu-bar01 0.75s forwards;
}

@-webkit-keyframes active-menu-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(8px) rotate(45deg);
  }
}

@keyframes active-menu-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(8px) rotate(0);
            transform: translateY(8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(8px) rotate(45deg);
            transform: translateY(8px) rotate(45deg);
  }
}

.sp_menu.on div:nth-of-type(2) {
  opacity: 0;
}

.sp_menu.on div:nth-of-type(3) {
  -webkit-animation: active-menu-bar03 0.75s forwards;
  animation: active-menu-bar03 0.75s forwards;
}

@-webkit-keyframes active-menu-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-8px) rotate(-45deg);
  }
}

@keyframes active-menu-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(0);
            transform: translateY(-8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-8px) rotate(-45deg);
            transform: translateY(-8px) rotate(-45deg);
  }
}

#footer_inner_wrap {
  border-top: 5px solid #68ade1;
  padding: 40px 0 10px;
}

#footer_inner_wrap a {
  color: #333;
}

@media screen and (max-width: 1200px) {
  #footer_inner_wrap {
    padding: 40px 20px 10px;
  }
}

@media screen and (max-width: 640px) {
  #footer_inner_wrap {
    padding: 40px 10px 10px;
  }
}

#footer_inner {
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: left;
  font-size: 1.4rem;
  padding: 0 0 20px;
}

@media screen and (max-width: 768px) {
  #footer_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

#footer_inner .flogo a {
  color: #333;
}

#footer_inner .flogo p {
  line-height: 1.7;
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  #footer_inner .flogo {
    margin-bottom: 20px;
  }
}

#footer_inner .schedule {
  max-width: 415px;
  width: 100%;
  font-family: fot-tsukuardgothic-std, sans-serif;
  width: 100%;
}

#footer_inner .schedule table {
  margin-bottom: 5px;
  font-size: 1.6rem;
}

@media screen and (max-width: 375px) {
  #footer_inner .schedule table {
    font-size: 1.4rem;
  }
}

#footer_inner .schedule table tr {
  border-bottom: 1px solid #ccc;
}

#footer_inner .schedule table th {
  border: none;
  text-align: center;
}

#footer_inner .schedule table td {
  border: none;
  padding: 3px 0 !important;
  color: #89c9d1;
  text-align: center;
}

#footer_inner .schedule table .t_title {
  width: 40%;
  text-align: left;
  color: #333;
}

#footer_inner .schedule p {
  font-size: 1.4rem;
  line-height: 1.7;
}

#footer_inner .schedule p span {
  color: #89c9d1;
}

.f_copy {
  max-width: 1200px;
  margin: auto;
  font-size: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 640px) {
  .f_copy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 480px) {
  .f_copy .subnav {
    width: 100%;
  }
}

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

@media screen and (max-width: 480px) {
  .f_copy .subnav ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.f_copy .subnav ul li:not(:last-child) {
  margin-right: 15px;
}

@media screen and (max-width: 480px) {
  .f_copy .subnav ul li {
    width: 48.5%;
    background: #f2a724;
    border-radius: 20px;
    margin-bottom: 10px;
  }
  .f_copy .subnav ul li:not(:last-child) {
    margin-right: 0;
  }
}

.f_copy .subnav ul li a {
  color: #333;
  -webkit-transition: .5s;
  transition: .5s;
}

@media screen and (max-width: 480px) {
  .f_copy .subnav ul li a {
    color: #fff !important;
    display: block;
    padding: 8px 0;
  }
}

.f_copy .subnav ul li a:hover {
  color: #89c9d1 !important;
}

.f_copy small a {
  color: #333;
}

#contents_wrap {
  padding: 80px 0 60px;
}

@media screen and (max-width: 1200px) {
  #contents_wrap {
    padding: 80px 20px 60px;
  }
}

@media screen and (max-width: 834px) {
  #contents_wrap {
    padding: 60px 20px 60px;
  }
}

@media screen and (max-width: 640px) {
  #contents_wrap {
    padding: 30px 10px 40px;
  }
}

#contents_wrap .h_schedule {
  font-family: fot-tsukuardgothic-std, sans-serif;
  background: #fff;
  width: 100%;
  z-index: 2;
  text-align: left;
  margin-bottom: 40px;
}

#contents_wrap .h_schedule table {
  margin-bottom: 5px;
}

#contents_wrap .h_schedule table tr {
  border-bottom: 1px solid #ccc;
}

#contents_wrap .h_schedule table th {
  border: none;
  text-align: center;
}

#contents_wrap .h_schedule table td {
  border: none;
  padding: 3px 0 !important;
  color: #89c9d1;
  text-align: center;
}

#contents_wrap .h_schedule table .t_title {
  width: 40%;
  text-align: left;
  color: #333;
}

#contents_wrap .h_schedule p {
  font-size: 1.4rem;
  line-height: 1.7;
}

#contents_wrap .h_schedule p span {
  color: #89c9d1;
}

#contents_wrap .h_schedule dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
}

#contents_wrap .h_schedule dl dt {
  background: #f2a724;
  border-radius: 3px;
  color: #fff;
  font-weight: bold;
  line-height: 1.2;
  padding: 5px 10px;
  margin-right: 10px;
}

@media screen and (max-width: 414px) {
  #contents_wrap .h_schedule dl dt {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 375px) {
  #contents_wrap .h_schedule dl dt {
    font-size: 1.2rem;
  }
}

#contents_wrap .h_schedule dl dd {
  font-family: 'Times New Roman', sans-serif;
  font-size: 3.6rem;
  line-height: 1.2;
}

#contents_wrap .h_schedule dl dd.call a {
  color: #333 !important;
}

@media screen and (max-width: 414px) {
  #contents_wrap .h_schedule dl dd {
    font-size: 3rem;
  }
}

@media screen and (max-width: 375px) {
  #contents_wrap .h_schedule dl dd {
    font-size: 2.6rem;
  }
}

#contents_wrap .h_schedule dl dd span {
  font-size: 2.6rem;
}

@media screen and (max-width: 414px) {
  #contents_wrap .h_schedule dl dd span {
    font-size: 2rem;
  }
}

@media screen and (max-width: 375px) {
  #contents_wrap .h_schedule dl dd span {
    font-size: 1.8rem;
  }
}

.inner02 {
  max-width: 800px;
  margin: 0 auto;
}

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

.bg02::after {
  content: "";
  width: 100%;
  height: 93%;
  max-width: 1500px;
  background: #f3f9fd;
  position: absolute;
  right: 0;
  top: 100px;
  display: block;
  z-index: -1;
}

@media screen and (max-width: 834px) {
  .bg02::after {
    top: 20px;
  }
}

.inner03 {
  max-width: 1600px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 1600px) {
  .inner03 {
    padding: 0 20px;
  }
}

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

.inner03 .leftArea {
  width: 56.25%;
}

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

.inner03 .rightArea {
  width: 37.5%;
  background: #fff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  padding: 50px 60px 60px;
  margin-top: 60px;
  margin-left: -6.25%;
  z-index: 2;
}

@media screen and (max-width: 1200px) {
  .inner03 .rightArea {
    width: 50%;
  }
}

@media screen and (max-width: 1000px) {
  .inner03 .rightArea {
    padding: 30px 40px 40px;
  }
}

@media screen and (max-width: 834px) {
  .inner03 .rightArea {
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    margin-top: -30px;
  }
}

@media screen and (max-width: 640px) {
  .inner03 .rightArea {
    padding: 25px;
  }
}

@media screen and (max-width: 414px) {
  .inner03 .rightArea .btn01 {
    max-width: 100%;
  }
}

@media screen and (max-width: 375px) {
  .inner03 .rightArea {
    padding: 15px;
  }
}

.title01 h1 {
  font-size: 3rem;
  color: #1f7ecc;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: bold;
  line-height: 1.4;
}

@media screen and (max-width: 834px) {
  .title01 h1 {
    font-size: calc(2.4rem + ((1vw - 0.32rem) * (100 * 6 / (834 - 320))));
  }
}

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

.title01 h2 {
  font-size: 2.8rem;
  color: #1f7ecc;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: bold;
  line-height: 1.4;
}

@media screen and (max-width: 834px) {
  .title01 h2 {
    font-size: calc(2.2rem + ((1vw - 0.32rem) * (100 * 6 / (834 - 320))));
  }
}

.title02 h2 {
  font-size: 2.8rem;
  color: #1f7ecc;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: bold;
  line-height: 1.4;
  border-bottom: 2px solid #ccc;
  padding-bottom: 5px;
}

@media screen and (max-width: 834px) {
  .title02 h2 {
    font-size: calc(2.2rem + ((1vw - 0.32rem) * (100 * 6 / (834 - 320))));
  }
}

.title02 h3 {
  font-size: 2.6rem;
  color: #fff;
  background: #1f7ecc;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: bold;
  line-height: 1.4;
  padding: 10px;
  border-radius: 3px;
}

@media screen and (max-width: 834px) {
  .title02 h3 {
    font-size: calc(2.2rem + ((1vw - 0.32rem) * (100 * 6 / (834 - 320))));
  }
}

.btn a {
  background: #f2a724;
  color: #fff;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-size: 2rem;
  display: block;
  font-weight: bold;
  position: relative;
  border-radius: 25px;
  padding: 4px 0;
  -webkit-transition: .5s;
  transition: .5s;
}

.btn a:hover {
  background: #89c9d1;
}

.btn a:hover::after {
  right: 15px;
}

@media screen and (max-width: 640px) {
  .btn a {
    font-size: 1.8rem;
  }
}

.btn a::after {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-weight: 300;
  -webkit-transition: .5s;
  transition: .5s;
}

.btn.btn01 {
  max-width: 280px;
}

@media screen and (max-width: 640px) {
  .btn.btn01 {
    max-width: 86%;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

.btn.center {
  margin-left: auto !important;
  margin-right: auto !important;
}

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

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

.conMenu .box {
  width: 47.5%;
}

@media screen and (max-width: 640px) {
  .conMenu .box {
    width: 100%;
  }
  .conMenu .box:not(:last-child) {
    margin-bottom: 30px;
  }
}

.conMenu .box h2 {
  font-size: 2.8rem;
  color: #1f7ecc;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: bold;
  line-height: 1.4;
  margin: 12px 0 5px;
}

@media screen and (max-width: 834px) {
  .conMenu .box h2 {
    font-size: calc(2.2rem + ((1vw - 0.32rem) * (100 * 6 / (834 - 320))));
  }
}

.conMenu .box .btn01 {
  text-align: center;
  margin-top: 25px;
}

.bg01 {
  background: url(../images/contents/bg_news.jpg) center top;
  background-size: cover;
  padding: 80px 0;
}

@media screen and (max-width: 834px) {
  .bg01 {
    padding: 60px 0;
  }
}

@media screen and (max-width: 640px) {
  .bg01 {
    padding: 40px 0;
  }
}

.bg01 .inner {
  background: rgba(255, 255, 255, 0.9);
  padding: 50px 100px 80px;
}

@media screen and (max-width: 640px) {
  .bg01 .inner {
    padding: 40px 10px 50px;
  }
}

.bg01 .news dl {
  padding: 15px 0;
  border-bottom: 1px solid #ccc;
  line-height: 1.7;
}

.bg01 .news dl:first-child {
  padding-top: 0;
}

@media screen and (max-width: 640px) {
  .bg01 .news dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.bg01 .news dl dt {
  padding: 0 !important;
  background: #89c9d1;
  border-radius: 3px;
  border: none !important;
  color: #fff;
  width: 110px !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bg01 .news dl dd {
  padding: 0 0 0 30px !important;
  border: none !important;
  background: none !important;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: auto !important;
}

@media screen and (max-width: 640px) {
  .bg01 .news dl dd {
    padding: 0 !important;
  }
}

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

@media screen and (max-width: 768px) {
  .flexWrap01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.flexWrap01 .leftArea {
  width: 45%;
  background: #f3f9fd;
  border: 1px solid #eee;
  padding: 20px 15px;
  line-height: 1.7;
}

@media screen and (max-width: 768px) {
  .flexWrap01 .leftArea {
    width: 100%;
  }
}

.flexWrap01 .leftArea .call {
  font-family: 'Times New Roman', sans-serif;
  font-size: 3.6rem;
  line-height: 1.2;
}

.flexWrap01 .leftArea .call a {
  color: #333;
}

.flexWrap01 .leftArea .call span {
  font-size: 2.6rem;
}

.flexWrap01 .rightArea {
  width: 51.66667%;
}

@media screen and (max-width: 768px) {
  .flexWrap01 .rightArea {
    width: 100%;
    margin-top: 30px;
  }
}

.flexWrap01 .rightArea .flexBox01 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flexWrap01 .rightArea .flexBox01 .box {
  width: 32.25806%;
  text-align: center;
}

.scheduleList {
  font-family: fot-tsukuardgothic-std, sans-serif;
}

.scheduleList tr {
  border-bottom: 1px solid #ccc;
}

.scheduleList td {
  border: none !important;
}

@media screen and (max-width: 480px) {
  .scheduleList td {
    font-size: 1.4rem;
    padding: 5px 0 !important;
  }
}

.scheduleList td.t_title {
  width: 25%;
}

@media screen and (max-width: 640px) {
  .scheduleList td.t_title {
    width: 35%;
  }
}

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

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

.flexWrap02 .leftArea {
  width: 56.66667%;
}

@media screen and (max-width: 640px) {
  .flexWrap02 .leftArea {
    width: 100%;
  }
  .flexWrap02 .leftArea .layout01 dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .flexWrap02 .leftArea .layout01 dl dt {
    width: 100% !important;
    border-right: 1px solid #ccc;
  }
  .flexWrap02 .leftArea .layout01 dl dt:last-of-type {
    border-bottom: none;
  }
  .flexWrap02 .leftArea .layout01 dl dd {
    width: 100% !important;
  }
}

.flexWrap02 .rightArea {
  width: 40%;
}

@media screen and (max-width: 640px) {
  .flexWrap02 .rightArea {
    width: 100%;
    margin-top: 30px;
  }
}

.pankuzu {
  font-size: 1.4rem;
}

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

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

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

.flexWrap03 .leftArea {
  width: 63.33333%;
}

@media screen and (max-width: 640px) {
  .flexWrap03 .leftArea {
    width: 100%;
  }
}

.flexWrap03 .rightArea {
  width: 33.33333%;
}

@media screen and (max-width: 640px) {
  .flexWrap03 .rightArea {
    width: 100%;
    margin-bottom: 20px;
  }
}

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

.point ul li {
  width: 49%;
  background: #f3f3f3;
  margin-bottom: 10px;
  padding: 10px;
  font-weight: bold;
  line-height: 1.7;
}

@media screen and (max-width: 480px) {
  .point ul li {
    width: 100%;
  }
}

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

.flexBox02 .box {
  width: 48.5%;
  margin-bottom: 3%;
}

@media screen and (max-width: 480px) {
  .flexBox02 .box {
    width: 100%;
    margin-bottom: 5%;
  }
}

.flexBox02 .box h3 {
  font-size: 2.2rem;
  color: #fff;
  background: #1f7ecc;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: bold;
  line-height: 1.4;
  padding: 5px 10px;
  border-radius: 3px;
  margin-bottom: 5px;
}

@media screen and (max-width: 834px) {
  .flexBox02 .box h3 {
    font-size: calc(1.8rem + ((1vw - 0.32rem) * (100 * 4 / (834 - 320))));
  }
}

@media screen and (max-width: 834px) {
  .indoor iframe {
    height: 480px;
  }
}

@media screen and (max-width: 640px) {
  .indoor iframe {
    height: 400px;
  }
}

@media screen and (max-width: 480px) {
  .indoor iframe {
    height: 280px;
  }
}
/*# sourceMappingURL=common_style.css.map */