@charset "UTF-8";

/* ----------------------------------------------------------------------------------------------------
*  基本情報
* --------------------------------------------------------------------------------------------------*/

html,
body {
  min-width: 1280px;
  height: 100%;
}

html {
  font-size: 62.5%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
address,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
img,
form {
  margin: 0;
  padding: 0;
  border: none;
  line-height: 1;
  list-style-type: none;
  font-style: normal;
  font-weight: normal;
  font-family: "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
  text-align: left;
  color: #000000;
  letter-spacing: 0.02em;
}

.yugo {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", Arial, Verdana, sans-serif;
}

.yumin {
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGP明朝B", serif;
  font-feature-settings: "pkna";
}

* {
  box-sizing: border-box;
}

.tac {
  text-align: center;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.mgb40 {
  margin-bottom: 40px;
}

.bold {
  font-weight: bold;
}

.inner {
  width: 1120px;
  margin: auto;
}

.flex {
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.hover:hover {
  opacity: 0.7;
  transition: opacity 0.3s ease-out;
}

.sp {
  display: none !important;
}

.ip5-on {
  display: none;
}

.center {
  text-align: center;
}

@media screen and (max-width: 320px) {
  .ip5-off {
    display: none;
  }

  .ip5-on {
    display: block;
  }
}

.sec-ti {
  position: relative;
  margin-bottom: 45px;
  line-height: 2.2;
  text-align: center;
  font-weight: bold;
  border-bottom: 1px solid #000;
}

.sec-ti:after {
  content: "";
  position: absolute;
  display: block;
  width: 100px;
  height: 4px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #000;
}

.pagetop {
  position: relative;
  float: right;
  display: block;
  width: 60px;
  height: 60px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  background-color: #29b5ea;
}

.pagetop span {
  position: relative;
  display: inline-block;
  top: 40px;
}

.pagetop:after {
  content: "";
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  top: 3px;
  left: 0;
  right: 0;
  margin: auto;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  transform: rotate(-45deg);
}

@media screen and (max-width: 767px) {

  html,
  body {
    min-width: auto;
  }

  body {
    position: relative;
    overflow-x: hidden;
  }

  .pc {
    display: none !important;
  }

  .sp {
    display: inline-block !important;
  }

  .inner {
    position: relative;
    width: 100%;
    padding: 0 5%;
    overflow: hidden;
  }

  .pagetop-wrap {
    padding: 0;
  }
}

/* ----------------------------------------------------------------------------------------------------
*  ヘッダー
* --------------------------------------------------------------------------------------------------*/
.site-title {
  display: inline-block;
  padding: 20px;
}

.hd-right {
  float: right;
}

.hd-btn {
  float: left;
  background-image: url(../img/common/hd-bg.png);
}

.hd-btn * {
  text-decoration: none;
  color: #fff;
}

.hd-btn a {
  width: 100%;
  height: 100%;
}

.hd-btn span {
  display: block;
  line-height: 1.7;
}

.hd-btn i {
  width: 21px;
  height: 21px;
  margin-bottom: 4px;
  background: 50% 50% no-repeat;
}

.telfax-btn {
  width: 337px;
  height: 100px;
  padding: 10px;
  background-color: #41cbff;
}

.tel-btn>span,
.fax-btn {
  width: 158px;
  height: 80px;
}

.fax-btn {
  border-left: 1px solid #fff;
}

.rev-btn {
  width: 100px;
  height: 100px;
  background-color: #297fea;
}

.rev-btn i {
  background-image: url(../img/common/hd-ico01.png);
}

.con-btn {
  width: 100px;
  height: 100px;
  background-color: #2952ea;
}

.con-btn i {
  background-image: url(../img/common/hd-ico02.png);
}

#header .site-nav {
  padding: 0 0;
  background-color: #29b5ea;
}

#header .site-nav li {
  display: inline-block;
  margin: 0 1.8em;
}

#header .site-nav a {
  display: inline-block;
  padding: 24px 4px 10px 4px;
  text-decoration: none;
  color: #fff;
  position: relative;
}

