@charset "utf-8";
/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, 
h1, h2, h3, h4, h5, h6, p, 
a, em, img,
small, 
b, u, i, center,
dl, dt, dd, ol, ul, li,
table,  tr, th, td,
footer, header, section,video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
a {
text-decoration: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}


/*リセット終了*/


html,body {                      /*iPhone/Androidサイトで文字サイズを固定*/
-webkit-text-size-adjust: none;
	
}


body{
background: #eeeeee;
font-size:14px;
font-family:verdana,"Sawarabi Mincho",sans-serif;
margin:0;
padding: 0;
color:#333;
}
.topimg{
	width: 100%;
}
.topimg img{
	width: 100%;
	height: auto;
}

.container{
	width:90%;
	margin:0 auto;
}
.container p{
	padding: 15px 0 15px 0;
	font-size: 16px;
	color: #9b7920;
	line-height: 1.2;
}

.container h1{
	padding: 15px 0 0 0;
}

.container h2{
	padding: 10px 0 10px 0;
	font-size: 19px;
	color: #9b7920;
	text-align: center;
}
.container h3{
	padding: 10px 0 10px 0;
	font-size: 16px;
	color: #9b7920;
	text-align: center;
}
.container h4{
	padding: 15px 0 15px 0;
}


#header{
	background-color:#9b7920;
	    position: fixed;            /* ヘッダーの固定 */
    top: 0px;                   /* 位置(上0px) */
    left: 0px;                  /* 位置(右0px) */
    width: 100%;                /* 横幅100%　*/
    height: 55px;             
}
#footer{
	background-color:#9b7920;
	  position: fixed;            /* フッターの固定 */
    bottom: 0px;                /* 位置(下0px) */
    left: 0px;                  /* 位置(左0px) */
    width: 100%;                /* 横幅100%　*/
    height: 60px;  
text-align:center;      /*親要素の中の真ん中よせ*/
	padding-top: 5px;
}
#footer i {
	color: ivory;
}
body{
	padding:55px 0 65px 0;  /*ヘッダーフッター固定空き！*/
}

small{
	color: ivory;
}
header h1{
	font-size:22px;
	font-weight:normal;
	color: ivory;
	margin-left: 15px;
}

#open_menu{
	float: right;
	font-size: 33px;
	cursor:pointer;
	padding: 10px;
	color: ivory;
}
.top{
	max-width: 100%;
	margin: 0;
	padding: 0;
}
.top p{
	line-height: 1.2;
}
.top h1{
	font-size: 20px;
}
.top img{
	width:100%;
}
.top_menu{
	text-align: center;
}
.top_menu img{
	width:98%;
}


/*文字デコレーション*/
/*固定バー基本カラー：#9b7920*/

.wf-sawarabimincho {         /*googlefont*/
	font-family: "Sawarabi Mincho"; 
} 

/*.mincho{
font-family:  Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", sans-serif	;
font-size: 19px;	
}*/

h1.titlefont{
padding-top:20px;
	font-size: 19px;
	color: #ffffff;
}
h1{
	font-size: 24px;
	color: #9b7920;
}

h4{
	color: #9b7920;
}


.box{
	  padding: 10px 15px 10px 15px;
	background-color:#ffffff;
	border: solid #9b7920 3px;
	margin-bottom: 10px;
	
}
.box h2,h3{
	color:#9b7920; 
}


.box_top{
	background-color:#ffffff;
	color: #9b7920;
	width: 90%;
	border: solid #9b7920 2px;
	padding: 10px;

}
.box_top h2{
	font-size: 19px;
}



/*式場情報*/

.c-tableStriped {
  background: #fff;
}

.c-tableStriped tbody tr:nth-of-type(odd) {
  background-color: #eeeeee;
}

.c-tableStriped table,
.c-tableStriped td,
.c-tableStriped th {
  border-color: #dcdcdc;
}

.c-tableStriped th {
  color: #a6937c;
  text-align: center;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 500;
}

.c-tableInner--large {
  padding: 15px;
}
.c-tableStriped,.c-block-l,.c-md-block-xl{
	width: 100%;
	margin-top: 30px;
	margin-bottom: 30px;
}
.c-tableStriped,.c-block-l,.c-md-block-xl th{
	border: 1px solid #a6937c;
}
.c-tableStriped,.c-block-l,.c-md-block-xl td{
	border: 1px solid #a6937c;
}



/*城情報*/
.underbar{
	height: 60px;
	background-color:#9b7920;
	border: solid #eeeeee 3px;
	text-align: center;
	margin-bottom: 30px;

}
.underbar p{
	color: #ffffff;
	line-height: 2;
}

.nav{
	display: none;
}

	.ad{
		display: block;
		margin:0 auto;
		margin-bottom: 10px;
		margin-top: 10px;
	}
	.ad img{
		width: 49%;
		height: auto;
	}
	.light{
		float: right;
	}


/*PC用*/

@media all and (min-width: 920px) {
	
	#container{
		width: 70%;
		margin: 0 auto;
		height: auto;
	}	
	
	.box3{
		width: 100%;
		height: auto;
		overflow: hidden;
		padding: 15px;
	}	
	
	.box{
		float: left;
		width: 26%;
		height:130px;
		margin-right: 10px;
	}
	
	.headerbox{
		width: 70%;
		margin: 0 auto;
		height: auto;
	}
	.titlefont{
		float: left;
		width: 300px;
		height: 30px;
	}
	#open_menu{
		display: none;
	}
	
	.nav{
		float: right;
		overflow: hidden;
		width: 600px;
		margin-top: 25px;
	}
	.nav ul{
		width: 600px;
		color: #ffffff;
	}
.nav li{
		float: right;
		margin-right: 13px;
		
	}
	.nav .kaisha{
		margin-right: 10px;
	}
	a {
text-decoration: none;
		color: #ffffff;
}
	.nav{
		display: block;
	}
	
		.ad{
		display: block;
		margin:0 auto;
		margin-bottom: 10px;
		margin-top: 10px;
	}
	.ad img{
		width: 49%;
		height: auto;
	}
	.light{
		float: right;
	}
}