@charset "utf-8";

/*全端末（PC・タブレット・スマホ）共通設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/

/*全体の設定
---------------------------------------------------------------------------*/
html,body,#container {height: 100%;}
body {
	margin: 0px;
	padding: 0px;
	color: #2a3439;	/*全体の文字色*/
	font-family:"メイリオ", Meiryo, "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	/*フォント種類*/
	font-size: 16px;	/*文字サイズ*/
	line-height: 2;		/*行間*/
	background: #fff;	/*背景色*/
	-webkit-text-size-adjust: none;
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure,form {margin: 0px;padding: 0px;font-size: 100%;font-weight: normal;}
ul {list-style-type: none;}
ol {padding-left: 40px;padding-bottom: 15px;}
img {border: none;max-width: 100%;height: auto;vertical-align: middle;}
iframe {width: 100%;}

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #4A4A4A;		/*リンクテキストの色*/
	transition: 0.2s;	/*マウスオン時の移り変わるまでの時間設定。0.2秒。*/
}
a:hover {
	color: #3c7abd;			/*マウスオン時の文字色*/
	text-decoration: none;	/*マウスオン時に下線を消す設定。残したいならこの１行削除。*/
}

/*inner
---------------------------------------------------------------------------*/
.inner {
	max-width: 1400px;	/*サイトの最大幅*/
	margin: 0 auto;
}
/*表示制限
---------------------------------------------------------------------------*/




/*ヘッダー
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header {
    width: 100%;
	height: 90px;
	background: #fff;
	position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    max-width: 1400px;
    margin: 0 auto 10px auto;
    align-items: flex-end;
}

/*ロゴ画像（※トップページ以外）*/
header #logo {
	width: 340px;
	padding-top: 15px;
}
header .tel {
    width: 250px;
    position: absolute;
    top:8px;
    right: 6%;
    display: flex;
    flex-direction: row;
    z-index: 5;
    text-decoration: none;
    align-items: center;
    margin-bottom: 10px
}
header.tel_icon{
    width: 10%;
    display: inline;
}
header .tel_icon img{
    width: 35px;
}
.tel_txt{
    width: 80%;
    margin-left: 5%;
    color: #ff9220;
    text-decoration: none;
    font-size: 25px;
}
header .tel_txt a{
    text-decoration: none;
    color: #ff9220;
    font-size: 20px;
}

/*メインメニューのブロック
---------------------------------------------------------------------------*/
/*メニューブロック*/
#menubar {
    width: 60%;
	position: relative;
	text-align: center;	/*文字を中央に*/
	background: #fff;	/*背景色*/
    display: flex;flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    padding: 0 7% 5px 0
}

.menu_item1{
    width: 6em;
    padding: 0;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    color: #3c3c3c;
    font-size: 16px;
    line-height: 1em;
    text-align: center;
}
.menu_item2{
    width: 12em;
    padding: 0;
    border-right: 1px solid #ccc;
    color: #3c3c3c;
    font-size: 16px;
    line-height: 1em;
    text-align: center;
}
.menu_item3{
    width: 6em;
    padding: 0;
    border-right: 1px solid #ccc;
    color: #3c3c3c;
    font-size: 16px;
    line-height: 1em;
    text-align: center;
}
.menu_item4{
    width: 8em;
    padding: 0;
    border-right: 1px solid #ccc;
    color: #3c3c3c;
    font-size: 16px;
    line-height: 1em;
    text-align: center;
}

#menubar a{
    text-decoration: none;
    color:  #3c3c3c;
}
#menubar a:hover{
    text-decoration: none;
    color: #DA801B;
}


/*スマホ用メニューを表示させない*/
#menubar-s {display: none;}
/*３本バーアイコンを表示させない*/
#menubar_hdr {display: none;}


/*---------------------------------------------------------------------------*/
/*PC SP設定
---------------------------------------------------------------------------*/

.pc { display: block !important; }
.sp { display: none !important; }

/*各ページ用*/
.page_main{
    width: 100%;
    background-color: #fff7e0;
    margin: 0 auto;
}
.page_main2{
    width: 100%;
    background-color: #fff;
    margin: 0 auto;
}
.page_main_inner{
    width: 80%;
    padding: 40px 10% 60px;
    margin: 0 auto;
    max-width: 1120px;
}
.page_ttl{
    width: 95%;
    color: #5e3c18;
    padding: 20px 0 20px 60px;
    background-color: #fff;
    background-image: url("../images/icon_page_ttl.png");
    background-repeat: no-repeat;
    background-position: left;
    background-size: 50px;
    font-size: 20px;
    line-height: 1em;
    border-radius: 10px;
    box-shadow : 0px 2px 5px rgba( 0, 0, 0, 0.2 );
  -webkit-box-shadow: 0px 2px 5px rgba( 0, 0, 0, 0.2 );
  -moz-box-shadow: 0px 2px 5px rgba( 0, 0, 0, 0.2 );
    border-radius: 8px;
}


