/* *******************************************************************************
-------------------------------------------------------------
■ PC
-------------------------------------------------------------
 1. content
 2. mainimage
 3. blog
 4. sitemap
 5. news
 
-------------------------------------------------------------  
■ @media screen and (max-width: 1000px)
-------------------------------------------------------------
 6. footer

-------------------------------------------------------------  
■ @media screen and (max-width: 767px)
-------------------------------------------------------------
 1. content
 6. footer
 
******************************************************************************* */

/* ----------------------------------------------------------
■ PC
----------------------------------------------------------- */

body {
	background:#FFF;
}
#header {
	background:rgba(255,255,255,0.8);
}
#header_menu_block {
	background:none;
}

/* =====================================
 1. content
===================================== */

.under #content {
    margin: 0;
    padding: 2em 0;
}
.gnv_tmp_width_1000.movie {
    display: block;
}
a:focus, *:focus {
    outline:none;
}
input[type=submit]:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha( opacity=70 )";
}
 
/* -------------------------- 
 header 
-------------------------- */
.header_block {
margin: 0 auto 10px;
padding: 15px 0 0;
}
.header_block h1 a {
display: inline;
}
.header_block h1 {
width: 30%;
margin: 1% 0 0 0;
}
#header h1 a img {
max-width: 300px;
max-height: 72px;
width: 100%;
}
.header_right_box {
width: 67.5%;
margin: 0 0 0 0;
}
.header_tel {
	float:right;
	width:28.8%;
	margin-left:3%;
}
.header_right_box img {
    margin-bottom: 0;
    margin-left: 0;
    width: auto;
}
.header_right_box a img {
    margin-bottom: 0;
}
.header_txt {
	float:right;
	width:66.22%;
	margin-top:2%;
}

#header .pc_tel {
margin: 0 0 3px;
float: none;
}
.header_right_box img.pc_inq {
}
.header_txt img {
}

@media screen and (max-width: 1000px) {
}
@media screen and (min-width: 768px)  and (max-width: 1000px){
.header_right_box { margin-right:1%;}

#header .pc_tel {
max-width: 100%;
width:196px;
margin: 0 0 3px;
float: none;
}
.header_right_box img.pc_inq {
max-width: 100%;
width:196px;
}
.header_txt img {
max-width: 100%;
width:447px;
}
}
@media screen and (max-width: 767px) {
#header {    padding: 20px 0 0;}
.header_block { 
	padding-top:0;
	margin-bottom:15px;
}
.header_block h1 {
	width:525px;
    max-width: 50%;
	margin:0;
}
.header_right_box {
    margin: 0 0 0 0;
    max-width: 38%;
    width: 210px;
}
.header_right_box a img {
	max-height:60px;
}
.header_right_box li.btn_tell, 
.header_right_box li.btn_menu, 
.header_right_box li.btn_inq {
    display: block;
    float: left;
    height: auto;
    max-width: 28.6%;
    width: 60px;
	margin-right: 3%;
}
.header_right_box li.btn_tell a, 
.header_right_box li.btn_menu a, 
.header_right_box li.btn_inq a {
    display: block;
    height: auto;
    width: 100%;
}
.header_right_box a img {
    margin-left: 0;
    max-width: 100%;
    width: auto;
}
/* inquiryBody */
#inquiryBody .header_right_box {
    max-width: 28%;
    width: 146px;
}
#inquiryBody .header_right_box li.btn_tell,
#inquiryBody .header_right_box li.btn_menu {
    max-width: 41.5%;
	margin-right: 4.54545%;
}
}

/* Nav -----------*/
#header_menu_block {
position: relative;
}
.header_menu {
height: auto;
padding: 5px 0 20px;
text-align:center;
}

