@charset "UTF-8";

/*---------------------------------------------------------------------------------------
 reset
---------------------------------------------------------------------------------------*/
*{
	outline:none;
}

/* Pタグ装飾設定 */
img.slant_box_l {
	transform: rotate(-5deg);
}
img.slant_box_r {
	transform: rotate(5deg);
}
img.shadow_box_black {
	box-shadow:3px 3px 10px #000000;
}
img.shadow_box_gray {
	box-shadow:3px 3px 10px #aaaaaa;
}
img.frame_box_gray {
border:solid 2px #aaaaaa;
}
img.frame_box_black {
border:solid 6px #aaaaaa;
}
img.radius_box {
	        border-radius: 15px;
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
}
img.circle_box {
	        border-radius: 50%;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
}

img {
  box-sizing:border-box;
}


/* LINK設定 */
div.extlinkbox {
	text-align: left;
}
div.extlinkbox.dispcenter {
	text-align: center;
}
div.extlinkbox.dispright {
	text-align: right;
}
div.extlinkbox img {
	height: 30px;
	margin: 2px 5px 2px 2px;
}

/* 主な要素のリセット */
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td,img ,article, aside,canvas,details, figure, figcaption, footer, header, hgroup, menu, nav, section, summary{
	margin:0;
	padding:0;
}

/* HTMLに対応していないOS対策 */
article, aside,canvas,details, figure, figcaption, footer, header, hgroup, menu, nav, section, summary {
display:block;
}

table {
	border-collapse:collapse;
	border-spacing:0;
	font-size: inherit;
}
fieldset, img { border:0; }
address, caption, cite, code, dfn, em, th, var {
	font-style:normal;
	font-weight:normal;
}
li { list-style:none; }
caption, th { text-align:left; }
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
q:before, q:after { content:''; }
abbr, acronym {
	border:0;
	font-variant:normal;
}
sup { vertical-align:top; }
sub { vertical-align:bottom; }
input, textarea, select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}
input, textarea, select { *font-size:100%;}
legend { color:#000; }
img{
	vertical-align:top;
	border:0;
	max-width:100%;
	height:auto;
}
small {
  font-size: 80%;
}

/*---------------------------------------------------------------------------------------
 tag
---------------------------------------------------------------------------------------*/

body{
	font-family: YuGothic, '游ゴシック',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:14px;
	line-height:1.6;
	-webkit-text-size-adjust: none;
	width:100%;
	-webkit-font-smoothing: antialiased;
	word-wrap: break-word;
	/*overflow:hidden;*/
	background:#fff;
}

a{
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);/*iPad グレー対応*/
	outline:none;
	text-decoration:none;
	color:#000;
}

img,svg,rvml{
	border: none;
	vertical-align: top;
}

 img{
	vertical-align:top;
}

input,textarea {
	/*-webkit-appearance: none;*/
	-webkit-border-radius:0;
  }
  
 .serif{
	font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
 }
 


/*---------------------------------------------------------------------------------------
　contents common
---------------------------------------------------------------------------------------*/
#container{
/*	width:100%;*/
	margin:0 auto;
/*	padding:0 40px;*/
}


/*---------------------------------------------------------------------------------------
　header
---------------------------------------------------------------------------------------*/
header{
	background:#fff;
	border-bottom:4px solid #097c25;
}

header #header-inner{
	width:850px;
	margin:0 auto;
}

header #header-inner h1{
	float:left;
	width:400px;
	padding:15px 0;
	font-size:38px;
	color:#097c25;
	font-weight:bold;
	line-height:1;
}

header #header-inner h2{
	float:right;
	width:400px;
	padding:20px 0;
	color:#666;
	font-size:15px;
	text-align:right;
}



/*---------------------------------------------------------------------------------------
	main-visual
---------------------------------------------------------------------------------------*/
#D002{
	position:relative;
	margin:0 auto;
/*	width:850px;*/
/*	height:400px;*/
	background:url('img/1_D002_0_314381.jpg') repeat 0 0;
	padding:30px;
}


#D002 figure{
	width:850px;
	height:375px;
/*	overflow:hidden;*/
	margin:0 auto;
/*	box-shadow:0px 0px 15px 0px #000000;
	-moz-box-shadow:0px 0px 15px 0px #000000;
	-webkit-box-shadow:0px 0px 15px 0px #000000;*/
}

#D002 figure img{
	width:100%;
	height:auto;
}


/*---------------------------------------------------------------------------------------
 about
---------------------------------------------------------------------------------------*/
#D001{
	background:#097c25;
	padding:15px;
}

#D001 p{
	color:#fff;
	text-align:center;
font-size:15px;
}


/*---------------------------------------------------------------------------------------
 main contents
---------------------------------------------------------------------------------------*/
#main-contents{
	width:850px;
	margin:60px auto 0 auto;
	padding:0;
}

#main-column-01{
	float:left;
	width:520px;
}

