@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:100%;
	margin: 0 auto;
	
	
}
table{
	margin-bottom: 20px;
}
.container p{
	padding: 15px 0 15px 0;
	font-size: 15px;
	color: #9b7920;
}

.container h1{
	padding: 15px 0 0 0;
}
.container h2{
	padding: 20px 0 10px 0;
	font-size: 19px;
	color: #9b7920;
	text-align: center;
}


#header{
	background-color:#9b7920;
	position: fixed;            /* ヘッダーの固定 */
    top: 0px;                   /* 位置(上0px) */
    left: 0px;                  /* 位置(右0px) */
    width: 100%;                /* 横幅100%　*/
    height: 55px; 
	text-align: center;
}
#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;
	
}

#open_menu{
	float: right;
	font-size: 33px;
	cursor:pointer;
	margin: 10px;
	color: ivory;
}
.top{
	max-width: 100%;
	margin: 0;
	padding: 0;
}
.top h1{
	font-size: 20px;
}
.top img{
	width:100%;
}
.top_menu{
	text-align: center;
}
.top_menu img{
	width:100%;
}


/*文字デコレーション*/
/*固定バー基本カラー：#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: 14px;
	color: #ffffff;
}
h1{
	font-size: 24px;
	color: #9b7920;
}

h4{
	color: #9b7920;
}


.box{
	  padding: 10px 15px 10px 15px;
	background-color:#eeeeee!important;
	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: 18px;
}


th{
background-color:#cccccc;
	padding: 10px;
	width: 30%;
	color: ivory;
	border: 1px solid #9b7920;
	height: 50px;
}

td{
background-color:#ffffff;
	padding: 10px;
	border: 1px solid #9b7920;
}

.nav{
	display: none;
}


.column {
  height: 100vh;
  width: 100%;
}
.venice {
  background: url(chateau/img/venice_s.jpg) no-repeat top center;
  background-size: cover;
}
.france {
  background: url(chateau/img/chateau1_s.jpg) no-repeat center center;
  background-size: cover;
}
 .container {
    display: flex;
  }


 .info {
        margin-bottom: 10%;
	 	 text-align: center;
    }
    .column h2 {
        font-size: 1.3rem;
		padding: 20px;
		line-height: 1.3;
    }
     .column p {
        font-size: 1.5rem;
    }
     .column a {
        font-size: 1rem;
        background: #0bd;
        border-radius: 5px;
        padding: 10px 20px;
        color: #FFFFFF;
        text-decoration: none;
        display: inline-block;
        margin-top: 18px;
	
    }
     .column a:hover {
        background: #0090aa;
    }

h1{
	text-align: center;
	font-size: 10px;
	}
h2{
	display: none;
	}
#footer p{
		color: #ffffff;
		font-size: 16px;
		margin-top: 10px;
	}
.s{
	display: none;
}
.pc{
	margin-top: 260px;
}

/*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:600px;
		height: 30px;
	}
	#open_menu{
		display: none;
	}
	
	.nav{
		float: right;
		overflow: hidden;
		width: 570px;
		margin-top: 20px;
	}
	.nav ul{
		width: 570px;
		color: #ffffff;
	}
	.nav li{
		float: right;
		width:100px;
	}
	
.column a {
text-decoration: none;
		color: #ffffff;
}
h1.titlefont{
	width: 100%;
		text-align: center;
	font-size: 18px;
	}
	h2{
		margin-top: 100px;
		margin-bottom: 250px;
	}
	h2.siro{
	background-color: rgba( 255, 255, 255, 0.8 );
   color:#9b7920;
	 border-radius: 0.5em; 
		margin-left: 80px;
		margin-right: 80px;
	}
	.nav{
		display: block;
	}
	.top_menu{
		margin-top: 10px;
	}
	table{
		margin: 0 auto;
	}
	
	.venice {
  background: url(chateau/img/venice.jpg) no-repeat top center;
  background-size: cover;
}
.france {
  background: url(chateau/img/chateau1.jpg) no-repeat center center;
  background-size: cover;
}
.footerpc{
	display: none;
	}
	
	.fas{
		margin: 5px;
		font-size: 15px;
	}
	.pc{
		display: none;
	}
	.s{
	display: block;
}
	h2{
	display: block;
	}
}
