@charset "utf-8";
/* CSS Document */

html,body {
	background: #6a2;
	width: 100%;
	margin: 0px;
	-webkit-text-size-adjust: none;
}

.float_clear {
	clear: both;
	height: 0px;
	visibility: hidden;
	_margin-top: -23px;
}

.l {
	float: left;
}

.r {
	float: right;
}

* {
	color: #222222;
	margin: 0px;
	padding: 0px;
	font-family:"Quicksand","游ゴシック体","Yu Gothic",YuGothic,"ヒラギノ角ゴシック Pro","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 14px;
	font-style:normal;
	letter-spacing: 0.07em;
	word-wrap:break-word;
	word-break: normal;
	list-style: none;
	
}

img {
	vertical-align: bottom;
}

br { letter-spacing:0; }

a {
	text-decoration: none;
	transition-property: color, background;
	transition-duration: 0.2s;
	transition-timing-function: linear;
	-moz-transition-property: color, background;
	-moz-transition-duration: 0.2s;
	-moz-transition-timing-function: linear;
	-webkit-transition-property: color, background;
	-webkit-transition-duration: 0.2s;
	-webkit-transition-timing-function: linear;
	-o-transition-property: color, background;
	-o-transition-duration: 0.2s;
	-o-transition-timing-function: linear;
	-ms-transition-property: color, background;
	-ms-transition-duration: 0.2s;
	-ms-transition-timing-function: linear;
	color: #0071bc;
	outline: none;
}

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

a, .contact table.list input.button, a img {
	transition-property: opacity;
	transition-duration: 0.2s;
	transition-timing-function: linear;
	-moz-transition-property: opacity;
	-moz-transition-duration: 0.2s;
	-moz-transition-timing-function: linear;
	-webkit-transition-property: opacity;
	-webkit-transition-duration: 0.2s;
	-webkit-transition-timing-function: linear;
	-o-transition-property: opacity;
	-o-transition-duration: 0.2s;
	-o-transition-timing-function: linear;
	-ms-transition-property: opacity;
	-ms-transition-duration: 0.2s;
	-ms-transition-timing-function: linear;
}

a:hover, .contact table.list input.button:hover, a img:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
}

.red {
	color: #E9E700 !important;
	font-weight: bold !important;
}

span.red {
	font-size: 14px;
	display: inline-block;
}

.h1 {height:1px;width:100%;display:block;}
.h10 {height:10px;width:100%;display:block;}
.h15 {height:15px;width:100%;display:block;}
.h20 {height:20px;width:100%;display:block;}
.h25 {height:25px;width:100%;display:block;}
.h35 {height:35px;width:100%;display:block;}
.h45 {height:45px;width:100%;display:block;}
.h50 {height:50px;width:100%;display:block;}
.h70 {height:70px;width:100%;display:block;}
.h160 {height:160px;width:100%;display:block;}

/* ▼▼▼▼▼▼▼▼▼▼▼▼loading用▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */

#loader-bg {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #499500;
  z-index: 100;
}
#loader {
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -50px;
  margin-left: -100px;
  text-align: center;
  color: #fff;
  z-index: 200;
}

/* ▼▼▼▼▼▼▼▼▼▼▼▼common▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */

#wrap {
	background: url(../img/contents_bg.png);
	background-size:contain;
	width: 100%;
	height: auto;
	margin: 0px auto;
}

#header_inner {
	position: relative;
	width: 100%;
	height: auto;
	max-width: 1200px;
	padding: 0px;
	margin: 0px auto;
}

header {
	background: url(../img/contents_bg.png);
	background-size:contain;
	display: block;
	max-width: 100%;
	height: auto;
	padding: 5px 0px 7px 0px;
}

header h1 img {
	display: block;
	max-width: 1200px;
	height: auto;
	margin: 0px auto 0px auto;
}

.flexslider {
	background: #fff;
}

.flexslider .slides img {
	max-width: 1900px;
}

#title_zone {
	height: 355px;
	overflow: hidden;
	padding: 0px 0px 30px;
	margin: 0px 0px -30px;
}

#main_contents {
	background: ;
	position: relative;
	padding: 32px 0px 20px;
	height: auto;
	z-index: 1px;
	max-width: ;
	margin: 0px auto;
}

.contents_inner {
	margin: 0px 0px 0px;
	display: ;
}

