@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: 16px;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	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;
	background: #ccebfb;
}
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:1000px;
	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_bg.png") no-repeat center center / cover;
    padding: 150px 0;
	margin-bottom:200px;
}
.main_column .wrap{
	width: 1100px;
}
/* -------------------------------------------------------------------------------
original
--------------------------------------------------------------------------------- */
.contents_column{
	width: 1200px;
	margin: 0 auto;
	background: #ffffff;
	padding: 100px;
}
.contents_column .txt{
	margin-bottom:50px;
	font-weight: bold;
	font-size:18px;

}
.contents_column .txt span{
	font-size:18px;
}
.pfs_content{
	width: 1000px;
	margin: 0 auto 100px auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.pfs_photo{
	width: 400px;
	margin-right:50px;
}

.pfs_table{
	width: 1000px;
	margin: 0 auto 100px auto;
}
.pfs_td{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.pfs_td .chirashi{
	width: 200px;
	margin:10px;
}
.pfs_td .print{
width: 200px;
margin-bottom:10px;
}
.pfs_td .youtube{
	width: 200px;
	font-size:12px;
}
.pfs_content_sp{
	display: none;
}
.pf_content{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 auto 100px auto;
}
.pf_content .pf_photo{
	width: 350px;
	margin-right: 40px;
}
.pf_content .i_original{
width: 250px;
margin-right: 20px;
}
.pf_content .bt_original{
width: 200px;
}
.img{
	margin-bottom:10px;
}
.ti_original{
font-size:20px;
font-size:1.9rem;
color: #548235;
margin-bottom:20px;
line-height:1.5;
font-weight:bold;
}
.ti_original span{
font-size:1.3rem;
}
.ti_original:before{
height: 3px;
content: '';
display: block;
background-image: -webkit-gradient(linear, left top, right top, from(#548235), to(#339966));
background-image: linear-gradient(90deg, #548235 0%, #339966 100%);
margin-top:10px;
width:20px;
margin-bottom:5px;
}




/*==============================================================
footer
==============================================================*/
#footer_contact{
	padding: 100px 0;
}
#footer_contact a{
font-size: 28px;
    font-size: 2.8rem;
    display: block;
    margin: 0px auto;
    width: 50%;
    border: 2px solid #004568;
    padding: 30px 50px;
    background-color: rgba(255, 255, 255, 0.5);
    color: #004568;
	text-align: center;
	font-weight: bold;
}
#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:10vh 5vw;
	margin-bottom:10vh;
}
.main_column .wrap{
	width: 96%;
}
.contents_column{
	width: 94%;
	padding: 5vh 10vw;
}
.pfs_content{
	width: 100%;
	margin: 0 auto 5vh auto;
}
.pfs_photo{
	width: auto;
}
.pfs_table{
	display: none;
}
.pfs_content_sp{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom:5vh;
}
.pfs_content_sp .i_original{
	width: 48%;
	margin-right: 5%;
}
.pfs_content_sp .bt_original{
	width: 40%;
}
.pfs_content_sp .youtube{
	line-height: 3vw;
}
.ti_original{
font-size:4vw;
line-height: 5.5vw;
}
.pf_content{
	margin: 0 auto 5vh auto;
}
.pf_content .pf_photo{
	width: 100%;
	margin-right: 0;
}
.pf_content .i_original{
	width: 48%;
	margin-right: 5%;
}
.pf_content .bt_original{
	width: 40%;
}
/*==============================================================
footer
==============================================================*/
#footer{
padding:0;
}
#footer_contact{
	padding:5vh 0;
}
#footer_contact a{
	font-size:4vw;
	width: 70%;
	padding: 2vh 0;
}
#footer .wrap #footer_address{
display:none;
}
#footer .wrap #f_logo{
margin-bottom:10px;
}
address{
padding:10px;
font-size:8px;
font-size:0.8rem;
}


}