﻿/*スマートフォン版*/
*{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
body {
	-webkit-text-size-adjust: 100%;
}
section {
	width: auto;
	margin-right: auto;
	margin-left: auto;
}
.pcmode{
	display: none;	
}
/*-----------------------------------------------------------------------
* clearfix
-------------------------------------------------------------------------*/

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/* margin */

.m_10 {
    margin:10px;
}

.m_t_5 {
    margin-top:5px;
}

.m_t_10 {
    margin-top:10px;
}

.m_t_15 {
    margin-top:15px;
}

.m_t_20 {
    margin-top:20px;
}

.m_t_30 {
    margin-top:30px;
}

.m_r_5 {
    margin-right:5px;
}

.m_r_10 {
    margin-right:10px;
}

.m_r_15 {
    margin-right:15px;
}

.m_r_20 {
    margin-right:20px;
}

.m_r_30 {
    margin-right:30px;
}

.m_b_5 {
    margin-bottom:5px;
}

.m_b_10 {
    margin-bottom:10px;
}

.m_b_15 {
    margin-bottom:15px;
}

.m_b_20 {
    margin-bottom:20px;
}

.m_b_30 {
    margin-bottom:30px;
}

.m_b_40 {
    margin-bottom:40px;
}

.m_b_50 {
    margin-bottom:50px;
}

.m_b_60 {
	margin-bottom: 40px;
}


.m_l_5 {
    margin-left:10px;
}

.m_l_10 {
    margin-left:10px;
}

.m_l_15 {
    margin-left:15px;
}

.m_l_20 {
    margin-left:20px;
}

.m_l_30 {
    margin-left:30px;
}

.m_tr_10 {
	margin-top: 10px;
	margin-right: 10px;
}

.m_tr_20 {
	margin-top: 20px;
	margin-right: 20px;
}

.m_tb_10 {
	margin-top: 10px;
	margin-bottom: 10px;
}

.m_tb_20 {
	margin-top: 20px;
	margin-bottom: 20px;
}

.m_tl_10 {
	margin-top: 10px;
	margin-left: 10px;
}

.m_tl_20 {
	margin-top: 20px;
	margin-left: 20px;
}

.m_rb_10 {
	margin-right: 10px;
	margin-bottom: 10px;
}

.m_rb_20 {
	margin-right: 20px;
	margin-bottom: 20px;
}

.m_rl_10 {
	margin-right: 10px;
	margin-left: 10px;
}

.m_rl_20 {
	margin-right: 20px;
	margin-left: 20px;
}

.m_bl_10 {
	margin-bottom: 10px;
	margin-left: 10px;
}

.m_bl_20 {
	margin-bottom: 20px;
	margin-left: 20px;
}

.m_trb_10 {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.m_trb_10 {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.m_trb_20 {
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
}

.m_tbl_10 {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.m_tbl_20 {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}


/* padding */

.p_10{
    padding:10px;
}

.p_t_10{
    padding-top:10px;
}

.p_r_10{
    padding-right:10px;
}

.p_b_10{
    padding-bottom:10px;
}

.p_l_10{
    padding-left:10px;
}

.Box_Right {
	float: right;
}
.Box_Left {
	float: left;
}
.Box_Center {
	text-align: center;
}

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

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

a:hover{
	text-decoration: underline;
	color: #338821;
}

a:active{
  text-decoration : none;
}
header {
	margin-bottom: auto;
	height: auto;
	background-image: none;
}
#logo { text-indent:-9999px; }

.cv01 {
	position: relative;
	margin-bottom: 20px;
	margin-top: 20px;
	width: auto;
	margin-right: auto;
	margin-left: auto;
}

#container {
	min-width: 320px;
	margin-right: auto;
	margin-left: auto;
	max-width: 640px;
	width: 100%;
}


#list01 li {
	float: left;
	margin-bottom: 5px;
	width: 31.3%;
	padding-right: 1%;
	padding-left: 1%;
}
#list01 li:nth-child(3n+1) {
	clear: left;	
}
.copyright {
	font-size: 10px;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 10px;
}
.tbl01 table {
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ddd;
}
.tbl01 table tr th {
	width: auto;
	background-color: #F3F3F3;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	padding: 15px;
	display: block;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #ddd;
	border-right-color: #ddd;
	border-bottom-color: #ddd;
	border-left-color: #ddd;
}
.tbl01 table tr td {
	font-size: 14px;
	text-align: left;
	vertical-align: middle;
	padding: 15px;
	border: 1px solid #ddd;
	display: block;
}
#container footer {
	margin-right: auto;
	margin-left: auto;
	width: auto;
}
footer #shop {
	padding: 10px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #348822;
	border-right-color: #348822;
	border-bottom-color: #348822;
	border-left-color: #348822;
}
#shop table {
	width: 100%;
}
#shop table tr td {
	width: auto;

}
#shop table .bottom td {
	border-bottom-style: dotted;

}
#shop table tr .td01 {
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	padding-top: 15px;
	display: block;
	border-right-style: none;
}
#shop table tr .td02 {
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	padding-top: 15px;
	display: block;
}