.header_menu .g_nav li {
height: auto!important;
position: relative;
display:inline-block;
float:none;
}
.header_menu .g_nav li.nav01, 
.header_menu .g_nav li.nav02,
.header_menu .g_nav li.nav03,
.header_menu .g_nav li.nav04, 
.header_menu .g_nav li.nav05,
.header_menu .g_nav li.nav06 {
width: auto;
height: auto;
border-right:none;
box-sizing: border-box;
}
.header_menu .g_nav li.nav01 {
border-left:none;
}
.header_menu .g_nav li a,
 .header_menu .g_nav li span {
color: #402f09;
padding-bottom: 0;
padding-top: 0;
font-size: 16px;
}
.header_menu .g_nav li a:hover, 
.header_menu .g_nav li span:hover {
background: none;
color: #bea31f;
text-decoration: none;
}
.tablet .header_menu .g_nav li a.hover, 
.tablet .header_menu .g_nav li span.hover {
color: #bea31f;
background: none;
}

#inquiryBody #header .pc_inq {
display: none;
}
.submenu li {
	width:100%;
}
.header_menu .g_nav .submenu li.g_nav_sub_row a {
	box-sizing: border-box;
	width: 100%;
	padding: 5px 10px;
	font-size:90%;
}

/* header_menu */
@media screen and (min-width: 768px)  {

.header_menu .g_nav li.nav01, 
.header_menu .g_nav li.nav02,
.header_menu .g_nav li.nav03,
.header_menu .g_nav li.nav04, 
.header_menu .g_nav li.nav05,
.header_menu .g_nav li.nav06 {
width: auto;
height: auto;
border-right:none;
box-sizing: border-box;
padding:5px 15px 10px;
}

.submenu {
    margin: 0 0 0 -100px;
	width:200px;
	position:absolute;
	left:50%;
	bottom:0;
}
.header_sub_menu {
    margin: -5px 0 0;
}
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
    .header_menu {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
    }
    .header_menu .g_nav {
        margin: 0;
    }
}

@media screen and (min-width: 1001px)  and (max-width: 1010px){
.header_menu .g_nav {
    margin: 0 5px;
}
}
@media screen and (min-width: 768px)  and (max-width: 1000px){
.header_menu .g_nav {
    margin: 0 10px;
}
}
@media screen and (max-width: 1000px) {
}
@media screen and (min-width: 768px)  and (max-width: 1000px){
}
@media screen and (max-width: 767px) {
#header_menu_block {
    position: absolute;
}
.header_menu .g_nav li {
	height: auto!important;
	position: relative;
    display: block;
    float: none;
}
.header_menu .g_nav li.nav01, 
.header_menu .g_nav li.nav02, 
.header_menu .g_nav li.nav03, 
.header_menu .g_nav li.nav04, 
.header_menu .g_nav li.nav05, 
.header_menu .g_nav li.nav06 {
    border-right: none;
    border-left: none;
    box-sizing: border-box;
    height: auto;
    width: 100%;
}
.header_menu .g_nav li a, .header_menu .g_nav li span {
	padding-top:12px;
	padding-bottom:10px;
}
.header_menu {
    height: auto;
    padding: 0 ;
}

.header_menu .g_nav li a,
 .header_menu .g_nav li span { color:#fff;}
/* スマホ時のナビゲーション背景色変更*/
.header_menu {
    background: #402f09 ;
	border-top:1px solid #777;
}
.header_menu .g_nav {
    background: #402f09;
}
.header_menu .g_nav li a::after {
    background: #402f09 ;
}
.header_menu .g_nav li span::before {
    background: #ccc ;
}
.header_menu .g_nav li span::after {
    background: #402f09 ;
}
.header_menu .g_nav li a:hover::after {
    background: #402f09 ;
}
.header_menu .g_nav li span:hover::after {
    background: #402f09 ;
}
.header_menu .g_nav .submenu li.g_nav_sub_row a {
    background: #666;
    padding: 10px 10px 10px 30px;
}
.header_menu .g_nav li .g_nav_sub_row a::after {
    background: #666 ;
}
.header_menu .g_nav .submenu li.g_nav_sub_row a {
color: #bea31f;
}
.header_menu .g_nav li .g_nav_sub_row a::before {
    background: #ccc ;
}
}

