@charset "utf-8";

/* mobile----------------------------------------------------*/
@media screen and (max-width: 480px) {

.pc{display: none;}

 header{
    width: 100%;
    height: 120px;
    background-image: url("header_bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
}
    
.logo{
    width: 40%;
    margin: auto;
    padding: 30px 0;
}

.logo img{
    width: 100%;
}


h2{
    font-size: 2.4em;
    margin: 0 auto 30px;
    font-family: trajan-pro-3,serif;
    font-weight: 400;
    font-style: normal;
}
    
h2 p{
    font-size: 0.4em;
    margin: 10px auto;
    font-weight: normal;
}

h3{
    font-size: 1.4em;
    margin: 20px auto 40px;
    text-align: center;
    font-family: ten-mincho,serif;
	font-weight: 400;
    font-style: normal;
    position: relative;
    display: inline-block;
}

h3:before {
    content: '';
    position: absolute;
    bottom: -15px;
    display: inline-block;
    width: 60px;
    height: 1px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: black;
    border-radius: 2px;
  }

  h4{
    font-size: 2em;
    margin: 0 auto 30px;
    font-family: trajan-pro-3,serif;
    font-weight: 400;
    font-style: normal;
}
    
.lead {
    font-size: 1em;
    line-height: 2.2em;
}

.btn {
    position: relative;
    display: inline-block;
    font-weight: bold;
    width: 70%;
    font-size: 1.2em;
    padding: 0.5em 0.5em;
    text-decoration: none;
    color: #fff !important;
    background: #000;
    transition: .4s;
    font-family: ten-mincho,serif;
	font-weight: 400;
    font-style: normal;
  }
  
  .btn:hover {
    background: #888;
    color: #fff;
  }

  .btn i{
    position: absolute;
    right: 10px;
    top: 12px;
}

.graybtn{
    background-color: #888;
    text-align: center;
}

.graybtn:hover {
    background: #333;
    color: #fff;
  }
    
.white{
    color: #fff;
}

.w30{
    width: 70%;
}

.m20{
    margin-top: 20px;
}

.m40{
    margin-top: 40px;
}

/*フッター*/
footer{
    min-height: 60px;
    padding: 40px 0;
    text-align: center;
    background-image: url("../common/footer_bg.jpg");
    background-repeat:no-repeat;
    background-size: cover;
}

.footlogo{
    text-align: center;
    width: 40%;
    margin: 0 auto;
}

.footlogo img{
    width: 100%;
}

.footnav{
    display: none;
}


small{
    text-align: center;
    color: #fff;
}

#page-top {position: fixed;bottom: 20px;right: 20px;transition: 0.6s;width: 10%;height: 10%;}
#page-top a:hover {opacity: 0.5;}
#page-top img{width: 100%;}

}/* PC-------------------------------------------------------*/
@media screen and (min-width: 481px) {

.sp{display: none;}

/*ヘッダー*/

header{
    width: 100%;
    height: 200px;
    background-image: url("header_bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
}



.header{
    width: 1080px;
    padding: 40px 0;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}    


.logo{
    width: 22%;
}

.logo img{
    width: 100%;
}

nav{
    width: 40%;
}

nav ul{
    list-style: none;
    display: flex;
    justify-content: space-around;
}

nav li{
    width: 7%;
    margin: 0 2%;
}

nav li img{
    width: 100%;
}


h2{
    font-size: 3em;
    margin: 0 auto 30px;
    font-family: trajan-pro-3,serif;
    font-weight: 400;
    font-style: normal;
}
    
h2 p{
    font-size: 0.4em;
    margin: 10px auto;
    font-weight: normal;
}

h3{
    font-size: 1.8em;
    margin: 20px auto 40px;
    text-align: center;
    font-family: ten-mincho,serif;
	font-weight: 400;
    font-style: normal;
    position: relative;
    display: inline-block;
}

h3:before {
    content: '';
    position: absolute;
    bottom: -15px;
    display: inline-block;
    width: 60px;
    height: 1px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: black;
    border-radius: 2px;
  }

  h4{
    font-size: 2em;
    margin: 0 auto 30px;
    font-family: trajan-pro-3,serif;
    font-weight: 400;
    font-style: normal;
}
    
.lead {
    font-size: 1.2em;
    line-height: 2.4em;
}

.btn {
    position: relative;
    display: inline-block;
    font-weight: bold;
    width: 70%;
    font-size: 1.2em;
    padding: 0.5em 0.5em;
    text-decoration: none;
    color: #fff !important;
    background: #000;
    transition: .4s;
    font-family: ten-mincho,serif;
	font-weight: 400;
    font-style: normal;
  }
  
  .btn:hover {
    background: #888;
    color: #fff;
  }

  .btn i{
    position: absolute;
    right: 10px;
    top: 12px;
}

.graybtn{
    background-color: #888;
    text-align: center;
}

.graybtn:hover {
    background: #333;
    color: #fff;
  }
    
.white{
    color: #fff;
}

.w30{
    width: 30%;
}

.m20{
    margin-top: 20px;
}

.m40{
    margin-top: 40px;
}

/*フッター*/
footer{
    min-height: 160px;
    padding: 40px 0;
    text-align: center;
    background-image: url("../common/footer_bg.jpg");
    background-repeat:no-repeat;
    background-size: cover;
}

.footer_bettei{
    min-height: 160px;
    padding: 40px 0;
    text-align: center;
    background-image: url("../common/footer_bg_bettei.png");
    background-repeat:no-repeat;
    background-size: cover;
}


.footlogo{
    text-align: center;
    width: 12%;
    margin: 0 auto;
}

.footlogo img{
    width: 100%;
}

.footnav{
    text-align: center;
    margin: 30px auto;
    color: #fff;
}

.footnav a{
    color: #fff !important;
}

.footnav a:hover{
    color: #ccc !important;
}

small{
    text-align: center;
    color: #fff;
}
/*　news追加スタイル　*/


#information dl{padding: 10px; border-bottom: thin solid #ccc;text-align: left;}
#information dt{font-weight: normal !important;color: #888;font-size: 0.8em;text-align: left;}
#information dd span{font-weight: bold;margin-bottom: 4px;text-align: left;} 
#information dd a{color: #0075a9;}

#page-top {position: fixed;bottom: 20px;right: 20px;transition: 0.6s;width: 60px;height: 60px;}
#page-top a:hover {opacity: 0.5;}
#page-top img{width: 100%;}
} 