@charset "UTF-8";
body {
	background-image: url(../img_common/bg_01.gif);
	background-repeat: repeat;
}
html, body{
	height: 100%;
	width: 100%;
}

.-------------------------------------{}

#slide {
	width: 100%;
	height: 400px;
	position: relative;
	z-index: 5;
}

#main {
	clear: both;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	z-index: 1;
	position: relative;
	padding-top: 40px;
	margin-bottom: 80px;
}

.-------------------------------------{}

#sns {
	position: absolute;
	right: 15px;
	top: 15px;
	
	display: flex;
	column-gap: 8px;
}
#sns img {
	width: 46px;
	height: auto;
}


.-------------------------------------{}
#title_area {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 410px;
	margin-top: 30px;
}
#main_img {
	top: -7px;
	position: absolute;
	z-index: 0;
	right: 0px;
}
#txt_box {
	position: absolute;
	width: 400px;
	left: 0px;
	top: 30px;
	z-index: 2;
}
h1 {
	font-size: 42px;
	line-height: 1em;
	margin-bottom: 35px;
}
.sub_head {
	font-size: 24px;
	line-height: 1px;
	margin-bottom: 30px;
}
.lead {
	font-size: 15px;
	line-height: 1.75em;
}
.-------------------------------------{}
#title_02 {
	font-family: utsu;
	font-size: 24px;
	line-height: 100px;
	height: 100px;
	background-image: url(../img_common/head_line.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	width: 700px;
	margin-bottom: 30px;
}
#title_02_sub {
	font-size: 10px;
	color: #8CC63F;
	vertical-align:middle;

}
.title_02_lead {
	font-weight: bold;
}



.-------------------------------------{}
#header_wrap {
	background-image: url(../img_common/header_back_line.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	height: 220px;
	width: 100%;
	position: absolute;
	bottom: 0px;
}
#header {
	height: 220px;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#logo {
	position: absolute;
	bottom: 15px;
	left: 0px;
}
#nav_wrap {
	position: absolute;
	right: 0px;
	bottom: 0px;
}

#nav {
	position: absolute;
	bottom: 31px;
	left: 260px;
}
#nav bk{
	position: absolute;
	right: 0px;
	bottom: 30px;
}



#nav a {
	font-size: 16px;
	line-height: 1em;
	font-family: utsu;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-right: 16px;
	padding-right: 20px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCC;
}
#nav .nav_no_padding, #sub_nav .nav_no_padding{
	margin-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: 0px;
	padding-right: 0px;
}
#sub_nav {
	position: absolute;
	bottom: 72px;
	left: 257px;
}

#sub_nav a {
	font-family: utsu;
	font-size: 14px;
	line-height: 1em;
	background-image: url(../img_common/arrow2.png);
	background-repeat: no-repeat;
	background-position: left center;
	margin-right: 19px;
	padding-left: 10px;
}

#nav a:hover, #sub_nav a:hover {
	color: #8CC63F;
}



.メニュー　ドロップダウン部分-------------------------------------{}
#nav ul li {
	float: left;
}

#nav .drop_up {
	position: relative;
}
#nav .drop_menu    {
	position: absolute;
	top: 24px;
	left: -12px;
	
	visibility: hidden;
	opacity: 0;
	transition: .5s;
}

#nav li:hover .drop_menu{
	visibility:visible;
	opacity: 1;
}


#nav .drop_menu a    {
	float: none;
	border-style: none;
	line-height: 1.9;
	top: auto;
	padding-right: 0px;
	margin-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}



.-------------------------------------{}
#right_local_nav {
	width: 192px;
	float: right;
	padding: 3px;
	border: 1px solid #CCC;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
#local_nav_white {
	background-color: #FFF;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	padding-top: 17px;
	padding-right: 2px;
	padding-bottom: 25px;
	padding-left: 2px;
}
#local_nav_white .head {
	font-size: 14px;
	line-height: 30px;
	font-weight: bold;
	height: 30px;
	text-align: center;
	background-color: #8CC63F;
	margin-bottom: 20px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
	color: #FFF;
	width: 160px;
	margin-right: auto;
	margin-left: auto;
}
#local_nav_white ul {
	width: 160px;
	margin-right: auto;
	margin-left: auto;
}
#local_nav_white ul li {
	font-size: 14px;
	line-height: 1.4em;
	background-image: url(../img_common/arrow2.png);
	background-position: left 8px;
	background-repeat: no-repeat;
	padding-left: 10px;
	margin-bottom: 14px;
	text-align: left;
}
#local_nav_white ul li a:hover {
	color: #8CC63F;
}
#local_nav_white #line {
	height: 15px;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
