@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/ 
*/
img, object, embed, video {
	max-width: 100%;
	height:auto;
}
p {
	margin-top:0px;
	margin-bottom:15px;
}
body, input, textarea, select {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
body {
	background-image: url(images/bg_mobile.png);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	margin: 0px;
}

/* 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:	10;
	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: 480px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding-top:10px;
	width: 95%;
	clear: none;
	float: none;
	color: #333333;
}
.gridContainer2 {
	margin-left: auto;
	margin-right: auto;
	width: 95%;
	padding-left: 2.5%;
	padding-right: 2.5%;
	clear: none;
	float: none;
	color: #333333;
	background-color: #FFFFFF;
}

.gridContainer_footer {
	margin: 0px;
	width: 100%;
	padding: 0px;
	clear: both;
	float: none;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #1C1C1C;
	background-color: #FDE6F0;
}
#head_area {


}
#nav_area {
	display: none;
}
#nav_area_mobile {
	display: block;
	margin-bottom: 20px;
}
#main_area {
	width: 100%;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 15px;
}
#side_area {
	width: 100%;
	clear: both;
	margin-left: 0;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 15px;
}
.main_left {
	width: 100%;
	margin-bottom: 15px;
}
.main_right {
	width: 100%;
	clear: both;
	margin-bottom: 15px;
}
#foot_end {
}
.clear_float {
}

#foot_area {

	padding-top: 20px;
	font-size: 80%;

}
.btn1 {
width: 50%;
}
.btn2 {
width: 50%;
clear: none;
margin-left: 0;
}
.btn3 {
width: 50%;
clear: both;
margin-left: 0;
}
.btn4 {
width: 50%;
clear: none;
margin-left: 0;
}
.btn5 {
width: 50%;
clear: both;
margin-left: 0;
}
.btn6 {
width: 50%;
clear: none;
margin-left: 0;
}
.btn7 {
width: 50%;
clear: both;
margin-left: 0;
}
.btn8 {
width: 50%;
clear: none;
margin-left: 0;
}
.btn9 {
width: 50%;
clear: both;
margin-left: 0;
}
.btn10 {
width: 50%;
clear: none;
margin-left: 0;
}
#head_logo {
	width: 47.3684%;
	padding-top: 5px;
	padding-bottom: 10px;
}
#head_text {
	width: 47.3684%;
	clear: none;
	margin-left: 5.2631%;
	text-align: right;
	font-size: 12px;
	color: #FFFFFF;
	display: none;
}
#head_tel {
	width: 47.3684%;
	clear: none;
	margin-left: 5.2631%;
	text-align: right;
	margin-top: 10px;
}
.ranking_box {
	border: 1px solid #FAA236;
	border-radius: 5px;
	width: 95%;
	margin-bottom: 15px;
	padding-top: 10px;
	padding-right: 2%;
	padding-bottom: 10px;
	padding-left: 2%;
	font-size: 14px;
	line-height: 22px;
}
#topimage {
	margin-bottom: 20px;
}
.main_wide {
	margin-bottom: 15px;
}
.mobile_only {
display: block;
}
.pc_tablet {
display: none;
}
h1 {
	background-color: #F9FCE9;
	border-radius: 4px;
	font-size: 24px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-top: 22px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
	line-height: 26px;
	font-weight: normal;
	border: 2px solid #B1CA18;
}
h2 {
	font-size: 18px;
	color: #333333;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	background-image: url(images/h2_bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 5px;
	padding-top: 12px;
	line-height: 20px;
}
h3 {
	font-size: 14px;
	line-height: 16px;
	color: #333333;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	background-image: url(images/h3_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 0px;
	padding-bottom: 22px;
	padding-left: 50px;
	padding-right: 10px;
	border-radius: 5px;
	line-height: 20px;
	height: 24px;
}


h4 {
	font-size: 14px;
	color: #333333;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	background-color: #EEEEEE;
	padding: 4px;
}

#footer_cr {
	font-size: x-small;
	width: 100%;
	margin-left: 0;
	text-align: right;
}
.sidearea_left {
	width: 100%;
	margin-bottom: 10px;
}
.sidearea_right {
	width: 100%;
	clear: both;
	margin-left: 0;
	margin-bottom: 10px;
}
#footer_name {
width: 100%;
clear: both;
margin-left: 0;
}
#footer_photo {
width: 100%;
display: none;
}
.main_dt {
	width: 100%;
	margin-bottom: 10px;
	background-image: url(images/list_maru1.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.main_dd {
	width: 98%;
	clear: both;
	margin-left: 2%;
	margin-bottom: 10px;
}

/* 一覧表示用テーブル */
.table1 {
	border-collapse: collapse;
	font-size: 12px;
	padding-top: 1px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #85D6D6;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #85D6D6;
} 
.table1 th {
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #85D6D6;
	border-bottom-color: #85D6D6;
	border-right-width: 1px;
	border-bottom-width: 1px;
	font-size: 10px;
	line-height: 14px;
	color: #069;
	background-color: #eee;
}
.table1 .td_box{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #85D6D6;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #85D6D6;
}
.table1 .td_box2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #85D6D6;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #85D6D6;
	background-color: #f0f0f0;
}
.table1 .td_box_sun {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #85D6D6;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #85D6D6;
	background-color: #FFE2E2;
}
.table1 .td_box_sat {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #85D6D6;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #85D6D6;
	background-color: #DFF;
}
.table2 {
	clear: none;
	font-size: 12px;
	line-height: 16px;
	border-collapse:separate;
	border-spacing:5px;
}
.table2 th {
	padding: 3px;
	background-color: #eee;
}
.table2 td {
	padding: 3px;
}


