html {
    -webkit-font-smoothing: antialiased;
    scroll-behavior: smooth;
}

body {
    font-family:'Yu Gothic',"Zen Kaku Gothic Antique", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", 'MS Mincho','Noto Serif JP','MS Ｐ明朝','Hiragino Kaku Gothic ProN','Hiragino Mincho ProN','メイリオ', 'Meiryo','ＭＳ ゴシック','YakuHanJP','sans-serif','UD Digi Kyokasho NK-B','BIZ UDPMincho', 'BIZ UDPゴシック','Trebuchet MS', Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
}

a{
    color: #000;
    text-decoration: none
}

a:hover{
    color:#000;
    text-decoration: none;
}

ul{
    font-size:0;
    padding: 0;
}

ul li{
    font-size: 16px;
    display: inline-block;
}

/* ///////////////////////////////////////////////////////////////////
ヘッダー
/////////////////////////////////////////////////////////////////// */

header{
    width: 100%;
    margin: 10px auto 0;
    padding: 0 0 2%;
    text-align: center
}


header .logo-top img{
    width: 30%;
    margin: 2% auto 1%;
}

header .seo{
    margin: 0 auto 0 3%;
    text-align: center;
    font-size: .8rem;
    padding: 0;
}

header .pc{
    display: none;
}


/* ///////////////////////////////////////////////////////////////////
メニュー
/////////////////////////////////////////////////////////////////// */

#nav-drawer {
    position: relative;
    z-index: 99999;
    color: #0b4f9b
}

.nav-unshown {
    display: none;
}


#nav-open {
    display: flex;
    height: 60px;
    width: 50px;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 9999;
    cursor: pointer;
    right: 8px;
    top: 20px;
    background: rgb(234, 234, 0, 0.2);
}

#nav-open p {
    margin: 0;
    content: "";
    bottom: 5px;
    position: absolute;
    font-weight: bold;
    font-size: 80%;
    color: #0b4f9b;
}

#nav-open p.close {
    display: none
}

#nav-open span,
#nav-open span:before,
#nav-open span:after {
    content: '';
    display: block;
    height: 2px;
    width: 30px;
    border-radius: 3px;
    background: #0b4f9b;
    transition: 0.5s;
    position: absolute;
}

#nav-open span {
    top: 22px
}

#nav-open span:before {
    bottom: 8px;
}

#nav-open span:after {
    top: 8px;
}

.nav-unshown:checked ~ #nav-open span {
    background: rgba(255, 255, 255, 0);
}

.nav-unshown:checked ~ #nav-open span::before {
    bottom: 0;
    transform: rotate(45deg);
}

.nav-unshown:checked ~ #nav-open span::after {
    top: 0;
    transform: rotate(-45deg);
}

.nav-unshown:checked ~ #nav-open p.menu {
    display: none;
    transition: 0.5s;
}

.nav-unshown:checked ~ #nav-open p.close {
    display: block;
    transition: 0.5s;
}



#nav-close {
    display: none;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    transition: .3s ease-in-out;
}

#nav-content {
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9995;
    width: 100%;
    max-width: 100%;
    height: 100%;
    background: #fff;
    padding: 5% 0 10%;
    transition: .3s ease-in-out;
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%);
}

#nav-input:checked ~ #nav-close {
    display: block;
    opacity: .5;
}

#nav-input:checked ~ #nav-content {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    box-shadow: 6px 0 25px rgba(0, 0, 0, .15);
}

#nav-content .logo-menu{
    width: 30%;
    display: block;
    margin: 0 auto 3%;
    padding: 3% 0 5%;
}

#nav-content .logo-menu img{
    width: 100%;
    display: block
}

#nav-content .tab{
    display: none;
}

#nav-content .title{
    color: #fff;
    text-align: center;
    background-color: #0b4f9b;
    font-weight: bold;
    font-family: 'ヒラギノ角ゴ ProN W3','メイリオ';
    margin: 3px auto ;
    padding: 2% 0 1%;
    width: 80%;
    font-size: 1.2rem;
}


#nav-content ul{
    text-align: center;
    margin: 0 0 5%;
}

