/* IMPORT RESET */
@import url("reset.css");

/* IMPORT 12 COLUMN RESPONSIVE GS */
@import url("responsive.gs.12col.css");

/* ICOMOON */
@import url("icomoon.css");


/*	EXAMPLE STYLES */
body {
	font-family: Meiryo,"メイリオ","ＭＳ Ｐゴシック",Osaka,sans-serif;
	color: #333;
	font-size: 13px;
}

.bg_top{
	background:#fff url(../common_img/bg_01.png) no-repeat center -60px;
	background-attachment: fixed;
}

.bg_kaso{
	background:#fff url(../common_img/bg_01.png) no-repeat center 180%;
	background-attachment: fixed;
}
.inner {
    width: 1000px;
    margin: 0 auto;
}
.inner:after {
    content: "";
    clear: both;
    display: block;
}

/* header */
#top-head {
    top: -200px;
    position: absolute;
    width: 100%;
    margin: 200px auto 0;
    padding: 0px 0 10px;
    line-height: 1;
    z-index: 999;
		background: #D80C18;
		box-shadow:1px 1px 3px #333;
		height: 101px;


}
#top-head a,
#top-head {
    color: #fff;
    text-decoration: none;
}
#top-head .inner {
    position: relative;
}
#top-head .logo {
    float: left;
}
#global-nav ul.g_nav {
    list-style: none;
    position: absolute;
    right: 0;
    line-height:35px;
    font-size:150%;
    top: 50px;
}
#global-nav ul.g_nav li {
    float: left;
    font-weight:bold;
    text-align:center;
}
#global-nav ul.g_nav li a {
    padding: 0 15px;
}

#global-nav ul.g_nav li a:hover{
    color:#fff;
    text-decoration:underline;
}

#global-nav ul.g_nav li dd{ display:none; position: absolute; z-index:100; top:54px;padding:0;background:rgba(0,0,0,0.6);}


#global-nav ul.g_nav li ul.sub_nav { padding:0 0 0;display:block; overflow: hidden;margin:0;font-size:85%;line-height:35px;}
#global-nav ul.g_nav li ul.sub_nav li { float:none !important;color:#fff; padding:0 0px; margin-bottom:1px; height:auto; list-style:none; }
#global-nav ul.g_nav li ul.sub_nav li a { background:none!important;display:block;color:#fff !important; font-weight:normal;text-align:left; padding:0px 30px 0px 30px; height:auto;text-decoration:none;border-bottom:dotted 1px #fff;}
#global-nav ul.g_nav li ul.sub_nav li a:hover { background:rgba(0,0,0,1.0) !important;color:#fff; text-align:left;}
#global-nav ul.g_nav li ul.sub_nav li a:before { content:'\e910'; margin-right:15px;font-family:'icomoon';color:#fff;}


#global-nav ul.s_nav {
    list-style: none;
    position: absolute;
    right: 0;
    top: 0px;
}

#global-nav ul.s_nav li{
    float: left;
}

#global-nav ul.s_nav li a{
    background:#000;
    display:block;
    padding:10px 15px;
}

#global-nav ul.s_nav li:last-child a{
    background:#000;
}

#global-nav ul.s_nav li a:hover{
    background:#333;
}

/* Fixed */
#top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    padding-top: 0px;
    height: 101px;
    background: #fff;
    background:rgba(215,12,24, .9);
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
    box-shadow:1px 1px 3px #333;
}
#top-head.fixed .logo {
}
#top-head.fixed #global-nav ul li a {
    color: #fff;
}

/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 14px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #fff;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}

@media screen and (max-width: 1000px) {
    #top-head,
    .inner {
        width: 100%;
        padding: 0;
    }
    #top-head {
        top: 0;
        position: fixed;
        margin-top: 0;
				background: none;
				height: 0;
    }
    /* Fixed reset */
    #top-head.fixed {
        padding-top: 0;
        background: transparent;
    }
    #mobile-head {
        background:rgba(215,12,24, .9);
        width: 100%;
        height: 101px;
        z-index: 999;
        position: relative;
    }
    #top-head.fixed .logo,
    #top-head .logo {
        position: absolute;
        left: 0px;
        top: 8px;
        color: #333;
    }
    #global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -470px;
        background: #333;
        width: 100%;
        text-align: center;
        padding: 10px 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }
    #global-nav ul.g_nav {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        font-size: 14px;
    }
    #global-nav ul.g_nav li {
        float: none;
        position: static;
    }
    #top-head #global-nav ul.g_nav li a,
    #top-head.fixed #global-nav ul li a {
        width: 100%;
        display: block;
        color: #fff;
        text-align:center;
        padding: 5px 0;
        border-bottom:dotted 1px #fff;
    }
    #nav-toggle {
        display: block;
        top:40px;
    }


