@charset "utf-8";


/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
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, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	text-size-adjust: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {outline: 0;}

ol, ul {list-style: none;}
table {border-collapse: separate;border-spacing: 0;}
caption, th, td {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;}
/* -------------------------------------------------------------- */

body{
color:#333;
font:12px verdana,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
line-height:1.5;
background:#fff;
-webkit-text-size-adjust: none;
overflow:scroll;
width:100%;
}




/* リンク設定
------------------------------------------------------------*/
a{color:#EA5504;text-decoration:none;}
a:hover{color:#C32F0B;}
a:active, a:focus{outline:0;}


/* 全体
------------------------------------------------------------*/
#wrapper,#header,#footer{
	margin:0 auto;
	padding:0;
	width:100%;
	background:#fff;
	
}

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


/*************
/* ヘッダー
*************/
#header{overflow:hidden;}
* html #header{height:1%;}


/*************
/* ロゴ
*************/
#header .logo{
float:left;
padding:20px 0 0;
}

#header h1{
padding-bottom:10px;
font-size:12px;
line-height:1.2;
font-weight:normal;
}

.logo a{
font-size:20px;
font-weight:bold;
line-height:1;
}

.logo span{
font-size:12px;
font-weight:normal;
}

/*************
/* 電話番号
*************/
.info{
float:right;
padding-right:0px;
padding-top:5px;
text-align:right;
}

.info a::before{
	 text-decoration:none;
}

.info a::after{
	 text-decoration:none;
}

.info .open{font-size:1.1em;}


.content .info2{
font-size:25px;
padding-right:0px;
padding-top:5px;
text-align:right;
}

.info2 a::before{
	 text-decoration:none;
}

.info2 a::after{
	 text-decoration:none;
}

.info2 .open{font-size:1.1em;}


/*************
/* ロゴ+電話番号
*************/
.logo,.info .tel{
color:#C32F0B;
font-size:22px;
font-weight:bold;
background:transparent;
}

.info2 .tel{
color:#C32F0B;
font-size:30px;
font-weight:bold;
background:transparent;
}

.logo span,.info span,.info2 span{
color:#333;
font-size:.6em;
font-weight:normal;
background:transparent;
}

/**************************
/* メイン画像（トップページ+サブページ）
**************************/
#mainBanner{
	margin:0 auto 10px;
	padding:5px 0 0 0;
	width:100%;
	line-height:0;
	background:#fff;
	position: relative;
	
	
	
}

#mainBanner img{
max-width:100%;
height:auto;
box-shadow:2px 2px 4px rgba(0,0,0,.3);
-webkit-box-shadow:2px 2px 4px rgba(0,0,0,.3);
margin-bottom:10px;
}

.slogan{
	position:absolute;
	max-width:100%;
	height:auto;
	bottom:0;
	right:0;
	padding:40px 30px;
	line-height:1.4;
	z-index:100;
}

.slogan h2{
padding-bottom:5px;
color:#fff;
font-size:20px;
}

.slogan h3{
color:#fff;
font-size:14px;
}



#hoge{
  display: inline;
 
}


/* サブページ スローガンの背景・黒*/
.subImg{
	max-width: 1200px;
    margin: auto;
}

.full-width {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
}

.subImg .slogan{background:url(images/tp.png);}

.subImg .slogan h2{color:#333;}
.subImg .slogan h3{color:#666;}


/**************************
/* グリッド
**************************/
.gridWrapper{
	padding-bottom:20px;
	overflow: hidden;
}

* html .gridWrapper{height:1%;}
	
.grid{
	float:left;
	background:#fff;
	
}

.grid h3{
	padding:10px 5px;
	text-align:center;
	border-top: 4px solid #C32F0B;
	border-bottom: 4px solid #C32F0B;
	font-size: 14px;
}

.grid p{
	padding:5px 10px;
	background-color: #FFF;
}

.gridWrapper img{
max-width:100%;
height:auto;
}



/* フッター内のグリッド(3カラム) */
#footer .grid{
color:#FDEDDB;
border:0;
background:transparent;
box-shadow:none;
-webkit-box-shadow:none;
}

#footer .grid p{padding:0;
background:transparent;
}


/*************
メイン コンテンツ
*************/
section.content{
padding:19px;
margin-bottom:20px;
background:#fff;
overflow:hidden;
font-size:14px;
box-shadow:0 0 3px rgba(0,0,0,.2);
-webkit-box-shadow:0 0 3px rgba(0,0,0,.2);
}