#nav-content li{
    position: relative;
    width: 80%;
    vertical-align: top;
    box-sizing: border-box;
    border-bottom: dashed 1px #ccc;
    padding: 2% 1% .5%;
}

#nav-content li a{
    width: 90%;
    display: inline-block;
    text-align: left;
    line-height: 1.5;
    padding: 2px 0;
    font-weight: 600;
    font-family: 'Hiragino Kaku Gothic ProN','メイリオ';
}

#nav-content li::after {
    background-image: url(../../icon/allow-b.webp);
    background-size: cover;
    background-position: center;
    width: 8px;
    height: 10px;
    content: "";
    position: absolute;
    right: 10px;
    top:9px
}

/* ///////////////////////////////////////////////////////////////////
bt-area-対応エリア
/////////////////////////////////////////////////////////////////// */
.bt-area{
    position: relative;
    text-align: center;
    margin: 5% 0 ;
    padding: 1vw 0 0;
}
.bt-area .sub{
    position: absolute;
    height: 12vw;
    z-index: 0;
    top: 4vw;
    left: 0;
}
.bt-area .illust{
    position: absolute;
    width: 40vw;
    top: 0;
    right: 0;
}
.bt-area h2{
    font-size: 6vw;
    font-weight: 700;
    font-family: "Zen Kaku Gothic Antique", serif;
    color: #0b4f9b;
    margin: 5% 0 2%;
    padding: 0 0 2% 20vw;
    text-align: left;
    display: block;
    position: relative;
}
.bt-area h2::before{
    content: "";
    position: absolute;
    border-bottom: solid 3px #eaea00;
    width: 35vw;
    bottom: 0;
    left: 0;
}
.bt-area .text{
    font-size: 3.6vw;
    font-weight: 600;
    line-height: 1.8;
    text-align: left;
    margin: 0 0 2% 20vw;
    width: auto;
}
.bt-area ul{
    margin: 0 auto;
    width: 95%;
    text-align: left;
}
.bt-area ul li{
    font-weight: 500;
    line-height: 1.5;
    margin: 0 0 5%;
}
.bt-area ul li h3{
    font-size: 3.7vw;
    font-weight: 700;
    font-family: "Zen Kaku Gothic Antique", serif;
    background-color: #0b4f9b;
    color: #fff;
    margin: 0 ;
    padding: 1% 3%;
    display: inline-block;
}
.bt-area ul li p{
    margin: 2% 0 0 5%;
    width: 90%;
    font-size: 3.6vw;
    font-weight: 500;
}
/* ///////////////////////////////////////////////////////////////////
bt-contact-フッターのお問い合わせ
/////////////////////////////////////////////////////////////////// */
.bt-info{
    position: relative;
    text-align: center;
    margin: 5% 0 0;
    padding: 1vw 0 3%;
    background-color: rgba(106, 156, 202, 0.3);
}
.bt-info  .sub{
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0.6;
    z-index: 1;
}
.bt-info .abs-img1{
    display: none;
}
.bt-info .abs-img2{
    display: none;
}
.bt-info h2{
    font-size: 6vw;
    font-weight: 900;
    font-family: "Zen Kaku Gothic Antique", serif;
    color: #0b4f9b;
    margin: 5% 0 2%;
    padding: 0  ;
    text-align: center;
    display: block;
    position: relative;
    z-index: 2;
}
.bt-info .text{
    font-size: 3.6vw;
    font-weight: 600;
    line-height: 1.8;
    text-align: center;
    margin: 0 0 2% ;
    z-index: 2;
}
.bt-info .box{
    margin: 5% auto;
    width: 90%;
    padding: 0 ;
}
.bt-info .box .logo{
    width: 40%;
    margin: 0 auto 1%;
    display: block;
}
.bt-info .box h3{
    font-size: 4vw;
    font-weight: 500;
    font-family: "Zen Kaku Gothic Antique", serif;
    color: #0b4f9b;
    margin: 0 0 2%;
    padding: 1% 0 ;
    text-align: center;
}
.bt-info .box h3 a:hover{
    color: #aaa;
    transition: 0.3s;
}
.bt-info .box p{
    font-size: 3.5vw;
    font-weight: 600;
    line-height: 1.5;
    text-align:left;
    margin: 0 0 ;
}
.bt-info .box p::before{
    content: "住所：";
}
.bt-info .box .link-box{
    margin: 2% auto 5%;
    width: 90%;
}
.bt-info .box .link-box a{
    display: block;
    font-size: 6vw;
    font-weight: 600;
    font-family: "Zen Kaku Gothic Antique", serif;
    color: #0b4f9b;
    margin: 0 ;
    border: solid 2px #eaea00;
    background-color: #fff;
    padding: 2% 0;
}
.bt-info .box .link-box a img{
    width: 8vw;
    vertical-align: -1vw;
    margin: 0 2% 0 0;
}
.bt-info .box .link-box.line a{
    font-size:5.5vw
}
.bt-info .box .link-box a:hover{
    background-color: #eaea00;
    color: #0b4f9b;
    transition: 0.3s;
}
/* ///////////////////////////////////////////////////////////////////
GOOGLEMAP-Googleマップ
/////////////////////////////////////////////////////////////////// */
.gmap{
    width: 100%;
    height: 400px;
    border: none;
}

