@charset "UTF-8";
/* CSS Basic Style ---------------------------------------------------------- */

/* reset elements */
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: 110%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", HelveticaNeue, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Sogoe UI", Verdana, "メイリオ", Meiryo, sans-serif;
}
	b, strong, .bold{
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", HelveticaNeue, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Sogoe UI", Verdana, "メイリオ", Meiryo, sans-serif;
}

:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
table.table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th {
	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;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}
p, hr, blockquote, address, noscript {
	margin: 0px;
	padding: 0px;
	font-style: normal;
	font-weight: normal;
	border: none;
}
li {
	list-style-type: none;
}
table, img {
	border: none;
}
em, q, dfn, code, samp, kbd, var, cite, abbr, acronym {
	margin: 0px;
	padding: 0px;
	font-style: normal;
	font-weight: normal;
}
hr {
	display: none;
	clear: both;
}
html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 62.5%;
}
body {
	zoom: 1;
	font-size: 16px;
	font-size: 1.6rem;
	overflow-x: hidden;
	line-height:30px;
}
body:after {
	content: "";
	display: block;
	clear: both;
}
* {
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-size: 1.6rem;
	box-sizing:border-box;
}

a {
	color: #191919;
	text-decoration:none;
}
a:link {
	color: #191919;
}
a:visited {
	color: #191919;
}
a:hover {
	color: #aaa;
}
a:active {
	color: #191919;
}
body {
	padding: 0;
	margin:0;
	color:#000000;
}
* html body {
	overflow: hidden;
}
img {
	max-width: 100%;
	border: none;
}
.pc {
	display: block;
}
.sp {
	display: none;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    content: " ";
    clear: both;
    height: 0;
    }
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */


.wrap{
	width:1200px;
	margin:0 auto;
}

#toggle{
display: none;
}
a:hover img{
	opacity:0.6;
}
/* -------------------------------------------------------------------------------------------------------------------------------------------------------------------------
common
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/*==============================================================
header
==============================================================*/
#header{
box-shadow: 0px 6px 3px -3px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0px 6px 3px -3px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 6px 3px -3px rgba(0,0,0,0.2);
  clear:both;
  overflow:hidden;
  padding:10px;
  width:100%;
  background:#ffffff;
  z-index: 99999;
  }
#header .wrap #logo{
float:left;
margin:15px 0;
}
#header .wrap #bt {
    float: right;
    margin: 15px 0;
}
#header .wrap #bt li {
    float: left;
    margin: 0 20px 0 0;
}
#header .wrap #bt li a {
    font-size: 20px;
    background: #339866;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    padding: 15px;
}
/*==============================================================
main_column
==============================================================*/
.main_column{
	clear:both;
	overflow:hidden;
	width:100%;
	background: url("images/i_main.jpg") no-repeat center center / cover;
}
.main_column .wrap{
	width: 1250px;
}
.main_column h1{
	padding: 150px 0;
	color: #fff;
	font-size:36px;
	font-weight: bold;
	line-height: 80px;
	letter-spacing: 3px;
}
.main_column h1 span{
	font-size:70px;
}
.contents_column{
	clear:both;
	overflow:hidden;
	width:100%;
	margin:0 auto;
	background: #f6fffc;
	padding: 50px 0;
}
.wr_content{
	width: 1100px;
	margin: 50px auto;
	clear: both;
	overflow: hidden;
	padding: 30px;
	box-shadow: 0 0px 15px 0 rgba(0, 0, 0, .3);
	background: #ffffff;
}
.wr_content h2{
	font-size:28px;
	font-weight: bold;
	color: #548235;
	border-top:1px solid #548235;
	border-bottom:1px solid #548235;
	padding: 15px 0;
	margin: 0 0 20px 0;
}
.wr_content h2 .type{
    display: inline-block;
    padding: 3px 10px;
    text-align: center;
    font-weight: bold;
    font-size:20px;
    border:1px solid #000000;
    color: #000000;
}
.wr_content .img{
	float: left;
	width: 300px;
}
.wr_content .txt{
	float: right;
	width: 650px;
}
.wr_content .txt .lead{
	font-size:18px;
	line-height: 36px;
	margin: 0 0 30px 0;
}
.wr_content .txt .lead .ti_sub{
    background: #339866;
    color: #ffffff;
    padding: 5px 10px;
    margin-bottom:10px;
    display: inline-block;
}
.wr_content .txt .lead .sub{
    font-weight: bold;
}
.wr_content .txt .lead .sub_txt{
    padding: 0 0 0 1.1em;
}
.wr_content .txt .bt{
	clear: both;
	overflow: hidden;
}
.wr_content .txt .chirashi,.wr_content .txt .print{
	margin: 0 1% 30px 0;
	float: left;
	width: 32%;
}
.wr_content .txt .youtube{
	float: left;
	width: 32%;
	margin: 0 0 30px 0;
}
.wr_content .txt .seihin{
	display: block;
	overflow: hidden;
	clear: both;
    width: 32%;
}
.wr_content .txt .photo{
	width: 200px;
}
.wr_content .txt .photo p{
	font-size:14px;
	text-align: center;
}
.wr_content .txt .photo02{
	display: flex;
    margin: 0 0 50px 0;
}
.wr_content .txt .photo02 img{
	margin: 0 20px 0 0;
}
.wr_content .txt .photo02 p{
	font-size:14px;
}
.wr_content .txt .photo02 p strong{
    font-weight: bold;
    font-size:18px;
}
/*==============================================================
footer
==============================================================*/
#footer{
clear:both;
overflow:hidden;
padding:0px 0 0 0;
}