/*フッター設定
---------------------------------------------------------------------------*/
footer {
	clear: both;
	position: relative;
	background-color: #ff9220;
    background-image: url("../images/footer_top.png");
    background-repeat: repeat-x;
    background-position: top;
	color: #fff;	/*文字色*/
    display: flex;
    flex-direction: row;
}
.footer_innner{
    width: 100%;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-direction: row;
    max-width: 1400px;
}
footer a {color:rgba(255,255,255,0.7); text-decoration: none;}
footer a:hover {color:rgba(255,255,255,1.00); text-decoration: none;}


/*------------------(FOOTER LOGO)-------------------------*/

.footer_logo{
    width: 400px;
    margin: 40px 40px 10px;
}
.footer_logo img{
    width: 80%;
    margin: 0 0 10px;
}
.footer_add{
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}
.footer_add_item1 span{
    font-size: 22px;
    list-style: 1.0;
    font-weight: 400;
    letter-spacing: 0.8;
}
.footer_add_item1{
    width: 55%;
    font-size: 15px;
    line-height: 1.6;
     font-weight: 400;
    
}
.footer_add_item2{
    width: 10%;
    margin-right: 5%;
    
}
.footer_add_item2 img{
    width: 100%;
    padding: 5px 0 0 0;
}
.footer_add_item3{
    width: 30%;
    
}
.footer_add_item3 img{
    width: 100%;
    padding: 5px 0 0 0;
}


/*フッターメニュー
---------------------------------------------------------------------------*/
/*ボックス全体*/
.footermenu {
    width: 40%;
    margin: 50px 0 10px 20px;
	overflow: hidden;
	display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    padding: 50px 0;
}
.footermenubox{
    width: 45%;
    display: flex;
    flex-direction: column;
    padding-right: 1%;
	padding-left: 2%;
	text-align: left;
    border-left: 1px solid #FFC991;
}
.footermenuitem{
    font-size: 14px;
}


/*コピーライト
---------------------------------------------------------------------------*/
.copyright {
position: absolute;
	right:20px;
    bottom:20px;
    font-size: 11px;
    margin: 10px 0 0 0;
    color:rgba(255,255,255,0.7);
}


/*トップページのNEWアイコン
---------------------------------------------------------------------------*/
.newicon {
	background: #F00;	/*背景色*/
	color: #FFF;		/*文字色*/
	font-size: 70%;		/*文字サイズ*/
	line-height: 1.5;
	padding: 2px 5px;
	border-radius: 2px;
	margin: 0px 5px;
	vertical-align: text-top;
}



/*ページトップボタン「↑」設定
---------------------------------------------------------------------------*/
@keyframes scroll {0% {opacity: 0;}100% {opacity: 1;}}
body .nav-fix-pos-pagetop a {display: none;}
body.is-fixed-pagetop .nav-fix-pos-pagetop a {
	display: block;
	text-decoration: none;
	text-align: center;
	width: 70px;		/*幅*/
	line-height: 70px;	/*高さ*/
	border-radius:50px;
	z-index: 1;
	position: fixed;
	bottom: 190px;	/*下から20pxの場所に配置*/
	right: 3%;		/*右から3%の場所に配置*/
	background: rgba(255,158,56,0.50);	/*背景色。0,0,0は黒の事。0.6は60%色がついた状態。*/
	border: 1px solid #fff;	/*枠線の幅、線種、色*/
	animation-name: scroll;	/*上のアニメーションで指定しているkeyframesの名前（scroll）*/
	animation-duration: 2S;	/*アニメーションの実行時間*/
	animation-fill-mode: forwards;	/*アニメーションの完了後、最後のキーフレームを維持する*/
}
/*マウスオン時*/
body.is-fixed-pagetop .nav-fix-pos-pagetop a:hover {
	background: rgba(255,158,56,0.80);	/*背景色。0,0,0は黒の事。0.6は60%色がついた状態。*/
}


/*画面幅900px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:900px){
/*ヘッダー
---------------------------------------------------------------------------*/
/*ロゴ画像（※トップページ以外）*/
header {
    width: 100%;
	height: 80px;
	background: #fff;
	position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    max-width: 900px;
    margin: 0 auto 10px auto;
    align-items: center;
}

header #logo {
	width: 320px;
	padding-top: 0;
}
header .tel {
    width: 50px;
    position: absolute;
    top:20px;
    right: 100px;
    display: flex;
    flex-direction: row;
    z-index: 5;
    text-decoration: none;
    align-items: center;
    margin-bottom: 10px
}
header.tel_icon{
    width: 20%;
    display: inline;
}
header .tel_icon img{
    width: 40px;
}
header .tel_icon img a:h{opacity: 0.7;
}
.tel_txt{display: none;
}

