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

body {
    font-family: 'Yu Gothic','Noto Serif JP','MS Ｐ明朝','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', 'Meiryo','ＭＳ ゴシック','YakuHanJP','sans-serif','UD Digi Kyokasho NK-B','小塚ゴシック Pr6N', 'BIZ UDPゴシック','Trebuchet MS', Arial, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    font-family: "游ゴシック";
}

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: left
}

header .logo-top{
    text-align: left;
}
header .logo-top img{
    width: 80%;
    margin: 2% auto .3% 3%;
}

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: #646464
}

.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(242, 242, 242, 0.5);
}

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

#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: #d1a232;
    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: 65%;
    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: #316544;
    text-align: center;
    background-color: #d1a232;
    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;
}

#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
}

/* ///////////////////////////////////////////////////////////////////
bottom-contact
/////////////////////////////////////////////////////////////////// */

.bt-contact{
    width: 100%;
    margin: 0 auto 0;
    text-align: center;
    background-color: #d1a232;
    position: relative;
    padding: 8% 0 5%;
}

.bt-contact .box{
    width: 90%;
    display: inline-block;
    border: solid 2px #fff;
}

.bt-contact  .subtitle{
    width: 60%;
    display: block;
    margin: auto;
    background-color: #d1a232;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 0 5%;
    z-index: 0;
}

.bt-contact .box h2{
    color: #316544;
    font-size: 1.5rem;
    margin: 0 0 5%;
    position: relative;
}

.bt-contact .box .explan{
    font-size: 1.05rem;
    margin: 0 0 5%;
    display: inline-block;
    width: 90%;
    font-weight: 600;
}

.bt-contact .box a{
    display: inline-block;
    margin: 0 auto 5%;
    padding: 3% 4%;
    background-color: #316544;
    color: #fff;
    font-size: 1.3rem;
    font-weight: bold;
}

.bt-contact .box a img{
    width: 1.5rem;
    display: inline-block;  
    vertical-align: -2px;
    margin-right: 5px;  
}

.bt-contact .box a:hover{
    opacity: 0.8;
    transition-duration: 0.3s;
}

/* ///////////////////////////////////////////////////////////////////
bottom-access
/////////////////////////////////////////////////////////////////// */

.bt-access{
    width: 100%;
    text-align: center;
    background-color: #d6e9ca;
    position: relative;
    padding: 8% 0 0;
}

.bt-access  .sub{
    width: 60%;
    display: block;
    margin: auto;
    background-color: #d6e9ca;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 0 5%;
    z-index: 0;
}

.bt-access .info{
    display: inline-block;
    font-size: 1rem;
    font-weight: 600;
    background-image: url(../../images/bg-left-bottom.webp);
    background-size: 60% auto;
    background-position: left bottom;
    background-repeat: no-repeat;
}

.bt-access h2{
    color: #316544;
    font-size: 1.5rem;
    margin: 0 0 5%;
    position: relative;
}

.bt-access h3{
    font-size: 1.2rem;
    margin: 3% 0 0;
    text-align: left;    
}

.bt-access p{
    margin: 0;
    font-size: 1rem;
}

.bt-access li.left{
    margin: 0 0 5%;
}

.bt-access .link-box a{
    display: inline-block;
    margin: 0 auto 5%;
    padding: 3% 4%;
    background-color: #316544;
    color: #fff;
    font-size: 1.3rem;
    font-weight: bold;
}

.bt-access .link-box a img{
    width: 1.5rem;
    display: inline-block;  
    vertical-align: -2px;
    margin-right: 5px;  
}

.bt-access .link-box a:hover{
    opacity: 0.8;
    transition-duration: 0.3s;
}

iframe{
    width: 100%;
    height: 500px;
    border: none;
}

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

.breadcrumb {
    width: 95%;
    padding: 5px 2.5%;
    list-style: none;
    text-align: left;
    font-family: "游ゴシック";
    font-size: 12px;
    background-color: #316544;
    margin: -.4rem 0 0;
}

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

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

.breadcrumb li:after {
  content: '/';padding: 0 0.2em;color: #555;
}

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

.breadcrumb li a:hover{
    opacity: 0.6;
    transition-duration: 0.3s;
}

/* ///////////////////////////////////////////////////////////////////
フッター リンクリスト
/////////////////////////////////////////////////////////////////// */

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

.footer .link-box.pc{
    display: none;
}

.footer ul{
    width: 90%;
    margin: 0 auto 10%;
}

.footer ul .title{
    font-size: 1.2rem;
    font-weight: 600;
    color: #d1a232;
    padding: 3% 0 2%;
    background-color: #316544;
}

.footer ul li{
    display: block;
    width: 100%;
    border-bottom: dashed 1px #316544;
    padding: 3% 0 2%;
    text-align: left;
}


.footer ul li a{
    color: #000;
    font-weight: 600;
    position: relative;
    display: block;
    width: 80%;
    padding: 0 10%;
}

.footer ul li a::after {
    background-image: url(../../icon/allow-b.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: .8rem;
    height: .8rem;
    content: "";
    position: absolute;
    right: 10%;
    top:5px
}
.footer .info.pc{
    display: none;
}
.footer .info{
    margin: 0;
    font-weight: 600;
    width: 80%;
    display: inline-block;
}

.footer .info img{
    width: 100%;
}

.footer h3{
    text-align: left;
    font-size: 1.2rem;
    margin: 1% 0;
}

.footer .info .write{
    font-size: .95rem;
    margin: 2% 0 ;
    font-weight: 600;
    line-height: 1.5;
    text-align: left;
    display: table;
}

.footer .info .write span{
    display: table-cell;
    width: 18%;
}

.footer .copyright{
    font-size: 0.8rem;
    color: #666;
    margin: 5% 0 0;
}

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

.fixed table{
    margin: 0 auto 0 -2%;
    bottom: 0;
    position: fixed;
    z-index: 9999;
    width: 100%;
    padding: 0;
    text-align: center;
    height: 70px;
}

.fixed .td{
    width:50%;
    position: relative;
}

.fixed img{
    width: 15%
}

.fixed span{
    font-size: 1rem;
    font-weight: bold;
    display: block;
    margin: 5
    2px 0 0;
}

.fixed .tel{
    background-color: rgb(242, 242, 242, 0.9)
}

.fixed .tel span{
    color: #316544;
}

.fixed .line{
    background-color: rgb(49, 101, 68, 0.9)
}

.fixed .line span{
    color: #fff;
}


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