#local_nav_white #for_tel {
	font-family: utsu;
	font-size: 15px;
	line-height: 1em;
	text-align: center;
	margin-bottom: 8px;
}
#local_nav_white #tel {
	font-family: utsu;
	font-size: 24px;
	line-height: 1em;
	color: #8CC63F;
	text-align: center;
	margin-bottom: 12px;
}
#local_nav_white #info {
	font-family: utsu;
	font-size: 11px;
	line-height: 1em;
	margin-bottom: 15px;
	padding-bottom: 15px;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	width: 160px;
	margin-right: auto;
	margin-left: auto;
}
#local_nav_white #for_hp {
	font-size: 12px;
	line-height: 1.6em;
	text-align: center;
	margin-bottom: 15px;
}
#local_nav_white #for_mail_form {
	text-align: center;
}






.-------------------------------------{}
#left_main_contents {
	width: 700px;
	float: left;
}
h2 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 30px;
	clear: both;
}
.h2_white {
	background-color: #FFF;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.h2_green {
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #7EA846;
	padding-left: 17px;
	font-size: 17px;
	line-height: 1em;
}
.txt_area_wrap {
	margin-bottom: 60px;
	position: relative;
}

.txt_area_wrap p {
	font-size: 15px;
	line-height: 1.75em;
}
.txt_area_wrap  .w430{
	float: left;
	width: 430px;
}
.txt_area_wrap .pt_area_right {
	float: right;
	padding-top: 5px;
	width: 220px;
}
.txt_area_wrap .pt_area_right img{
	float: right;
	margin-bottom: 10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	clear: right;
}

.green {
	color: #8CC63F;
}
.txt_area_wrap .pt_area {
	margin-left: -10px;
	clear: both;
}

.txt_area_wrap .pt_area img {
	float: left;
	margin-bottom: 10px;
	margin-left: 10px;

	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}
.txt_area_wrap li {
	font-size: 15px;
	line-height: 1.75em;
	text-indent: -1em;
	padding-left: 1em;
}
#dl_button {
	background-color: #F2F2F2;
	background-image: url(../img_common/arrow_r_3.png);
	background-position: 20px center;
	height: 40px;
	width: 300px;
	background-repeat: no-repeat;
	font-size: 13px;
	line-height: 40px;
	text-align: center;
	clear: both;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:20px;
	text-indent: 1em;
}
#dl_button:hover {
	background-color: #FFF;
}
.header_1  {
	font-size: 15px;
	line-height: 1em;
	font-weight: bold;
	margin-bottom: 30px;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #999;
	padding-bottom: 3px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #000;
	padding-left: 15px;
	padding-top: 3px;
	clear: both;
}
.txt_area_wrap.no_mb {
	margin-bottom: 0px;
}






.-------------------------------------{}
#kyositu_gaiyo table {
	font-size: 15px;
	line-height: 1.5em;
	margin-bottom: 30px;
}

#kyositu_gaiyo table tr th , #kyositu_gaiyo table tr td{
	vertical-align: top;
	padding-top: 10px;
	padding-bottom: 10px;
}
#kyositu_gaiyo table tr th {
	font-weight: normal;
	padding-left: 20px;
	background-color: #F2F2F2;
	width: 200px;
}


#kyositu_gaiyo table tr td {
	background-color: #FFF;
}

#kyositu_gaiyo table .kazu {
	text-align: center;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCC;
	width: 100px;
}
#kyositu_gaiyo table .biko {
	padding-left: 20px;
	padding-right: 20px;
}
#kyositu_gaiyo table .head {
	font-size: 14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}



.-------------------------------------{}
#price table {
	font-size: 14px;
	margin-bottom: 40px;
}

#price th, #price td {
	vertical-align: top;
	padding-top: 10px;
	padding-bottom: 10px;
}

#price th {
	font-weight: normal;
	padding-left: 20px;
	background-color: #F2F2F2;
	width: 200px;
}

#price td {
	background-color: #FFF;
	text-align: center;
}
#price .head {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
#price .line {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
#price .line_r {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCC;
}
#price .align_left {
	text-align: left;
	padding-left: 20px;
}
#price .align_right {
	text-align: right;
	padding-right: 10px;
}
#price .kome{
	text-indent: -1em;
	padding-left: 1em;
	margin-bottom: 10px;
	line-height: 1.6em;
}
#price .kaitei {
	font-size: 12px;
	text-align: right;
	line-height: 1em;
	padding-top: 10px;
}
.price_bottom {
	margin-top: 0px;
	width: 390px;
	text-align: center;
	background-color: #FFFFFF;
	line-height: 50px;
	border-radius: 25px;
	border: 1px solid #8CC63F;
}





.-------------------------------------{}
#tayori_area {
	margin-left: -36px;
	margin-bottom: 30px;
}
.tayori_item {
	float: left;
	width: 148px;
	margin-bottom: 30px;
	margin-left: 36px;
}
#tayori_area .tayori_item img {
	border: 1px solid #CCC;
}

#tayori_area .tayori_item p {
	font-family: utsu;
	font-size: 15px;
	line-height: 1em;
	color: #7EA846;
	text-align: center;
	padding-top: 15px;
}
.backnumber_area {
	margin-left: -30px;
}
.backnumber_area ul {
	float: left;
	margin-left: 30px;
}
.backnumber_area.cf ul li a:hover {
	color: #8CC63F;
}








