@charset "utf-8";

/* ヘッダー
---------------------------------------------------------- */
header {
width: 100%;
position: relative;
display: table;
font-size: 1%;
line-height: 0;
min-width: 1024px;
top:0;
left:0;
}
header .container {
width: 45%;
background-color:rgba(0,0,0,0.8);
position: absolute;
display: table-cell;
height: 100%;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all  0.3s ease;
}
header .container ul {
margin: 20px auto 0 auto;
}
header .container ul li {
display: inline-block;
font-size: 14px;
line-height: 1.3;
vertical-align: middle;
margin-left: 2%;
margin-right: 2%;
}
header .container ul li a,
header .container ul li.hd_nav_top {
background-image: url(../img/ico_down.png);
background-repeat: no-repeat;
background-position: right center;
background-size: 12px auto;
padding-right: 18px;
}
header .container ul li a:link {
color:#FFF;
text-decoration:none;
}
header .container ul li a:visited {
color:#FFF;
text-decoration:none;
}
header .container ul li a:hover,
header .container ul li.hd_nav_top:hover {
color:#EAD874;
text-decoration:none;
}
header .container ul li a:active,
header .container ul li.hd_nav_top:active {
color:#EAD874;
text-decoration:none;
}
header .container ul li.hd_nav_top {
color:#FFF;
display: none;
cursor: pointer;
}
.nav_fb {
width: 30px;
}
.nav_fb img {
width: 100%;
}
header .container ul li.nav_fb a {
background-image: none;
padding-right: 0px;
}
.hd_logo01,
.hd_logo03,
.btn_contact03,
.btn_smp_tel,
.btn_smp_mail,
.btn_smp_fb {
display: none;
}
.hd_logo02 {
width: 250px;
display: block;
/* margin: 100px auto; */
}
.hd_logo02 img {
width: 100%;
}
header h1 {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
}
.hd_contact {
/* width: 90%;
width: 446px; */
margin: 0 auto 20px auto;
display: table;
position: absolute;
left: 50%;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
bottom: 1%;
}
.block_hd_tel {
display: table-cell;
text-align: left;
vertical-align: top;
padding-right: 25px;
}
.block_hd_tel img {
width: 227px;
margin-bottom: 10px;
}
.block_hd_tel .txt_tel {
line-height: 1.6;
font-size: 15px;
color:#FFF;
}
.block_hd_web {
display: table-cell;
vertical-align: top;
}
.block_hd_web .btn_contact01,
.block_hd_web .btn_contact03 {
display: none;
}
.block_hd_web .btn_contact02 img {
width: 196px;
}
.img_main {
width: 100%;
}
.bnr_bbq {
position: absolute;
right: 20px;
bottom: 20px;
width: 299px;
}
.bnr_bbq img {
width: 100%;
}
/* スマートフォン用ナビ */
#gnav_smp {
display: none;
}
/*
smart
----------------------------------------------------------- */
@media screen and (max-width : 640px){
/* ヘッダー
---------------------------------------------------------- */
header {
/*
width: 100%;
position: relative;
font-size: 1%;
line-height: 0;
*/
display: table;
min-width: 0;
position: static;
}
header .container {
width: 100%;
height: auto;
display: table-cell;
position: absolute;
background-color:rgba(0,0,0,0.5);
}
header .container ul {
margin: 50px auto 0 auto;
}
header .container ul li {
display: block;
font-size: 18px;
line-height: 1.3;
vertical-align: middle;
margin-left: 0px;
margin-right: 0px;
padding: 10px 0px;
}
header .container ul li a,
header .container ul li.hd_nav_top {
background-image: none;
padding-right: 0px;
}
header .container ul li.hd_nav_top {
display: block;
}
/*
header .container ul li a:link {
color:#FFF;
text-decoration:none;
}
header .container ul li a:visited {
color:#FFF;
text-decoration:none;
}
header .container ul li a:hover {
color:#EAD874;
text-decoration:none;
}
header .container ul li a:active {
color:#EAD874;
text-decoration:none;
}
.hd_logo01 {
display: none;
}
*/
/* ロゴ */
.hd_logo02 {
width: 50%;
display: block;
margin: 20% 0 0 35%;
}
.hd_logo02 img {
width: 100%;
}
header h1 {
position: static;
transform: none;
-webkit-transform: none;
-ms-transform: none;
}
.hd_contact {
width: 90%;
margin: 0px auto;
display: table;
position: absolute;
transform: none;
-webkit-transform: none;
-ms-transform: none;
left: 50%;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
bottom: 20px;
}
.block_hd_tel {
padding-right: 10px;
width: 60%;
box-sizing: border-box;
}
.block_hd_tel img {
width: 100%;
margin-bottom: 10px;
}
.block_hd_tel .txt_tel {
line-height: 1.6;
font-size: 12px;
color:#FFF;
}
.block_hd_web {
display: table-cell;
vertical-align: top;
}
.block_hd_web .btn_contact01 {
display: none;
}
.block_hd_web .btn_contact02 {
width: 40%;
}
.block_hd_web .btn_contact02 img {
width: 100%;
}
.img_main.for_smp {
width: 100%;
}
.bnr_bbq {
position: static;
margin: 10px auto;
width: 280px;
/*
right: 20px;
bottom: 20px;
width: 299px;
*/
}
/* スマートフォン用ナビ */
#header_smp {
display: none;
position: absolute;
left:0px;
top:0px;
background-color: #000;
padding-top: 70px;
width: 100%;
color: #FFF;
z-index: 10;
padding-bottom: 30px;
}
/* facebook */
.btn_smp_fb {
display: block;
width: 30px;
height: 30px;
margin: 30px auto 0 auto;
}
.btn_smp_fb img {
width: 100%;
}
header .container ul li.nav_fb {
display: none;
}
/* メニュー内の手紙アイコン */
.btn_contact03 {
display: none;
position: fixed;
right:0px;
top:0px;
width: 70px;
height: 70px;
z-index: 20;
}
.btn_contact03.on {
display: block;
}
.btn_contact03 img {
width: 100%;
}
/* メニュー内のロゴ */
.hd_logo03 {
display: none;
position: fixed;
background-color: rgba(0,0,0,.8);
height: 70px;
width: 100%;
top: 0px;
left: 0px;
z-index: 15;
}
.hd_logo03.on {
display: block;
}
.hd_logo03 img {
width: 160px;
height: auto;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
}
/* 電話 */
.btn_smp_tel {
margin-top: 80px;
display: block;
}
.btn_smp_tel dt {
font-size: 16px;
line-height: 1.3;
}
.btn_smp_tel dd {
margin-top: 20px;
}
.btn_smp_tel dd a {
display: block;
width: 70%;
margin: 0 auto;
}
.btn_smp_tel dd a img {
width: 100%;
}
.btn_smp_tel dd .txt_smp_tel {
font-size: 14px;
line-height: 1.3;
margin-top: 10px;
}
.btn_smp_mail {
text-align: center;
display: inline-block;
font-size: 18px;
/* font-weight: bold; */
width: 80%;
margin: 30px auto 0 auto;
}
.btn_smp_mail a {
display: block;
padding: 30px 0;
-webkit-border-radius: 10;
-moz-border-radius: 10;
border-radius: 10px;
background-color: #8A7F2A;
color: #FFF;
text-decoration: none;
}
#gnav_smp {
display: block;
text-indent: -9999px;
text-decoration: none;
background-image: url(../img_smp/btn_menu.png);
background-repeat: no-repeat;
background-position: left top;
background-size: 70px auto;
margin-right: 0px;
width: 70px;
height: 70px;
position: fixed;
left: 0px;
top: 0px;
z-index: 20;
}
#gnav_smp.on {
background-image: url(../img_smp/btn_close.png);
background-repeat: no-repeat;
background-position: left top;
background-size: 70px auto;
}
/* メニューOPEN時の本文スクロール防止 */
body.no_scroll {
overflow: hidden;
}
/* navをスクロールさせるためのモーダル */
#header_smp.g_nav_modal {
position: fixed;
top: 0px;
left: 0;
right: 0;
bottom: 0;
overflow: auto;
z-index: 10;
-webkit-overflow-scrolling: touch;
}
}



