@charset "UTF-8";
/*-------------------------------------------
ヘッダー
-------------------------------------------*/
body,
ul {
  margin: 0;
  padding: 0;
}
body {
  overflow-x: hidden;
}
h1 , h2 , h3 {
    margin: 0;
}
a {
  text-decoration: none;
    color: #000;
}
#introduction a {
  text-decoration: none;
	color: inherit;
}
#introduction .syo_1 a{
	color: #fff !important;
}
ul,li {
    padding: 0;
  list-style: none;
}

img{
	vertical-align:top;
}
header {
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items:center;
    justify-content: space-between;
}

.tit00 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 80px;
}
.top001 {
    background-color: #fff;
    width: 100%;
}
.tit01 {
    display: flex;
    justify-content:flex-start;
    align-items: center;
    padding-left: 15px;
}
.tit_logo {
    width: 200px;
}
.t_a_b {
    width: 220px;
    margin-left: 15px;
    padding-left: 15px;
    border-left: 2px solid #000;
}
.tel {
    display: flex;
    align-items: center;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 2.5rem;
}
.acssec {
    padding-right: 10px;
}
.acssec , .bus {
    display: flex;
    align-items: center;
  font-size: 1.5rem;
}
.tel img, .acssec img, .bus img {
    height: 20px;
}
.a_b {
    display: flex;
}
.header_menu {
    display: none;
}

.btn_migi {
    display: flex;
    align-items: center;
}
.btn_01 {
    align-items: center;
}
a.btn--radius {
  border-radius: 100vh;
}
.btn_head1 {
    background-color: #065b87;
    margin-bottom: 2px;
    text-align: center;
    border-radius: 100vh;
}
.btn_head2 {
    background-color: #065b87;
    margin-top: 2px;
    text-align: center;
    border-radius: 100vh;
}
.btn_head1 .arrow {
    left: 6%;
}
.btn_head2 .arrow {
    left: 28%;
}
.btn_x {
    width: 150px;
    background-color: #000;
    padding: 10px 0;
    border-radius: 5px;
    margin: 0 10px;
}
.btn_x img {
    width: 35px;
}
.btn_x p{
    font-size: 1.6rem;
    text-align: left;
line-height: 1.5;
    margin: 0;
}
.btn_x .btn{
    width: 150px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}


.ishihyou_machijyokyo {
    position: fixed;
    z-index: 10;
    top :25%;
    right: 0;
    transform: translate(0%, 0%);
    animation: slideIn 1s cubic–bezier(0.25, 1, 0.5, 1) 1 forwards;
}
.ishihyou {
    width: 80px;
    height: 80px;
    text-align: center;
    background-color: #065b87;
    border-radius: 10px 0 0 10px;
    border-top: solid 1px #fff;
    border-left: solid 1px #fff;
    border-bottom: solid 1px #fff;
    margin-bottom: 5px;
}
.machijyoukyo {
    width: 80px;
    height: 80px;
    text-align: center;
    background-color: #118262;
    border-radius: 10px 0 0 10px;
    border-top: solid 1px #fff;
    border-left: solid 1px #fff;
    border-bottom: solid 1px #fff;
}
.mark {
    margin: 0 auto;
    width: 30px;
    padding-top: 10px;
}
.ishi_txt {
    color: #fff;
    font-size: 1.2rem;
    padding-bottom: 10px;
}

  .global_menu {
    /* メニュー全体のスタイル */
    position: relative;
    /* ↑↑位置調整 */
    right: 0;
    height: 80px;
    max-width: 1785px;
    /* 文字色 */

    /* 背景色 */
    visibility: visible;
    overflow-y: visible;
    z-index: 9999;
    text-align: right;
  }
    .menu:not(:last-child) {
        margin-bottom: 0;
    }
  .menu, .child_menu>li {
    display: inline-block;
    text-align: center;
  }
    .menu, .child_menu>li ::before {
        content: '- ';
        color: #4a89c6;
    }
  .menu>a {
    /* 親項目のスタイル */
    padding: 10px;
    margin: 15px 0px 25px;
    font-size: 1.4em;
    font-weight: normal;
  }
  .menu:hover>a {
    border-bottom: solid 3px #065b87;
  }
  #header-right {
    margin-right: 50px;
    /* ↑↑⭐️ボタンを避ける */
  }
  .menu_button {
    display: none;
    /* ハンバーガーメニューのボタンを非表示 */
  }
  .child_menu {
    /* 下層メニューのスタイル */
    width: 100%;
      height: 150px;
    position: fixed;
    /* スクリーンに固定 */
    top: 80px;
    /* ヘッダーの高さ */
    left: 0;
    color: #333;
    /* 文字色 */
    background: #edf7fb;
    /* 背景色 */
    visibility: hidden;
    /* 下層メニューを非表示 */
    opacity: 0;
    /* 不透明度を最小に */
  transition: height .6s;
    /* アニメーション設定 */
  }


  .menu:hover .child_menu {
    /* 下層メニューのスタイル（親項目ホバー時） */
    visibility: visible;
    /* 下層メニューを表示 */
    opacity: 1;
    /* 不透明度を最大に */
  }

  .child_menu>li>a {
    padding: 10px;
  }

  .child_menu>li>a:hover {
    background: unset;
    color: #065b87;
  }
    .dropdown {
        width: 1100px;
        margin: 10px auto;
        text-align: left;
        border-bottom: solid 3px #086593;
    }
    .dropdown-title {
        font-size: 1.7rem;
        font-weight: bold;
        width: 170px;
    }
    .dropdown-title a{
        color: #086593;
    }
