@charset "UTF-8";

/*================================================
 *  CSSリセット
 ================================================*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,main,menu,nav,inner_nav,section,headerInfo,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight:normal;}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}

/*================================================
 *  一般・共通設定
 ================================================*/
body {
	font-size:15px;
	color:#333;
	font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	line-height:1.8;
	background:#fff url(../images/bg00.jpg);
	
}

.inner {
	position:relative;
	width:980px;
	margin:0 auto;
}

header {
	width:100%;
}

h1{
	width: 980px;
	margin: 0 auto;
	padding:2px;
	
}


.inner a{
	text-align:center;
	margin: 0 auto;
}




.cr {clear:both;
}

/*================================================
　ここに　#inner_nav　あった
 ================================================*/
 
 

nav {
	width:100%;
	background:#fff;
	box-shadow:0 1px 2px #d0d8dc;
	⁄zoom:1;
}
nav:after {
   content:'';
   display:block;
   clear:both;
}

#container {
	overflow:hidden;
	width:980px;
	margin: 20px auto 20px;
	background:#fff;
	
}


#top_content {
	overflow:hidden;
	width:980px;
	margin: 20px auto 20px;
}



#main {
	box-sizing:border-box;
	overflow:hidden;
	float:left;
	width:68%;
}

#main p{
	font-size: 110%
}



#sub {
	box-sizing:border-box;
	overflow:hidden;
	float:right;
	width:28%;
}



#sub_kakushi {
	box-sizing:border-box;
	overflow:hidden;
	float:right;
	width:28%;
	border: #CCC solid 1px;
	padding: 5px;
}




.pagetop_link {
text-align:center; /* 右寄せ表示 */
font-size:9pt; /* 文字の大きさ */
margin-right:5px; /* 右の余白 */
margin-top: 20px; /* 右の余白 */
margin-bottom: 20px; /* 下の余白 */
color:#FFF;
}

.pagetop_link a{
color:#FFF;
text-decoration: none;
background: #990000;
width: 160px;
margin: 0 auto;
padding: 10px 20px;
}

.pagetop_link a:hover{
color:#FFF;
text-decoration: none;
background: #cc0000;
}

footer {
	box-sizing:border-box;
	width:100%;
	margin:0 auto;
}

a {
	color:#0000ff;
	text-decoration:underline;
}
a:hover {
	color:#9999ff;
	text-decoration:none;
}


h1{
font-size:12px;
line-height:1.6;
font-weight:normal;
color:#333;
margin-bottom: 18px;
}


h2 {
	margin-bottom: 24px;
	padding: 8px 0px 4px 12px;
	font-size:21px;
	color:#333;

	border-left: 6px solid #cc0000;
	border-bottom: 1px solid #333;
}

h3 {
	margin-bottom:0.25em;
	padding:8px 14px;
	color:#fff;
	font-size:16px;
	background: #cc0000;
	margin: 0px 0 20px 0;
}

h4 {
	margin-bottom:0.25em;
	color:#333;
	border-bottom:1px solid #d30707;
	margin: 30px 0 20px 0;
	padding-left: 6px;
	font-size: 18px;
}



h5 {
	position:relative;
	margin-bottom:0.25em;
	padding-left:10px;
	color:#710000;
	font-size:14px;
	font-weight:bold;
}



h6 {
	margin-bottom:0.25em;
	color:#382400;
	font-size:14px;
	font-weight:bold;
}

p {
	margin:0 0 1em 0;
}

img {
	vertical-align:bottom;
}

em {
	font-weight:bold;
}

strong {
	font-weight:bold;
}

pre {
	margin:1em 0;
	padding:1em;
}

blockquote {
	margin-bottom:1em;
	padding:1em;
	border:1px dotted #ddd;
	border-left:5px solid #ddd;
}


.line1 {
	border-top: 1px dotted #666;
	padding-top: 10px;
	padding-bottom: 10px;
}

.line2 {
	border-top: 1px dotted #cc6600;
	padding-top: 10px;
	padding-bottom: 10px;
}



.line3 {
	width: 100%;
	text-align: center;
	margin: 30px 0px 50px 0px;
	border-bottom: 1px dashed #df2f2f;
	padding: 1px 0px 1px 0px;
}


ul,ol,dl {
	margin:0 0 1em 0;
}
ul li {
	list-style:none;
	display: block;
}
ol li {
	list-style:none;
	display: block;
}

li {
	margin-left:2em;
}

dt {
	margin-bottom:0.5em;
	border-bottom:1px dotted #ddd;
}