#main_contents h1 {
	font-size: 36px;
	font-weight: bold;
	margin: 0px 0px 10px;
	position: relative;
	padding: 0px 0 10px 0px;
	line-height: 48px;
	letter-spacing: 0.2em;
	color: #499500;
	text-shadow: /*0 0 12px rgba(255,255,255,0.5)*/;
	display: inline-block;
}

#main_contents h1.ch1 {
	padding: 5px 0px 5px 15px;
	border-left: 10px solid #499500;
	margin: 0px 0px 20px;
}

.contents_inner {
	font-size: 16px;
	font-weight: normal;
	line-height: 30px;
	margin: -5px 0px 0px;
	color: #333;
	text-shadow: /*0 0 12px rgba(255,255,255,0.5)*/;
}

.contents_box {
	font-size: 16px;
	font-weight: normal;
	line-height: 30px;
	margin: -5px 0px 0px;
	color: #333;
	text-shadow: /*0 0 12px rgba(255,255,255,0.5)*/;
}

.contents_box p {
	font-size: 20px;
	font-weight: normal;
	line-height: 38px;
	margin: -5px 0px 20px;
	color: #333;
	text-shadow: /*0 0 12px rgba(255,255,255,0.5)*/;
}

#con .contents_box p {
	text-align: left;
}

.contents_box div {
	font-size: 16px;
	font-weight: normal;
	line-height: 30px;
	margin: -5px 0px 0px;
	color: #333;
	text-shadow: /*0 0 12px rgba(255,255,255,0.5)*/;
}

#main_contents .top_box h1 {
	font-size: 32px !important;
	font-weight: bold;
	margin: 0px 0px 10px;
	position: relative;
	padding: 0px 0px 10px 0px;
	line-height: 44px !important;
	letter-spacing: 0.2em;
	color: #fff;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.8);
	display: inline-block;
	text-align: justify;
}

.top_box .contents_inner p {
	font-size: 20px;
	font-weight: normal;
	line-height: 38px;
	margin: -5px 0px 0px;
	color: #fff;
	text-shadow:0px 1px 1px rgba(0,0,0,0.4);
	text-align: justify;
}

span.entry_date {
	position: absolute;
	width: auto;
	text-align: right;
	font-size: 12px;
	top: -25px;
	right: 0px;
}

.contents_box {
	margin: 5px 0 10px;
}

.img_box {
	height: auto;
	float: left;
	
	margin-top: 10px;
	margin-right: 30px;
	margin-bottom: 30px;
	margin-left: 0px;
	text-align: center;
}

.img_box_r {
	height: auto;
	float: right;

	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 30px;
	text-align:center;
}

.img_box_c {
	height: auto;

	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	
	margin: 0px 0px 30px;
	text-align: center;
}

.img_box img {
	display: block;
	width: 246px;
	height: auto;
}

.img_box_c img {
	height: auto;
	width:100%;
}

.btn_zone {
	text-align: right;
}

a.detail_btn {
	display: inline-block;
	margin: 20px -10px 0px 0px;
}

a.detail_btn img {
	height: 48px;
	width: auto;
}

.item_box {
	width: 100%;
	background: url(../img/contents_bg2.png);
	background-size:contain;
	
	border-top: 1px solid #66aa22;
	border-bottom: 1px solid #66aa22;
	margin: 0px 0px 40px;
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.4);
	overflow:hidden;
}

.top_box {
	width: 100%;
	background: url(../img/jp_bg.png) no-repeat;
	background-size:contain;
	background-position: center;
	
	margin: 20px 0 40px;
}

.item_wrap {
	max-width: 1000px;
	padding-top:25px;
	padding-right: 30px;
	padding-botom: 0px;
	padding-left: 30px;
	margin: 0px auto;
	background: #fff;
	box-shadow:0 0 30px rgba(0, 0, 0, 0.4);
}

.top_wrap {
	max-width: 1000px;
	padding: 0px 20px 0px;
	margin: 0px auto;
	text-align: left;
}




.contact {
	color: #333;
}

.contact table.list th {
	color: #333;
}

.contact table.list td span {
	color: #333;
}

table.list {
	font-size: 14px;
    line-height: 24px;
	
	margin: 14px 0px 26px 0px;
	width: 100%;
}

table.list th {
	width: auto;
	padding: 10px;
	white-space: nowrap;
	font-weight: bold;
}

