@charset "UTF-8";
/***********************************
全体設定
***********************************/
*{margin:0px;
padding:0px;}
a {
    text-decoration: none;
    color: #aa272d;
}
a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}

.uk-button{
    font-size: 16px!important;
    }

/***********************************
マージン設定
***********************************/
.margin_t5 {
	margin-top: 5px;
}
.margin_t10 {
	margin-top: 10px;
}
.margin_t15{
	margin-top: 15px;
}
.margin_t20 {
	margin-top: 20px;
}
.margin_t30 {
	margin-top: 30px;
}
.margin_t40{
	margin-top: 40px;
}
.margin_t50{
	margin-top: 50px;
}
.margin_t60{
	margin-top: 60px;
}
margin_t70{
	margin-top: 70px;
}
margin_t80{
	margin-top: 80px;
}
margin_t90{
	margin-top: 90px;
}
margin_t100{
	margin-top: 100px;
}



/***********************************
上部イメージ部分
***********************************/
/*背景はの動きはken_burns.cssに記載*/

/*ロゴ部分*/
#logo {
/*ポジション*/
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    z-index: 99;
/*テキスト*/    
    text-align: center;
    font-family: 'Crimson Text', serif;
    font-weight: 400;
    line-height: 0.7em;
    color: #000000;
    font-size: 60px;
    letter-spacing: 0.2em;
    text-transform: none;
/*背景*/      
    background-color: rgba(255, 255, 255, 0.75);
    box-shadow: 0 1em 2em -1em rgba(0, 0, 0, 0.5);
/*余白*/       
    padding-top: 1em;
    padding-right: 1.5em;
    padding-left: 1.5em;
    padding-bottom: 0.8em;
  
}



.text_sub{
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    font-size: 18px;
   letter-spacing: 0.1em;
}

/*1000以下の場合*/
@media only screen and (max-width: 1000px) {
/*ロゴ部分*/
#logo {
font-size: 50px;
/*余白*/       
    padding-top: 1em;
    padding-right:1em;
    padding-left: 1em;
    padding-bottom: 0.8em;
    }

.text_sub{
font-size: 15px;

}
}


/*640以下の場合*/
@media only screen and (max-width: 640px) {
/*ロゴ部分*/
#logo {
font-size: 40px;
/*余白*/       
    padding-top: 1em;
    padding-right:15px;
    padding-left: 15px;
    padding-bottom: 0.8em;
    }
 .text_sub{
font-size: 13px;
}

}



.main_size{
    width: 1500px;
    height: 1200px;
}

/*640以下になったら*/
@media only screen and (max-width: 640px) {
   .main_size{
    width: 600px;
    height: 480px;
}
}

/***********************************
タイポグラフィー
***********************************/
h2.title{
    font-family: kan415typos-std, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 31px;
    text-align: center;
    margin-bottom: 50px;
}
p.article{
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 16px;
    line-height: 3.5em;
    font-weight: normal;
}
p.article02{
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 16px;
    line-height: 1.7em;
    font-weight: normal;
}


/*640以下になったら*/
@media only screen and (max-width: 640px) {
h2.title{
    font-size: 23px;
    margin-bottom: 30px;
}
p.article{
    font-size: 13px;
    line-height: 3em;
}
}
/***********************************
ボックス01（hinayuの目指すところ）
***********************************/
#topBox01{
    width: 100%;
    height: auto;
    padding-top: 10em;
    padding-right: 5em;
    padding-left: 5em;
    padding-bottom: 10em;
    background-image: url(../image/bg01.jpg);
    background-repeat: no-repeat;
    background-position: center 50%;
    background-size:cover;
      
}
#topBox01 .parts{
    width: 400px;
    height: 120px;
    margin-top: 50px; 
    margin-left: auto;
    margin-right: auto;
}

/*640以下になったら*/
@media only screen and (max-width: 640px) {
#topBox01 .parts{
    width: 300px;
    height: 90px;
    margin-top: 30px; 
    margin-left: auto;
    margin-right: auto;
}
}


/***********************************
ボックス02（ARASHIとhinayu）
***********************************/
#topBox02{
   margin-top: 2%;    
}
    #topBox02 .centerBox{
      display: flex;
      justify-content: center;
      align-items: center;   
    }
    #topBox02 .inBox{
        text-align: center;
        padding-top: 5%;
        padding-bottom: 10%;
    }
    
    
    