address{
clear:both;
overflow:hidden;
text-align:center;
padding:30px 0;
font-size:14px;
font-size:1.4rem;
border-top:1px solid #f0f0f0;
}

/* -------------------------------------------------------------------------------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------
SP
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 640px) {
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 {
font-size:90%;
}
.pc {
	display: none;
}
.sp {
	display: block;
}
.wrap{
	width:100%;
	margin:0 auto;
	position:relative;
}
img {
max-width : 100% ;
}


body {
	-webkit-text-size-adjust : 100%!important ; background-size:200%;
	font-size: 12px;
	font-size: 1.2rem;
	overflow-x: hidden;
	line-height:22px;
	}
* {
	font-size: 10px;
	font-size: 1.0rem;
	}
	
#toggle{
display: block;
clear:both;
position: absolute;
right: 5%;
top: 5px;
}

/* -------------------------------------------------------------------------------------------------------------------------------------------------------------------------
common
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/*==============================================================
header
==============================================================*/
#header{
height:auto;
padding:0;
}
#header .wrap #logo{
float:none;
margin:20px 5px 5px 5px;
}
#header .wrap #bt {
    margin: 2% 0 5% 0;
}
#header .wrap #bt li a {
    font-size: 3vw;
    padding: 5px;
    white-space: nowrap;
	}
/*==============================================================
main_column
==============================================================*/
#main_column {
height:auto;
	padding-top:100px;
}
#main_column:before{
	height:100px;
}
.main_column .wrap{
	width: 94%;
}
.main_column h1{
	padding: 10% 0;
	font-size:5vw;
	line-height: 11vw;
}
.main_column h1 span{
	font-size: 8.6vw;
	display: block;
}
.contents_column{
width:100%;
margin:0 auto;
	padding: 10% 0;
}
.wr_content{
	width: 90%;
	margin: 10% auto;
	padding: 5%;
	}
.wr_content h2{
	font-size: 4.6vw;
	}
	.wr_content .img{
		float: none;
		width: 100%;
		margin: 0 0 5% 0;
	}
	.wr_content .img img{
		width: 100%;
	}
	.wr_content .txt{
		float: none;
		width: 100%;
	}
	.wr_content .txt .lead{
		font-size:4vw;
		line-height: 6vw;
		margin: 0 0 5% 0;
	}
	
/*==============================================================
footer
==============================================================*/
#footer{
padding:0;
}
#footer_contact{
display:none;
}
#footer .wrap #footer_address{
display:none;
}
#footer .wrap #f_logo{
margin-bottom:10px;
}
address{
padding:10px;
font-size:8px;
font-size:0.8rem;
}


}