@media screen and (max-width: 640px) {
/*========================================================================
 　スマートフォン用のスタイル記述 
 ========================================================================*/
/*---------------------------------------------------------------
　スマホ　レイアウト、共通
---------------------------------------------------------------*/
body {
	font-size: 12px;
	font-size: 1.2rem;
	color: #737272;
	line-height: 1.7;
}
img {
	max-width: 100%;
	height: auto;
	width /***/: auto;
}
#wrapper {
	width: 100%;
	padding-bottom: 55px;
}
#header {
	width: 100%;
	margin-bottom: 0;
	padding:20px 0 10px 0;
	overflow: hidden;
border-bottom: solid 1px #39B54A;
}
/*---------------------------------------------------------------
　スマホ　ヘッダー
---------------------------------------------------------------*/
#header h1.logo {
	width: 100%;
	margin: 0 0 5px 0;
	padding: 0;
	line-height: 1;
	font-size: 22px;
	font-size: 2.2rem;
	text-align: center;
}
#header h1.logo a {
	color: #39B54A;
}
#header h1.logo a:hover {
	color: #57ca67;
	text-decoration: none;
}
#header p.headerTxt {
	font-size: 15px;
	font-size: 1.5rem;
	text-align: center;
	margin: 0 0 15px 0;
}
#header p.headerTxt.pc {
	display: none;
}
#header .headerR {
	width: 100%;
	float: none;
	padding:0 ;
}
#header p.headerLink {
	width: 45%;
	font-size: 10px;
	font-size: 1rem;
	line-height: 1;
	display: block;
float:right;
	padding-top: 7px;
}
#header p.headerLink a {
	padding: 0 0 0 10px;
	background: url(../images/sp_linkIcon_gray.png) left center no-repeat;
	background-size: 5px;
}
/*　検索　*/
#header #searchBox {
	width: 50%;
	margin-bottom: 5px;
float:left;
padding-left: 2%;
}
#cse-search-box {
	margin: 0 auto;
	float: none;
	padding: 0;
}
#cse-search-box div {
	padding: 0 5px;
	border-radius: 12px;
	background-color: #ffffff;
	border: solid 1px #ccc;
}
#cse-search-box input[type="text"] {
	width: 80%;
	border: none !important;
	font-size: 10px;
	height: 14px;
	padding: 0;
	margin: 0 0 0 5px;
color: #737272;
}
#cse-search-box input[type="text"]:focus {
	outline: 0;
}
#cse-search-box input[type="submit"] {
	float: left;
	border: none;
	height: 20px;
	margin: 0;
	overflow: hidden;
	width: 15px;
	position: relative;
	background: url(../images/sp_search.png) left center no-repeat;
	background-size: 12px;
}
#cse-search-box input[type="submit"]:hover {
	cursor: pointer;
}
#cse-search-box input[type="text"]:focus {
	outline: 0;
}
.headerR02 {
	display: none;
}
.topicpath {
	display: none;
}
/*---------------------------------------------------------------
　スマホ　メイン
---------------------------------------------------------------*/
#main {
	width: 100%;
}
.h2Box {
	margin: 0 0 1em 0;
	padding: .75em;
	border-bottom: solid 1px #39B54A;
}
.h2Box h2.h2_pc {
	display: none;
}
.h2Box h2 {
	margin: 0;
	padding: .5em .5em .5em .75em;
	line-height: 1;
	color: #39B54A;
	display: block;
	font-size: 16px;
	font-size: 1.6rem;
	background: url(../images/sp_gnavLine.png) left center no-repeat;
}

/*---------------------------------------------------------------
　スマホ　ナビゲーション
---------------------------------------------------------------*/
#pc_nav {
	display: none;
}
#sp_nav {
	margin: 0;
}
#nav {
	margin: 0;
}
#nav ul {
	width: 100%;
	border-top: solid 1px #A4D292;
	overflow: hidden;
}
#nav ul li {
	width: 50%;
	float: left;
	display: block;
	border-bottom: solid 1px #A4D292;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgb(255,255,255) 0%, rgb(237,247,233) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(255,255,255)), color-stop(100%, rgb(237,247,233))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgb(255,255,255) 0%, rgb(237,247,233) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgb(255,255,255) 0%, rgb(237,247,233) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgb(255,255,255) 0%, rgb(237,247,233) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgb(255,255,255) 0%, rgb(237,247,233) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#EDF7E9', GradientType=0 ); /* IE6-9 */
}
#nav ul li:nth-child(even) {
	float: left;
	border-bottom: solid 1px #A4D292;
	border-left: solid 1px #A4D292;
}
#nav ul li a {
	color: #39B54A;
	font-weight: bold;
	padding: 1em .5em;
	display: block;
	background: url(../images/sp_gnavPlus.png) right center no-repeat;
	background-size: 20px;
}
#nav ul li a span {
	padding: .5em 0 .5em .5em;
	background: url(../images/sp_gnavLine.png) left center no-repeat;
	background-size: 3px auto;
}
#nav ul li a span.navJp {
	display: none;
}
#nav ul li a:hover {
	background: url(../images/sp_gnavPlus.png) right center no-repeat rgb(237,247,233);
	text-decoration: none;
	background-size: 20px;
}
/*　メニューが空のとき　*/
#nav ul li.no {
	padding: 1em .5em;
	display: block;
}
#nav ul li.no span {
	padding: .5em 0 .5em .5em;
}