#global-nav ul.g_nav li dd{ display:none; position: static; z-index:100; padding:0;background:rgba(0,0,0,0.6);}

    /* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
    /* #global-nav スライドアニメーション */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(556px);
        -webkit-transform: translateY(556px);
        transform: translateY(556px);
    }

#global-nav ul.s_nav {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
}

#global-nav ul.s_nav li{
        float: none;
        position: static;
    }

#global-nav ul.s_nav li a{
        text-align:center;
        padding:15px 0;
    }


}

/* ----------   main  --------------------- */

main {
	padding:0px 0 0px;
	min-height:600px;
}



@media only screen and (max-width: 768px) {
main {
	padding:0px 0px 0px;
	min-height:300px;
}
}

/* ----------   section  --------------------- */
section {

}

aside {
	margin:0px 0 0px;
}

#side_bar{
}

/* ----------   footer  --------------------- */
footer {
	padding:0px 0px 0px;
}

.link_area{
text-align:center;
margin:20px 0;
}


.link_area img{
margin:5px;
}


/* ----------   メインイメージ系  --------------------- */

#main_img {
	text-align:center;
	margin:0px 0 0px;
	padding:0px 0 0px 0;
	/* height: 100vh; */
	height:570px;
}

#main_img h2{
	text-align:left;
	padding:160px 0 0px 30px;
}

#main_img p{
	text-align:left;
	padding:20px 0 0px 30px;
	font-size:130%;
	font-weight:200;
}

@media only screen and (max-width: 1000px) {

#main_img h2{
	text-align:left;
	padding:160px 0 0px 10px;
}

#main_img p{
	font-size:110%;
	padding:20px 10px 0px 10px;
}

}
@media only screen and (max-width: 768px) {


}


.nak_tt{

}

.nak_tt h2{
font-weight:bold;
padding:6% 2% 6%;
font-size:200%;
color:#fff;
margin:101px 0 0px;
text-shadow:1px 1px 1px #000,-1px -1px 1px #000,1px 1px 1px #000,-1px -1px 1px #000,1px 1px 3px #000,-1px -1px 3px #000;
}


@media only screen and (max-width: 768px) {


.nak_tt h2{
font-size:140%;
padding:6% 2% 6%;
margin:101px 0 0px;
}

}







.btn01 {margin:20px auto;}


.btn01 a{
	color:#fff;
	font-weight:normal;
	text-decoration:none;
	font-size:120%;
	display:block;
	padding:15px 0px;
	background:#D80C18;
	text-align:center;
	border-radius: 10px;;
}

.btn01 a:hover{
	background:rgba(#D70C18,.7);　/* Firefox用 */
}





/* ----------   フッターナビ  --------------------- */

#page_up{width:62px;
margin:10px auto 0;
text-align:center;
}
#page_up img{width:100%;}


.fotter_bg{
background:url(../common_img/bg_03.png) repeat 0 0px;
}

/* .f_info{
padding:0px 0;
}

.f_info dt{
text-align:center;
font-size:360%;
padding:30px 0px 10px 0px ;
}

.f_info dd{
text-align:center;
font-size:110%;
} */

.f_con {
width:300px;
margin:30px auto 20px;
}


.f_con li{
    float: left;
    width:150px;
}

.f_con li a{
    background:#D80C18;
    display:block;
    padding:10px 15px;
}

.f_con li a:hover{
    background:#333;
}

#f_bg02{
background:#D80C18;
padding:40px 0 20px;
}

.fnav {
	width: 100%;
	margin: 15px 0 0 0px;
}

/* .fnav ul{
width:100%;
display:table;
margin:0 auto 20px;
} */


/* .fnav ul li{
display:table-cell;
margin:0 0px 0px 0;
color:#fff;
} */

.fnav li {
    float: left;
    margin: 0 50px 15px 0;
    color: #fff;
		font-size: 160%;
		font-weight: bold;
}

.fnav li a {
    display: block;
    color: #fff;
}


/* .fnav li a{
display:block;
color:#fff;
text-align:center;
font-weight:bold;
font-size: 120%;
} */

.fnav li a:hover{
text-decoration:none;
}

.f_taiarea p{
	text-align: center;
	font-weight: bold;
	font-size: 150%;
	padding: 0 50px;
}

.f_info {
    border: solid 3px #fff;
    padding: 15px 15px 15px 15px;
}