.googlemap {
height:150px;
}
.side_newsbox {
	background-color: #FFFFED;
	border: 2px solid #DDDDDD;
	border-radius: 4px;
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 15px;
}
.side_newsbox ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
	list-style-type: none;
}
.side_newsbox li {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-bottom: 1px dashed #C0C0C0;
}
#page_top {
	margin-bottom: 15px;
	text-align: right;
	font-size: 12px;
}
.content_area {
	margin-top: 0px;
	margin-right: 2%;
	margin-bottom: 10px;
	margin-left: 2%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 96%;
}

.link1 a {
	background-image: url(images/list_heart.jpg);
	padding-left: 20px;
	background-repeat: no-repeat;
	display: block;
	padding-right: 5px;
	padding-left: 20px;
}


/* WP */
.aligncenter {
display:block;margin-left:auto;margin-right:auto;
}
.alignleft {
float:left;margin-right:10px;
}
.alignright {
float:right;margin-left:10px;
}
#footer_links {
width: 100%;
clear: both;
margin-left: 0;
display: none;
}
.gallery_box {
	width: 100%;
	clear: both;
	margin-left: 0;
	margin-bottom: 15px;
	text-align: center;
}
#under_menu {

}
.bg {
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

body {
	background-image: url(images/bg_tablet.png);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}

.gridContainer {
	width: 97.5%;
	padding-left: 1.25%;
	padding-right: 1.25%;
	clear: none;
	float: none;
}
.gridContainer2 {
	width: 97.5%;
	padding-left: 1.25%;
	padding-right: 1.25%;
	clear: none;
	float: none;
	margin-left: auto;
	background-color: #FFFFFF;
}
#head_area {
}
#nav_area {
	display: none;
}
#nav_area_mobile {
display: block;
}

#main_area {
width: 100%;
}
#side_area {
width: 100%;
clear: both;
margin-left: 0;
}
.main_left {
width: 35.8974%;
}
.main_right {
width: 61.5384%;
clear: none;
margin-left: 2.5641%;
}
#foot_end {
}
.clear_float {
}
#foot_area {
}
.btn1 {
width: 20%;
}
.btn2 {
width: 20%;
clear: none;
margin-left: 0;
}
.btn3 {
width: 20%;
clear: none;
margin-left: 0;
}
.btn4 {
width: 20%;
clear: none;
margin-left: 0;
}
.btn5 {
width: 20%;
clear: none;
margin-left: 0;
}
.btn6 {
width: 20%;
clear: both;
margin-left: 0;
}
.btn7 {
width: 20%;
clear: none;
margin-left: 0;
}
.btn8 {
width: 20%;
clear: none;
margin-left: 0;
}
.btn9 {
width: 20%;
clear: none;
margin-left: 0;
}
.btn10 {
width: 20%;
clear: none;
margin-left: 0;
}
#head_logo {
	width: 48.7179%;
	padding-top: 5px;
	padding-bottom: 10px;
}
#head_text {
	width: 48.7179%;
	clear: none;
	margin-left: 2.5641%;
}
#head_tel {
	width: 48.7179%;
	clear: none;
	margin-left: 2.5641%;
	margin-top: 5px;
}
.ranking_box {
}


.table1 {
	font-size: 14px;
} 
.table1 th {
	font-size: 12px;
	line-height: 16px;
}


#topimage {
}
.main_wide {
}
.mobile_only {
display: none;
}
.pc_tablet {
display: block;
}

h3 {
	font-size: 20px;
	line-height: 24px;
	padding-top: 10px;
	padding-bottom: 12px;
}