dt:before {
	content:"\0025a0";
}
dd {
	margin-bottom:1em;
}

table {
	width:100%;
	margin-bottom:1em;
	border-collapse:collapse;
	border:1px solid #ddd;
	background:#fff;
}
th {
	padding:10px;
	text-align:center;
	vertical-align:middle;
	border:1px solid #ddd;
	background:#d8eefe;
}

th.nokaigyo {
white-space: nowrap;
}


td {
	padding:10px;
	text-align:left;
	border:1px solid #ddd;
}



/* テーブル
*************************************************************/
table.table1{
border-collapse:collapse;
width:100%;
margin:10px auto 20px;
border: none;
}

table.table1 th,table.table1 td{
padding: 10px;
border-top:1px solid #CCC;
border-bottom:1px solid #CCC;
border-left: 1px solid #FFF;
border: 1px solid #CCC;
}


table.table1 th{
font-weight:bold;
letter-spacing:1px;
white-space:nowrap;
color:#666;
text-align:left;
}

table.table4 th{
letter-spacing:1px;
white-space:nowrap;
color:#666;
text-align:left;
}

table.table1 td{
letter-spacing:1px;
white-space:nowrap;
color:#666;
padding-left: 16px;
}


table.table3{
border-collapse:collapse;
width:100%;
margin:10px auto 20px;
border: none;
}

table.table3 td.line_under{
letter-spacing:1px;
white-space:nowrap;
color:#666;
padding: 6px 0px 16px 0px;
border: none;
border-bottom:1px solid #CCC;

}


table.table3 td.pad16 {
padding: 16px 0px 6px 0px;
border: none;
}

table.table3 td.pad4 {
padding: 4px 0px 6px 0px;
border: none;
}

table.table3 td.pad31 {
padding: 4px 0px 6px 0px;
border: none;
}


table.table3 td.contact_caution {
white-space:normal;
width: 294px;
color:#666;
padding: 16px 0px 16px 0px;
border: none;
border-bottom:1px dashed #CCC;

}

table.table3 td.contact_caution2 {
white-space:normal;
width: 294px;
color:#666;
padding: 16px 0px 16px 0px;
border: none;

}

.orange {
	color: #F33;
	font-size:19px;
	 vertical-align:-20%; 
}


.moji_red {
	  color: #f00;
	}	
	
.moji_blue {
	  color: #1198DC;
  padding: 10px 0px 0px 0px;
	}	
	
	.moji_blue2 {
	  color: #0aa4f2;
	  border-bottom: 1px solid #0aa4f2;
	  margin-bottom: 20px;
	  margin-top: 20px;
	}
	
	.font18 {
		font-size: 18px;
	}
	

	
/*================================================
 *  ヘッダー
 ================================================*/
header {
	padding: 0px 0px 20px;
	color: #fff;
}





	.logo a img{
	width:277px;
	text-align:left;
	margin: 0 0 0px 0px;
}


#inner_nav {
	padding: 0px;
	margin: 0px;

}

.headerInfo {
	position:absolute;
	top:0;
	right:10px;
	margin:0;
	font-size: 100%;
	color: #000;
	line-height: 1.3;
}



.alignright{
float:right;
clear:right;
margin:3px 0 10px 10px;
}


.alignleft{
float:left;
clear:left;
margin:3px 10px 10px 0px;
}

.border {
	border: #CCC solid 1px;
}

/**************************
/* トップナビゲーション  
**************************/


	ul#topnav{
	width:980px;
	padding:0;
	
	}
	
	
	
	#inner_nav {
		width:980px;
		box-shadow:0 1px 3px #999;
		margin:0 auto;
		⁄zoom:1;
}


	
ul#topnav{
clear:both;
overflow:hidden;
margin:0 auto;
background: #d60b0b;

}

* html ul#topnav{height:1%;}

ul#topnav li{
float:left;
text-align:center;


	text-shadow: 1px 1px 2px #666666;
	box-shadow: 0px 4px 3px -3px rgba(0,0,0,0.4);
  -webkit-box-shadow: 0px 4px 3px -3px rgba(0,0,0,0.4);
  -moz-box-shadow: 0px 4px 3px -3px rgba(0,0,0,0.4);	
}

ul#topnav a{
width:162px;
font-size:14px;
display:block;
padding: 16px 0 14px;
color: #fff;
line-height:1.2;
border-left:1px solid #472109;
text-decoration: none;
}


ul#topnav a span{font-size:9px;}

ul#topnav li:first-child a{border:0;}