/* =====================================
 2. mainimage
===================================== */
#mainimage {
    z-index:998;
}


.top #mainimage {
    margin-top: 0;
}
.top .main_content {
    background:  url(/asset/topimage.jpg) no-repeat center ; 
    height: 900px;
    width: 100%;
}

/* under */


.under #mainimage {
    background: none;
    height: auto;
    margin-top: 210px;
    text-indent: 0;
}

.under #mainimage .under_mainimage {
    background: none;
    height: auto;
}
.under #mainimage .under_mainimage .gnv_tmp_width_1000{
	background: #e5daa5;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #e5daa5), color-stop(0.00, #f8eec4));
	background: -webkit-linear-gradient(top, #f8eec4 0%, #e5daa5 100%);
	background: -moz-linear-gradient(top, #f8eec4 0%, #e5daa5 100%);
	background: -o-linear-gradient(top, #f8eec4 0%, #e5daa5 100%);
	background: -ms-linear-gradient(top, #f8eec4 0%, #e5daa5 100%);
	background: linear-gradient(top, #f8eec4 0%, #e5daa5 100%);
	border-radius: 5px;
}
.under #mainimage h2 {
    padding: 20px 10px;
    line-height: 1.2;
    text-align: center;
    font-size: 157%;
    background-size: contain;
    color: #441616;
    font-weight: normal;
    font-family: "秀英角ゴシック金 B","Shuei KakuGo Kin B","メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
    border-bottom: 3px solid #77402c;
	border-radius: 5px;
	
	background:url(/asset/h2_icon.png) no-repeat right bottom;
	background-size: 75px;
}
@media screen and (min-width: 768px) {
#newsList #mainimage, #websiteNewsDetail #mainimage, #notfoundBody #mainimage, #sitemapBody #mainimage {
    margin-top: 210px;
}
}
@media screen and (max-width: 1000px) {
}
@media screen and (min-width: 768px)  and (max-width: 1000px){
.top .main_content {
    height: 600px;
	background-size:cover;
}
}
@media screen and (max-width: 767px) {
.top #mainimage {    margin-top: 0;}
.top .main_content { background:none; height:auto;min-height: 0;}

.under #mainimage {    margin-top: 0;}
.under #mainimage h2 { font-size:140%;}

.sp_img_height{
    max-width: 80%;
}

}

/* =====================================
 3. blog
===================================== */
#blogBody .contentArea a {
	word-break: break-all;
}

/* =====================================
 4. sitemap
===================================== */
ul.sitemap_ic li a {
	padding-right: 40px;
}

/* =====================================
 5. news
===================================== */
#news h2,
.static #content h2.titleBg,
h2.titleBg {
	padding: 10px 0 !important;
}
#news dl {
	margin: 0.6em 0;
}
#news dt {
    padding: 0;
}
#news dd {
    padding: 0 0 10px;
}



/* -------------------------- 
 footer 
-------------------------- */
.bnr {
    padding: 2em 0 2em;
    text-align: center;
}
.bnr a {
    display: inline-block;
    margin: 0 1% 2%;
    max-width: 30%;
	width: 300px;
}
.bnr img {
    max-width: 100%;
}
@media only screen and (max-width: 767px) {
.bnr a {
    display: block;
    max-width: 100%;
	margin:0 auto 1.5%;
}
}

#footer {
	background:#be3332;
	font-size:16px;
	color:#fff;
}
.footer_block {
    padding-top: 40px;
}
.footer_nav_box.first {
    display: block;
    float: left;
    min-height: 200px;
    width: 48%;
	margin-bottom:2em;
}
.footer_nav_box .footer_ttl {
    color: #fff;
    font-size: 20px;
    line-height: 1;
    padding: 0 20px 30px 0;
    text-align: left;
	font-weight:bold;
}
ul.footer_nav {
    display: block;
    padding: 0 ;
}
ul.footer_nav li {
    display: block;
    margin-bottom: 0.3em;
	font-size:18px;
	position:relative;
	line-height:1.4;
}
ul.footer_nav li::before {
	position:absolute;
	content:">";
	top:0px;
	left:2px;
}
ul.footer_nav li a {
    color: #fff;
    text-decoration: none;
	padding-left:20px;
	font-size:18px;
}
ul.footer_nav li a:hover {
	color:#fff; 
	text-decoration:underline;
}