/*---------------------------------------------------------------
　スマホ　サイトマップ
---------------------------------------------------------------*/
#sitemap {
	background-color: #F2F2F2;
	overflow: hidden;
}
#sitemap h2 {
	background-color: #C8C8C8;
	color: #fff;
	padding: .25em 0 .25em 1em;
	font-weight: bold;
}
#sitemap h3 a {
	color: #39B54A;
	font-weight: bold;
}
#sitemap ul li a {
	color: #717071;
	font-size: 12px;
	font-size: 1.2rem;
}
#sitemap .leftBox {
	float: left;
	width: 50%;
	padding: 1em 0;
	margin-bottom: 0px;
}
#sitemap .rightBox {
	float: right;
	width: 50%;
	padding: 1em 0;
	margin-bottom: 0px;
}
#sitemap section div {
	padding: 0 1em;
	margin-bottom: 1em;
}
#sitemap .item {
	width: 50%;
	padding: 1em;
	margin-bottom: 0;
}
/*---------------------------------------------------------------
　スマホ　フッター
---------------------------------------------------------------*/
#footer {
	border-top: solid 1px #717071;
	width: 100%;
	padding: .75em .75em 0 .75em;
	position: fixed;
	bottom: 0;
	left: 0;
	background-color: #fff;
	overflow: hidden;
	z-index: 9999;
}
#footer p.footerTxt {
	width: 50%;
	float: left;
}
#footer p.footerBtn {
	width: 40%;
	float: right;
	text-align: right;
	padding-top: 3px;
}
#footer p img {
	vertical-align: bottom;
}
.sub_content {
	display: none;
}
.copyright {
	font-size: 10px;
	font-size: 1rem;
	text-align: center;
	padding: .5em .25em 2em .25em;
	background-color: #F2F2F2;
}
/*　ギャラリー　*/
.mincho{
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
.variationTxt {
	margin: 0 0 2em 0;
}
.variationTxt p {
	padding: 0 10px;
	margin: 0 0 1em 0;
}

#variation {
}
#variation h3 {
	display: none;
}
#variation .variationParent {
	width: 100%;
}
#variation .variationParent div {
	width: 100%;
	cursor: pointer;
	padding: 0 10px;
	position: relative;
	margin-bottom: 5px;
}
#variation .variationParent div>img {
vertical-align: bottom;
}
#variation .variationParent div span {
	background-color: #39B54A;
	color: #FFF;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 12px;
	padding: .5em .75em .5em .5em;
	display: inline-block;
	position: absolute;
	left: 10px;
	bottom: 20px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	border-top-left-radius: 0px;
	border-top-right-radius: 4px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 4px;
}
#variation .variationParent div span img {
	width: 12px;
}
#variation .variationParent div.over {
	opacity: .6;
}
#variation .variationChild {
	width: 100%;
	padding: 0 10px;
	clear: both;
	overflow: hidden;
	margin-bottom: 0;
}
#variation .variationChild div:first-child {
	display: block;
}
#variation .variationChild ul {
	padding: 2px;
	overflow: hidden;
}
#variation .variationChild li {
	margin: 0%;
	float: left;
	width: 25%;
}
#variation .variationChild li img {
	vertical-align: bottom;
	padding: 2%;
	max-width: 100%;
	height: auto !important;
	width: 100%;
}
p.pageTop {
	clear: both;
	margin: 1em 10px;
	text-align:right;
}
p.pageTop a {
	line-height: 1;
	padding: 0 0 0 16px;
	background: url(../../images/sp_pagetop.png) left center no-repeat;
	background-size: 10px;
}

}
 @media print, screen and (min-width: 641px) {
/*========================================================================
　PC用のスタイル記述
========================================================================*/
 /*---------------------------------------------------------------
　PC　レイアウト
---------------------------------------------------------------*/
body {
	font-size: 14px;
	font-size: 1.4rem;
	color: #737272;
	line-height: 1.7;
}
#wrapper {
	width: 100%;
	margin: 0;
}
.inner {
	width: 876px;
	margin: 0 auto;
}
#header {
	width: 100%;
	margin-bottom: 10px;
	padding: 0 0 10px 0;
	border-bottom: solid 1px #707070;
	overflow: hidden;
}
/*---------------------------------------------------------------
　PC　ヘッダー
---------------------------------------------------------------*/
#header h1.logo {
	font-size: 30px;
	font-size: 3rem;
	margin: 20px 0 5px 0;
	float: left;
	line-height: 1;
}
#header h1.logo a {
	color: #39B54A;
}
#header h1.logo a:hover {
	color: #57ca67;
	text-decoration: none;
}
#header p.headerTxt {
	width: 500px;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.4;
	float: left;
}
#header .logoBox {
	width: 400px;
	float: left;
}
#header p.headerTxt {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.4;
	float: left;
}
#header p.headerTxt.sp {
	display: none;
}
#header .headerL {
	width: 240px;
	float: right;
}
#header .headerR {
	width: 390px;
	float: right;
	padding-top: 10px;
}
#header .headerR01 {
	overflow:hidden;
}
#header p.headerLink {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	display: block;
	text-align: center;
	float: left;
	margin: .5em 0 0 1em;
}
#header p.headerLink a {
	color: #737272;
	padding: 0 0 0 10px;
	background: url(../../images/sp_linkIcon_gray.png) left center no-repeat;
	background-size: 6px;
}
/*　検索　*/
#header #searchBox {
	width: 210px;
	margin-bottom: 10px;
	float: left;
}
#cse-search-box {
	margin: 0 auto;
	float: none;
	padding: 0;
}
#cse-search-box div {
	padding: 0 10px;
	border-radius: 12px;
	background-color: #ffffff;
	border: solid 1px #ccc;
}
#cse-search-box input[type="text"] {
	width: 80%;
	border: none !important;
	font-size: 12px;
	height: 14px;
	padding: 0;
	margin: 0 0 0 5px;