.child_menu>li>a {
  padding: 10px;
  font-size: 1.7em;
}
.menu-icon {
  display: none;
  flex-direction: column;
  cursor: pointer;
}

.menu-icon span {
  width: 30px;
  height: 3px;
  background-color: #333;
  margin: 4px 0;
}
.menu_button::before {
  /* アイコンのスタイル */
  font-family: "Font Awesome 5 Free";
  content: "\f0c9";
  /* アイコン「３本線」 */
  font-weight: 900;
  position: absolute;
  color: #fff;
  top: 30px;
  right: 5px;
  transform: translate(-50%, -50%);
}


.global_menu a {
  /* 各項目のスタイル */
  display: block;
  width: 100%;
}

.global_menu a:hover {
  /* 各項目のスタイル（ホバー時） */

}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;/*rem算出をしやすくするために*/
}

.btn,
a.btn,
button.btn {
    width: 200px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2.5;
  position: relative;
  display: inline-block;
  padding: 0rem 0rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #fff;
    border-radius: 100vh;
}


    .hamburger {
        display: none;
    }


@media screen and (max-width: 1376px) {
    .t_a_b {
        display:none;
    }
}
@media screen and (max-width: 1140px) {
    .btn_migi {
        display:none;
    }
}
@media only screen and (max-width: 1024px) {
.ishihyou_machijyokyo {
    top :15%;
}
}
@media only screen and (max-width: 820px) {
.tit00 {
    height: 60px;
}

.mark {
    margin: 0 auto;
    width: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.ishi_txt {
    font-size: 1.0rem;
    line-height: 1.2;
    padding-bottom: 0px;
}
    .right-menu {
        display: flex;
    }
    
    .global_menu {
        position: relative;
        top: 10px;
        right: 0;
        height: 80px;
        max-width: 1785px;
        margin: 0 auto;
        visibility: visible;
        overflow-y: visible;
        z-index: 9999;
        text-align: right;
    }
.menu:not(:last-child) {
    margin-bottom: 20px;
}
.menu>a {
    font-weight: 500;
    padding: 10px;
    margin: 10px 0px 20px;
    font-size: 1.4em;
}
    .dropdown {
        width: 1100px;
    }
}
@media only screen and (max-width: 800px) {
.tit00 {
    height: 60px;
    justify-content: space-between;
    z-index: 9999;
}
    .tit_logo {
        margin-left: 10px;
        margin-right: 10px;
    }
.ishihyou_machijyokyo {
    position:absolute;
    z-index:  0;
    display: flex;
    top: 0;
    right: 60px;
    transform: translate(0%, 0%);
}
.ishihyou {
    width: 60px;
    height: 60px;
    text-align: center;
    background-color: #065b87;
    border-radius: 0px 0 0 0px;
    border-top: solid 0px #fff;
    border-left: solid 0px #fff;
    border-bottom: solid 0px #fff;
    margin-bottom: 0px;
}
.machijyoukyo {
    width: 60px;
    height: 60px;
    text-align: center;
    background-color: #118262;
    border-radius: 0px 0 0 0px;
    border-top: solid 0px #fff;
    border-left: solid 0px #fff;
    border-bottom: solid 0px #fff;
}
    .mark {
        width: 20px;
        padding-top: 10px;
        padding-bottom: 0px;
    }
.menu_button {
  /* ボタンのスタイル */
  width: 60px;
  /* 幅 */
  height: 60px;
  /* 高さ */
  top: 0px;
  right: 0px;
  background: #065b87;
  /* 背景色 */
  z-index: 10;
}
.global_menu {
    visibility: hidden;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 60px;
    left: 0;
    padding: 0 30px;
    color: #333;
    overflow-y: scroll;
    text-align: center;
    z-index: 500;
}
.menu>a {
  /* 親項目のスタイル */
  font-weight: bold;
  padding: 10px;
    margin: 10px 0px 20px;
      font-size: 1.4em;
}

.child_menu>li>a {
  padding: 10px 30px;
  font-size: 1.7em;
}
    .hamburger {
        display: block;
    }
}
@media screen and (max-width:768px) {
.tit_logo {
    width: 160px;
}
.header_menu {
    display:block;
}
.tit01 {
    display: flex;
    justify-content:flex-start;
    align-items: center;
    padding-left: 0px;
    height: 60px;
    padding-right: 10px;
}
.tit01_1 {
    display: block;
}
.global_menu {
  /* メニュー全体のスタイル */
  visibility: hidden;
  /* メニューを非表示 */
  width: 100%;
  height: 100%;
  position: absolute;
  top: 60px;
  left: 0;
  padding: 0 30px;
  color: #333;
  /* 文字色 */

  /* 背景色 */
  overflow-y: scroll;
  text-align: center;
  z-index: 500;
}
    .syo {
        display: none!important;
    }
    .hamburger_tel {
        display:flex;
        width: 90%;
        padding: 50px 0 30px;
        margin: 0 auto;
    }
    .hamburger_tel img {
        width: 10px;
        margin-right: 10px;
    }
    .hamburger_tel p {
        color: #fff;
        font-size: 3.0rem;
    }
    .header_menu .btn3 {
        width: 90%;
        margin: 0 auto;
        padding-bottom: 40px;
    }
    .hamburger_acssec {
    display: flex;
    justify-content: space-between;
    margin: 0px auto 0;
}
    .hamburger_acssec p{
        font-size: 1.2rem;
        color: #fff;
}
    .hamburger_acssec a {
            width: calc(100% / 2 - 10px);
    }
    .hamburger_acssec .nibunkatubu {
        padding: 10px 20px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .hamburger_acssec img{
        width: 10px;
    }
}
























/* ---------------------------------------------- */
/* ハンバーガーメニュー */
/* ------------------------- */
#header-hamburger {
    /* 見た目のCSS */
    background: #065b87;
    cursor: pointer;
    width: 60px;
    aspect-ratio: 1/1;
    margin-left: auto;
    /* ボタンがハンバーガーウィンドウの下に隠れないようにする指定 */
    position: relative;
    z-index: 1;
}
.hamburger-window__nav-list {
    background: #065b87;
    padding: 30px 0 70px;
}
/* ----------------- */
/* 三本線 */
/* ----------------- */
#header-hamburger span {
    /* 見た目のCSS */
    display: inline-block;
    background: #fff;
    width: 50%;
    height: 2px;
    /* バーガー線の太さ */
    /*アニメーションの設定*/
    transition: all .4s;
    position: absolute;
    left: 50%;
    /* バーガー線の位置 */
    transform: translateX(-50%);
}

