@charset "utf-8";


/* CSSリセット */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table.table, caption, tbody, tfoot, thead, tr, th, td {border: 0;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align: baseline;}
:focus {outline: 0;}

ol, ul {list-style: none;}
table.table {border-collapse: separate;border-spacing: 0;}
caption, th, td {font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img{border: 0;}
figure{margin:0}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
/* -------------------------------------------------------------- */

body {
color:#333;
font-size:small;
font-family:verdana,"游ゴシック体", YuGothic, "YuGothic M", sans-serif;
line-height:1.5;
-webkit-text-size-adjust: none;
}

#contents {
	width:100%;
	margin:0 auto;
	max-width:100%;
}

/* ----------------------------------------------------------------------
 クリアフィックス
---------------------------------------------------------------------- */

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

.clearfix {
  min-height: 1px;
}

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


/* リンク設定
------------------------------------------------------------*/
a{color:#7aa841;text-decoration:none;}
a:hover{color:#006699;}
a:active, a:focus {outline:0;}

/* ----------------------------------------------------------------------
 画像リンク
---------------------------------------------------------------------- */
a:hover img{
filter:alpha(opacity=50);
-moz-opacity: 0.5;
opacity: 0.5;
}

/* ----------------------------------------------------------------------
 スマホ・PC画像振り分け
---------------------------------------------------------------------- */

@media screen and (min-width: 640px) {
.sp_only{
display:none !important;
}
}

@media screen and (max-width: 639px) {
.pc_only{
display:none !important;
}
}

/* ----------------------------------------------------------------------
 フォント
---------------------------------------------------------------------- */

.yu_font{
font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
}

.yugo_font{
font-family: "游ゴシック体", YuGothic, "YuGothic M", sans-serif !important;
}

.bold {
	font-weight: bold;
}

.normal {
	font-weight: normal !important;
}

.font50 {
	font-size: 50% !important;
}

.font60 {
	font-size: 60% !important;
}

.font70 {
	font-size: 70% !important;
}

.font80 {
	font-size: 80% !important;
}

.font90 {
	font-size: 90% !important;
}

.font120 {
	font-size: 120% !important;
	line-height:1.8em;
}

.font130 {
	font-size: 130% !important;
	line-height:2em !important;
}

.font150 {
	font-size: 150% !important;
	line-height:1.8em;
}

.font180 {
	font-size: 180% !important;
line-height:2em;
}

.font200 {
	font-size: 200% !important;
	line-height:2em;
}

.font230 {
	font-size: 230% !important;
	line-height:2em;
}

.font250 {
	font-size: 250% !important;
	line-height:2em;
}

/* ----------------------------------------------------------------------
 スマホのみ改行
---------------------------------------------------------------------- */
@media screen and (min-width: 640px) {
 .kaigyou {
  display: none;
 }
}

/* ----------------------------------------------------------------------
 pcのみ改行
---------------------------------------------------------------------- */
@media screen and (max-width: 640px) {
 .kaigyou-pc {
  display: none;
 }
}

/* ----------------------------------------------------------------------
 マージン・パディング
---------------------------------------------------------------------- */
.mt10{
margin-top:10px !important;
}
.mt15{
margin-top:15px !important;
}
.mt30{
margin-top:30px !important;
}
.mt50{
margin-top:50px !important;
}
.mt80{
margin-top:80px !important;
}
.mt100{
margin-top:100px !important;
}
.mb10{
margin-bottom:10px !important;
}
.mb15{
margin-bottom:15px !important;
}
.mb30{
margin-bottom:30px !important;
}
.mb50{
margin-bottom:50px !important;
}
.mb80{
margin-bottom:80px !important;
}
.mb100{
margin-bottom:100px !important;
}
.pt10{
padding-top:10px !important;
}
.pt15{
padding-top:15px !important;
}
.pt30{
padding-top:30px !important;
}
.pt50{
padding-top:50px !important;
}
.pt100{
padding-top:100px !important;
}
.pb10{
padding-bottom:10px !important;
}
.pb15{
padding-bottom:15px !important;
}
.pb30{
padding-bottom:30px !important;
}
.pb50{
padding-bottom:50px !important;
}
.pb100{
padding-bottom:100px !important;
}

/* ----------------------------------------------------------------------
 ２カラム用
---------------------------------------------------------------------- */

.full_content{
width: 100%;
margin: 0 !important;
overflow:hidden;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

.full_content .full_content_inbox{
width:1150px;
max-width:100%;
margin:0 auto;
padding:0;
}

.single_content{
width:1150px;
max-width:100%;
margin:0 auto;
padding:0 0;
}

@media(min-width:768px)  {
.left_content{
float:left;
width:50%;
padding:0px;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.right_content{
float:right;
width:50%;
padding-left:0px;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.sp_box2{
	padding:0 2%;	
}
}

@media(max-width:767px)  {
.right_content,.left_content{
float:none;
width:100%;
padding:0;
}
.right_content .sp_box,.left_content .sp_box{
width:95%;
margin-left:auto;
margin-right:auto;
}
.sp_box,.sp_box2{
width:90%;
margin-left:auto;
margin-right:auto;
}
.text_cpntainer{
padding:0 30px;
}
}

img.menu01{
padding-right:10px !important;
}
img.menu02{
padding-left:10px !important;
}

@media(max-width:767px)  {
img.menu01{
padding:0px !important;
margin-bottom:10px;
}
img.menu02{
padding:0px !important;
margin-bottom:10px;
}
}


/*************
/* ヘッダー
*************/
#header{
height:110px;
}

#header h1{
padding:5px 0 10px 10px;
}

#header img,.head_catch img{
display:block;
}

.head_img{
margin:0;
padding:0;
line-height:0;
}

.head_img img{
width:100%;
}

.head_catch{
background:#ff0000;
margin-top:0;
padding:0;
}

	.head_catch img{
	width:1150%;
	margin-left:auto;
	margin-right:auto;
	max-width:90%;
	}

/*************
/* ロゴ
*************/
.logo{
float:left;
margin-left:17px;
}

.logo span{display:block;}

/*************
/* ヘッダーインフォ
*************/
.info{
float:right;
padding-right:20px;
text-align:right;
}

.info a img{
margin-top:30px;
}

.logo,.info .tel{
margin-top:6px;
color:#00a0e9;
font-size:20px;
font-weight:bold;
}

.logo span,.info span{
color:#333;
font-size:.6em;
font-weight:normal;
}


/*************
/* フッター
*************/
footer{
clear:both;
overflow:hidden;
padding:10px 10px 20px 10px;
background:#7aa841;
margin-top:50px;
color:#FFF;
}

* html footer{height:1%;}


footer div{
	text-align:center;
}


/* PC用
------------------------------------------------------------*/
@media only screen and (min-width: 960px){
	#header,.inner{
	width:1150px;
	padding:0;
	margin:0 auto;
	}
	
	#wrapper{padding-bottom:20px;}
	
  nav#mainNav{
	clear:both;
	overflow:hidden;
	position:relative;
	background:#f1f1f1;
	}
	
	nav#mainNav .inner{
	width:777px;
	padding:0 14px;
	}

	nav#mainNav ul li{
	float: left;
	position: relative;
	}

	nav#mainNav li.last{border-right:1px solid #ebebeb;}

	nav#mainNav ul li a{
	display: block;
	text-align: center;
	_float:left;
	font-size:13px;
	width:154px;
	height:45px;
	padding-top:15px;
	color:#333;
	background:#f1f1f1;
	border-left:1px solid #ebebeb;
	}

	nav#mainNav ul li a span,nav#mainNav ul li a strong{
	display:block;
	}

	nav#mainNav ul li a span{
	color:#cdcdcd;
	font-size:10px;
	}

	nav div.panel{
	display:block !important;
	float:left;
	}

	a#menu{display:none;}

	nav#mainNav li.active a, nav#mainNav li a:hover{
	color:#909090;
  background:#eee;
	padding-top:15px;
	}
	
	#mainBanner{margin-left:15px;}
	#subpage #mainBanner{margin:15px auto;}
	
	#main{
	float:right;
	width:667px;
	padding-right:15px;
	}
	
	#sidebar{
	float:left;
	width:245px;
	padding:15px 0 0 15px;
	overflow:hidden;
	}
	
	#sidebar article{
	padding:7px;
	margin-bottom:20px;
	border:1px solid #ebebeb;
	overflow:hidden;
	}
	
	/* グリッド全体 */
	.gridWrapper{
	width:960px;
	margin:0 0 0 -10px;
	}
	
	#gallery article{padding:10px 0 10px 10px;}
	
	/* グリッド */
	.grid{
	float:left;
	width:300px;
	margin-left:20px;
	}
	
	#subpage .grid{width:auto;}
	
  #gallery .grid{
	width:auto;
	margin:10px 0 2px 10px;
	}
}