#shop table tr td h3 {
	background-image: url(../../img/ico01.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	background-size: 12px;
}
#shop table tr p {
	font-size: 14px;
	line-height: 1.6em;
}
#list01 {
	margin-right: 2%;
	margin-left: 2%;
}
.cv02 {
	position: relative;
	width: auto;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
.cv02 .btn01 {
	width: 80%;
	position: absolute;
	z-index: 1;
	left: 10%;
	bottom: 5.5%;
}
.group p {
	font-size: 14px;
	color: #000000;
	line-height: 1.8em;
}
.group p strong {
	font-weight: bold;
	color: #348C1E;
	font-size: 16px;
}
#main .group {
	margin-bottom: 40px;
	margin-right: 10px;
	margin-left: 10px;
	padding: 8px;
	border: 2px solid #459232
}
.mainimg_sp {
	display: block;
}
#container #main {
	width: auto;
	min-width:320px
}

.cv01 img {
    max-width: 100%;
}
.cv02 img {
    max-width: 100%;
}
.cv03 img {
    max-width: 100%;
}
.cv04 img {
    max-width: 100%;
}
.cv03 {
	width: auto;
	margin-top: 30px;
	margin-bottom: 30px;
}
.cv03 .btn01 {
	position: absolute;
	z-index: 1;
	width: 80%;
	bottom: 5%;
	text-align: center;
	left:10%;
}
.cv04 {
	width: auto;
	margin-top: 30px;
	margin-bottom: 30px;
	margin-right: auto;
	margin-left: auto;
}
#shop table tr.bottom .td01 {
	padding-bottom: 15px !important;
}
#shop table tr.bottom .td02 {
	padding-left: 5px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom-style: none;
}
#shop table tr td img{
	max-width:270px;	
}

.cv05 a {
	display: block;
	position: relative;
	text-decoration: none;
}
.cv05 a .cv_btn {
	display: block;
	height: auto;
	width: 82.8%;
	position: absolute;
	left: 9.2%;
	top: 51.8%;
	z-index: 1;
}

.cv05 a .cv_arrow {
	position: absolute;
	z-index: 2;
	height: auto;
	width: 17%;
	left: 0%;
	top: 58%;
	animation: arrow 1s ease 0s infinite normal none running;
}
@keyframes arrow {
  0% {
	left: 0%; 
  }
  100% {
	left: 2%;
  }
}
.cv05 {
	margin-top: 20px;
	margin-bottom: 20px;
	width: auto;
}
.cv05.first {
	margin-top: 10px;
	position: relative;
	z-index: 1;
}

.cv06 a {
	display: block;
	position: relative;
	text-decoration: none;
}
.cv06 a .cv_btn {
	display: block;
	height: auto;
	width: 82.8%;
	position: absolute;
	left: 9.2%;
	top: 56.8%;
	z-index: 1;
}
.cv06 a .cv_arrow {
	position: absolute;
	z-index: 2;
	height: auto;
	width: 17%;
	left: 0%;
	top: 63%;
}
.cv06 {
	margin-top: 20px;
	margin-bottom: 20px;
}