/* ヘッダ固定
---------------------------------------------------------- */
/*
header .container.nav_fixed {
width: 100%;
background-color:rgba(0,0,0,0.8);
position: fixed;
z-index: 1;
top:0;
left: 0;
}
*/
header .container.nav_fixed {
width: 100%;
min-width: 1024px;
position: fixed;
z-index: 1;
top:0;
left: 0;
display: block;
height: 100px !important;
margin: 0 auto;
text-align: left;
overflow: hidden;
}
header .container.nav_fixed ul li.hd_nav_top {
display: inline-block;
}
header .container.nav_fixed ul {
margin: 60px 0 0 10px;
float: left;
width: 40%;
}
header .container.nav_fixed .hd_logo01 {
display: block;
width: 237px;
cursor: pointer;
}
header .container.nav_fixed .hd_logo01 img {
width: 100%;
}
header .container.nav_fixed ul li.nav_fb {
position: absolute;
right: 165px;
top: 20px;
margin: 0;
z-index: 10;
}
header .container.nav_fixed .img_main.for_pc,
header .container.nav_fixed .img_main.for_smp,
header .container.nav_fixed .hd_logo02,
header .container.nav_fixed .block_hd_tel .txt_tel,
header .container.nav_fixed .bnr_bbq {
display: none !important;
}
header .container.nav_fixed .block_hd_web {
display: block;
}
header .container.nav_fixed .block_hd_web .btn_contact01 {
width: 135px;
display: inline-block;
/*
-webkit-box-ordinal-group: 1;
-moz-box-ordinal-group: 1;
box-ordinal-group: 1;
*/
}
header .container.nav_fixed .block_hd_web .btn_contact01 img { max-width: 100%; }
header .container.nav_fixed .block_hd_web .btn_contact02 {
display: none;
}
header .container.nav_fixed .hd_contact {
margin: 0;
display: block;
position: absolute;
left: auto;
transform: none;
-webkit-transform: none;
-ms-transform: none;
bottom: auto;
right: 20px;
top: 20px;
/*
display: -webkit-box;
display: -moz-box;
display:box;
-webkit-box-orient:vertical;
-moz-box-orient:vertical;
box-orient:vertical;
*/
display: flex; /* flexコンテナ化 */
flex-direction: column-reverse; /* 縦向きで逆順 */
text-align: right;

}
header .container.nav_fixed .block_hd_tel {
display: block;
/*
-webkit-box-ordinal-group: 2;
-moz-box-ordinal-group: 2;
box-ordinal-group: 2;
*/
margin-top: 40px;
text-align: right;
padding-right: 0px;
}

/*
smart
----------------------------------------------------------- */
@media screen and (max-width : 640px){
/* ヘッダ固定
---------------------------------------------------------- */
/* メニュー内の手紙アイコン */
header .container.nav_fixed .btn_contact03 {
position: fixed;
display: block;
}
/* メニュー内のロゴ */
header .container.nav_fixed .hd_logo03 {
position: fixed;
display: block;
}
header .container.nav_fixed {
width: 100%;
min-width: 0;
position: fixed;
z-index: 1;
top:0;
left: 0;
display: block;
height: auto !important;
margin: 0 auto;
text-align: center;
overflow: visible;
}
header .container.nav_fixed ul {
margin: 50px auto 0 auto;
float: none;
width: auto;
}
header .container.nav_fixed ul li.hd_nav_top {
display: block;
}
header .container.nav_fixed .hd_logo01,
header .container.nav_fixed ul li.nav_fb,
header .container.nav_fixed .hd_contact,
header .container.nav_fixed .block_hd_tel {
display: none !important;
}
}