section.content2{
padding:19px;
margin-bottom:20px;
margin-top:5px;
background:#fff;
overflow:hidden;
font-size:16px;
box-shadow:0 0 3px rgba(0,0,0,.2);
-webkit-box-shadow:0 0 3px rgba(0,0,0,.2);
}

* html section.content{height:1%;}

section.content p{margin-bottom:5px;}

.font2{
	font-size:17px;}

.font3{
	font-size:2rem;}

h3.heading{
	padding:5px;
	margin-bottom:15px;
	font-size:16px;
	border:1px solid #C32F0B;
	color:#fff;
	background:url(images/head.png);
}

h3.heading span{
	font-size:13px;
	color: #FF9;
}

h3.heading2{
	padding:5px;
	margin-bottom:15px;
	font-size:16px;
	border-bottom:2px solid #C32F0B;
	
	color:#C32F0B;
	background:url(images/head2.png);
}

h3.heading2 span{
	font-size:13px;
	color: #F18D00;
}


.sitemap{
	width:250px;
	padding:5px;
	font-size:14px;
	border-left:10px solid #C32F0B;
	border-bottom:1px solid #C32F0B;
	border-right:1px solid #C32F0B;
	border-top:1px solid #C32F0B;
	color:#C32F0B;
}

.floatleft{
float:left;
margin:3px 80px 10px 0;
}

.floatnone{
float:none;
}



section.content img{
max-width:90%;
height:auto;
}

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

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

img.frame,#gallery img,p.img img{
border:4px solid #fff;
box-shadow:0 0 2px rgba(0, 0, 0, 0.5);
-webkit-box-shadow:0 0 2px rgba(0, 0, 0, 0.5);
}

img.frame2{
border:4px solid #fff;
box-shadow:none;
-webkit-box-shadow:none;
}

#gallery .grid{
padding:5px 0 0;
border:0;
box-shadow:none;
-webkit-box-shadow:none;
}

p.img{
	text-align:center;
	background-color: #FFF;
	padding: 15px 0 0;
}


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

table.table th,table.table td{
padding:5px;
border:1px solid #C32F0B;
}

table.table th{
text-align:right;
font-weight:bold;
letter-spacing:1px;
white-space:nowrap;
color:#fff;
background:#C32F0B;
border-left:#C32F0B 5px solid;
border-bottom-color:#F4A570;

}

table.table td{
border-left:#F4A570 5px double;
border-right:#F4A570 5px double;
}


table.table2{
border-collapse:collapse;
width:100%;
margin:5px auto 15px auto;
}

table.table2 td{
border-collapse:collapse;
background-color:#F9F9F9;
text-align:left;
padding:8px;
border:1px solid #D6D6D6;
line-height:20px;
vertical-align:middle;
padding-top:30px;
}

table.table2 th{
background-color:#F5F5F5;
text-align:right;
padding:8px;
white-space:nowrap;
color: #151515;
border-top:1px solid #D4D4D4;
border-right:4px solid #D4D4D4;
border-bottom:1px solid #D4D4D4;
border-left:1px solid #D4D4D4;
font-size:13px;
font-weight:normal;
letter-spacing:1px;
background-repeat:repeat-x;
background-position:top;

}

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

table.table3 th,table.table td{
padding:5px;
border:none;
}

table.table3 th{
text-align:left;
font-weight:bold;
letter-spacing:1px;
white-space:nowrap;
color:#fff;
background:#C32F0B;
border-left:none;

}

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

table.table4 th,table.table td{
padding:5px;
border:none;
}


table.table5{
border-collapse:collapse;
width:100%;
margin:5px auto 10px auto;
}

table.table5 td{
border-collapse:collapse;
background-color:#F9F9F9;
text-align:left;
padding:8px;
border:1px solid #D6D6D6;
line-height:20px;
vertical-align:top;
}

table.table5 th{
background-color:#C32F0B;
text-align:left;
padding:8px;
white-space:nowrap;
color: #fff;
border-top:1px solid #fff;
border-right:4px solid #D4D4D4;
border-bottom:1px solid #fff;
border-left:1px solid #fff;
font-size:13px;
font-weight:normal;

letter-spacing:1px;
background-repeat:repeat-x;

}

table.table6{
border-collapse:collapse;
margin:10px auto;
}

table.table6 th,table.table td{
padding:5px;
border:none;
}




/*************
サブ（フッター前）コンテンツ
*************/
#sub ul{padding:10px;}

