@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: #f8f8f8;
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;
}
.container h1{
	padding: 15px 0 0 0;
}

.container h4{
	padding: 15px 0 15px 0;
}




#header{
	background-color:#E9967A;
	    position: fixed;            /* ヘッダーの固定 */
    top: 0px;                   /* 位置(上0px) */
    left: 0px;                  /* 位置(右0px) */
    width: 100%;                /* 横幅100%　*/
    height: 55px;             
}
#footer{
	background-color:#E9967A;
	  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;
}
.setumei{
	color: #E9967A;
	font-size: 11px;
	text-align: right;
	padding: 2px 30px 15px 0;
	display: block;
}
header h1{
	font-size:22px;
	font-weight:normal;
	color: ivory;
	margin-left: 15px;
}

#open_menu{
	float: right;
	font-size: 33px;
	cursor:pointer;
	margin: 10px;
	color: ivory;
}
.top{
	max-width: 100%;
	margin: 0;
	padding: 0;
}
.top img{
	width:100%;
}
.top_menu{
	text-align: center;
}
.top_menu img{
	width:100%;
}


/*文字デコレーション*/
/*固定バー基本カラー：#E9967A*/

.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: 20px;
	color: #E9967A;
}
p.price{
	font-size: 15px;
	text-align: right;
	color: #E9967A;
}
.appeal{
	color: #E9967A;
	font-size: 18px;
	line-height: 1.3;
	margin-bottom: 10px;
	margin-top: 25px;
}
.box_top{
	background-color:#E9967A;
	color: #ffffff;
	height: 25px;
	width: 100%;
	padding: 8px;
	box-sizing: border-box;
}
.box_top h2{
	color: ivory;
	
}
.box_menu li{
	color: #E9967A;
	text-align: left;
	line-height: 2;
}
h4{
	color: #E9967A;
}


.box{
	  padding: 10px 15px 10px 15px;
	background-color:#eeeeee!important;
	border: solid #E9967A 3px;
	margin-bottom: 10px;
}
.box h2,h3{
	color:#E9967A; 
}








/*式場情報*/

.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: left;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 500;
}

.c-tableInner--large {
  padding: 15px;
}



/*城情報*/
.underbar{
	height: 40px;
	background-color:#E9967A;
	border: solid #eeeeee 3px;
	text-align: center;
	margin-bottom: 10px;

}
.underbar p{
	color: #ffffff;
}


.nav{
	display: none;
}

	#container{
		padding-top: 20px;
		width: 90%;
		margin: 0 auto;
		height: auto;
	}

	#container{
		padding-top: 20px;
		width: 90%;
		margin: 0 auto;
		height: auto;
	}
#container img{
	width: 100%;
}
.typetitle{
	text-align: center;
	font-size: 19px;
	color: #E9967A;
	margin-top: 50px;
}
.box_menu a{
	color:cornflowerblue;
}
.chapelsetumei{
	color: #E9967A;
	font-size: 15px;
	line-height: 1.3;
	margin-bottom: 15px;
}


/*PC用*/

@media all and (min-width: 920px) {
	
	#container{
		padding-top: 20px;
		width: 70%;
		margin: 0 auto;
		height: auto;
	}		
	
	/*.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: 20px;
	}
	.nav ul{
		width: 600px;
		color: #ffffff;
	}
	.nav li{
		float: right;
		margin-right: 15px;
		width: 70px;
	}
	.nav .foto{
		width: 130px;
	}
	.nav .taiken{
		width: 45px;
	}
	.nav .qa2{
		width: 35px;
	}
	.nav .kaisha{
		width: 60px;
	}
	
	a {
text-decoration: none;
		color: #ffffff;
}
	.nav{
		display: block;
	}
	.top_menu{
		margin-top: 10px;
	}
	
}