#header .site-nav a span {
  display: inline-block;
  border-bottom: 2px solid #29b5ea;
  padding-bottom: 1rem;
}

#header .site-nav a.active span,
#header .site-nav a:hover span {
  border-color: #fff;
}

/* ドロップダウンメニュー */
ul.menu__second-level {
  visibility: hidden;
  opacity: 0;
  z-index: 1;
}

.menu__second-level li {
  border-top: 1px solid #29b5ea;
}

.menu__second-level li a:hover {
  background: #111;
}

/* 下矢印 */
.init-bottom:after {
  content: '';
  position: absolute;
  display: inline-block;
  width: 6px;
  height: 6px;
  top: calc(50% - 6px);
  right: -1.5rem;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.site-nav>li.menu__single {
  position: relative;
}

li.menu__single ul.menu__second-level {
  position: absolute;
  top: calc(34px + 1em + 1rem);
  width: 100%;
  background: #41cbff;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

li.menu__single:hover ul.menu__second-level {
  visibility: visible;
  opacity: 1;
}

#header li.menu__single ul.menu__second-level li {
  margin: 0;
  display: block;
}

#header li.menu__single:hover ul.menu__second-level li a,
#header li.menu__single ul.menu__second-level li a {
  display: block;
  padding: 1.5rem 1rem;
  height: auto;
}

li.nav07 ul.menu__second-level {
  width: 20em;
  right: -10em;
}

.box3col {
  display: flex;
  gap: 2%;
}

.box3col>div {
  width: 32%;
}

.box3col>div img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .site-title {
    position: relative;
    width: 78.8%;
    padding: 21.2% 0 0 0;
  }

  .site-title img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }

  #panel-btn {
    float: right;
    display: inline-block;
    position: relative;
    width: 21.2%;
    padding-top: 21.2%;
    text-decoration: none;
    background-color: #29b5ea;
  }

  #panel-btn-icon {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 32px;
    height: 5px;
    margin: -4px auto 0;
    background: #fff;
    transition: .2s;
  }

  #panel-btn-icon:before,
  #panel-btn-icon:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 5px;
    background: #fff;
    transition: .3s;
  }

  #panel-btn-icon:before {
    margin-top: -13px;
  }

  #panel-btn-icon:after {
    margin-top: 9px;
  }

  #panel-btn .close {
    background: transparent;
    opacity: 1;
  }

  #panel-btn .close:before,
  #panel-btn .close:after {
    margin-top: 0;
  }

  #panel-btn .close:before {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
  }

  #panel-btn .close:after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }

  .hd-right {
    float: none;
    margin-top: -0.8%;
  }

  .hd-right span {
    min-width: 80px;
    font-size: 3vw;
  }

  .telfax-btn {
    width: 57.6%;
    height: 70px;
    padding: 1.7%;
  }

  .telfax-btn .down {
    font-size: 3.5vw;
  }

  .tel-btn,
  .fax-btn {
    width: 50%;
    height: auto;
    padding: 3% 0;
    flex-direction: unset;
  }

  .rev-btn,
  .con-btn {
    width: 21.2%;
    height: 70px;
  }

  #panel {
    display: none;
  }

  #header .site-nav {
    display: block;
    padding: 0;
  }

  #header .site-nav {
    border-top: 1px solid #fff;
  }

  #header .site-nav li {
    display: block;
    margin: 0;
    border-bottom: 1px solid #fff;
  }

  #header .site-nav a {
    display: block;
    width: 100%;
    height: auto;
    padding: 4% 7.5%;
    align-items: baseline;
    font-size: 5vw;
    font-weight: bold;
    border-bottom: none;
  }

  #header .site-nav a.active {
    background-color: #7fd3f2;
    border: none;
  }

  #header .site-nav a:hover {
    border-bottom: none;
  }

  li.menu__single:active ul.menu__second-level {
    visibility: visible;
    opacity: 1;
  }

  #header li.menu__single ul.menu__second-level li {
    margin: 0;
    display: block;
  }

  #header li.menu__single:hover ul.menu__second-level li a,
  #header li.menu__single ul.menu__second-level li a {
    display: block;
    height: auto;
    padding: 4% 7.5% 4% 11%;
  }

  li.nav07 ul.menu__second-level {
    width: 100%;
    right: auto;
    left: 0;
  }

  /* 下矢印 */
  .init-bottom:after {
    top: calc(50% - 1rem);
    right: auto;
    left: 7em;
  }

  .box3col {
    flex-direction: column;
    gap: 10px;
  }

  .box3col>div {
    width: 100%;
  }
}