@media only screen and (max-width:959px){
	*{
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	}
	
	nav#mainNav{
	clear:both;
	width:100%;
	margin:0 auto;
	padding:0;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #f5f5f5), color-stop(0.5, #f0f0f0), color-stop(0.00, #f7f7f7));
	background: -webkit-linear-gradient(top, #f7f7f7 0%, #f0f0f0 50%, #f5f5f5 100%);
	background: -moz-linear-gradient(top, #f7f7f7 0%, #f0f0f0 50%, #f5f5f5 100%);
	background: -o-linear-gradient(top, #f7f7f7 0%, #f0f0f0 50%, #f5f5f5 100%);
	background: -ms-linear-gradient(top, #f7f7f7 0%, #f0f0f0 50%, #f5f5f5 100%);
	background: linear-gradient(top, #f7f7f7 0%, #f0f0f0 50%, #f5f5f5 100%);
  border:1px solid #e4e4e4;
	}

	nav#mainNav a.menu{
	width:100%;
	display:block;
	height:40px;
	line-height:40px;
	font-weight: bold;
	text-align:left;
	}

	nav#mainNav a#menu span{padding-left:10px;}
	nav#mainNav a.menu span:before{content: "▶ ";}
	nav#mainNav a.menuOpen span:before{content: "▼ ";}

	nav#mainNav a#menu:hover{cursor:pointer;}

	nav .panel{
	display: none;
	width:100%;
	position: relative;
	right: 0;
	top:0;
	z-index: 1;
	}

	nav#mainNav ul li{
	float: none;
	clear:both;
	width:100%;
	height:auto;
	line-height:1.2;
	}

	nav#mainNav ul li a,nav#mainNav ul li.current-menu-item li a{
	display: block;
	padding:15px 10px;
	text-align:left;
	border-bottom:1px dashed #ccc;
	}
	
	nav#mainNav ul li a span{padding-left:10px;}
	
	nav#mainNav ul li:first-child a{
	border-top:1px solid #e4e4e4;
	}
	
	nav#mainNav ul li:last-child a{border:0;}
	
	nav#mainNav ul li.active a{color:#006699;}

	nav div.panel{float:none;}
	
	#subpage #mainBanner{max-width:668px;}
	
	#sidebar{padding-bottom:30px;}
	
	#sidebar article{padding:7px 0;}
	
	#footer .grid,#footer ul.footnav{
	float:none;
	width:100%;
	text-align:center;
	}

	ul.footnav li{float:none;display:inline-block;}
	
	.grid{
	width:32%;
	margin:10px 0 0 1%;
	}
	
	#gallery .grid{
	float:left;
	width:31%;
	margin:0 0 0 1%;
	}
	
	#footer .grid img, #footer .info{float:none;}
	#footer .grid p{display:block;}
	#footer #info .info{float:none;text-align:center;}
	
	#footer.logo,#footer .info{
	width:100%;
	float:none;
	}

}


