@charset "UTF-8";

/*-----------------------------
全端末共通
-----------------------------*/

html {
 overflow-y: scroll;
}

@media(min-width:600px){
    .pc-none{
        display: none;
    }
}

@media(max-width:599px){
    .s-none{
        display: none;
    }
}

/*clearfix*/

.cf:after {
  content: ""; 
  display: block; 
  clear: both;
 }

dl dt, dl dd{
    padding:0;
    margin:0;
}

img{
    width: 100%;
    height: auto;
    width /***/:auto;
}

/* .resize img{ 
    //max-width: 100vw;
} */

.tel-link a:link,.tel-link a:hover,.tel-link a:active{
    color:#009eff;
    text-decoration: none;
}

a:link,a:visited{
    color:#009eff;
}

a:hover{
    color:#40b8ce;
}

/*-----　　画像hover　　-----*/

img a{
    transition:0.6s;
}

img a:hover {
    opacity: 0.7;
}

/*-----　　禁則処理　　-----*/

p{ line-break: normal; }
p{ line-break: strict; }

body {
	font-size: 1.6rem;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Meiryo UI','メイリオ',Verdana,'ＭＳ Ｐゴシック',sans-serif;
	line-height: 1.5;
	background: #fff;
	color: #333333;
}

figcaption {
	font-size: 1.1rem;
}

/*------------メイン------------*/

a:link, a:visited {
	color: #0054ff;
	/* //padding: 3px; */
	text-decoration: none;
}

a:hover {
	/* //padding: 3px; */
	text-decoration: none;
    opacity: 0.8;
}


.site-att{
    margin:10px auto;
}

/*　この辺りにマージンだけとかフロートだけとか　*/

.box {
	margin-bottom: 30px;
	overflow: hidden;
}

.mb10 {
	margin-bottom: 10px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb30 {
	margin-bottom: 30px;
}

.mb40 {
	margin-bottom: 40px;
}


.mb50 {
	margin-bottom: 50px;
}

.mb60 {
	margin-bottom: 60px;
}



.alignleft {
	margin-right: 10px;
	margin-bottom: 20px;
	float: left;
}

.alignright {
	margin-left: 10px;
	margin-bottom: 20px;
	float: right;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.font10 {
	font-size: 1.0rem;
}

.font11{
    font-size:1.1rem;
}

.font12{
    font-size:1.2rem;
}

.font13{
    font-size:1.3rem;
}

.font14{
    font-size:1.4rem;
}

.font15{
    font-size:1.5rem;
}

.font16{    
    font-size:1.6rem;
}
.font17{    
    font-size:1.7rem;
}
.font18{    
    font-size:1.8rem;
}
.font19{    
    font-size:1.9rem;
}
.font20{    
    font-size:2.0rem;
}
.font21{    
    font-size:2.1rem;
}
.font22{    
    font-size:2.2rem;
}
.font23{    
    font-size:2.3rem;
}

/*　よく使う色　*/

.redb{
    color:#E60012;
    font-weight: bold;
}

.red{
    color:#E60012;
}

.blue{
    color:#00a2f8;
}

.green{
    color:#02b932;

}

.orange{
    color:#ff8c00;
}


/*======================================================
PC向けおよび大型タブレット向けのレイアウトの指定：481px～768px
======================================================*/
@media screen and (min-width: 481px) {

.mo-br{
    display:none;
}

.foot-logo{
    text-align:right;
} 

footer address{
    text-align: right;
}
    
#f-nav {
	margin: 0 auto;
    border-top:1px solid #999;
    padding:1em 0;
    font-size:1.4rem;  
}
#f-nav ul{
    display: table;
    margin: 0 auto;
    width:100%;
    background:#fff;
}

#f-nav a{
    text-decoration:none;
    color:#333;
}

#f-nav li{
    text-align:center;
    border-left:1px solid #999;
    display : table-cell;
    vertical-align: middle;
    text-align:center;
    width:14%; 
    font-size:1.3rem;
    padding:0;
    }
    
#f-nav li:first-child{
    border-left:none;   
    
}
    
    
}
/*======================================================
PC向けおよび大型タブレット向けのレイアウトの指定：769px～960px
======================================================*/

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

    #g-nav ul{
        max-width:960px;
        margin: 0 auto;    
    }
    
    .head-inner{
        position: relative;
        height:130px;
    }
    
    .h1-head{
        position:absolute;
        bottom:16px;
        left:0;
    }    
    
    .head-info{
        position:absolute;
        right:0;
        bottom:10px;
    }
    
    .site-att{
        text-align:right;
        max-width: 960px;
    }
    
    #f-nav ul{
        width:70%;
    }
    
    .br-m{
    display: none;   
    }
    
}