.-------------------------------------{}
#con_nav_wrap {
	margin-right: auto;
	margin-left: auto;
	width: 940px;
}

#con_nav {
	margin-bottom: 40px;
	clear: both;
}

.con_nav_item {
	width: 234px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCC;
	float: left;
}
.head_box {
	height: 45px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 15px;
	padding-left: 15px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
}
.boader_green {
	border-bottom-color: #D9E021;
}
.boader_yellow {
	border-bottom-color: #FCEE21;
}
.boader_orenge {
	border-bottom-color: #FBB03B;
}
.boader_blue {
	border-bottom-color: #29ABE2;
}


.head_box .head {
	font-size: 20px;
	line-height: 1em;
	font-family: utsu;
	margin-bottom: 5px;
}
.head_box .head_en {
	font-family: utsu;
	font-size: 10px;
	line-height: 1em;
	color: #CCC;
}
.con_nav_img {
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius:10px;
}
.con_nav_item .txt {
	font-size: 12px;
	line-height: 1.6em;
	margin-bottom: 20px;
	width: 205px;
	margin-right: auto;
	margin-left: auto;
}
.detail {
	background-color: #8cc63f;
	height: 26px;
	width: 160px;
	margin-right: auto;
	margin-left: auto;
	border-radius: 13px;
	-moz-border-radius: 13px;
	-webkit-border-radius: 13px;
	font-size: 12px;
	line-height: 26px;
	font-weight: bold;
	color: #FFF;
	background-image: url(../img_common/arrow_w_03.png);
	background-position: 15px center;
	background-repeat: no-repeat;
	text-align: center;
}
.detail a {
	color: #FFF;
}

.detail:hover {
	background-color: #7EA846;
}
.no_border {
	border-style: none;
}




.-------------------------------------{}
#con_nav_sab {
	clear: both;
	width: 940px;
	margin-bottom: 80px;
}
.con_nav_sab_item {
	height: 102px;
	width: 452px;
	border: 1px solid #E6E6E6;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	padding: 3px;
}
.con_nav_sab_item_white {
	padding: 7px;
	background-color: #FFF;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	position: relative;
}
.con_nav_sub_img {
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius:10px;
}
.con_nav_sab_item .head {
	font-family: utsu;
	font-size: 20px;
	line-height: 1em;
	position: absolute;
	left: 240px;
	top: 20px;
}
.con_nav_sab_item .head_en{
	font-family: utsu;
	font-size: 10px;
	line-height: 1em;
	position: absolute;
	left: 240px;
	top: 48px;
	color: #CCC;
}
.detail_sub {
	color: #8CC63F;
	font-size: 12px;
	font-weight: bold;
	background-image: url(../img_common/arrow3.png);
	background-repeat: no-repeat;
	background-position: left center;
	left: 240px;
	top: 73px;
	position: absolute;
	padding-left: 15px;
}
.detail_sub a {
	color: #8CC63F;
}
.detail_sub a:hover{
	color: #7EA846;
}



.-------------------------------------{}
#footer_wrap {
	background-color: #8CC63F;
	width: 100%;
	padding-top: 60px;
	padding-bottom: 50px;
}
#footer {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	color: #FFF;
}
#footer a {
	color: #FFF;
}
#footer a:hover {
	color: #FF3;
}

.-------------------------------------{}
#footer_logo_mark {
	float: left;
}

#add_area {
	float: left;
	margin-left: 25px;
}
#add_area #name {
	font-size: 14px;
	line-height: 1em;
	color: #FFF;
	margin-top: 15px;
	margin-bottom: 5px;
}
#add_area #add {
	font-size: 10px;
	line-height: 1em;
	margin-bottom: 5px;
	color: #FFF;
}
#add_area #tel {
	font-family: utsu;
	font-size: 23px;
	line-height: 1em;
}
#group_area {
	left: 320px;
	top: 0px;
	font-size: 10px;
	line-height: 1.9em;
	float: left;
	margin-left: 50px;
}
#contents_menu_area {
	top: 0px;
	right: 0px;
	position: absolute;
}
#contents_menu_title {
	font-family: utsu;
	font-size: 11px;
	line-height: 1em;
	margin-bottom: 15px;
	padding-bottom: 7px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
}
#contents_menu_area ul {
	float: left;
	margin-right: 30px;
}
#contents_menu_area ul li {
	font-size: 10px;
	background-image: url(../img_common/arrow_w_02.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	margin-bottom: 7px;
}
#contents_menu_area ul .no_icon {
	background-image: none;
}
#contents_menu_area .no_margin {
	margin-right: 0px;
}
#add_area a {
	color: #FFF;
}





.-------------------------------------{}
.-------------------------------------{}
.-------------------------------------{}