table.list td {
	width: auto;
	padding: 10px;
}

.bg_f2 {
	background: #3e86a3;
}

.tb_top_p {
	padding: 0px 0px 20px;
}

.contact p.top_txt {
	margin: 0px 0px 30px;
}

.contents_box .form_btn_zone {
	text-align: center;
	margin: 20px 0px;
}

.form_btn_zone a {
	color:#57BDE6;
}

.contact table.list th {
	vertical-align: top;
	width: 20%;
}

.contact table.list input {
	width: 90%;
	max-width: 500px;
}

.contact table.list input#zip3 {
	width: 120px;
}

.contact table.list input#addr3 {
	margin: 10px 0px 0px;
}

.contact table.list textarea {
	width: 90%;
	max-width: 660px;
}

.contact table.list input#chk {
	width: auto;
}

.contact table.list input.button {
	display: inline-block;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	background: #57BDE6;
	color: #333;
	border: none;
	font-size: 18px;
	font-weight: bold;
	padding: 10px 20px;
	cursor: pointer;
	width: auto;
}

.send td {
	font-size: 16px;
	color:#DCE3FF;
}



footer {
	background: #66aa22;
	width: 100%;
}

footer p.copy {
	font-size: 10px;
	color: #fff;
	//text-shadow: 0 0 3px #fff, 0 0 12px #fff;
	font-weight: normal;
	text-align: center;
	padding: 10px 0px 10px 20px;
}

footer p.copy span {
	white-space: nowrap;
	color: #fff;
	//text-shadow: 0 0 3px #fff, 0 0 12px #fff;
	display: inline-block;
}

footer p {
	font-size: 12px;
	color: #fff;
	font-weight: normal;
	line-height: 22px;
}

#footer_inner {
	max-width: 880px;
	margin: 0px auto;
	padding: 0px 20px 0px 0px;
}







.contents_box h3 {
	font-size: 16px;
	font-weight: bold;
	margin: 0px 0px 10px;
	line-height:28px;
	padding: 0px 0px 0px 0px;
	position: relative;
}

.custom_img_box {
	float: left;
	width: 130px;
	height: 150px;
	overflow: hidden;
	margin: 5px 25px 10px 0px;
}

.custom_img_box img {
	width: 130px;
}

p.top_txt {
    font-size: 14px;
    font-weight: normal;
    line-height: 30px;
    margin: 0px 0px 72px 0px;
}




em.hissu_mark {
    color: #66aa22;
    font-size: 16px;
}


.mw350 {
	max-width: 350px;
	display: block;
	margin: 0px auto;
}


.b_c {
	background: #fff;
	box-shadow:none;
}

#c2 .b_c {
	background: #F8F8F8;
	border:1px solid #D1D1D1;
	box-shadow: none;
}

.r_r {
	padding: 0px;
	text-align: center;
	//background:	#F8F8F8;
	//border:1px solid #D1D1D1;
}

.c_l, .c_r {
	float: none;
	padding: 0px;
	text-align: center;
	display: inline-block;
	margin:20px;
}

.c_l img, .c_r img {
}

.c_l p, .c_r p, .r_r p {
	padding: 0px 23px 22px;
	font-size: 12px;
	line-height: 22px;
	display: inline-block;
	color:#666;
}

.c_l p.c_title, .c_r p.c_title, .r_r p.c_title {
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	margin: 0px 0px 0px;
	display: block;
	line-height: 27px;
	padding: 0px 30px 10px;
}


.c_btm, .r_btm {
	padding: 20px 0px 20px;
	font-size: 12px;
	line-height: 22px;
	color:#666;
}

.img_box .c_l p.c_title, .img_box .c_r p.c_title {
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	margin: 0px 0px 10px;
	display: block;
	line-height: 27px;
}

p span.nowrap {
	color:inherit;
	display: inline-block;
}

#con p a {
	display: inline-block;
	width: auto;
	word-break:break-all;
}

#con .item_wrap {
	padding-bottom: 17px !important;

}

#con .item_waku {
	border:1px solid #666;
	padding: 15px 15px 4px;
	display: inline-block;
	margin: 0px 0px 11px 0px;
}

#con .item_waku h1 {
	width: auto !important;
}

#con .contents_box p {
	margin: -5px 0 0px;
}