#main-column-02{
	float:right;
	width:280px;
}


#main-contents section h2{
	padding:0 0 15px 40px; 
	background:url(img/pc01_ico_01.jpg) no-repeat 0 50%;
	color:#000;
	font-weight:bold;
	font-size:20px;
	line-height:1;
	position:relative;
	color:#097c25;
}

#main-contents section h2 img{
	position:absolute;
	top:0;
	left:0;
}


/*side */
#main-column-02 section{
	background:rgba(219, 250, 219, 0.45);
}

#main-column-02 section h2{
	padding:15px 15px 15px 40px;
	border-bottom:1px solid #e6e2d1;
}

#main-column-02 section h2 img{
	top:16px;
	left:10px;
}

#main-column-02 dl{
	border-top:1px solid #fff;
	padding-bottom:15px;
}

#main-column-02 dl dt{
	padding:15px 15px 10px 15px;
	font-weight:bold;
	font-size:15px;
	line-height:1.2;
}

#main-column-02 dl dd{
	margin:0  15px 0 15px;
	font-size:12px;
	padding-bottom:15px;
	border-bottom:1px dotted #cbc096;
}

#main-column-02 dl dd:last-child{
	padding-bottom:0;
	border-bottom:0;
}

/*---------------------------------------------------------------------------------------
 best
---------------------------------------------------------------------------------------*/

#best h2{
	display:;
}

#best li {
	margin-bottom:20px;
	border-bottom:1px solid #dcdcdc;
	padding-bottom:20px;
}

#best li:last-child{
	margin-bottom:0;
}
	

#best dl dt{
	float:left;
	width:200px;
	height:200px;
	overflow:hidden;
/*	-moz-border-radius:100px;
	-webkit-border-radius:100px;
	border-radius:100px;*/
}

#best dl dd{
	width:auto;
	margin-left:230px;
}

#best dl.type-02 dt{
	float:right;
}

#best dl.type-02 dd{
	margin:0 230px 0 0;
}


#best dl dd h3 {
	font-weight:bold;
	margin-top:20px;
	margin-bottom:5px;
	font-size:22px;
}

#best dl dd p {
	font-size:14px;
	line-height:1.4;
}

#best dl dt:last-of-type,
#best dl dd:last-of-type{
	margin-bottom:0;
}


/*---------------------------------------------------------------------------------------
 information
---------------------------------------------------------------------------------------*/

#D013 dl dt .date{
	display:block;
	font-weight:normal;
	font-size:12px;
	margin:5px 0 0 0;
}

/*---------------------------------------------------------------------------------------
 contact
---------------------------------------------------------------------------------------*/
#D023{
	margin-top:30px;
}


#D023 dl dd{
	border-bottom:none;
	padding-bottom:0;
}


#D023 .contact-tel{
	background:#12812d;
	color:#fff;
	text-align:center;
	padding:10px;
	display:block;
	font-size:30px;
	line-height:1;
	font-weight:bold;
}

#D023 label{
	display:block;
	margin-bottom:5px;
}
#D023 form table tr {
float:left;
width:100%
}
#D023 form table th {
float:left;
width:100%
}
#D023 form table td {
float:left;
width:100%
}

#D023 form table input,
#D023 form table textarea {
	padding:5px;
	width:235px;
	display:block;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;

	border:1px solid #999;
}

#D023 form table input{
	margin-bottom:25px;
}

#D023 form table textarea {
	height:8em;
}

#D023 #modal-open{
	background:rgb(18, 129, 45);
	color:#fff;
	text-align:center;
	padding:10px 30px;
	display:inline-block;
	font-size:18px;
	line-height:1;
	font-weight:bold;
	margin-top:15px;
	cursor:pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
/*	border:none;*/
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
	border-radius:30px;
}
/*-- Newform対応 --*/
font.required {
	display: inline-block;
	margin-left: 5px;
	padding: 1px 5px;
	background: #c71002;
	border-radius: 3px;
	color: white;
	vertical-align: 0.2em;
	font-size:10px;
}


/*---------------------------------------------------------------------------------------
 access
---------------------------------------------------------------------------------------*/
#access{
	margin-top:40px;
}
#access #access-address{
	margin-bottom:25px;
}

#access #access-address{
	margin-top:15px;
}


/*---------------------------------------------------------------------------------------
 footer
---------------------------------------------------------------------------------------*/
footer{
	padding:40px 0;
	text-align:center;
}

/*---------------------------------------------------------------------------------------
 other
---------------------------------------------------------------------------------------*/


/* clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
 
.cf:after {
    clear: both;
}
 
.cf {
    *zoom: 1;
}

a.alpha{
	-webkit-transition: opacity .2s ease;
	-moz-transition: opacity .2s ease;
	-o-transition: opacity .2s ease;
	-ms-transition: opacity .2s ease;
	transition: opacity .2s ease;
}

a.alpha:hover{
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	opacity: 0.7;
}