/***********************************
ボックス03（あいさつ）
***********************************/
#topBox03{
    margin-top: 5%;
    background-color: #f4d5c9;
    padding-top: 5%;
    padding-bottom: 5%;
}
 
    #topBox03 .inBox{
        padding-top: 30px;
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 10%;
    }  
    #topBox03 .inBox p{
    text-align: center;
    color: #42210b;
    } 
    
/*640以下になったら*/
@media only screen and (max-width: 640px) {

#topBox03{
    padding-top: 10%;
    padding-bottom: 10%;
}
}    
      
    
    
/***********************************
ボックス04（お客様の声）
***********************************/
#topBox04{
    background-image: url(../image/bg02.jpg);
    width: 100%;
    height: auto;
    background-repeat: repeat;
}
#topBox04 .centerBox{
      display: flex;
      justify-content: center;
      align-items: center;   
    }
    #topBox04 .inBox{
    text-align: center;
    padding-top: 20%;
    padding-bottom: 20%;
    color: #FFFFFF;
    padding-right: 0px;
    padding-left: 10%;
    }
h3.voice{
    text-align: center;
    color: #FFFFFF;
    font-size: 50px;
    font-family: kan415typos-std, sans-serif;
    font-weight: 400;
    font-style: normal;
    }
    
/*640以下になったら*/
@media only screen and (max-width: 640px) {

#topBox04 .inBox{
    padding-top: 20%;
    padding-bottom: 20%;
    padding-left: 0px;
    }
h3.voice{
    font-size: 25px;
    margin-bottom: 10px;
    }    
}




/***********************************
ボックス05（ナビ部分）
***********************************/
#topBox05{
    padding-top: 5%;
    padding-left: 15%;
    padding-right: 15%;
    padding-bottom: 5%;
    background-color: #736357;
}
/*640以下になったら*/
@media only screen and (max-width: 640px) {

#topBox05{
    padding-top: 10%;
    padding-left: 10%;
    padding-right: 10%;
    padding-bottom: 10%;
    background-color: #736357;
}
}



/***********************************
ボックス06（SNS）
***********************************/
#topBox06{
    background-color: #f4d5c9;
    padding-top: 10%;
    padding-bottom: 10%;
    padding-left: 10%;
    padding-right: 10%;
}
#topBox06 .sns_h3{
    font-size: 50px;
    margin-bottom: 10px;
    color: #42210b;
    text-align: left;
    font-family: "Arial Black", Gadget, sans-serif;
    font-weight: bold;
    }  
#topBox06 .midashi{
    font-size: 30px;
    margin-bottom: 20px;
    color: #42210b;
    text-align: left;
    font-weight: bold;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    } 
    
#topBox06 .qr_size{
    width: 150px;
    height: 150px;
    margin-left: auto;
    margin-right: auto;
}
    
    #topBox06 .inBox{
    width: 1000px;
    background-color: #ffffff;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right:30px;
    margin-top: 20px;
    -moz-border-radius: 10px;    /* Firefox */
    -webkit-border-radius: 10px; /* Safari,Chrome */
    border-radius: 10px;         /* CSS3 */
    
}
/*2000以下になったら*/
@media only screen and (max-width: 2000px) {

#topBox06 .inBox{
    width: 700px;
}
}
/*1000以下になったら*/
@media only screen and (max-width: 1000px) {

#topBox06 .inBox{
    width: 400px;
}
}
/*800以下になったら*/
@media only screen and (max-width: 800px) {

#topBox06 .inBox{
    width: 100%;
}
}


/*640以下になったら*/
@media only screen and (max-width: 640px) {

#topBox06{
    padding-top: 5%;
    padding-bottom: 5%;
    padding-left: 5%;
    padding-right: 5%;
}
#topBox06 .sns_h3{
    font-size: 30px;
    margin-bottom: 10px;
    }  
#topBox06 .midashi{
    font-size: 20px;
    margin-bottom: 20px;
    } 
   
    #topBox06 .inBox{
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right:20px;
    
}
}




/***********************************
ボックス07（地図）
***********************************/
#topBox07{
}


/***********************************
ボックス08（フッター）
***********************************/
#topBox08{
    background-color: #f4d5c9;
    padding-top: 5%;
    padding-bottom: 5%;
    padding-left: 10%;
    padding-right: 10%;
}

/***********************************
ボックス09（フッター）
***********************************/
#topBox09{
    background-color: #513c2d;
    padding-top: 5%;
    padding-bottom: 3%;
}

  