color: #737272;
}
#cse-search-box input[type="text"]:focus {
	outline: 0;
}
#cse-search-box input[type="submit"] {
	float: left;
	border: none;
	height: 24px;
	margin: 0;
	overflow: hidden;
	width: 15px;
	position: relative;
	background: url(../images/sp_search.png) left center no-repeat;
	background-size: 12px;
}
#cse-search-box input[type="submit"]:hover {
	cursor: pointer;
}
#cse-search-box input[type="text"]:focus {
	outline: 0;
}
#header .headerR02 {
	overflow:hidden;
}
#header .headerTel{
	width:170px;
	float: left;
	}
#header .headerBtn{
	width:200px;
	float: right;
	
	}
#header .headerR img {
	max-width: 100%;
	height: 38px;
	width /***/: auto;
}
 /*---------------------------------------------------------------
　PC　メイン
---------------------------------------------------------------*/
.topicpath {
	width: 876px;
	margin: 0 auto 30px auto;
}
.topicpath, .topicpath a {
	font-size: 12px;
	color: #71d27e;
}
.topicpath a:hover,
.topicpath .current {
	color: #39B54A;
	text-decoration: none;
}
#main {
	margin-bottom: 20px;
}
#contents {
	width: 876px;
	height: auto;
	margin: 0 auto;
}

 /*---------------------------------------------------------------
　PC　ナビゲーション
---------------------------------------------------------------*/
#sp_nav {
	display: none;
}
#pc_nav {
	width: 100%;
	margin: 0 0 10px 0;
}
#nav {
	width: 100%;
	margin: 0 0 20px 0;
}
#nav ul {
	text-align: center;
	height: 60px;
}
#nav ul li {
	display: inline-block;
	border-right: solid 1px #aaa;
	margin-bottom: 1em;
}
#nav ul li:first-child {
	border-left: solid 1px #aaa;
}
#nav ul li a {
	font-size: 18px;
	font-size: 1.8rem;
	color: #39B54A;
	font-weight: normal;
	padding: 0 15px;
	display: block;
}
#nav ul li a span {
	text-align: center;
	display: block;
}
#nav ul li a span.navJp {
	font-size: 12px;
	font-size: 1.2rem;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
