﻿@charset "utf-8";


/*PC専用*/
@media screen and (min-width: 571px) {
	.npc {
		display: none;
	}

	.qr {
		width: 130px;
		margin: 80px auto 0;
		font-size: small;
	}

/*  タグ設定  */
	body {
color: #3c3c3c;
		line-height: 1.5rem;
		background: url(../images/bg.jpg) no-repeat left top;
		margin: 0;
		padding: 0;
		font-family: 'qMmpS Pro W3','Hiragino Kaku Gothic Pro','CI',Meiryo,'lr oSVbN',sans-serif;
		font-size: 100%;
		height: 100%;
		background-attachment:fixed;
	}

	img {
		border: 0;
	}

	a {
		color: #342300;
	}

	a:hover {
		color: #a24100;
	}

	h2 {
		padding-bottom: 0;
		margin: 30px 0;
		font-size: xx-large;
	}

	h3 {
		border-bottom: 1px solid #000000;
		padding-bottom: 0;
		margin: 30px 0 5px 0;
		font-size: x-large;
	}

	h4 {
		padding-bottom: 0;
		margin: .2rem 0 0 1rem;
		font-size: large;
	}

	h4 em {
		margin: 0;
		font-size: normal;
		font-style: normal;
	}

	h5 {
		padding-bottom: 0;
		margin: .2rem 0 0 1rem;
		font-size: 1rem;
	}

	nav {
		float: left;
		width: 200px;
		margin: 0 0 0 20px;
	}

	nav h1 {
		margin: 0 0 20px 0;
		padding: 30px 0;
		text-align: center;
		font-size: 150%;
		border-bottom: 2px solid #ffffff;
	}

	nav p {
		margin-bottom: 20px;
		text-align: center;
	}

	address {
		float: right;
		margin: -40px 0 0 15px;
		padding-right:1.5em;
		font-style: normal;
		clear: both;
	}


/*  id設定  */
	#container {
		background: url(../images/menu_bg.png) repeat-y 20px top;
		width: 900px;
		margin: 0 auto;
		overflow:hidden;
	}

	#main {
		float: left;
		width: 680px;
	}

	#contents {
		width: 650px;
		padding: 0 15px;
		font-size: 94%;
	}

	ul#nav_a {
		margin: 0 0 0 10px;
		padding: 0;
		list-style-type: none;
		text-align: left;
	}

	ul#nav_a li {
		margin-bottom: 20px;
	}

	ul#nav_a li a {
		padding-left:1.8em;
		background: url(../images/leaf_off.png) left top no-repeat;
		text-decoration:none;
	}

	ul#nav_a li a:hover {
		background: url(../images/leaf_on.png) left bottom no-repeat;
	}

/*  25.07 追加箇所  */
	ul#nav_a li.life div {
		padding-left:1.8em;
		background: url(../images/leaf_off.png) left center no-repeat;
		text-decoration:none;
	}

	ul#nav_a li.life div:hover {
		background: url(../images/leaf_on.png) left center no-repeat;
	}

	ul#nav_a li.life div a {
		padding-left: 0;
		background: none;
	}

	ul#nav_a li.life div:hover a:hover {
		background: none;
	}

	ul#nav_a li.current2 {
		padding-left:1.8em;
		background: url(../images/leaf_on.png) left center no-repeat;
	}
/*  25.07 追加箇所終わり  */

	ul#nav_a li.current {
		padding-left:1.8em;
		background: url(../images/leaf_on.png) left bottom no-repeat;
	}

	#pagetop {
		margin: 20px 15px 0 0;
		text-align: right;
	}

	#copyright {
		text-align: center;
		background-image: url(../images/menu_bg.png);
		padding: 10px 0;
		font-weight: bold;
	}

/*  class設定  */
	.t_teri {
		font-size: 60%;
		float: right;
		padding-top: 5px;
	}

	.center {
		text-align: center;
	}

	.l_line {
		margin-top: 5px;
		border-bottom: 1px solid #000000;
		border-left: 1px solid #000000;
	}

	.u_line {
		border-bottom: 1px solid #000000;
	}

	.dtset {
		float: left;
		width: 1.2em;
	}

	.ddset {
		margin-left: 1.3em;
	}
}