#sub li{
margin-bottom:10px;
padding-bottom:10px;
border-bottom:1px dotted #ccc;
}

#sub li:last-child{
border:0;
margin-bottom:0;
}

#sub li a{display:block;}

#sub ul.list{padding-bottom:2px;}

#sub ul.list li{
clear:both;
margin-bottom:5px;
padding:4px 0;
overflow:hidden;
}

* html #sub ul.list li{height:1%;}

#sub ul.list li img{
float:left;
margin-right:10px;
border:1px solid #ccc;
}

#sub ul.list li{
font-size:12px;
line-height:1.35;
}


/*************
/* フッター
*************/
#footer{
	clear:both;
	overflow:hidden;
	padding:20px 0px 20px 0px;
	background:#FDEDDB;
}

* html #footer{height:1%;}



#footer .grid{
padding:10px 0 5px;
margin:0;
background:transparent;

}

#footer #info .logo, #footer #info .info{float:none;
padding-left:20px;
padding-right:20px;
}

#footer #info .info{
clear:both;
padding:10px 20px;
text-align:left;

}

#footer .logo{font-size:18px;
}

#footer .info .tel,#footer .info .tel span,#footer #info .open{font-size:12px;}

ul.footnav{
	float:none;
	width:100%;
	text-align:center;
}



ul.footnav li{
	float:none;
	margin-bottom:10px;
	padding:0 8px 0 8px;
	border-right:1px solid #b6b6b6;
	display: inline-block;
}

#footer a{color:#333;}

#footer a:hover{color:#888;}

address{
	clear:both;
	padding:5px;
	text-align:center;
	font-style:normal;
	font-size:12px;
	color:#fff;
	background:#333;
}

.iframe-wrap {
	position: relative;
	width: 100%;
	padding-top: 40%;
	overflow:auto;
	-webkit-overflow-scrolling:touch;
	border:none;
}
.iframe-wrap iframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	border:none;
	display:block;
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }

/* PC用 */
@media only screen and (min-width:960px){
	
#wrapper,#header,#footer{
		box-sizing:border-box;
		word-break: break-all;
		width:calc(100% – 2px);
	}

	#wrapper,#header,.inner,#footer,#address{
	width:1100px;
	padding:0 0px;
	}
	
	#header{margin-top:20px;}
	#wrapper{padding-bottom:20px;}
	#footer{padding:20px 0px 10px;
	}
	
	#footerWrap{
	width:100%;
	background-color:#FDEDDB;
}

	#address{width:100%;
	         margin-top:10px;
	         margin-right:0px;
			 margin-left:0px;
			 padding-left:0px;
			 }
	
  nav div.panel{
	display:inline-block !important;
	float:right;
	}

	a#menu{display:none;}

	nav#mainNav ul{
	float:right;
	margin-right:-10px;
	overflow:hidden;
	}

	* html nav#mainNav ul{height:1%;}

	nav#mainNav ul li{float:left;}
	

	nav#mainNav ul a{
	font-size:13px;
	display:block;
	padding:60px 20px 3px 6px;
	color:#fff;
	border-right:1px solid #C32F0B;
	border-bottom:1px solid #C32F0B;
	background:url(images/topnavBg.png);
	}

	nav#mainNav ul li.active a,nav#mainNav ul a:hover{
	background:url(images/topnavSep.png);
	}

	nav#mainNav ul a span{font-size:11px;}
	
	/* -------------------- */
/* ▼サブメニューの装飾 */
/* -------------------- */
ul.ddmenu ul {
   display: none;       /* ★1:標準では非表示にする */
   margin: 0px;         /* ★2:サブメニュー外側の余白(ゼロ) */
   padding: 0px;        /* ★3:サブメニュー内側の余白(ゼロ) */
   position: absolute;  /* ★4:絶対配置にする */
   z-index:100;
}

/* ---------------------------------- */
/* ▼サブメニューがある場合に開く処理 */   /* ※サブメニューが1階層しか存在しない場合の記述 */
/* ---------------------------------- */
ul.ddmenu li:hover ul {
   display: block;      /* ★5:マウスポインタが載っている項目の内部にあるリストを表示する */
   
}