p.c_p {
	text-align: left;
	display: block;
    padding: 0 0 5px 10px;
}

.c_l a, .c_r a{
	text-decoration: none;
}

#con {
	overflow:hidden;
}

.fancybox-title {
	text-align: center;
	font-size: 14px;
	color:#666;
	padding: 5px 0px 5px 0px;
	margin: 10px 0px 0px;
}

.fancybox-skin {
	background: #fff;
}





.logo {
	display: inline-block;
	max-width: 300px;
	height: auto;
	width: 100%;
	margin: 0px 0px 20px;
}

span.waku {
	display: inline-block;
	border: 1px solid #666;
	color: #666;
	padding: 7px 20px;
	font-size: 14px;
	line-height: 18px;
	margin: 10px 0px;
}

a.tel_l {
	display: inline-block;
	font-size: 24px;
	line-height: 26px;
	margin: 10px 0px;
	font-weight: bold;
	color: #000;
}

.free_d {
	display: inline-block;
	max-width: 45px;
	height: auto;
	width: 100%;
	margin: 0px 0px 10px;
	vertical-align: middle;
}





table.nenpi {
	width: 100%;
	margin: 0px 0px 20px;
	//table-layout: fixed;
	word-break:break-all;
}

table.nenpi th {
	width: 20%;
	vertical-align: middle;
	background: #E6E6E6;
	color: #4d4d4d;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	border-bottom: 1px solid #4C4C4C;
	border-left: 1px solid #4C4C4C;
	border-right: 1px solid #4C4C4C;
	padding: 7px 3px;
	line-height: 15px;
}

table.nenpi td {
	width: 20%;
	vertical-align: middle;
	color: #4d4d4d;
	font-weight: normal;
	font-size: 12px;
	border-bottom: 1px solid #4C4C4C;
	border-left: 1px solid #4C4C4C;
	border-right: 1px solid #4C4C4C;
	padding: 7px 3px;
	line-height: 20px;
    text-align: center;
}

table.nenpi tr.row1 th {
	border-top: 1px solid #4C4C4C;
}

table.nenpi tr.row1 td {
	border-top: 1px solid #4C4C4C;
}

table.nenpi tr.bd_d th {
	border-bottom: 1px dotted #4C4C4C;
}

table.nenpi tr.bd_d td {
	border-bottom: 1px dotted #4C4C4C;
}

table.nenpi td.imgtd {
	padding: 0px;
}

table.nenpi td.imgtd img {
	width: 100%;
	height: auto;
}

table.nenpi span.nowrap {
	white-space: nowrap;
    color: inherit;
}

table.nenpi td strong.bl {
	color: #2A2A2A;
	font-weight: bold;
	font-size: 16px;
	padding: 0px 3px;
}

table.nenpi td strong.rd {
	color: #D30003;
	font-weight: bold;
	font-size: 16px;
	padding: 0px 3px;
}

table.nenpi td strong {
	color: #F15A24;
	font-weight: bold;
	font-size: 16px;
}

table.nenpi td a {
	display: inline-block;
	margin: 0px;
}

table.nenpi .bg_green {
	background: #d1e8d3;
}

table.nenpi .bg_blue {
	background: #ceebfb;
}

td.ora3 {
	background: #ffa41d;
}

td.glay1 {
	background: #f5f5f5;
}

.table_wrap {
	overflow: auto;
}



.contents_box .goukei_div {
	vertical-align: middle;
	color: #4d4d4d;
	font-weight: normal;
	font-size: 12px;
	padding: 14px 6px 6px;
	line-height: 26px;
    text-align: center;
}



form.keisans table tr#keisanbox, form.keisans table tr#goukeibox {
	transition-duration: 0.2s;
	transition-timing-function: linear;
	-moz-transition-duration: 0.2s;
	-moz-transition-timing-function: linear;
	-webkit-transition-duration: 0.2s;
	-webkit-transition-timing-function: linear;
	-o-transition-duration: 0.2s;
	-o-transition-timing-function: linear;
	-ms-transition-duration: 0.2s;
	-ms-transition-timing-function: linear;

}

form.keisans select, form.keisans option {
	text-align: center;
	padding: 0px 10px;
}

form.keisans span#feeall {
	font-size: 20px;
    font-weight: bold;
	color: #f15a24;
	vertical-align: middle;
}

