@charset "utf-8";
/* CSS Document */

header{
    background-color:#fff;
    width: 100%;
    position: relative;
    z-index: 10;
    height: 96px;
}
.logo{
    margin: 20px 0px 0px 30px;
    float: left;
    width: 240px;
}
.logo img{
    width: 100%;
}

.header_text{
    float: right;
    display: block;
    margin: 0px 0 0 0;
    height: 96px;
}
.header_text .header_migiyose{
    width: 99%;
    margin-left: auto;
    margin-right: 20px;
    padding: 5px 0 0 0;
}

/*メインボタン設定*/
.header_right{
    float: left;
    text-align: center;
    width: 120px;
    margin: 10px auto 0 auto;
}

.header_right.contact{
    box-shadow: 0px 0px 2px #666666;
    background-color: #ffffff;
    border-radius: 12px;
    width: 100px;
    margin: 10px auto 0 20px;
    padding: 5px 0 0 0;
}

.header_right img{
    width: 35%;
    margin: 0 auto 0px auto;
}
.header_right.contact img{
    width: 40%;
}

.header_migiyose a{
    display: block;
    float: left;
    background-color: transparent;
}
.header_migiyose a:hover{
    background-color: #E0E0E0;
}
.header_migiyose  a.contact:hover{
    background-color: transparent;
}
.header_migiyose .header_right p{
    text-align: center;
    color: #808080;
    font-size: 12px;
    padding: 0;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin: 0;
}
.header_migiyose .header_right.contact p{
    margin: 0;
    padding: 0;
}
.header_migiyose a:hover .header_right.contact{
    background-color: #FBFAE9;
}

 /*ロールオーバーメニュー設定****************************************/
    .header_migiyose dl.downmenu{
        float: left;
        margin-block-start: 0em;
        margin-block-end: 0em;
        margin-inline-start: 0px;
        margin-inline-end: 0px;
        margin-top: 0;
        position: relative;
        width: 120px;
        z-index: 20000;
     }   
    .header_migiyose  dl dt{
        overflow: hidden;
        clear: both;
    }
    .header_migiyose  dl:hover dt a{

    }
    .header_migiyose  dl.downmenu:hover dt a{
        background-color: #E0E0E0;
    } 
     .header_migiyose dl.downmenu dd{
         display: none;
         background-color: #E0E0E0;
         position: absolute;
         margin: 0;
         width: 300px;
    }
    .header_migiyose  dl.downmenu:hover dt + dd{ 
        position: absolute;
        display: block;
        border-bottom: 0;
        z-index: 100000;
    }
  
    .header_migiyose  dl dd ul{
        padding: 0;
        width: auto;
        display: inline-block;
        list-style-type: disc;
        margin-block-start: 0em;
        margin-block-end: 0em;
        margin-inline-start: 0px;
        margin-inline-end: 0px;
        padding-inline-start: 0px;
        width: 100%;
    }
    .header_migiyose  dl dd ul li{       
        border-bottom: none;
        height: auto;
        text-align: left;
        border-radius: 0;
        margin: 0;
        background-color: transparent !important;
        background-image: none !important;
        min-width: 250px;
        color: #000000;
        display:block;        
         width: 100%;
        height: auto;
        overflow: hidden;
    }
    .header_migiyose  dl > dd ul li:last-child{
        border: none;
    }
    .header_migiyose  dl dd ul li a{
        color: #666666;
        font-size: 14px;
        margin-left: 0;
        text-decoration: none;
        display: block;
        padding: 15px 15px;
        display: block;
        width: 100%;
        box-sizing: border-box;
    }
    .header_migiyose  dl > dd ul li a:hover{
        background-color: #666666;
        color: #ffffff;
    }
    .header_migiyose  dt.sp{
        display: none;
    }

.header_migiyose  dd.nav_favorite,
.header_migiyose  dd.nav_favorite,
.header_migiyose  dd.nav_favorite,
.header_migiyose  dd.nav_favorite,
.header_migiyose  dd.nav_favorite,
.header_migiyose  dd.nav_favorite{
	display: none;
}

.header_migiyose  ul.sns{	
	display: none;
}
	




.v_line_fix {
  margin: 3% 10px 0;
  width: 1px;
  height: 70px;
  background-color: #c7bca5;
  float: left;
}

.header_otoiawase p{
    color: #d85b35;
}



.header_sp{
    display: none;
}


#nav-drawer {
  position: relative;
  width: 30px;
  max-width: 60px;
}

/*チェックボックス等は非表示に*/
.nav-unshown {
  display: none;
}