/* ------------------------ */
/* ▼サブメニュー項目の装飾 */
/* ------------------------ */
nav#mainNav ul.ddmenu ul li {   /* ※A */
   width: 120px;               /* サブメニュー1項目の横幅(135px) */
   display:block;
   float:none;
    
}
nav#mainNav ul.ddmenu ul li a {   /* ※B */
   padding:7px 0px 5px 5px;
   color:#C32F0B;
   text-align: left;    /* 文字列の配置(左寄せ) */
   background:#FFFFFF;
   border-left:1px solid #C32F0B;
   font-weight: normal; /* 太字にはしない */
   
}
nav#mainNav ul.ddmenu ul li a:hover {   /* ※C */
   background-color: #C32F0B; /* サブメニュー項目にマウスが載ったときの背景色(淡い黄色) */
   color: #ffffff;            /* サブメニュー項目にマウスが載ったときの文字色(濃い緑色) */
   
}

nav#mainNav ul.ddmenu ul li a {
	position:relative;
	
	}


.full-width {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
}

	
	
	/* グリッド全体 */
	.gridWrapper{
	width:100%;
	margin:0 0 0 -20px;
	}
	
	/* グリッド共通 ベース:トップページ4カラム */
	.grid{
	float:left;
	width:220px;
	margin-left:20px;
	}
	
	
	
	/* サブコンテンツ + フッター グリッド(3カラム) */
	#footer .grid{
	width:300px;
	}
	
	#sub .grid{
	width:97.8%;
	}
	
	/* ギャラリー グリッド(4カラム) */
	#gallery{
	width:920px;
	}
	
  #gallery .grid{
	width:210px;
	}
	
	/* TOPへもどるボタン */
	#page_top{
  width: 90px;
  height: 60px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #F18D00;
  opacity: 0.6;
}
#page_top a{
  position: relative;
  display: block;
  width: 90px;
  height: 60px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -30px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#page_top a::after{
  content: 'PAGE TOP';
  font-size: 12px;
  color: #fff;
  position: absolute;
  top: 35px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

/* サイトマップ*/
ul.list-sitemap li{
	  display: table-cell;
  vertical-align: middle;
  width: 100%;
  color:#FFCC66;
}

.list-sitemap > li > a > span,
.list-sitemap > li > .alta > span {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

.list-sitemap > li > .alta::after {
  display: none;
}

.list-sitemap > li > ul {
  margin: 7px 12px 8px;
  font-size: 87.5%;
  font-size: 1.4rem;
}

.list-sitemap > li > ul > li {
  margin: 0 0 5px;
  line-height: 1.5;
  position: relative;
  padding-left: 1.1em;
}

.list-sitemap > li > ul > li > a::before {
  
  display: inline-block;
  color: #359dc9;
  position: absolute;
  left: 0;
  top: 1px;
}

}





/* モニター幅940px以下 */
@media only screen and (max-width:960px){
	html,body{
    width: 100%;
}
	#wrapper,#header,#footer{
		box-sizing:border-box;
		word-break: break-all;
		width:calc(100% – 2px);
	}
	
	*{
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	}
	
	h1 p.inner{text-align:center;}
	
	#header .logo{
	float:none;
	text-align:center;
	padding:0px 0px;
	}
	
  nav#mainNav{
	clear:both;
	width:100%;
	margin:0 auto;
	padding:0;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #EA5504), color-stop(0.00, #C32F0B));
	background: -webkit-linear-gradient(top, #C32F0B 0%, #EA5504 100%);
	background: -moz-linear-gradient(top, #C32F0B 0%, #EA5504 100%);
	background: -o-linear-gradient(top, #C32F0B 0%, #EA5504 100%);
	background: -ms-linear-gradient(top, #C32F0B 0%, #EA5504 100%);
	background: linear-gradient(top, #C32F0B 0%, #EA5504 100%);
	}

	nav#mainNav a.menu{
	width:100%;
	display:block;
	height:30px;
	line-height:40px;
	font-weight: bold;
	text-align:left;
	color:#fff;
	}

	nav#mainNav a#menu span{padding-left:10px;}
	nav#mainNav a.menu span:before{content: "→ ";}
	nav#mainNav a.menuOpen span:before{content: "↓ ";}

	nav#mainNav a#menu:hover{cursor:pointer;}

	nav .panel{
	display: none;
	width:100%;
	position: relative;
	right: 0;
	top:0;
	z-index: 1;
	}

	nav#mainNav ul li{
	float: none;
	clear:both;
	width:100%;
	height:auto;
	line-height:1.2;
	
	}

	nav#mainNav ul li a,nav#mainNav ul li.current-menu-item li a{
	display: block;
	padding:15px 10px;
	text-align:left;
	border-bottom:1px dashed #fff;
	color:#fff;
	background:#EA5504;
	
	}
	
	nav#mainNav ul li a span{padding-left:10px;}
	
	nav#mainNav ul li:first-child a{
	border-top:1px dashed #fff;
	}
	
	nav#mainNav ul li:last-child a{border:0;}
	
	nav#mainNav ul li.active a,nav#mainNav ul li a:hover{background:#C32F0B;}

	nav div.panel{float:none;}
	
	



	
	
	.grid{
	float:left;
	width:48%;
	margin:10px 0% 0;
	}
	
	.grid img{
	float:left;
	margin-right:5px;
	}
	
	#gallery{padding-left:1px;}
	
	#gallery .grid{
	width:23%;
	margin:0 2% 0 0;
	padding:0;
	}
	
	#gallery .grid img{
	float:none;
	margin:0;
	}
	
	#sub .grid{
	width:98%;
	margin:10px 1%;
	}
	
	#sub .grid:first-child{
	margin-left:0;
	}
	
	#sub .grid:last-child{
	margin-right:0;
	}
	
	section.content{margin-bottom:0;}
	
	#footer .grid{
	float:none;
	width:100%;
	text-align:end;
	
	}
	
	#footer .grid:last-child{padding-top:20px;
	}
	
	
	#footerWrap{
	width:100%;
	background-color:#FDEDDB;
}

	/* TOPへもどるボタン */
	#page_top{
  width: 85px;
  height: 60px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #F18D00;
  opacity: 0.6;
}
#page_top a{
  position: relative;
  display: block;
  width: 85px;
  height: 60px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -30px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#page_top a::after{
  content: 'PAGE TOP';
  font-size: 12px;
  color: #fff;
  position: absolute;
  top: 35px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