/*--  スマホ  --*/
@media screen and (max-width: 570px) {
	.nsp {
		display: none;
	}

	header, nav, #main, #container, footer {
		margin: 0 auto;
		width: 100%;
	}

	body {
color: #3c3c3c;
		line-height: 1.5rem;
		background: url(../images/bg.jpg) no-repeat left top;
		margin: 0;
		padding: 0;
		font-family: 'qMmpS Pro W3','Hiragino Kaku Gothic Pro','CI',Meiryo,'lr oSVbN',sans-serif;
		font-size: small;
		height: auto;
		background-attachment:fixed;
	}

	img {
		max-width: 100% ;
	}


	a {
		color: #342300;
	}

	a:hover {
		color: #a24100;
	}

	footer img {
		width: 8% ;
		margin-right: 0.5rem;
	}

	h1 {
		margin: 0;
		padding: 12px 0;
		text-align: center;
		font-size: x-large;
	}

	h2 {
		padding-bottom: 0;
		margin: 15px 0;
		font-size: x-large;
	}

	h3 {
		border-bottom: 1px solid #000000;
		padding-bottom: 0;
		margin: 4% 0 1% 0;
		font-size: large;
	}

	h4 {
		padding-bottom: 0;
		margin: 10px 0 0 .5rem;
		font-size: large;
	}

	h4 em {
		margin: 0 0 0 .2rem;
		font-size: small;
		font-style: normal;
	}

	h5 {
		padding-bottom: 0;
		margin: .2rem 0 .5rem 1rem;
		font-size: 1rem;
	}

	nav .m_menu1 {
		width: 45%;
		padding-left: 5%;
		float: left;
	}

	nav .m_menu2 {
		width: 45%;
		float: right;
	}

	nav p {
		width: 94%;
		margin: 5% 3%;
		padding: 0 0 10px 0;
		text-align: center;
		border-bottom: 2px solid #ffffff;
		font-size: medium;
	}

	address {
		margin: -5% 0 .5rem 1rem;
		padding-right: .2rem;
		font-style: normal;
	}


/*  id設定  */
	#contents {
		width: 95%;
		margin: 0 auto;
	}

	ul#nav_a {
		margin: 0;
		padding: 0;
		list-style-type: none;
		text-align: left;
	}

	ul#nav_a li {
		margin-bottom: 5%;
	}

	ul#nav_a li a {
		padding: .3rem 0 .3rem 1.6rem;
		background: url(../images/leaf_off.png) left top no-repeat;
		text-decoration:none;
	}

	ul#nav_a li a:hover {
		background: url(../images/leaf_on.png) left top no-repeat;
	}

/*  25.07 追加箇所  */
	ul#nav_a li.life div {
		padding: .3rem 0 .3rem 1.6rem;
		background: url(../images/leaf_off.png) left center no-repeat;
		text-decoration:none;
	}

	ul#nav_a li.life div:hover {
		background: url(../images/leaf_on.png) left center no-repeat;
	}

	ul#nav_a li.life div a {
		padding-left: 0;
		background: none;
	}

	ul#nav_a li.life div:hover a:hover {
		background: none;
	}

	ul#nav_a li.current2 {
		padding: .3rem 0 .3rem 1.6rem;
		background: url(../images/leaf_on.png) left center no-repeat;
	}
/*  25.07 追加箇所終わり  */

	ul#nav_a li.current {
		padding: .3rem 0 .3rem 1.6rem;
		background: url(../images/leaf_on.png) left top no-repeat;
	}

	#pagetop {
		margin: 3% 2% 0 0;
		text-align: right;
	}

	#copyright {
		text-align: center;
		background-image: url(../images/menu_bg.png);
		padding: 1% 0;
		font-weight: bold;
		font-size: x-small;
	}

/*  class設定  */
	.t_teri {
		font-size: x-small;
		float: right;
		padding-top: 1%;
	}

	.center {
		text-align: center;
	}

	.l_line {
		margin-top: 1%;
		border-bottom: 1px solid #000000;
		border-left: 1px solid #000000;
	}

	.u_line {
		border-bottom: 1px solid #000000;
	}

	.dtset {
		float: left;
		width: 1rem;
	}

	.ddset {
		margin-left: 1rem;
	}
}