/* ----------------------------------------------------------------------------------------------------
*  フッター
* --------------------------------------------------------------------------------------------------*/
#footer {
  padding: 20px 0;
  background-color: #29b5ea;
}

#footer * {
  color: #fff;
}

#footer .site-nav li {
  display: inline-block;
  margin: 0 1em 1.5em;
}

#footer .site-nav a {
  line-height: 1.3;
  text-decoration: none;
}

#footer .site-nav a:hover {
  text-decoration: underline;
}

.ft-under {
  margin-bottom: 20px;
}

.ft-under .contact,
.ft-under .tel,
.ft-under .fax {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.5em;
}

@media screen and (min-width: 767px) {
  .ft-under-tel{
    display: inline;
  }
}

@media screen and (max-width: 767px) {
  #footer {
    padding: 0;
  }

  #footer .inner {
    padding: 0;
  }

  #footer .site-nav {
    border-top: 1px solid #fff;
  }

  #footer .site-nav li {
    float: left;
    display: block;
    width: 50%;
    margin: 0;
  }

  #footer .site-nav .nav01 a,
  #footer .site-nav .nav04 a,
  #footer .site-nav .nav06 a {
    border-right: 1px solid #fff;
  }

  #footer .site-nav li a {
    display: block;
    padding: 10% 7%;
    border-bottom: 1px solid #fff;
  }

  .ft-under {
    margin-bottom: 0;
  }

  .ft-under .contact {
    width: 100%;
    margin: 0;
    background: url(../img/common/hd-bg.png) #2952ea;
  }

  .ft-under .contact span {
    display: block;
    width: 100%;
    height: 100%;
    padding: 5% 7%;
    line-height: 1.3;
    vertical-align: middle;
    border-bottom: 1px solid #fff;
    text-align:center;
  }

  .ft-under .contact span:before {
    content: "";
    display: inline-block;
    width: 11.2%;
    margin-right: 4%;
    padding-top: 9.2%;
    vertical-align: middle;
    background: url(../img/common/ft-ico01.png) no-repeat;
    background-size: 100% auto;
  }

  .ft-under .tel,
  .ft-under .fax {
    float: left;
    display: block;
    width: 50%;
    margin: 0;
    padding: 7% 3.5%;
    text-align: left;
    border-bottom: 1px solid #fff;
  }
  .ft-under .tel{
    border-right: 1px solid #fff;
  }

  .ft-under .tel a {
    text-decoration: none;
  }

  .copy {
    padding: 5% 0;
    line-height: 1.3;
  }
}

/* ------------------------------
    margin
------------------------------ */
.mt20 {
  margin-top: 20px;
}

