@charset "UTF-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
* {
margin:0;
padding:0;
}
img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

/* Mobile Layout: 500px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 95%;
	padding-left: 0%;
	padding-right: 0%;
	clear: none;
	float: none;
}

 

#div1 {
position: static;
height: auto;
width: 100%;
margin-left: 0;
}

.flex-box {
display: flex;
flex-wrap: wrap;
 }

.flex-item-img {
  margin: 10px;
  width:30%;
}

.flex-item {
  margin: 10px;
  width:60%;
}

.flex-item-img2 {
  margin: 10px;
  width:30%;
}

.flex-item2 {
  margin: 10px;
  width:60%;
}

#div1 .section-left {
	text-align:center;
	margin:0;
	padding:0;
width: 98%;
}
#div1 .section-right {
	text-align:left;
	margin:10px 0 0 10px;
	padding:10px;
width: 98%;
}



#div1 .section {
	width:100%;
	border-top:1px solid #7A6A56;
	text-align:center;
	margin-top:80px;
	font-size:110%;
}

#div1 .section-noborder{
	width:100%;
	text-align:center;
	margin-top:50px;
}

#div1 .section h2 {
	width:100%;
}

h3 {
	font-size:120%;
	color:#61493c;}

h4 {
	font-size:110%;
	color:#61493c;}


#div1 .section .textbox {
	width:98%;
	padding:14px;
	text-align:left;
}

#div1 .section .photo {
		padding:10px 20px 10px 0px;
}

#header {
position: static;
margin:20px 0 20px 0;
width: 100%;
margin-left: 0;
text-align:center;
}
#header .head-image {
margin-right: calc(50% - 50vw);
margin-left: calc(50% - 50vw);
}
#header .head-image img {
display: block;
width: 100%;
height: auto;
}
#header .head-image img .sp {
display: none;
}
#footer{
position: static;
margin:20px 0 20px 0;
padding:20px 0 20px 0;
width: 100%;
margin-left: 0;
text-align:center;
clear: both;
border-top:1px solid #7A6A56;
}

#menu {
position: static;
width: 100%;
text-align:center;
margin:20px 0 10px 0;
padding-bottom:10px;
clear: both;
border-bottom:1px solid #7A6A56;
}
#menu img:hover{ filter:alpha(opacity=70); opacity:0.7; }

.zeroMargin_mobile {
    margin-left: 0;
}
.hide_mobile {
    display: none;
}

@media screen and (max-width: 767px) {
#header .head-image img .pc {
display: none;
}
	
.flex-box {
display:flex;
flex-flow: column;
width:89%;
 }

.flex-item-img {
margin: 10px;
width:100%;
text-align: center;
}
.flex-item-img img{
width:80%;
text-align: center;
}

.flex-item {
margin: 10px;
width:100%;
	}

.flex-item-img2 {
margin: 10px;
width:100%;
text-align: center;
order: 2;
}
.flex-item-img2 img{
width:85%;
text-align: center;
}
.flex-item2 {
margin: 10px;
width:100%;
order: 1;
}
}


/* Tablet Layout: 500px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 500px) {

.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
position: static;
height: auto;
width: 100%;
margin-left: 0;
}


#div1 .section {
	width:100%;
	border-top:1px solid #7A6A56;
	text-align:center;
	margin-right:20px;
}
#div1 .section-noborder{
	width:100%;
	text-align:center;
	margin-top:50px;
	margin-right:20px;
}

#div1 .section .h2 {
	width:100%;
}
#div1 .section .textbox {
	width:90%;
	padding:20px;
}
#div1 .section .photo {
	float:left;
	padding:10px 20px 10px 0px;
}

#header {
position: static;
margin:40px 0 40px 0;
width: 100%;
margin-left: 0;
text-align:center;
}
#footer{
position: static;
margin:40px 0 40px 0;
padding:20px 0 20px 0;
width: 100%;
margin-left: 0;
text-align:center;
clear: both;
border-top:1px solid #7A6A56;
}
#menu {
position: static;
width: 100%;
text-align:center;
margin:20px 0 20px 0;
padding-bottom:20px;
clear: both;
border-bottom:1px solid #7A6A56;
}
#menu img:hover{ filter:alpha(opacity=70); opacity:0.7; }

.zeroMargin_tablet {
    margin-left: 0;
}
.hide_tablet {
    display: none;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

.gridContainer {
	width: 88.5%;
	max-width: 1232px;
	padding-left: 0.75%;
	padding-right: 0.75%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}

#div1 {
margin-left: 0;
position: static;
height: auto;
width: 100%;
}

#div1 .section {
	width:100%;
	border-top:1px solid #7A6A56;
	text-align:center;
}
#div1 .section-noborder{
	width:100%;
	text-align:center;
}


#div1 .section .textbox {
	width:90%;
	padding:20px;
}
#div1 .section .photo {
	float:left;
	padding:10px 20px 10px 0px;
}


#header {
position: static;
margin:40px 0 40px 0;
width: 100%;
margin-left: 0;
text-align:center;
}
#footer{
position: static;
margin:40px 0 40px 0;
padding:20px 0 20px 0;
width: 100%;
margin-left: 0;
text-align:center;
clear: both;
border-top:1px solid #7A6A56;
}
#menu {
position: static;
width: 100%;
text-align:center;
margin:40px 0 30px 0;
padding-bottom:30px;
clear: both;
border-bottom:1px solid #7A6A56;
}
#menu img:hover{ filter:alpha(opacity=70); opacity:0.7; }

.zeroMargin_desktop {
    margin-left: 0;
}
.hide_desktop {
    display: none;
}

}