/*メインメニューのブロック
---------------------------------------------------------------------------*/
/*メニューブロック*/
#menubar {
    display: none;
    }

/*メインメニュー
---------------------------------------------------------------------------*/

/*スマホ用メニューブロック*/
#menubar-s {
	display:inline;overflow: hidden;
	position: absolute;z-index: 100;
	top: 80px;
	width: 60%;
    padding: 70px 20% 70px 20%;
	background: #ffa445;	/*背景色*/
}
/*メニュー１個あたりの設定*/
#menubar-s ul li{
	display: block;text-decoration: none;
	padding: 15px 0 15px 60px;	/*上下、左右へのメニュー内の余白*/
	font-size: 16px;	/*文字サイズ*/
    border-top: 1px solid #fff;
    background-image: url("../images/icon_sp_arrow.png");
    background-repeat: no-repeat;
    background-position: left;
    background-size: 10%;
}
#menubar-s ul li:last-child{
     border-bottom: 1px solid #fff;
    }
#menubar-s ul li a{
       color: rgba(255,255,255,0.80);
    text-decoration: none;
    }
#menubar-s ul li a:hover{
	color:  rgba(255,255,255,1.00);		/*文字色*/
}
    
#menubar-s .sp_link{
     width: 100%;
    padding: 10px 0 0 0;
     margin: 20px auto;
    font-size: 15px;
    display: flex;
    flex-direction: row;
    }
#menubar-s .sp_link a{
    padding: 0 10px;
    color:  rgba(255,255,255,0.80);	
    text-decoration: none;
    }
#menubar-s .sp_link a:hover{
        color:  rgba(255,255,255,1.00);	
    text-decoration: none;
    }
    
    
#menubar-s .company_link{
     width: 80%;
    padding: 0 15% 0 5%;
     margin: 30px auto;
    }  
#menubar-s .company_link img{
        width: 100%;
    opacity: 1.0;
    }
#menubar-s .company_link img a:hover{
        opacity: 0.7;
    } 
#menubar-s .sns_link{
     width: 80%;
    padding: 0 10%;
     margin: 40px auto;
    height: 40px;
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    }  
#menubar-s .sns_link img{
    margin: 0 20px;  
    opacity: 1.0;
    }
#menubar-s .sns_link img a:hover{
        opacity: 0.7;
    } 
        
    
    /*３本バーアイコン設定
---------------------------------------------------------------------------*/
/*３本バーブロック*/
#menubar_hdr {
	display: block;
	position: absolute;
    z-index: 100;
	top: 15px;		/*上から8pxの場所に配置*/
	right: 25px;	/*右から10pxの場所に配置*/
}
/*アイコン共通設定*/
#menubar_hdr.close,
#menubar_hdr.open {
	width: 50px;	/*幅*/
	height: 60px;	/*高さ*/
}
/*三本バーアイコン*/
#menubar_hdr.close {
	background: #fff url(../images/icon_open.png) no-repeat;	/*背景色、背景画像の読み込み、画像の上半分（３本マーク）を表示。幅は50px。*/
}
/*閉じるアイコン*/
#menubar_hdr.open {
	background: #fff url("../images/icon_close.png") no-repeat;	/*背景色、背景画像の読み込み、画像の下半分（×マーク）を表示。幅は50px。*/
}
.page_main_inner{
    width: 90%;
    padding: 40px 5% 60px;
    margin: 0 auto;
    max-width: 900px;
}
.page_ttl{
    width: 92%;
    color: #5e3c18;
    padding: 20px 0 20px 60px;
    background-color: #fff;
    background-image: url("../images/icon_page_ttl.png");
    background-repeat: no-repeat;
    background-position: left;
    background-size: 50px;
    font-size: 20px;
    line-height: 1em;
    border-radius: 10px;
}
/*フッター設定
---------------------------------------------------------------------------*/
footer {
	clear: both;
	position: relative;
	background-color: #ff9220;
    background-image: url("../images/footer_top.png");
    background-repeat: repeat-x;
    background-position: top;
	color: #fff;	/*文字色*/
    display: flex;
    flex-direction: row;
}
.footer_innner{
    width: 100%;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-direction: row;
    max-width: 900px;
}
footer a {color:rgba(255,255,255,0.7); text-decoration: none;}
footer a:hover {color:rgba(255,255,255,1.00); text-decoration: none;}


/*------------------(FOOTER LOGO)-------------------------*/

