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

/* =============================================================================
   Reset
   ========================================================================== */

*{
	padding:0px;
	margin:0px;
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
img{
	vertical-align:bottom;
}
form {
	margin: 0px;
	padding: 0px;
}

/* =============================================================================
   Base
   ========================================================================== */

body {
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 14px;
	line-height:1.8;
	color:#333;
	background:url(../img/body_bg2.jpg) repeat;
}
#wrapper{
	background:url(../img/body_bg.jpg) no-repeat center top;
}
#container{
	width:960px;
	margin:0 auto;
	overflow:hidden;
}
#header {
    float: right;
    font-size: 11px;
    overflow: hidden;
    padding: 5px 0;
    width: 700px;
}
#header h1{
	float:left;
}
.lang{
	float:right;
}
.pc{
}
.sp{
	display:none;
}
.photo{
	text-align:center;
}
.thum{
	float:left;
}
.thumr{
	float:right;
}
h2 {
    padding: 50px 0;
    text-align: center;
	font-size: 20px;
	color:#724A0E;
	font-weight: bold;
	text-decoration: underline;
}
#main {
	background-color:#FFF;
	width:700px;
	float:right;
	overflow:hidden;
}
.box{
	width:580px;
	overflow:hidden;
	margin:0 auto;
}
.line {
    background-color: #ccc;
    height: 1px;
    margin: 70px auto !important;
    text-align: center;
    width: 50%;
}
.linel {
    background-color: #ccc;
    height: 1px;
    margin: 30px auto !important;
    text-align: center;
    width: 100%;
}
#footer {
    padding: 40px 20px 0;
}
.footer_p {
    border-top: 1px solid #ccc;
    font-size: 12px;
    padding: 20px 0;
}

address {
    font-size: 11px;
    padding: 30px 0;
    text-align: center;
    width: 100%;
}


/* =============================================================================
   Navi
   ========================================================================== */

#gnavi {
    display: inline-block;
	margin-bottom:30px;
    border-bottom: 1px solid #f1eae0;
	width:100%;
}

#gnavi ul{
	overflow:hidden;
	margin:0 auto;
}

#gnavi li {
    height: 30px;
    text-indent: -9999px;
    width: 240px;
	margin:0 0 20px;
}

#gnavi li a{
    display:block;
	height:30px;
}

.nav_01{
	background:url(../img/nv_01.jpg) no-repeat;
}

.nav_02{
	background:url(../img/nv_02.jpg) no-repeat;
}

.nav_03{
	background:url(../img/nv_03.jpg) no-repeat;
}

.nav_04{
	background:url(../img/nv_04.jpg) no-repeat;
}

.nav_05{
	background:url(../img/nv_05.jpg) no-repeat;
}

.nav_06{
	background:url(../img/nv_06.jpg) no-repeat;
}

.nav_07{
	background:url(../img/nv_07.jpg) no-repeat;
}

.nav_08{
	background:url(../img/nv_08.jpg) no-repeat;
}

.nav_09{
	background:url(../img/nv_09.jpg) no-repeat;
}

#footer_navi li{
    display: inline-block;
	margin:0 5px;
}

/* -- <slicknav> -- */

.slicknav_menu {
display:none;
}

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

#gnavi li{
    float:none;
	text-indent:inherit;
	width:100%;
	height:100%;
}

.nav_01, .nav_02, .nav_03, .nav_04, .nav_05, .nav_06, .nav_07, .nav_08, .nav_09{
	background:none;
}

.js #menu {
display:none;
}
.js .slicknav_menu {
display:block;
}
}

/* -- <slicknav> -- */


/* =============================================================================
   Side
   ========================================================================== */

#side{
	width:240px;
	float:left;
	text-align:center;
}

#logo{
	margin:63px 0 40px;
}

.bn_tel{
	margin:0 0 50px;
}


/* =============================================================================
   Until 768
   ========================================================================== */
   
@media screen and (max-width: 768px){
body{
border:none;
}
img{
max-width: 100%;
height: auto;
width /***/:auto;　
}
#wrapper{
width:100%;
}
.slicknav_menu {
    position: fixed;
    width: 100%;
}
#container{
	width:100%;
}
.pc, #gnavi{
	display:none;
}
.sp{
	display:inherit;
}
#gnavi li{
    border-bottom: 1px solid #CCC;
    display: inherit;
    padding: 15px;
}
#side {
    float: none;
    width: auto;
}
#logo{
	margin: 50px 0 20px;
}
#logo img {
    width: 25%;
}
#header h1{
	display:none;
}
.lang {
    float: none;
    left: 10px;
    position: fixed;
    top: 9px;
}
.bn_tel {
    margin: 0 0 2%;
}
.box{
	padding: 5%;
	width:auto;
}
.line {
    margin: 10% auto !important;
}
.linel {
    margin: 0 !important;
}
#main {
    float: none;
    width: 100%;
}
h2 {
    padding: 5% 0;
    text-align: center;
}
.thumr {
    padding: 10px 0;
}
#title {
    margin: 0;
}
map, area {
	display: none;
	pointer-events:none;
	cursor:default;
}
}


/* =============================================================================
   Until 640
   ========================================================================== */
   
@media screen and (max-width: 640px){
img{
max-width: 100%;
height: auto;
width /***/:auto;　
}
#wrapper{
width:100%;
}
}

/* =============================================================================
   Link
   ========================================================================== */

a:link, a:hover ,a:visited{   
	text-decoration:underline;
	color:#333333;
}

#main a:link, #main a:hover, #main a:visited{   
	color:#FF7272;
}

#gnavi a:link, #gnavi a:hover ,#gnavi a:visited{   
	text-decoration:none;
}

a:hover, a:hover img{
	filter:Alpha(opacity=70) ;
	opacity:0.7 ;
	-moz-opacity:0.7;
}