/* １本目 */
#header-hamburger span:nth-of-type(1) {
    top: 30%;
}

/* ２本目 */
#header-hamburger span:nth-of-type(2) {
    top: 50%;
}

/* ３本目 */
#header-hamburger span:nth-of-type(3) {
    top: 70%;
}

/* ------------------ */
/* ×印 */
/* ------------------ */
/*activeクラスが付与されると線が回転して×になる*/
#header-hamburger.active span:nth-of-type(1) {
top: 50%;
    right: 25%;
    width: 20px;
    transform: translate(-3px, 10px) rotate(135deg);
}

#header-hamburger.active span:nth-of-type(2) {
    left: 25%;
}

#header-hamburger.active span:nth-of-type(3) {
    top: 50%;
    left: 25%;
    width: 20px;
    transform: translate(-1px, 10px) rotate(45deg);
}
#header-hamburger.active span {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
/* ----------------------------------------------- */
/* メニューウィンドウ */
/* -------------------------- */
#hamburger-window {
    transition: 0.3s;
    text-align: center;
    /* 初期状態は非表示 */
    visibility: hidden;
    position: absolute;
  top: -10%; /*ハンバーガーがクリックされる前はWindow上部に隠す*/
  left: 0;
    z-index: 99;
    /* 画面いっぱいに表示されるサイズに設定 */
    width: 100%;
    height: 100vh;
    /* 画面からはみ出したらスクロール可能にする */
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
opacity: 0.0;
}