#nav ul li a:hover, #nav ul li a:hover span.navJp {
	color: #44d858;
	text-decoration: none;
}
#nav ul li.line {
	border-left: solid 1px #aaa;
}
.variationTxt {
	margin-bottom: 30px;
}
.h2Box {
	margin: 0 0 1em 0;
	padding: 0;
	background: url(../images/pc_h2.gif) left center no-repeat;
	height: 63px;
}
.h2Box h2.h2_sp {
	display: none;
}
.h2Box h2 {
	color: #39B54A;
	font-size: 24px;
	font-size: 2.4rem;
	margin: 0;
	padding: 0 0 0 80px;
	line-height: 68px;
	display: block;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;

}
p.contentsCopy {
	font-size: 21px;
	font-size: 2.1rem;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
/*　ギャラリー　*/
.mincho{
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
.variationTxt p{
	margin: 0 0 10px 0;
}

#variation {
}
#variation h3 {
	color: #39B54A;
	font-size: 21px;
	font-size: 2.1rem;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	height: 55px;
	margin: 0 0 10px 0;
	padding: 20px 0 0 0;
	line-height: 1;
	display: block;
	background: url(../images/pc_h3Bg.gif) left center no-repeat;
	text-align: center;
}
#variation .variationParent {
	width: 876px;
	margin-bottom: 20px;
	overflow: hidden
}
#variation .variationParent div {
	width: 213px;
	cursor: pointer;
	float: left;
	margin: 0 8px 8px 0;
	box-sizing: border-box;
	padding: 5px;
	border: solid 1px #39B54A;
	position: relative;
}
#variation .variationParent div:nth-child(4n) {
	margin: 0 0 8px 0;
}
#variation .variationParent div span {
	background-color: #39B54A;
	color: #FFF;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 12px;
	padding: 3px 8px;
	display: inline-block;
	position: absolute;
	left: 0px;
	bottom: 10px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	border-top-left-radius: 0px;
	border-top-right-radius: 4px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 4px;
}
#variation .variationParent div span img {
	width: 12px;
}
#variation .variationParent div img {
	max-width: 100%;
	height: auto;
	width /***/: auto;
	vertical-align: bottom;
}
#variation .variationParent div.over, #variation .variationParent div.select {
	background: #EDF7E9;
}
#variation .variationChild {
	width: 876px;
	clear: both;
	overflow: hidden;
	margin-bottom: 30px;
}
#variation .variationChild div:first-child {
	width: 876px;
	display: block;
}
#variation .variationChild ul {
	overflow: hidden;
}
#variation .variationChild li {
	margin: 0 9px 9px 0;
	float: left;
	width: 138px;
}
#variation .variationChild li:nth-child(6n) {
	margin: 0 0 9px 0;
}
#variation .variationChild li img {
	max-width: 100%;
	height: auto;
	width /***/: auto;
	vertical-align: bottom;
}
p.pageTop {
	clear: both;
	margin: 1em 0;
	text-align:right;
}
p.pageTop a {
	line-height: 1;
	padding: 0 0 0 16px;
	background: url(../../images/sp_pagetop.png) left center no-repeat;
	background-size: 10px;
}

/*---------------------------------------------------------------
　PC　サイトマップ
---------------------------------------------------------------*/
#sitemap {
	background-color: #F2F2F2;
	overflow: hidden;
	padding: 2em 0 0 0;
}
#sitemap h2 {
	display: none;
}
#sitemap h3 {
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: .25em;
}
#sitemap h3 a, #sitemap h3 a {
	color: #39B54A;
}
#sitemap ul li {
	font-size: 11px;
	font-size: 1.1rem;
}
#sitemap ul li a {
	color: #717071;
}
#sitemap .leftBox {
	float: left;
	width: 50%;
	padding: 0;
	margin-bottom: 0px;
	overflow: hidden;
}
#sitemap .rightBox {
	float: right;
	width: 50%;
	padding: 0;
	margin-bottom: 0px;
	overflow: hidden;
}
#sitemap section div {
	width: 136px;
	margin: 0 5px 1em 5px;
	float: left;
}
#sitemap section .item {
	width: 20%;
	padding: 0 1em;
	margin: 0 0 1em 0;
	float: none;
}
 /*---------------------------------------------------------------
　PC　フッター
---------------------------------------------------------------*/
.copyright {
	font-size: 10px;
	font-size: 1rem;
	color: #fff;
	text-align: center;
	padding: .25em;
	background: #39B54A;
}
#footer {
	display: none;
}

}