/*================================================
 *  タブレット向けデザイン
 ================================================*/
/* スクロールバーを考慮して20px大きいサイズで切り替え */
@media screen and (max-width:979px) {
	#contents {
		box-sizing:border-box;
		width:100%;
	}
}

/*================================================
 *   スマートフォン 
 ================================================*/

@media only screen and (max-width:640px){
	#header{
	height:auto;
	padding-bottom:20px;
	}
	
	#header h1 img{
	max-width:90%;
	margin-left:auto;
	margin-right:auto;
	}
	
	#header h1,.logo,.info{text-align:center;}
	
	.logo,.info{
	clear:both;
	width:100%;
	float:none;
	margin:0;
	}
	
	.info{
	padding-right:0;
	}
	
	.info a img{
	margin:10px auto 10px;
	}
	
	
	.head_catch img{
	width:90%;
	margin-left:auto;
	margin-right:auto;
	}
	
	}


/*================================================
 *  ページトップへの戻り
 ================================================*/
 
.totop {
	position:fixed;
	bottom:15px;
	right:15px;
}
.totop a {
	display:block;
	text-decoration:none;
}
.totop img {
	background:#000;
}
.totop img:hover {
	background:#333;
}

/*================================================
 *  contents
 ================================================*/
.content02{
padding:40px 0 20px 0;
}