form.keisans span#feeall_b {
	font-size: 20px;
    font-weight: bold;
	color: #f15a24;
	vertical-align: middle;
}

form.keisans span#planall, form.keisans span#kyotenall, form.keisans span#getsuall {
	font-size: 12px;
    font-weight: normal;
    margin: 0px 5px;
}

form.keisans table tr#goukeibox th {
	background: #e6e6e6;
    font-weight: bold;
}

form.keisans table tr th {
    width: 20%;
}

form.keisans table tr#goukeibox th.allzone {
	background: #f15a24;
}

form.keisans table tr#goukeibox th.allzone strong {
	color: #fff;
    font-size: 18px;
}

form.keisans table tr#goukeibox div.kansan {
	text-align: center;
	color: #666;
    font-size: 10px;
	margin: 0px;
}

form.keisans table tr#goukeibox div.kansan span#uchiwakeall {
	color: #000;
    font-weight: bold;
    white-space: nowrap;
}

form.keisans table tr#goukeibox th, form.keisans table tr#goukeibox td {
    padding: 0px;
}

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

form.keisans .button {
        background-color: transparent;
        border: none;
        cursor: pointer;
        outline: none;
        padding: 0;
        appearance: none;
}

form.keisans .button {
    
display: inline-block;
  text-decoration: none;
  background: #499500;
  color: #FFF;
  width: auto;
  height: auto;
padding: 10px 20px;
	font-size: 20px;
	font-weight: bold;
	margin: 10px 0px 13px;
  line-height: 24px;
  border-radius: 5px;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
	box-shadow: 0px 3px 0px 0px #2a5302;
	transition: .2s;
}

form.keisans .button:hover{
    margin: 13px 0px 10px;
	box-shadow: none;
	background: #105a01;
}

ul.g_menu {
	margin: 30px -20px 0px 0px;
	display: block;
	overflow: hidden;
	text-align: center;
}

ul.g_menu li {
	display: inline-block;
	margin: 0px 20px 20px 0px;
	width: 100%;
	max-width: 320px;
}

ul.g_menu li a {
	display: inline-block;
	text-decoration: none;
background-image: -webkit-linear-gradient(#fff 0%, #fff 49%, #f8f8f8 50%, #dddddd 95%, #959595);
background-image: -o-linear-gradient(#fff 0%, #fff 49%, #f8f8f8 50%, #dddddd 95%, #959595);
background-image: linear-gradient(#fff 0%, #fff 49%, #f8f8f8 50%, #dddddd 95%, #959595);
	color: #009245;
	width: 100%;
	height: auto;
	padding: 14px 0px;
	font-size: 18px;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	line-height: 24px;
	border-radius: 6px;
	text-align: center;
	vertical-align: middle;
	letter-spacing: 0.3em;
	text-indent: 0.3em;
	overflow: hidden;
	box-shadow: 0px 4px 2px 0.5px rgba(19,88,47,0.5), 0px 0px 2px 2px rgba(0,0,0,0.1) inset;
	transition: .2s;
}

ul.g_menu li a:hover {
	margin: 2px 0px 3px 0px;
	box-shadow: 0px 3px 0px 0px rgba(19,88,47,0.3), 0px 0px 2px 2px rgba(0,0,0,0.1) inset;
background-image: -webkit-linear-gradient(#ffffc1 0%, #ffffc1 49%, #fff488 50%, #ebd500 95%, #b39102);
background-image: -o-linear-gradient(#ffffc1 0%, #ffffc1 49%, #fff488 50%, #ebd500 95%, #b39102);
background-image: linear-gradient(#ffffc1 0%, #ffffc1 49%, #fff488 50%, #ebd500 95%, #b39102);
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}

@media screen and (max-width: 700px) {
ul.g_menu {
	margin: 30px 0px 0px 0px;
	display: block;
	overflow: hidden;
	text-align: center;
}
ul.g_menu li {
	display: inline-block;
	margin: 0px 0px 10px 0px;
	width: 100%;
	max-width: 100%;
}
ul.g_menu li a {
	font-size: 16px;
}
}




/* ▼▼▼▼▼▼▼▼▼▼▼▼for_old_browser▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */

.ie8 #scrollUp, .ie7 #scrollUp, .ie6 #scrollUp {
    background: url(../img/old_browser_img/top.png);
	background-repeat: no-repeat;
}