.f_info p {
    text-align: center;
    color: #fff;
    font-weight: bold;
    padding: 0px 0px 10px 0px;
    font-size: 130%;
}

.f_info dt {
    text-align: center;
    padding: 0px 0px 10px 0px;
		font-size: 220%;
		text-align: center;
		color: #fff;
		font-weight: bold;
}

.f_info dt a {
	color: #fff;
	text-decoration: none;
}

.f_info dd {
    text-align: center;
    font-size: 130%;
    padding: 0px 0px 10px 0px;
    color: #fff;
}

.f_info dd li {
    text-align: center;
}

.f_ad {
    font-weight: bold;
    font-size: 130%;
}

.f_tel {
    font-size: 110%;
    font-weight: bold;
}

.f_fax {
    font-size: 110%;
    font-weight: bold;
}


.f_tel:before {
    content: "TEL ";
}

.f_fax:before {
    content: "FAX ";
}

.ei {
    font-size: 80%;
}

.gosoudan_btn {
    margin: 10px auto 0;
    width: 60%;
    text-align: center;
}

.gosoudan_btn a {
    background: #000;
    display: block;
    padding: 8px 0;
    text-align: center;
    color: #fff;
    font-size: 80%;
    text-decoration: none;
}

/* .f_info li{float:right;margin-left:15px;} */

@media only screen and (max-width: 768px) {

	#f_bg02{
	padding:0px 0 20px;
	}


.gosoudan_btn a {
	padding: 8px 8px;
	font-size: 70%;
}

.gosoudan_btn {
width: 70%
}

.f_logo{
text-align:center;
margin-bottom:20px;
}


.fnav {
width:80%;
margin:0 auto 30px;
}

.fnav li {
    float: left;
    margin: 0 15px 15px;
    color: #fff;
		font-size: 120%;
}


.fnav ul{
width:100%;
display:block;
}

.fnav ul li{
display:block;
width:100%;
text-align:center;
margin:0px 0px 10px;
}


.f_info {
	width: 90%;
  margin: 0 auto;
}

.f_ad {
    font-weight: bold;
    font-size: 110%;
}


.f_tel {
    font-size: 100%;
    font-weight: bold;
}

.f_fax {
    font-size: 100%;
    font-weight: bold;
}

.f_taiarea p{
	text-align: center;
	font-weight: bold;
	font-size: 130%;
	padding: 0 30px;
}


}

.sate_box{
border:solid 1px #343434;
padding:15px 20px;
margin:30px 0 0 0;
}

.sate_box dt{
font-weight:bold;
padding:0px 0px 10px 10px ;
color:#fff;
}

.sate_box dd{
color:#fff;
}

#site_copy{
text-align:center;
margin:30px 0 0 0;
padding:10px;
font-size: 120%;
color:#fff;
}

/* ----------   デバイス毎の振り分け  --------------------- */


/*PC960px以上 */




.logo{float:left;width:308px;padding:15px 0px 0px 0px ;}


@media only screen and (max-width: 959px) {


}

@media only screen and (max-width: 768px) {

.logo{
width:300px;
margin:0 auto;
padding:10px 0px 10px 0px ;
}


#side_bar{display:none;}
#pan {display:none;}

#page_up{width:25%;
margin:0px auto 0;
}
#page_up img{width:100%;}

}

@media only screen and (max-width: 480px) {


.logo{
width:230px;
margin:0 auto;
padding:15px 0px 0px 0px ;
}

#page_up{width:35%;
margin:0px auto 0;
}
#page_up img{width:100%;}

}


/* ロールオーバーで不透明度変更
-------------------------------------------------- */
.hover_img a:hover img,
a.hover_img:hover img {
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	-webkit-transition: opacity linear 0.4s; -moz-transition: opacity linear 0.4s; transition: opacity linear 0.4s;
}


.link_box{
-webkit-transition: opacity linear 0.4s; -moz-transition: opacity linear 0.4s; transition: opacity linear 0.4s;
}

.bl-hover{
	opacity:0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
	z-index:1;
	-webkit-transition: opacity linear 0.4s; -moz-transition: opacity linear 0.4s; transition: opacity linear 0.4s;
}

/* タイトルのスタイル
-------------------------------------------------- */

.tt_style01 {
    background: #e7768a url(../common_img/h3_bg04.png) no-repeat 10px center;
    padding: 10px 0px 10px 30px;
    margin: 40px 0 25px 0;
    font-size: 120%;
    color: #fff;
    font-weight: bold;
}

.tt_style01 span{
font-size:70%;
text-decoration:underline;
}

.tt_style02:before {
    content: '\e90d';
    margin-right: 15px;
    font-family: 'icomoon';
    color: #D80C18;
}