.content02 img{
display:block;
width:30%;
float:left;
}

.content02 img:nth-of-type(2){
padding-left:5%;
padding-right:5%;
}

@media only screen and (max-width:768px){
.content02 img{
float:none;
width:350px;
max-width:350px;
margin-left:auto;
margin-right:auto;
margin-bottom:30px;
}
.content02 img:nth-of-type(2){
padding-left:0%;
padding-right:0%;
}
}

.triangles {
	position: relative;
	text-align: center;
	background: #7aa841;
	margin-bottom: 20px;
}
.triangles:before {
	position: absolute;
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	border-top-color: #7aa841;
	border-width: 30px;
	margin-left: -30px;
}

.triangles h2{
padding: 25px;
font-size:200%;
color:#ffff00;
font-weight:bold;
}

.content03 img,.content04 img{
display:block;
width:100%;
margin-left:auto;
margin-right:auto;
}

table.touroku_joukyou{
width:90%;
    margin-left:auto;
	margin-right:auto;
	border-collapse:collapse;
}
table.touroku_joukyou td{
border:1px solid #666;
padding:10px;
}
table.touroku_joukyou tr{
background:#FFF;
border-collapse:collapse;
}
table.touroku_joukyou tr:nth-of-type(even){
background:#f2f7ef;
}

.caution{
background:#f2f7ef;
    border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */ 
    line-height:2em;
}
.caution p{
padding:30px 20px;
}

.content05 .content05-box{
width:30%;
float:left;
}

.content05 img{
display:block;
width:100%;
}

.content05 .content05-box:nth-of-type(2){
padding-left:5%;
padding-right:5%;
}

@media only screen and (max-width:768px){
.content05 .content05-box{
float:none;
width:90%;
margin-left:auto;
margin-right:auto;
margin-bottom:30px;
}
.content05 .content05-box:nth-of-type(2){
padding-left:0%;
padding-right:0%;
}
}


.content06_text{
float:left;
width:65%;
}
.content06_text h3{
color:#f7931e;
}
.content06_text p{
line-height:2em;
}

.content06_img{
float: right;
width: 30%;
}
.content06_img img{
display:block;
width:340px;
}

@media only screen and (max-width:768px){
.content06_text,.content06_img{
float:none;
width:90%;
margin-left:auto;
margin-right:auto;
}
.content06_img img{
margin:25px auto 25px;
}
}




.bn_area img{
display:block;
width:100%;
}

.present_free img{
display:block;
width:95%;
margin-left:auto;
margin-right:auto;
}

.triangles2 {
	position: relative;
	text-align: center;
	background: #ff0000;
	margin-bottom: 20px;
}
.triangles2:before {
	position: absolute;
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	border-top-color: #ff0000;
	border-width: 30px;
	margin-left: -30px;
}

.triangles2 h2{
padding: 25px;
font-size:200%;
color:#fff;
font-weight:bold;
}

.kadomaru{
    border-radius: 100px;        /* CSS3草案 */  
    -webkit-border-radius: 100px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 100px;   /* Firefox用 */ 
    width:90%;
    margin-left:auto;
	margin-right:auto;
}

.bn_touroku img{
display:block;
width:80%;
margin-left:auto;
margin-right:auto;
}
@media only screen and (max-width:768px){
.bn_touroku img{
width:95%;
}
}

/*================================================
 *  メールフォーム
 ================================================*/

#formWrap {
	width:1000px;
	margin:0 auto;
	color:#555;
	line-height:120%;
	font-size:130%;
	line-height:2em;
}
table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
}
table.formTable td input,table.formTable td select{
font-size:90%;
padding:5px;
}
table.formTable th{
	width:30%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
	vertical-align: top;
}
input.submit_btn{
color:#fff;
background:#ff0000;
    border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */ 
font-size:150%;
padding:20px;
cursor:pointer;
}
input.submit_btn:hover{
background:#c1272d;
}
span.hissu{
background:#7aa841;
padding:2px 4px 3px;
font-size:80%;
color:#fff;
}

@media only screen and (max-width:1000px){
#formWrap {
width: 95%;
}
table.formTable,table.formTable tbody,table.formTable tr,table.formTable th,table.formTable td {
display: block;
}
table.formTable th{
	width:100%;ft;
}
}