ul#topnav li:last-child a{width:163px;}

ul#topnav li.active a,ul#topnav a:hover{
	background: #e63333;
	}



ul#topnav li {
	margin-left:0em;
}

/*================================================
 *  トピックパス（パンくずリスト）
 ================================================*/
#topicpath {
	font-size:12px;
	margin-bottom:20px;
	padding:2px;

}

/*================================================
 *  サブコンテンツ
 ================================================*/
.sidemenu li {
	margin:0;
	padding:0;
	list-style:none;
	font-size: 14px;
}


.sidemenu li.sidemenu_top {
	margin:0;
	padding:0;
	border-top: 1px dotted #ddd;

}


.sidemenu li a:before {

	color:#000;
}
.sidemenu li a {
	display:block;
	padding:10px 2px;
	color:#000;
	border-bottom:1px dotted #ddd;
	text-decoration:none;
}
.sidemenu li a:hover {
	background:#eee;
}

.bnr {
	overflow:hidden;
}
.bnr ul {
	overflow:hidden;
}
.bnr li {
	margin:0 0 10px 0;
	padding:0;
	list-style:none;
}
.bnr li a:hover {
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter:"alpha( opacity=80 )";
}
.bnr img {
	width:100%;
}



/*================================================
 *  フッター
 ================================================*/
footer {
	clear:both;
}

.footmenu {
	width:100%;
	padding:20px 0;
	overflow:hidden;
	background:#ec0b0b;
}
.footmenu ul {
	position:relative;
	float:left;
	left:50%;
	margin:0;
	padding:0;
}
.footmenu li {
	position:relative;
	left:-50%;
	float:left;
	list-style:none;
	margin:0;
	padding:0 15px;
	font-size:12px;
	text-align:center;
}
.footmenu a {
	color:#333;
	text-decoration:none;
}
.footmenu a:hover {
	color:#333;
	text-decoration:underline;
}

.copyright {
	clear:both;
	padding:20px 0;
	font-size:11px;
	text-align:center;
	color:#efede9;
	background:#cc0000;
}

/*================================================
 *  ページトップへの戻り
 ================================================*/
.totop {
	position:fixed;
	bottom:15px;
	right:15px;
}
.totop a {
	display:block;
	text-decoration:none;
}
.totop img {
	background:#710000;
}
.totop img:hover {
	background:#900000;
}

/*================================================
 *  クラス
 ================================================*/
.list {
	padding:0 0 0 0.5em;
}
.list li {
	margin:0;
	padding:0 0 0 15px;
	list-style:none;
	background:url(../images/check.png) 0 5px no-repeat;
}





.info dt {
	border-bottom:none;
}
.info dd {
	padding-bottom:1em;
	border-bottom:1px solid #ddd;
}

.colum_two {
	overflow:hidden;
}

.colum_two ul {
	overflow:hidden;
	margin:2% -2% 0 0;
}
.colum_two li {
	list-style:none;
	float:left;
	width:48%;
	margin:0 2% 2% 0;
}
.colum_two li:nth-child(2n+1) {
	clear:both;
}
.colum_two li img {
	width:100%;
	margin-bottom:2.5%;
}


.menu_txt {
	padding-left: 2px;
	border-bottom: 1px solid;
	font-size: 110%;
	color:#710000;
}

.price {
	float: right;
	text-align:right;
}


dd {
	margin-bottom:0.4em;
}


.c_sitemap ul li {
	margin-bottom: 12px;
}

.c_sitemap ul li.li_sage {
	text-indent: 8px;

}

.nakayose {
	width: 480px;
	margin: 0 auto;
	text-align: center;
}



/*　リストスタイル設定　*/



#main ul li{
	padding: 0px 0px 2px 18px;
	background: url(../images/list_sankaku.png) no-repeat 0 8px;
	font-size: 110%;
	margin-left: 0px;
}


#main .aaaccc ul li{
	padding: 0px 0px 0px 0px;
	background: none;
	font-size: 110%;
	margin-left: 0px;
}


.aaaccc h4 {
	margin: 0px 0 20px 0;
}



.fb_bg {
	width: 330px;
	padding: 80px 10px 10px 10px;
	background: url(../page02/images/bg_fb2.jpg);
}

/*================================================
 *  メイン画像
 ================================================*/
.main_img {
	margin:　0 auto;
	margin-bottom: 20px;
	width:100%;
}


.hyaku_img {
	margin:　0 auto;
	width:100%;
}



	
	
/*================================================
 *  タブレット向けデザイン
 ================================================*/