.cv07 a {
	display: block;
	position: relative;
	text-decoration: none;
}
.cv07 a .cv_btn {
	display: block;
	height: auto;
	width: 78.4%;
	position: absolute;
	left: 11.8%;
	top: 53.8%;
	z-index: 1;
}
.cv07 a .cv_arrow {
	position: absolute;
	z-index: 2;
	height: auto;
	width: 17%;
	left: 0%;
	top: 58%;
	animation: arrow 1s ease 0s infinite normal none running;
}
.cv07 {
	width: 100%;
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 2%;
	z-index: 1;
}
.cv07_box {
	position: relative;
}
.cv07 a .cv_body {
	display: block;
}
#top_content06 {
	background-image: url(../../img/bg02.png);
	background-repeat: no-repeat;
	height: auto;
	width: 100%;
	background-size: auto 100%;
	background-position: center center;
	margin-top: 30px;
	margin-bottom: 30px;
	padding-top: 30px;
	padding-bottom: 30px;
	overflow: hidden;
}
#top_content06 .sec {
	width: auto;
	margin-right: 5px;
	margin-left: 5px;
	background-color: rgba(255,255,255,0.85);
	position: relative;
	-webkit-box-shadow: 0 0 5px 2px #fff; /* Safari, Chrome用 */
	-moz-box-shadow: 0 0 5px 2px #fff; /* Firefox用 */
	box-shadow: 0 0 5px 2px #fff;
	padding-top: 30px;
	padding-right: 15px;
	padding-bottom: 30px;
	padding-left: 15px;
}
#top_content06 .sec .box01 {
	float: none;
	width: auto;
	position: relative;
	z-index: 0;
	text-align: center;
}
#top_content06 .sec .box02 {
	float: none;
	width: auto;
	position: relative;
	z-index: 0;
	text-align: center;
}
#top_content06 .sec .box03 {
	float: none;
	width: auto;
	position: relative;
	z-index: 3;
	padding-top: 20px;
}
#top_content06 .sec .box04 {
	float: none;
	width: auto;
	position: relative;
	z-index: 3;
	padding-top: 30px;
}
#top_content06 .sec .txt01{
	font-size: 12px;
	color: #000000;
	line-height: 1.7em;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	font-weight: 600;
}
#top_content06 .sec .txt01 strong{
	font-size: 12px;
	line-height: 1.7em;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	font-weight: 600;
	background-size: auto 4px;
}
#top_content06 .sec h2 {
	margin-bottom: 30px;
}
#obj03 {
	width: 55%;
	top: 30%;
	right: -5px;
}
#obj04 {
	width: 55%;
	top: auto;
	right: auto;
	left: -5px;
	bottom: 12%;
}

#top_content06 .box05 {
	text-align: center;
	padding-top: 20px;
}
.txt08 {
	font-size: 4vw !important;
	margin-right: 3%;
	margin-left: 3%;
}
.txt08 strong{
	font-size: 4vw !important;
}
.txt09 {
	font-size: 5vw !important;
	margin-right: 3%;
	margin-left: 3%;
}
.txt09 strong{
	font-size: 5vw !important;
}
.arrow01 {
	text-align: center;
	position: relative;
	margin-bottom: 10px;
	width: 250px;
	margin-right: auto;
	margin-left: auto;
}


#lp_content01 .text01 {
	font-size: 12px;
	text-align: left;
	margin-right: 10px;
	margin-left: 10px;
}
#lp_content01 .text01 span b {
	font-size: 14px;
}
#faq h2 {
	background-repeat: no-repeat;
	height: 60px;
	width:100%;
	background-size:auto 100%;
}
#faq dt {
	font-size: 18px;
	min-height: 30px;
	background-position: 0px top;
	background-size:30px auto;
	padding-left: 40px;
	line-height: 30px;
}
#faq dd {
	font-size: 14px;
	min-height: 30px;
	background-position: 0px top;
	background-size:30px auto;
	padding-left: 40px;
	line-height: 18px;
	padding-bottom: 20px;
}
#faq dl .row1 {
	line-height: 18px;
}
#faq dl {
	margin-right: 10px;
	margin-left: 10px;
}
.nm01 {
	margin-top: 10px !important;
}