.mt40 {
  margin-top: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

/* ------------------------------
    font-size
------------------------------ */
.f50 {
  font-size: 50px;
}

.f30 {
  font-size: 30px;
}

.f26 {
  font-size: 26px;
}

.f22 {
  font-size: 22px;
}

.f20 {
  font-size: 20px;
}

.f18 {
  font-size: 18px;
}

.f16 {
  font-size: 16px;
}

.f14 {
  font-size: 14px;
}

.f13 {
  font-size: 13px;
}

.f12 {
  font-size: 12px;
}

.f10 {
  font-size: 10px;
}

@media screen and (max-width: 767px) {
  .f50 {
    font-size: 9.5vw;
  }

  .f30 {
    font-size: 8vw;
  }

  .f26 {
    font-size: 7vw;
  }

  .f22 {
    font-size: 5.3vw;
  }

  .f20 {
    font-size: 5vw;
  }

  .f18 {
    font-size: 4.7vw;
  }

  .f16 {
    font-size: 4.15vw;
  }

  .f14 {
    font-size: 4vw;
  }

  .f13 {
    font-size: 4vw;
  }

  .f12 {
    font-size: 4vw;
  }
}

/* ------------------------------
    clearfix
------------------------------ */
.clear {
  clear: both;
}

.cf:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.cf {
  display: inline-block;
}

/* Hides from IE Mac */
* html .cf {
  height: 1%;
}

.cf {
  display: block;
}

/* End Hack */

/* ----------------------------------------------------------------------------------------------------
*  下層共通
* --------------------------------------------------------------------------------------------------*/
.mainimg {
  width: 100%;
  padding-top: 31.25%;
  background: 65% 50% no-repeat;
  background-size: cover;
}

.breadcrumb_sec {
  border-bottom: 1px solid #cccccc;
}

.breadcrumb {
  padding: 25px 0 20px;
  color: #303030;
}

.breadcrumb li {
  display: inline-block;
}

.breadcrumb li:after {
  content: '>';
  padding: 0 3px;
}

.breadcrumb li:last-child:after {
  content: '';
}

.breadcrumb a {
  text-decoration: none;
  color: #303030;
}

.breadcrumb a:hover {
  text-decoration: underline;
}

.if {
  width: 60%;
  margin: 100px auto 0 auto;
}

.shi-ti {
  display: inline-block;
  position: relative;
  margin-bottom: 50px;
  padding-right: 50px;
}

.shi-ti::after {
  content: "";
  position: absolute;
  display: block;
  width: 30px;
  top: 50%;
  right: 0;
  transform: rotate(-45deg);
  border-top: 1px solid;
}

.button {
  text-align: center;
}

.button a {
  display: block;
  width: 360px;
  padding: 2rem 0;
  margin: 20px auto 0 auto;
  color: #fff;
  background-color: #2952EA;
  text-decoration: none;
  text-align: center;
  transition: all .2s;
}

.button a.arrow {
  position: relative;
  padding-left: 25px;
  display: inline-block;
}

a.arrow::before {
  /* くの字の表示設定 */
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 14px;
  width: 10px;
  /* くの字を山なりに見た時、左側の長さ */
  height: 10px;
  /* くの字を山なりに見た時、右側の長さ */
  border-top: 3px solid #fff;
  /* くの字を山なりに見た時、左側の太さと色 */
  border-right: 3px solid #fff;
  /* くの字を山なりに見た時、右側の太さと色 */
  transform: rotate(45deg);
  /* くの字の向き */
}

.button a i {
  margin-left: 1rem;
}

.button a:hover {
  background-color: #EA8929;
}

.table02 {
  width: 100%;
  border: 2px solid #ccc;
  border-spacing: 0;
}

.table02 th {
  font-weight: bold;
  padding: 1em;
  border-bottom: 1px solid #ccc;
  text-align: center;
}

.table02 td {
  padding: 1em;
  border-bottom: 1px solid #ccc;
  text-align: center;
}

.table02 th:nth-child(odd),
.table02 td:nth-child(odd) {
  border-right: 1px solid #ccc;
}

.table02 tr:last-child td {
  border-bottom: none;
}

.table03 {
  width: 100%;
}

.table03 th {
  white-space: nowrap;
  padding: 1em;
  line-height: 1.4;
  vertical-align:top;
}

.table03 td {
  padding: 1em;
  line-height: 1.4;
}

.table03 tr th p {
  display: inline-block;
  padding: 1em;
  background-color: #B6D229;
  color: #fff;
  font-weight: bold;
}

.table03 li {
  list-style-type: disc;
  line-height: 1.4;
}
.schedule-img img{
  width: 100%;
}

@media screen and (max-width: 767px) {
  .mainimg {
    padding-top: 40%;
    background-size: auto 100%;
  }

  .breadcrumb_sec {
    display: none;
  }

  .if {
    width: 90%;
  }

  .shi-ti {
    margin-bottom: 6.7%;
    padding-right: 35px;
    line-height: 1.12;
  }

  .shi-ti:after {
    top: 50%;
  }

  .button a {
    width: 100%;
  }
}