@charset "UTF-8";

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

/*----- フォントサイズ指定 -----*/

html{
    font-size:62.5%;
}

body {
	font-size: 16px;
    font-size:1.6rem;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Meiryo UI','メイリオ',Verdana,'ＭＳ Ｐゴシック',sans-serif;
	line-height: 1.75;
	color: #444;
    background: url(../img/index/main-image.jpg) no-repeat center -160px fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    display: fixed;
}
    

@media screen and(min-width: 960px){
    html{
        font-size:100%;
    }
}

figcaption {
	font-size: 1.1rem;
}

/*clearfix*/

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

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

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

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

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

li, p{
    color:#444;
}

section{
    margin-bottom:1em;
}

.sentence{
    text-indent: 1em;
}

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

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



/*-----------------------------
改行に関するcss
-----------------------------*/

/* スマホ・タブレットで改行しない */

@media screen and (max-width:768px){
    .s-nobr{
        display:none;
    }

}

/* パソコンで改行しない */

@media screen and (min-width:768px){
    .p-nobr{
        display:none;
    }

}

/*-----------------------------
表示に関するcss
-----------------------------*/


@media screen and (max-width:480px){
    
    /*スマホのときだけ表示しない設定*/
    .s-none{
        display: none;
    }

    /* スマホのときだけ左寄せ */
    .s-left{
        text-align:left;    
    }
    
}


/*-----------------------------
リンク
-----------------------------*/

a:hover img{
    opacity: 0.6;
    filter: alpha(opacity=50);
    -webkit-transition:0.4s;
    transition: 0.4s;
}

a:link ,a:visited {
	color: #666;
	text-decoration:underline dotted;
}

a:hover{
	color: #999;
	text-decoration: none;
    text-decoration:underline dotted;
}


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



.mb10 {
	margin-bottom: 10px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb30 {
	margin-bottom: 30px;
}

.lh12{
    line-height: 1.2;
}

.lh15{
    line-height:1.5;
}

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

.alignright {
	margin-left: 80px;
	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;
}



/*　よく使う色　*/

/*乗算*/

.jozan{
    mix-blend-mode:multiply;
}

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

.red{
    color:#ea0404;
}



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

    
}
/*======================================================
PC向けおよび大型タブレット向けのレイアウトの指定：769px～960px
======================================================*/

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


    
}