#footer_cr {
width: 100%;
margin-left: 0;
}
.sidearea_left {
width: 48.7179%;
}
.sidearea_right {
width: 48.7179%;
margin-left: 2.5641%;
clear: none;
}
#footer_name {
width: 77.3589%;
clear: none;
margin-left: 2.5641%;
}
#footer_photo {
	width: 15.0769%;
	display: block;
}
.main_dt {
	width: 18.0769%;
}
.main_dd {
width: 79.3589%;
clear: none;
margin-left: 2.5641%;
}
.test {
width: 100%;
clear: both;
margin-left: 0;
}
.googlemap {
height:200px;
}
.side_newsbox {
}
.side_newsbox ul {
}
.side_newsbox li {
}
#page_top {
}
.content_area {
}
#footer_links {
width: 100%;
clear: both;
margin-left: 0;
display: none;
}
.gallery_box {
width: 48.7179%;
clear: none;
margin-left: 2.5641%;
}
#under_menu {
}
.bg {
}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}



}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

body {
	background-image: url(images/bg_main.png);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #FFFBC4;
}
.gridContainer {
	width: 94.4%;
	max-width: 970px;
	clear: none;
	float: none;
	background-color: transparent;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	background-repeat: no-repeat;
	background-position: center bottom;
}
.gridContainer2 {
	width: 94.4%;
	max-width: 930px;
	padding-left: 35px;
	padding-right: 35px;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
	background-color: transparent;
}
#head_area {
	height: 150px;
}
#nav_area {
	display: block;
	margin-bottom: 10px;
}
#nav_area_mobile {
	display: none;
}

#main_area {
width: 69.3877%;
}
#side_area {
width: 28.5714%;
margin-left: 2.0408%;
clear: none;
}
.main_left {
	width: 28.9795%;
}
.main_right {
	width: 68.9795%;
	margin-left: 2.0408%;
	clear: none;
}
#foot_end {
}
.clear_float {
}
#foot_area {
	width: 100%;
}
.btn1 {
	width: 10%;
}
.btn2 {
	width: 10%;
margin-left: 0%;
clear: none;
}
.btn3 {
	width: 10%;
margin-left: 0%;
clear: none;
}
.btn4 {
	width: 10%;
margin-left: 0%;
clear: none;
}
.btn5 {
	width: 10%;
margin-left: 0;
clear: none;
}
.btn6 {
	width: 10%;
margin-left: 0;
clear: none;
}
.btn7 {
	width: 10%;
margin-left: 0;
clear: none;
}
.btn8 {
	width: 10%;
margin-left: 0;
clear: none;
}
.btn9 {
	width: 10%;
margin-left: 0;
clear: none;
}
.btn10 {
	width: 10%;
margin-left: 0;
clear: none;
}
#head_logo {
	width: 38.7755%;
}
#head_text {
	width: 100%;
	margin-left: 0;
	clear: both;
	display: block;
}
#head_tel {
width: 59.1836%;
margin-left: 2.0408%;
clear: none;
}
.ranking_box {
}
#topimage {
}
.main_wide {
}
.mobile_only {
display: none;
}
.pc_tablet {
display: block;
}
h3 {
font-size: 22px;
line-height: 24px;
}

#footer_cr {
	width: 100%;
	margin-left: 0;
}
.sidearea_left {
width: 100%;
}
.sidearea_right {
width: 100%;
clear: both;
margin-left: 0;
}
#footer_name {
	width: 23.5918%;
	margin-left: 2.0408%;
	clear: none;
	font-size: 12px;
	line-height: 16px;
}
#footer_photo {
	width: 17.3673%;
	display: block;
}
.main_dt {
width: 16.4705%;
}
.main_dd {
width: 80.5882%;
margin-left: 2.9411%;
clear: none;
}
.googlemap {
height:300px;
}
.side_newsbox {
}
.side_newsbox ul {
}
.side_newsbox li {
}
#page_top {
}
.content_area {
}
#footer_links {
	width: 53.9795%;
	margin-left: 2.0408%;
	clear: none;
	display: block;
	font-size: 12px;
}
#footer_links a {
	background-image: url(images/list_sankaku.png);
	padding-left: 15px;
	background-repeat: no-repeat;
	display: block;
	padding-right: 5px;
}

.gallery_box {
	width: 47%;
	margin-left: 6%;
	clear: none;
}
#under_menu {
	text-align: center;
}
.bg {
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	background-position: top;
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}



}



.text_red {
	color:#F00;
}
.text_blue {
	color: #06C;
}


.text_ss {
	font-size: 10px;
	line-height: 14px;
}
.text_s {
	font-size: 12px;
	line-height: 16px;
}
.text_12 {
	font-size: 1.2em;
	line-height: 1.4em;
}
.text_12b {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.4em;
}
.text_14 {
	font-size: 1.4em;
	line-height: 1.6em;
}
.text_14b {
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.6em;
}
.text_16 {
	font-size: 1.6em;
	line-height: 1.8em;
}
.text_16b {
	font-size: 1.6em;
	font-weight: bold;
	line-height: 1.8em;
}
.al_center {
	text-align: center;
}
.al_right {
	text-align: right;
}


.underline1 {
	border-bottom: 1px solid #CCCCCC;

}
.underline2 {
	border-bottom: 1px dashed #ABABAB;

}
