@media screen and (min-width: 1200px){

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

.sp{
    display: none;
}

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

header{
    border: none;
    padding: 0 0 1%;
}

#header {
    padding:  0;
    width: 90%;
    margin: 0 auto;
    max-width: 1600px;
    text-align: center;
    display: table;
}


header .logo-top{
    width: 30%;
    display: table-cell;
    padding: 1% 0 0;
    text-align: center;
}

header .logo-top img{
    width: 100%;
    max-width: 400px;
    margin: 0 0;
}

header .logo-top a img:hover {
    transition-duration: 0.3s;
    opacity: .6;
    transform:translateY(-5px)
}

header .logo-top .seo{
    font-size: 1.2rem;
    text-align: center;
    margin: 0;
}

#header .pc{
    display: table-cell;
    vertical-align: middle;
}
#header .pc-contact{
    display: block;
    text-align: right;
}
#header .pc-contact .call{
    display: inline-block;
    width: auto;
    margin: 0 0 0 5%;
    font-size:1.5rem;
    font-family:'ヒラギノ角ゴ ProN W3';
    font-weight: 600;
    vertical-align: top;
}
#header .pc-contact .call img{
    width: 2.5rem;
    vertical-align: -.5rem;
    margin: 0 5px 0 0;
}
#header .pc-contact .header-tel a{
    border:solid 2px #d1a232;
    color: #d1a232;
    padding: .6rem 1rem;
}
#header .pc-contact .header-tel a:hover{
    background-color: rgb(217, 166, 46, .2);
    transition-duration: 0.3s;
}
#header .pc-contact .header-line a{
    border:solid 2px #316544;
    color: #316544;
    padding: .6rem 1rem;
    vertical-align: middle;
}
#header .pc-contact .header-line a:hover{
    background-color: rgb(3, 135, 96, .2);
    transition-duration: 0.3s;
}

#header .pc-nav{
    text-align: right;
    margin:5% 0 0;
}
#header .pc-nav li{
    text-align: center;
    margin: 0 ;
    border-left: solid 2px #316544;
    padding: .2rem 3%;
}
#header .pc-nav li:first-child{
    border:none
}
#header .pc-nav li a{
    font-size: 1.3em;
    font-weight: 600;
    display: block;
    position: relative;
}
#header .pc-nav li a:hover{
    color: #316544;
    transition-duration: 0.3s;
}
#header .pc-nav li a::after {
    position: absolute;
    bottom: -25%;
    left: 50%;
    width: 0%;
    height: 2px;
    background: #d1a232;
    content: "";
    transition: 0.3s;
    transform: translateX(-50%);
}
#header .pc-nav li a:hover::after {
    width: 70%;
}

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

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

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

}

.bt-contact  .subtitle{
    width: 50%;
    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: 2.2rem;
    margin: 0 0 2%;
    position: relative;
}

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

.bt-contact .box a{
    display: inline-block;
    margin: 0 2% 5%;
    padding: 3% 4%;
    background-color: #316544;
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
}
.bt-contact .box a img{
    width: 2.5rem;
    display: inline-block;  
    vertical-align: -5px;
    margin-right: 15px;  
}

.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: 5% 0 ;
    background-image: url(../../images/bg-left-bottom.webp);
    background-size: 40% auto;
    background-position: left bottom;
    background-repeat: no-repeat;
}

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

.bt-access .info{
    display: inline-block;
    font-weight: 600;
    background-image: none;
    width: 75%;
    margin: 0 auto;
}

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

.bt-access ul{
    text-align: center;
    width: 100%;
}

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

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

.bt-access li{
    width: 50%;
    text-align: center;
    vertical-align: top;
}

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

.bt-access li.left img{
    width: 70%;
}

.bt-access li.left img:hover{
    opacity: 0.8;
    transition-duration: 0.3s;
    transform: translateY(-5px);
}

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

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

.bt-access .link-box a:hover{
    opacity: 0.8;
    transition-duration: 0.3s;
    transform: translateY(-5px);
}

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

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

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

.breadcrumb li {
  display: inline;
  list-style: none;
}

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

.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: 2% auto ;
    padding: 2% 0 ;
    text-align: center;
    overflow: hidden;
}

.footer .content{
    width: 50%;
    display: inline-block;
    vertical-align: top;
    position: relative
}
.footer .content.pc::after{
    content: "";
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    width: 3px;
    height: 120%;
    background: #316544;
}

.footer ul{
    width: 30%;
    margin: 0 4%;
    display: inline-block;
    vertical-align: top;
}

.footer ul .title{
    font-size: 1.5rem;
    font-weight: 600;
    color: #316544;
    padding: 3% 0 2%;
    background: none;
    text-align: left;
}

.footer ul li{
    display: block;
    width: 100%;
    border-bottom: none;
    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%;
    font-size: 1.2rem;
}
.footer ul li a span{
    display: block;
}
.footer ul li a::after {
    display: none;
}
.footer ul li a::before{
    content: "";
    position: absolute;
    width: .3rem;
    height: .7rem;
    left: 3%;
    top: 0;
    border-left: solid 2px #316544;
    border-bottom: solid 2px #316544;
}
.footer ul li a span:hover{
    color: #d1a232;
    transition-duration: 0.3s;
    transform: translateX(5px);
}

.footer .info.sp{
    display: none;
}
.footer .info.pc{
    margin: 0 auto;
    font-weight: 600;
    width: 45%;
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.footer .info.pc img{
    width: 60%;
    display: block;
    margin: 0 auto 2%;
}
.footer .info.pc img:hover{
    transition-duration: 0.3s;
    transform: translateY(-5px);
    opacity: .8;
}

.footer .info.pc .content{
    display: inline-block;
    width: 60%;
    margin: 2% 0 0;
}

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

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

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

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

.footer .link-box.pc a{
    display: inline-block;
    width: 40%;
    margin: 5% auto 0;
    padding: 3% 4%;
    background-color: #316544;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
}

.footer .link-box.pc a img{
    width: 2.2rem;
    display: inline-block;  
    vertical-align: -5px;
    margin-right: 15px;  
}

.footer .link-box.pc a:hover{
    opacity: 0.8;
    transition-duration: 0.3s;
    transform: translateY(-5px);
}

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

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

.fixed{
    display: none
}


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

}