/* スクロールバーを考慮して20px大きいサイズで切り替え */
@media screen and (max-width:979px) {
		.inner {
		width:100%;
	}



h1 {padding:0 2%;width:96%}
	
	#container {
		box-sizing:border-box;
		width:100%;
		padding:0 10px;
	}
	
	#top_content {
		box-sizing:border-box;
		width:100%;
		padding: 0px 0px 10px 0px;
	}
	
	#inner_nav {

		width:100%;
		border-bottom:none;
		box-shadow: none;
		padding:0;

	}

	footer {
		width:100%;
	}
}



/* モニター幅960px以下 */
@media only screen and (max-width:960px){
	ul#topnav{
	clear:both;
	width:100%;

	}
	
	ul#topnav li{
	width:33%;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	box-sizing:border-box;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
	}
	
	
	ul#topnav li:nth-child(3n){border-right:0;width:34%;}

	ul#topnav li a{
	width:100%;
	border:0;
	padding: 12px 0 10px;
	}

	ul#topnav li:first-child a,ul#topnav li:last-child a{width:100%;}
	
	
	ul#sidemenu_kakushi {
	display: none;
}

#sub_kakushi {
	display: none;
}


.pagetop_link {
text-align:center; /* 右寄せ表示 */
font-size:9pt; /* 文字の大きさ */
margin-right:5px; /* 右の余白 */
margin-top: 20px; /* 右の余白 */
margin-bottom: 20px; /* 下の余白 */
}



	
}


/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:767px) {
	.lock {
		overflow:hidden;
	}

	header {
		top:0;
		left:0;
		width:100%;
		padding:0px 0px 15px;
	}
	
	h1 {
		text-align:center;
	}
	
	
	.logo{
	text-align:center;
	margin: 0 auto;
	width:264px;
}

	
	header p{
		text-align:center;
	}
	
		#inner_nav {
		top:0;
		left:0;
		width:100%;
	}

	.headerInfo {
		position:relative;
		top:auto;
		right:auto;
		margin-top:15px;
		font-size: 12px;
	}
	
	.alignleft,.alignright{
	float:none;
	display:block;
	margin:0 auto 10px;
	}

	#main {
		float:none;
		width:100%;
	}
	
		.main_img {
	margin-bottom: 10px;
	margin-top: 10px;
}
	
		.main_img img{
	margin:　0 auto;
	margin-bottom: 10px;
	width:100%;
}


.hyaku_img img{
	margin:　0 auto;
	margin-bottom: 10px;
	width:100%;
}

	#sub {
		float:none;
		width:100%;
	}
	


	.subnav > a:before {
		display:block;
		content:"";
		position:absolute;
		-webkit-transform:rotate(45deg);
		transform:rotate(45deg);
		top:20px;
		right:30px;
		width:10px;
		height:10px;
		margin-top:-5px;
		background:#f1f1f1;
	}
	.subnav > a:after {
		display:block;
		content:"";
		position:absolute;
		-webkit-transform:rotate(45deg);
		transform:rotate(45deg);
		top:20px;
		right:30px;
		width:10px;
		height:10px;
		margin-top:-10px;
		background:#9b0f0f;
	}
	.subnav a:hover:after {
	  background:#710000;
	}

	.active > a:before {
		margin-top:0;
	}
	.active > a:after {
		margin-top:5px;
	}

	.colum_two ul {
		margin-right:0;
	}
	.colum_two li {
		width:100%;
	}
	.colum_two li:nth-child(2n+1) {
		clear:both;
	}
}





/* スマートフォン 縦(ポートレート) */
@media only screen and (max-width:480px){

	ul#topnav li{width:50%;}

	ul#topnav li:nth-child(3n){
	border-right:1px solid #fff;
	width:50%;
	}
	
	ul#topnav li:nth-child(2n),ul#topnav li:nth-child(6n){border-right:0;}

}


#sub.sidemenu ul {
	list-style:none;
	list-style-image: url(../images/check.png);
	display: block;
}


/* googleカレンダー　レスポンシブ化 */
@media (max-width: 320px) {
.embed-container.iframe {
    position: relative;
    padding-bottom: 120%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    }
}
 
@media (min-width: 992px) {
.embed-container.iframe{
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    }
}



.cal_wrapper {
max-width: 960px; /* 最大幅 */
min-width: 300px; /* 最小幅 */
margin: 2.0833% auto;
}
.googlecal {
position: relative;
padding-bottom: 100%; /* 縦横比 */
height: 0;
}
.googlecal iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}




