@charset "utf-8";

/*---------------------------------
base css
--------------------------------*/ 
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-style:normal;
    font-weight: normal;
    font-size: 100%;
    vertical-align: baseline;
}
 
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
 
html{
    overflow-y: scroll;
}
 
blockquote, q {
    quotes: none;
}
 
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
 
input, textarea,{
    margin: 0;
    padding: 0;
}
 
ol, ul{
    list-style:none;
}
 
table{
    border-collapse: collapse; 
    border-spacing:0;
}
 
caption, th{
    text-align: left;
}
 
a:focus {
    outline:none;
}
 
.clearfix:after {
    content: "."; 
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
 
.clearfix {
    min-height: 1px;
}
 
* html .clearfix {
    height: 1px;
    /*¥*//*/
    height: auto;
    overflow: hidden;
    /**/
}
 
.both{
    clear:both;
}
 
.inline_block {  
    display: inline-block;  
    *display: inline;  
    *zoom: 1;  
}

/*---------------------------------
hitokushi manju
--------------------------------*/ 

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: medium;
	color: #222;
	background-color: #FFF;
	background-image: url(00whole/01back.png);
	background-repeat: no-repeat;
	background-position: center top;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #EEC;
	line-height: 1.5em;
}
img {
    max-width: 100%;
}
 
table {
    width: 100%;
}

h1,h2,h3,h4,h5,h6 {
	margin-bottom: 24px;
	font-weight: bold;
}
h1 {
	font-size: xx-large;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-bottom: 48px;
	padding-bottom: 24px;
	line-height: normal;
}
h2 {
	font-size: x-large;
	text-align: left;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #699;
	padding: 6px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	line-height: normal;
	clear: both;
}
h3 {
	font-size: large;
	text-align: left;
	margin-left: 12px;
	margin-right: 12px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #eee;
	border-bottom-color: #eee;
	padding: 4px;
}
h4 {
	font-size: 150%;
}

h5 {
	font-size: 120%;
}
h6 {
	font-size: 100%;
}

a {
	color: #633;
	text-decoration: none;
}
a:link {
	color: #633;
	text-decoration: none;
}

a:visited {
	color: #633;
	text-decoration: none;
}
a:hover {
	color: #F60;
	text-decoration: underline;
}
a:active {
	color: #633;
	text-decoration: none;
}

.contents div{
    margin-bottom: 30px;
}
#contents {
	width: 90%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
}
#contents p {
	text-align: left;
	margin-bottom: 24px;
}
#contents img {
	margin-bottom: 24px;
}
#contents #header .sitemap {
	text-align: right;
	margin: 0px;
	padding-top: 8px;
	font-size: 80%;
	line-height: 4px;
}
#contents #header img .logo {
	margin-top: 0px;
}


#contents #nav {
	font-size: 85%;
	background-color: #963;
	margin-bottom: 24px;
	text-align: center;
}
#contents #nav ul {
	display: inline-block;
}
#contents #nav ul li {
	float: left;
}
#contents #nav ul li a {
	padding-top: 4px;
	padding-right: 12px;
	padding-bottom: 4px;
	padding-left: 12px;
	color: #FFF;
	text-decoration: none;
}
#contents #nav ul li a:hover {
	background-color: #000;
	text-decoration: none;
}
#contents #main .slider img {
	margin-bottom: 0px;
}
#contents #main .info {
	clear: both;
	margin-bottom: 24px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
#contents #main .info h3 {
	font-size: large;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999;
	border-bottom-color: #999;
	color: #333;
	font-weight: bold;
	margin-bottom: 12px;
}
#contents #main .info h4 {
	font-size: medium;
	line-height: normal;
	font-weight: bold;
	margin-bottom: 0px;
}
#contents #main .info div {
	font-size: small;
	line-height: normal;
	margin-bottom: 12px;
}






#contents #footer {
	clear: both;
	font-size: 80%;
	padding: 24px;
	text-align: center;
	margin-top: 24px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}

#contents #main p {
	margin-left: 24px;
	margin-right: 24px;
}
#contents #main .sitemap {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEC;
	margin-bottom: 12px;
	padding-bottom: 12px;
}

#contents #main strong {
	font-weight: bold;
	font-size: 120%;
	line-height: 1.8em;
}
#contents #main ol {
	list-style-type: decimal;
	text-align: left;
	list-style-position: inside;
	margin-left: 24px;
	margin-bottom: 24px;
}


#contents #footer p {
	text-align: center;
}




 
.img_left {
	float: left;
	width: 45%;
	margin-right: 24px;
	margin-bottom: 24px;
}
.img_left2 {
	float: left;
	margin-right: 24px;
	margin-left: 24px;
}


 
.text_right {
    float: right;
    width: 65%;
}
.text_right2 {
	text-align: right;
}

 
.img_right {
	float: right;
	width: 45%;
	margin-bottom: 24px;
	margin-left: 24px;
}
.img_right2 {
	float: right;
	margin-bottom: 24px;
	margin-left: 24px;
	margin-right: 24px;
}

 
.text_left {
    float: left;
    width: 65%;
}
.clearboth {
	clear: both;
}

 
.content2_1 {
    width: 48%;
    float: left;
}
 
.content2_2 {
    width: 48%;
    float: right;
}
 
.content3_1 , .content3_2 , .content3_3 {
    width: 30%;
    float: left;
}
 
.content3_2 {
    margin-right: 5%;
    margin-left: 5%;
}
 
.content4_1 , .content4_2 , .content4_3 , .content4_4 {
    width: 22%;
    float: left;
}
 
.content4_2 {
    margin-left: 4%;
    margin-right: 4%;
}
 
.content4_3 {
    margin-right: 4%;
}
.google-maps {
	position: relative;
	padding-bottom: 75%;
	height: 0;
	overflow: hidden;
	margin-bottom: 24px;
	margin-right: 24px;
	margin-left: 24px;
}


.google-maps iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}

.likebox iframe {
	width: 100%!important;
	border: 1px solid #CCC;
	margin-bottom: 24px;
	margin-right: 12px;
	margin-left: 12px;
}
.pagetop {
	position: fixed;
	right: 24px;
	bottom: 24px;
}

/*---------------------------------
for PC
--------------------------------*/ 

@media screen and (min-width:1024px){
#contents {
	width: 960px;
}
#contents #nav {
	font-size: 12px;
}
#contents #main .info {
	text-align: left;
	clear: both;
	float: left;
	width: 48%;
}
#contents #main .info h3 {
	padding-left: 12px;
}

#contents #main .info div {
	margin-left: 12px;
}
#contents #main .fb-like-box {
	float: right;
	width: 48%;
}
.content2_1 {
	width: 22%;
	float: left;
	margin-right: 2%;
	margin-left: 1%;
}
 
.content2_2 {
	width: 22%;
	float: left;
	margin-right: 1%;
	margin-left: 2%;
}

.likebox iframe {
	width: 47%!important;
	float: right;
	margin-left: 0px;
}
}
