@charset "utf-8";

/*
PC用
*/

/* 共通の設定 */
* {
	margin: 0;
	padding: 0;
	border: none;
	}
body {
    font-family: Arial, Verdana, sans-serif;
    font-size: 90%;
    background-color: #f8f3dc;
    }

body ul {
	font-size: 130%;
	margin: 3em 0;
	}

a{
	text-decoration: underline;
	color: #000000;
	}

p{
	font-size: 100%;
	margin: 0 0 1em 0;
	line-height: 150%;
	}
h1{
	font-size: 130%;
	padding: 3px 0;
	color: #673300;
	font-weight: bold;
	}
h2{
	border-left: #673300 5px solid;
	border-bottom: #673300 1px solid;
	font-size: 130%;
	font-weight: 100;
	padding: 10px 0 3px 5px;
	margin: 1em 0;
	font-weight: bold;
	}
h3{
	font-size: 150%;
	font-weight: 100;
	padding: 3px 0;
	}
ul{
	padding-left: 2em;
	margin-bottom: 2em;
	}

ul li{
	margin-bottom:1em;
	font-weight: bold;
	}

	}
li{
	font-size: 130%;
	}
a:hover img{
	opacity:0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
	background: #fff;
	}
#wrapper{
	width: 930px;
	margin:5px auto 0;
	padding: 0 12px;
	background-color: #fff;
	}
#header {
    }
.head-logo{
	float: left;
	width: 44.408%;
	margin-right: 3.66%;
	}
.head-dial{
	float: left;
	width: 29.355%;
	margin-right: 2.577%;
	}
.head-contact{
	float: left;
	width: 20%;	
	}
.head-ad{
	font-size: 85%;
	}
.gnavi{
	clear: both;
	}
#headerNav-sp{
	display: none;
	}
#footer {
    padding: 10px 0;
    }
#container {
	overflow: hidden;
	margin-top: 20px;
	}
#main {
	float: left;
    width: 55%;
    padding: 10px 0;
    }
#sub {
	float: right;
	width: 42%;
	padding: 10px 0;
	}
#footerNav{
	display: none;
	}
#headerNav ul {
    list-style: none;
    overflow: hidden;
    }
#headerNav li {
    float:left;
    width: 20%;
    }
.copyright{
	text-align: center;
	font-size: 80%;
	color: #333;
	}
.copyright a{
	text-decoration: none;
	color: #333;
	}



.tree-menu {
  line-height: 1em;
}

.tree-menu,
.tree-menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.tree-menu > li {
  margin-bottom: 0.5em;
}

.tree-menu ul {
  position: relative;
  margin-top: 0.5em;
  margin-left: 1em;
}
.tree-menu ul:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  border-left: 1px solid currentColor;
}

.tree-menu ul li {
  position: relative;
  margin: 0;
  padding: 0.5em 1em;
}

.tree-menu ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: 1em;
  left: 0;
  width: 0.5em;
  height: 0;
  border-top: 1px solid currentColor;
}

.tree-menu ul li:last-child:before {
  top: 1em;
  bottom: 0;
  height: auto;
  background-color: #fff;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  max-width: 100%;
  margin: auto;
  padding: 1em;
}




/* 以下、タブレット縦（ディスプレイ幅が800px）より小さい画面に使われるCSS */

@media screen and (max-width: 800px) {
#wrapper{
	width: 95%;
	}
img{
	max-width: 100%;
	height: auto;
	width /***/:auto;
	}
.head-ad{
	font-size: 80%;
	margin: 0;
	}
}

/* 以下、スマートフォン（ディスプレイ幅480px以下）より小さい画面に使われるCSS */

@media screen and (max-width: 480px) {
body {
	background-image: none;
	background-color: #fff;
    width: 100%;
    margin:0 auto;
    }
#wrapper{
	width: 95%;
	padding: 0;
	margin: 0 auto;
	background-image: none;
	background-color: #fff;
	}
#header{
	width: 100%;
	}
#container {
	clear: both;
	overflow: auto;
	}
#main{
	float: none;
	width: 100%;
	padding: 0;
	}
#sub{
	float:none;
	width: 100%;
	}
#headerNav {
    display: none;
    }
#headerNav-sp {
	display: block;
    }
.logo-smp{
	float: left;
	width: 100%;
	}
.footerNavLink{
	clear: both;
    float: left;
    width: 49%;
    margin-right: 2%;
    }    
.dial-smp{
    float: left;
    width: 49%;
    }    
#footerNav {
	display: block;    
    }
#footerNav ul {
    list-style: none;
    overflow: hidden;
    }
#footerNav li {
    float:left;
    width: 20%;
    }
}