/* ------------------------ */
/* ▼サブメニュー項目の装飾 */
/* ------------------------ */

nav#mainNav ul.ddmenu ul li a {   /* ※B */
   padding-left:10%;
   color:#C32F0B;
   text-align: left;    /* 文字列の配置(左寄せ) */
   background:#FDEDDB;
   border-left:1px solid #C32F0B;
   font-weight: normal; /* 太字にはしない */
}
nav#mainNav ul.ddmenu ul li a:hover {   /* ※C */
   background-color: #C32F0B; /* サブメニュー項目にマウスが載ったときの背景色(淡い黄色) */
   color: #ffffff;            /* サブメニュー項目にマウスが載ったときの文字色(濃い緑色) */
}

	
	
}


/* iPad 縦 */
@media only screen and (max-width:768px){
	#wrapper,#header,#footer{
		box-sizing:border-box;
		word-break: break-all;
		width:calc(100% – 2px);
	}
	
	#sub .grid{
	float:none;
	width:98%;
	margin-left:1%;
	}
	
	#sub .grid:first-child{margin-left:1%;}
	
	#sub .grid{
	width:98%;
	margin:10px 1%;
	}
	
	#sub .grid h3{
	padding:10px;
	text-align:left;
	}
	
	#sub ul.list{padding:10px;}
	
	#sub ul.list li{
	padding-bottom:3px;
	margin-bottom:3px;
	}
	
	#sub ul.list li img{margin:0 5px 0 0;}
	
	#footer .grid img, #footer .info{float:none;}
	#footer .grid p{display:block;}
	#footer #info .info{float:none; text-align:center;}
	
	#footer .logo,#footer .info{
	width:100%;
	float:none;
	}
	
	#footer .logo p{float:none; display:block;}
	#footer .logo img{float:none; padding:0;}
	
		.iframe-wrap {
  position: relative;
  width: 100%;
  padding-top: 60%;
  overflow:auto; 
  -webkit-overflow-scrolling:touch;
  border:none;
 
}
.iframe-wrap iframe {
    position:absolute;
    top:0;
    left:0;
    width:100%;
   
    border:none;
    display:block;
	
}

.ggmap {
position: relative;
padding-bottom: 40%;
padding-top: 30px;
height: 0;
overflow: hidden;
width:100%;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/* ------------------------ */
/* ▼サブメニュー項目の装飾 */
/* ------------------------ */

nav#mainNav ul.ddmenu ul li a {   /* ※B */
   padding-left:10%;
   color:#C32F0B;
   text-align: left;    /* 文字列の配置(左寄せ) */
   background:#FDEDDB;
   border-left:1px solid #C32F0B;
   font-weight: normal; /* 太字にはしない */
}
nav#mainNav ul.ddmenu ul li a:hover {   /* ※C */
   background-color: #C32F0B; /* サブメニュー項目にマウスが載ったときの背景色(淡い黄色) */
   color: #ffffff;            /* サブメニュー項目にマウスが載ったときの文字色(濃い緑色) */
}

}