/* ///////////////////////////////////////////////////////////////////
パンくずリスト
/////////////////////////////////////////////////////////////////// */

.breadcrumb {
    width: 95%;
    padding: 5px 2.5%;
    list-style: none;
    text-align: left;
    background-color: #0b4f9b;
    margin: -2vw 0 0;
}

.breadcrumb li {
  display: inline;
  list-style: none;
    font-size: .7rem;
}

.breadcrumb li a {
  color: #fff;
  font-weight: 600;
}

.breadcrumb li:after {
  content: '/';
  padding: 0 0.2em;
  color: #fff;
}
.breadcrumb .fas{
    margin: 0 1% 0 0;
}
.breadcrumb li:last-child:after {content: '';}
.breadcrumb li a:hover{
    opacity: 0.6;
    transition-duration: 0.3s;
}
.breadcrumb li:last-child:after {content: '';}

/* ///////////////////////////////////////////////////////////////////
footre-フッター
/////////////////////////////////////////////////////////////////// */

.footer{
    width: 100%;
    margin: 5% auto 20%;
    padding: 2% 0;
    text-align: center;
}
.footer .ft-info{
    width: 90%;
    margin: 0 auto;
}

.ft-info .logo{
    width: 40%;
    margin: 0 auto 1%;
    display: block;
}
.ft-info h3{
    font-size: 4vw;
    font-weight: 500;
    font-family: "Zen Kaku Gothic Antique", serif;
    color: #0b4f9b;
    margin: 0 0 2%;
    padding: 1% 0 ;
    text-align: center;
}
.ft-info h3 a:hover{
    color: #aaa;
    transition: 0.3s;
}
.ft-info .write{
    font-size: 3.5vw;
    font-weight: 600;
    line-height: 1.5;
    text-align: center;
    margin: 0 0 ;
}
.ft-info .pc .link-box{
    display: none;
}
.copyright{
    font-size: 3.5vw;
    margin: 5% 0 0;
}

/* ///////////////////////////////////////////////////////////////////
固定
/////////////////////////////////////////////////////////////////// */

.fixed {
    opacity: 0;
    visibility: hidden;;
    position: fixed;
    z-index: 9999;
    background-color: #eaea00;
}

.fixed table{
    margin: 0 auto 0 -2%;
    bottom: 0;
    position: fixed;
    z-index: 9999;
    width: 100%;
    padding: 2vw 0;
    text-align: center;
    background-color: rgb(234, 234, 0, 0.5);
}


.fixed img{
    width: 7vw;
    display: inline-block;
    vertical-align: middle;
}

.fixed .tel{
    width: 60%;
}
.fixed .tel img{
    vertical-align: .1vw;
}

.fixed span{
    font-size:6vw;
    font-weight: bold;
    font-family: "Zen Kaku Gothic Antique", serif;
    display: block;
    margin: 2px 0 0 4px;
    display: inline-block;
    color: #0b4f9b
}

.fixed .other{
    width: 20%;
    border-left: solid 1px #0b4f9b;
}


@import url("fa.min.css");