.tt_style02{
padding:3px 0px 5px 5px;
margin:0px 0 30px;
line-height:35px;
font-weight:bold;
color:#000;
font-size:160%;
border-bottom: dotted 4px #D80C18;
}

.tt_style03{
	    font-weight: bold;
	    font-size: 160%;
			color: #0CB9D7;
	    text-align: center;
	    font-family: "ＭＳ 明朝", sans-serif;
	    padding: 30px 0px 20px;
	    margin: 0px 0px 20px;
			font-weight:bold;
	}


.tt_style04 span{
font-size:60%;
text-decoration:underline;
color:#D80C18;
}

.tt_style04{
	    font-weight: bold;
	    font-size: 230%;
			color: #D80C18;
	    text-align: center;
	    font-family: "ＭＳ 明朝", sans-serif;
	    padding: 30px 0px 20px;
	    margin: 0px 0px 20px;
			font-weight:bold;
	}


@media only screen and (max-width: 768px) {

.tt_style01{
font-size:200%;
width: 33%;

}

.tt_style01 span{
font-size:80%;
}

.tt_style02{
font-size: 140%;
}

.tt_style04{
font-size:160%;
}

.tt_style04{
	font-size: 160%;
	line-height: 1.5;
}

}





/* googlemap */

.google-maps {
position: relative;
padding-bottom: 75%;
height: 0;
overflow: hidden;
margin:10px 0 0 0;
}
.google-maps iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;}

/*
====================================================================================================
◆画像のレフト・ライト
---------------------------------------------------------------------------------------------------- */

.fig_01{
float:right;
width:36%;
margin:0px 0px 0px 25px;
}

.fig_02{
float:left;
width:36%;
margin:0px 25px 0px 0px;
}

.fig_03{
float:right;
width:25%;
margin:0px 0px 0px 25px;
}

.fig_04{
float:left;
width:25%;
margin:0px 25px 0px 0px;
}

.fig_05{
float:left;
width:48%;
margin:0px 0px 0px 0px;
}

.fig_06{
float:right;
width:48%;
margin:0px 0px 0px 0px;
}

.fig_n01{
float:right;
width:36%;
margin:0px 0px 0px 25px;
}

.fig_n02{
float:left;
width:36%;
margin:0px 25px 0px 0px;
}

.fig_n03{
float:right;
width:20%;
margin:0px 0px 0px 25px;
}

.fig_n04{
float:left;
width:20%;
margin:0px 25px 0px 0px;
}


.figure img{width:100%;}

figucaption{text-align:center;}


@media only screen and (max-width: 768px) {

.fig_n01{
display:none;
}

.fig_n02{
display:none;
}

.fig_n03{
display:none;
}

.fig_n04{
display:none;
}

.fig_03{
float:none;
width:180px;
margin:0px auto 0px;
}

}

/* table_style
-------------------------------------------------- */


.table_style {
 border-top: 1px solid #ccc;
 border-bottom: 1px solid #ccc;
 margin:0px auto 10px;
 width:100%;
 background:#fff;
}

		.table_style th,
		.table_style td {
			padding: 10px;
			border-bottom: 1px dotted #ccc;
			border-right: 1px solid #aaa;
			text-align: left;
		}
		.table_style td {
			background:#fff;
			border-left: 1px solid #aaa;
		}
		.table_style td.price{text-align:right}
		.table_style td.item{font-weight:bold;color:#019e05;background:#f2f2f2;text-align:left;}

		.table_style th {
			vertical-align: top;
			text-align:center;
			font-weight:bold;
			border-left: 1px solid #aaa;
			background:#f2f2f2;
			width:30%;
		}
		.table_style th.kou{
			color:#37701b;
			background:#fff;
		}


.table_style02 {
 margin:30px auto 10px;
 width:100%;
}
	.table_style02 {
		border-top: 1px dashed #aaa;
	}
		.table_style02 th{padding: 10px;
		border-bottom: 1px dashed #aaa;
		background:#fff;
		font-weight:bold;
		color:#333;
		}
		.table_style02 td {
			padding: 10px;
			border-bottom: 1px dashed #aaa;
			background:#fff;
		}
		.table_style02 td.item{
			color:#009cff;
			background:#f2f2f2;
			width:70%;
		}

@media only screen and (max-width: 768px) {

.table_style, .table_style02 {
 margin:20px auto 10px;
 width:90%;
}

.res{
display: none;
}

.table_style th{width:100%;
}

table, tbody, tr, th, td {
display: block;
}

.table_style02 th{
		border-bottom: none;
		}

}