/*アイコンのスペース*/
#nav-open {
    display: inline-block;
    width: 80%;
    height: 22px;
    vertical-align: middle;
}
/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
    position: absolute;
    height: 3px;/*線の太さ*/
    width: 30px;/*長さ*/
    border-radius: 3px;
    background: #555;
    display: block;
    content: '';
    cursor: pointer;
}
#nav-open span:before {
    bottom: -10px;
}
#nav-open span:after {
    bottom: -20px;
}

/*閉じる用の薄黒カバー*/
#nav-close {
    display: none;/*はじめは隠しておく*/
    position: fixed;
    z-index: 9998;
    top: 0;/*全体に広がるように*/
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    transition: .3s ease-in-out;
}

/*中身*/
#nav-content {
  overflow: auto;
  position: fixed;
  top: 0;
  right: 0;  /*修正 右端に固定 */
  z-index: 9999;/*最前面に*/
  width: 70%;/*右側に隙間を作る（閉じるカバーを表示）*/
  max-width: 330px;/*最大幅（調整してください）*/
  height: 100%;
  background: #fff;/*背景色*/
  transition: .3s ease-in-out;/*滑らかに表示*/
  -webkit-transform: translateX(105%);
  transform: translateX(105%);/*修正 右の外に隠しておく */
}

/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
    display: block;/*カバーを表示*/
    opacity: 0.5;
}

#nav-input:checked ~ #nav-content {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);/*中身を表示*/
    box-shadow: 6px 0 25px rgba(0,0,0,.15);
    
}
#nav-content div{
    overflow: hidden;
}


#nav-content p{
    text-decoration: none;
    width: 75%;
}

.guid{
        width: 100%;
        padding: 15px 10px;
        background-color: #e5e5e5;
        color: #5096c8;
        font-weight: bold;
    }
    
.guid p{
    margin: 0;
}


.inter_sp{
    border-bottom:1px dotted #b2b2b2;
    width: 90%;
    margin: 0 auto;
    padding: 20px 0;
}
.inter_sp a{
    display: block;
    width: 100%;
}
.inter_sp img{
    width: 15%;
    max-width: 50px;
    margin: -5px 10px 0 10px;
    float: left;
    display: block;
}


.inter_sp p{
     float: left;
     font-size: 16px;
     color: #584d38;
    width: 70%;
    margin: 0; 
}

.inter_sp .subcontents{
    clear: both;
    margin: 10px auto 0 auto;
    
}
.inter_sp .subcontents a,
.inter_sp .subcontents a:link,
.inter_sp .subcontents a:visited{
    display: block;
    width: 80%;
    margin: 0 0 0 20%;
    padding: 10px 0;
    font-size:14px;
    text-decoration: none;
    color: #808080;
}


/*お問合せボタン*/
.osirase_sp{
    margin: 20px auto 0 auto;
    width: 90%;
}

.osirase_sp a{
    padding-top: 10px;
    margin: 0 auto;
    border:1px solid #d64f00;
    display: block;
    background-color: #ffffff;
    color: #d64f00;
    padding: 5px;
    margin-top: 10px;
    font-size: 70%;
    text-decoration: none;
    text-align: center;
}

.osirase_sp a img{
    width: 20px;
    margin: 6px 10px 5px 10px;
    display: inline-block;
    vertical-align: middle;
    float: left;
    overflow: hidden;
}
.osirase_sp a p{
    display: inline-block;
    width: auto;
    text-align: left;
    font-size: 14px;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin: 5px 0;
}


/*会社概要ボタン*/
.outline {
    margin: 5px auto 0 auto;
    width: 90%;
}
.outline a{
    padding: 10px 0;
    margin: 0 auto;
    display: block;
    background-color: #e0e0e0;
    color: #666666;
    font-size: 70%;
    text-decoration: none;
    text-align: center;
}
#nav-content .outline a p{
    width: 100%;
    padding: 0;
    margin: 0;
}




/* ########### 900以下 ########### */
@media (max-width: 900px) {
    header{
        height: 60px;
        clear: both;
        position: relative;
    }
    .header_text{
        display: none;
    }

    .header{
        margin-bottom: 5px;
        height: 40px;
        width: 25%;
            min-width: 200px;
             float: left;
        margin: 10px 0px 10px 10px;
        
    }
    .header .logo{       
        width: 100%;
        margin: 0;
    }
    .header .logo img{
        width: 100%;
    }
    
    /*ハンバーガーメニュー場所*/
    .header_sp{
        display: block;
        position: relative;
        z-index: 1000;
        max-width: 30px;
        height: 30px;
        float: right;
        top: 15px;
        right: 15px;
    }

    
    
    
    
    
}

@media (max-width: 650px) {
    
}