.footer_access_box {
    border-left: none;
    display: block;
    float: right;
    min-height: 200px;
    padding: 0 ;
    width: 48%;
	margin-bottom:2em;
}
#footer p.footer_ttl,
#footer p.access_txt {
	text-align:left;
}
.footer_access_box .footer_ttl {
	color: #fff;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    padding: 0 20px 30px 0;
    text-align: left;
}
#footer table {
	width:100%;
	font-size:18px;
}
#footer table th,
#footer table td {
	border-bottom:1px solid #e48e8d;
	vertical-align:top;
	text-align:left;
	font-weight:normal;
	padding:8px;
	line-height:1.3;
	color:#fff;
}
#footer table a {
	color:#fff;
}
.footer_access_box p.access_txt {
    line-height: 1.8;
    padding: 0 20px 2em;
}
.footer_access_box p:last-child {
    padding-bottom: 0;
}
ul.footer_guide {
    clear: both;
    display: block;
    margin: 0 auto;
    max-width: 1000px;
    width: auto;
}
ul.footer_guide li {
    display: block;
    float: left;
	position:relative;
    padding: 0 10px 0 16px;
}
ul.footer_guide li::before {
	position:absolute;
	content:"＞";
	top:0px;
	left:2px;
}
ul.footer_guide li.copyright::before {
	display:none;
}
ul.footer_guide li a {
    background:none;
    color: #fff;
    display: block;
    font-size: 16px;
    padding: 0 ;
    text-decoration: none;
}
ul.footer_guide li a:hover { 
	color:#fff; 
	text-decoration:underline;
}
ul.footer_guide li.copyright {
    color: #fff;
    float: right;
    font-size: 16px;
}
.access_txt a {
    cursor: text;
    color: #fff;
}
.access_txt a:hover {
    color: #fff;
    text-decoration: none;
}
@media screen and (min-width: 768px)  {
ul.footer_nav {
	float:left;
	width:45%;
}
}

@media screen and (min-width: 1001px)  and (max-width: 1010px){
.footer_block { width:98%;}
}
@media screen and (max-width: 1000px) {
.footer_block { width:98%;}
.footer_access_box p.access_txt a {
    text-decoration: none;
}
}
@media screen and (min-width: 768px)  and (max-width: 1000px){
	
.footer_nav_box.first {
    display: block;
    float: none;
    min-height: 0;
    width: 100%;
	margin-bottom:2em;
	overflow:hidden;
}
.footer_access_box {
    min-height: 0;
	text-align:left;
	width:auto;
	background:none;
	color:#fff;
	float:none;
}
.footer_access_box p.access_txt{
	color:#fff;
    padding-left: 0px;
	text-align:left;
}
.footer_access_box p.access_txt a {
	color:#fff;
    text-decoration: underline;
}
ul.footer_guide {    padding: 0 ;}
}
@media screen and (max-width: 767px) {
.footer_nav_box.first,
.footer_nav_box.second,
.footer_access_box {
	background:none;
	text-align:left;
	width:auto;
	float:none;
	color:#fff;
    min-height: 0;
}
ul.footer_nav li {
    background:none;
	font-size:16px;
}
ul.footer_nav li a {
    background: none;
	color:#fff;
    display: block;
    padding: 0 10px 0 16px;
    text-decoration: none;
	font-size:16px;
}

.footer_access_box p.access_txt  {
	color:#fff;
    padding-left: 0px;
	text-align:left;
}
.footer_access_box p.access_txt a {
	color:#fff;
    text-decoration: underline;
}
ul.footer_guide {    padding: 0 ;}

.footer_access_box p.access_txt a {
    text-decoration: underline;
}

#footer table {
	font-size:16px;
}
}
 