.footer_logo{
    width: 350px;
    margin: 20px auto;
}
.footer_logo img{
    width: 90%;
    margin: 20px 0 10px;
}
.footer_add{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-bottom: 30px;
}
.footer_add_item1 span{
    font-size: 20px;
    list-style: 1.0;
    font-weight: 400;
    letter-spacing: 0.8;
}
.footer_add_item1{
    width: 80%;
    font-size: 14px;
    line-height: 1.6;
     font-weight: 400;
    
}
.footer_add_item2{
    display: none;
}

.footer_add_item3{
    display: none;
    
}



/*フッターメニュー
---------------------------------------------------------------------------*/
/*ボックス全体*/
.footermenu {
   display: none;
}



/*コピーライト
---------------------------------------------------------------------------*/
.copyright {
position: absolute;
	left:30%;
    bottom:10px;
    font-size: 11px;
    margin: 10px 0 0 0;
    color:rgba(255,255,255,0.7);
}


}



/*画面幅480px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){

    /*ヘッダー
---------------------------------------------------------------------------*/
/*ロゴ画像（※トップページ以外）*/
header {
    width: 100%;
	height: 70px;
	background: #fff;
	position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    max-width: 500px;
    margin: 0 auto 10px auto;
    align-items: center;
}

header #logo {
	width: 230px;
	padding-top: 5px;
}
header .tel {
    width: 40px;
    top:20px;
    right: 80px;
    margin-bottom: 10px
}
header.tel_icon{
    width: 20%;
    display: inline;
}

/*スマホ用メニューブロック*/
#menubar-s {
	display:inline;overflow: hidden;
	position: absolute;z-index: 100;
	top: 80px;
	width: 80%;
    padding: 50px 10%;
	background: #ffa445;	/*背景色*/
}
/*メニュー１個あたりの設定*/
#menubar-s ul li{
	display: block;text-decoration: none;
	padding: 10px 0 10px 60px;	/*上下、左右へのメニュー内の余白*/
	font-size: 16px;	/*文字サイズ*/
    border-top: 1px solid #fff;
    background-image: url("../images/icon_sp_arrow.png");
    background-repeat: no-repeat;
    background-position: left;
    background-size: 12%;
}

    
#menubar-s .sp_link{
     width: 100%;
    padding: 10px 0 0 0;
     margin: 20px auto;
    font-size: 15px;
    display: flex;
    flex-direction: column;
    }
    
    
#menubar-s .company_link{
     width: 90%;
    padding: 0 0 0 0;
     margin: 30px 10% 0 0;
    }  

#menubar-s .sns_link{
     width: 50%;
    padding: 0;
    margin: 30px 50% 0 0;
    height: 30px;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items:flex-start;
    }  
    /*３本バーアイコン設定
---------------------------------------------------------------------------*/
/*３本バーブロック*/
#menubar_hdr {
	display: block;
	position: absolute;
    z-index: 100;
	top: 20px;		/*上から8pxの場所に配置*/
	right: 25px;	/*右から10pxの場所に配置*/
}
 
.page_main_inner{
    width: 90%;
    padding: 20px 5% 30px;
    margin: 0 auto;
    max-width: 480px;
}
.page_ttl{
    width: 80%;
    color: #5e3c18;
    padding: 10px 0 10px 60px;
    background-color: #fff;
    background-image: url("../images/icon_page_ttl.png");
    background-repeat: no-repeat;
    background-position: left;
    background-size: 50px;
    font-size: 20px;
    line-height: 1em;
    border-radius: 10px;
}
.pc { display: none!important; }
.sp { display: block!important; } 
    
/*フッター設定
---------------------------------------------------------------------------*/
footer {
	clear: both;
	position: relative;
	background-color: #ff9220;
    background-image: url("../images/footer_top.png");
    background-repeat: repeat-x;
    background-position: top;
    background-size: 20%;
	color: #fff;	/*文字色*/
    display: flex;
    flex-direction: column;
}
.footer_innner{
    width: 100%;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-direction: column;
    max-width: 500px;
}


/*------------------(FOOTER LOGO)-------------------------*/

.footer_logo{
    width: 70%;
    margin: 20px auto;
}
.footer_logo img{
    width: 100%;
    margin: 20px 0 10px;
}
.footer_add{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin: 0 auto 30px auto;
}
.footer_add_item1 span{
    font-size: 20px;
    list-style: 1.0;
    font-weight: 400;
    letter-spacing: 0.8;
}
.footer_add_item1{
    width: 80%;
    font-size: 14px;
    line-height: 1.6;
     font-weight: 400;
    margin: 0 auto;
    text-align: center;
}
.footer_add_item2{
    display: none;
}

.footer_add_item3{
    display: none;
    
}



/*コピーライト
---------------------------------------------------------------------------*/
.copyright {
position: absolute;
    text-align: center;
	left:0;
    bottom:10px;
    font-size: 11px;
    margin: 0;
    color:rgba(255,255,255,0.7);
}

}