/* スマートフォン 横(ランドスケープ) */
@media only screen and (max-width:640px){
	
	#wrapper,#header,#footer{
		box-sizing:border-box;
		word-break: break-all;
		width:calc(100% – 2px);
	}
	
	#footer .grid p{text-align:center;}
	
	.grid img{
	float:none;
	margin:20px auto 10px;
	}
	
	#sub .grid{
	width:98%;
	margin:10px 1%;
	}
	
	.grid p,#sub .grid li{text-align:left;}
	.grid p.img{text-align:center;}
	
	img.frame,#gallery img{border-width:2px;}

  .alignleft,.alignright{
	float:none;
	display:block;
	margin:0 auto 10px;
	}
	
	.footnav {text-align:center;}
	
	.iframe-wrap {
  position: relative;
  width: 100%;
  padding-top: 60%;
  overflow:auto; 
  -webkit-overflow-scrolling:touch;
  border:none;
  
}
.iframe-wrap iframe {
    position:absolute;
    top:0;
    left:0;
    width:100%;
   
    border:none;
    display:block;
	
}

.ggmap {
position: relative;
padding-bottom: 40%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/* ------------------------ */
/* ▼サブメニュー項目の装飾 */
/* ------------------------ */

nav#mainNav ul.ddmenu ul li a {   /* ※B */
   padding-left:10%;
   color:#C32F0B;
   text-align: left;    /* 文字列の配置(左寄せ) */
   background:#FDEDDB;
   border-left:1px solid #C32F0B;
   font-weight: normal; /* 太字にはしない */
}
nav#mainNav ul.ddmenu ul li a:hover {   /* ※C */
   background-color: #C32F0B; /* サブメニュー項目にマウスが載ったときの背景色(淡い黄色) */
   color: #ffffff;            /* サブメニュー項目にマウスが載ったときの文字色(濃い緑色) */
}

#footerWrap{
	width:100%;
	background-color:#FDEDDB;
}	
	
}



	
/* スマートフォン 縦(ポートレート) */
@media only screen and (max-width:480px){
	#wrapper,#header,#footer{
		box-sizing:border-box;
		word-break: break-all;
		width:calc(100% – 2px);
	}
	
	
	
	
	
	#mainBanner h2.mini{font-size:115%;
	padding-top:0px;
	padding-bottom:0px;}
	
	.slogan{
	position:absolute;
	max-width:100%;
	height:auto;
	bottom:0;
	right:0;
	padding:35px 15px;
	line-height:1.0;
	z-index:100;
}
	

.footnav {text-align:center;}

.iframe-wrap {
  position: relative;
  width: 100%;
  padding-top: 120%;
  overflow:auto; 
  -webkit-overflow-scrolling:touch;
  border:none;
  
}
.iframe-wrap iframe {
    position:absolute;
    top:0;
    left:0;
    width:100%;
   
    border:none;
    display:block;
	
}

.ggmap {
position: relative;
padding-bottom: 100%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/* ------------------------ */
/* ▼サブメニュー項目の装飾 */
/* ------------------------ */

nav#mainNav ul.ddmenu ul li a {   /* ※B */
   padding-left:10%;
   color:#C32F0B;
   text-align: left;    /* 文字列の配置(左寄せ) */
   background:#FDEDDB;
   border-left:1px solid #C32F0B;
   font-weight: normal; /* 太字にはしない */
}
nav#mainNav ul.ddmenu ul li a:hover {   /* ※C */
   background-color: #C32F0B; /* サブメニュー項目にマウスが載ったときの背景色(淡い黄色) */
   color: #ffffff;            /* サブメニュー項目にマウスが載ったときの文字色(濃い緑色) */
}

table.table4 th,
table.table4 td{
display: block;


}

table.table6 th,table.table6 td{
display: block;
}

.mienai {
 display:none;
}

.mienai2 {
 visibility:hidden;
}

	/* TOPへもどるボタン */
	#page_top{
  width: 85px;
  height: 60px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #F18D00;
  opacity: 0.6;
}
#page_top a{
  position: relative;
  display: block;
  width: 85px;
  height: 60px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -30px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#page_top a::after{
  content: 'PAGE TOP';
  font-size: 12px;
  color: #fff;
  position: absolute;
  top: 35px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */

.pc { display: none !important; }
.sp { display: block !important; }