/*スクロールバー非表示（Chrome・Safari）*/
.content::-webkit-scrollbar{
    display:none;
}

#hamburger-window.open {
    visibility: visible;
    top: 60px;
opacity: 1.0;
}

.hamburger-window__link {
    display: block;
    margin: 0 auto;
    width: 90%;
}

.hamburger-window__link:hover {
    background-color: #ccc;
}

.hamburger-window__link p {
    color: #fff;
    margin: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 1.7rem;
}
.hamburger-window__link1 p {
    color: #fff;
    margin: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 1.7rem;
}
.hamburger-window__link:first-child .acordion-btn {
    border-top: 1px solid #ccc;
}


/* ----------------------------------
アコーディオン部分
--------------------- */
.acordion-menu-wrapper {
    background-color: #065b87;
}    

.acordion-btn {
    display: flex;
    align-items: center;
    padding-left: 5%;
    width: 100%;
}
.acordion-btn a{
    width: 80%;
}
.acordion-btn:hover {
    background-color: #065b87;
}

.acordion-btn::after {
  content: "";
  position: absolute;
  margin: auto;
  right: 8%;
  width: 27px;
  height: 27px;
  border: 2px solid #fff;
  border-radius: 50%;
}    
.acordion-btn::before { /* 矢印の丸枠の表示設定 */
  content: "十";
  position: absolute;
  margin: auto;
  right: 7.8%;
    color: #fff;
    font-size: 2rem;
  width: 20px;
  height: 20px;
  transform: rotate(90deg);
}


.hamburger-window__link:not(:first-child) {
    border-top: 1px solid #ccc;
}

.hamburger-window__title,
.hamburger-window__link > a {
    color: #fff;
}

.hamburger-window__link > a {
    color: #fff;
    display: block;
    text-align: left;
    padding-left: 5%;
    position: relative;
    background-color: #065b87;
}
.hamburger-window__link1 > a {
    color: #fff;
    display: block;
    text-align: left;
    padding-left: 5%;
    position: relative;
    background-color: #065b87;
}
.acordion>.acordion__item {
    position: relative;
    text-align: left;
    width: 100%;
    background-color: #065b87;
    /* 閉じている状態 */
    border-top: 0 #ccc solid;
    line-height: 0;
    /* 閉じるアニメーション */
    transition:
        border-top .1s ease-out,
}

.acordion.is-open>.acordion__item {
    background-color: #065b87;
    /* 開いている状態 */
    transition:
        border-top .1s ease-out,
}

.acordion.is-open>.acordion__item:first-child {
    border-top: none;
}


.acordion>.acordion__item>.acordion__link {
    color: #333;
    display: block;
    padding-left: 7%;
    /* 閉じている状態 */
    padding-top: 0;
    padding-bottom: 0;
    line-height: 0;
    opacity: 0;
    visibility: hidden;
    /* 閉じるアニメーション */
    transition:
        padding-top .3s ease-out,
        padding-bottom .3s ease-out,
        line-height .3s ease-out,
        opacity .1s linear,
        visibility .1s linear;
}

.acordion.is-open>.acordion__item>.acordion__link {
    font-size: 1.6rem;
    color: #fff;
    display: block;
    padding-left: 7%;
    /* 開いている状態 */
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 1.5;
    opacity: 1;
    visibility: visible;
    /* 開くアニメーション */
    transition:
        padding-top .3s ease-out,
        padding-bottom .3s ease-out,
        line-height .3s ease-out,
        opacity .1s linear,
        visibility .1s linear;
}






























/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
  .pc { display: none !important; }
  .sp { display: block !important; }
}