@charset "UTF-8";
/* CSS Document */

#container{
	margin:0;
	pading:0;
	padding: 0px;
	font-weight: normal;
	}
a{
	text-decoration:none;
}
.header{
	width:100%;
	height:auto;
	margin:0;
	padding:0;
	box-sizing:border-box;
	background:#dbd4b6;
	display: block;
	}
	
.logo{
	text-align: center;
	display: block;
	margin: 0px auto;
	padding: 20px 0px;
}
.toparea {
    display: block;
    margin: 0px;
    padding: 5px 0px 0px;
    float: left;
    height: auto;
    width: 100%;
    box-sizing: border-box;
    background: #ffffff;
    text-decoration: none;
    border-bottom: thin solid #dbd4b6;
}
.toparea h1 {
	text-align: center;
	display: block;
	color: #220000;
	font-size: 100%;
	margin: 0px 0px 8px;
	padding: 10px;
	height: auto;
	width: 100%;
	box-sizing: border-box;
	background: #ffffff;
	text-decoration: none;
}

.toparea img {
	display: block;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

div .toparea:last-child{
	border-right: none
}.toparea p {
	font: 80% "はんなり明朝", "游明朝体 ミディアム";
	color: #220000;
	white-space: pre-wrap;
	display: block;
	margin: 0px;
	padding: 5%;
	float: left;
	width: 100%;
	box-sizing: border-box;
}
.toparea iframe {
	display: block;
	margin: 0px;
	padding: 3%;
	float: left;
	height: auto;
	width: 100%;
	box-sizing: border-box;
	background: #ffffff;
	border: thin solid #dbd4b6;
}
.copy {
	font-size: x-small;
	color: #FFFFFF;
	text-align: center;
	display: block;
	margin: 10px 0px 0px;
	padding: 0px;
	height: auto;
	width: 100%;
	clear: left;
	float: none;
	background: #dbd4b6;
}
.header2 {
	display: block;
	margin: 0px auto;
	padding: 0px;
	width: 100%;
}
.header2 img {
	display: block;
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 100%;
}
.menu_top {
	display: block;
	margin: 0px 0px 5px;
	padding: 0px 20px;
	width: 100%;
	box-sizing: border-box;
	list-style: none;
}
.menu_top li {
	text-align: center;
	display: block;
	margin: 0px;
	padding: 20px 0px;
	height: auto;
	width: 25%;
	box-sizing: border-box;
	float: left;
	font-size: 2vw;
}
.menu_top li a {
	font: 1.5vw "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, "游ゴシック体 ミディアム";
	color: #333300;
	text-decoration: none;
}
.content {
	display: block;
	margin: 20px 0px 0px;
	padding: 0px 5px;
	clear: left;
	float: none;
	width: 100%;
}

.content h1 {
	background: url(../images/top/top_katsuura-06.png) no-repeat;
	background-size:100%;
	text-align: center;
	display: block;
	margin: 20px 0px;
	padding: 0px 0px 6vh;
	height: auto;
	width: 100%;
	color: #3366CC;
	text-decoration: none;
	clear: left;
	font: 2vw "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
.content p {
	text-align: left;
	display: block;
	margin: 0px auto;
	padding: 10px 30px;
	width: 70%;
	border-bottom: thin solid #CCCC99;
}

.content p:nth-of-type(1) {
	border-top: thin solid #CCCC99;

}


.content .topics {
	display: block;
	margin: 0px auto;
	padding: 0px;
	height: auto;
	width: 80%;
	clear: left;
	float: none;
}
.topics h2 {
	color: #3366FF;
	background: url(../images/top/room-07.png) no-repeat 0 40px;
	background-size:90%;
	text-align: center;
	display: block;
	margin: 10px 0px;
	padding: 8px 8px 45px;
	float: left;
	height: 40px;
	width: 100%;
	box-sizing: border-box;
	vertical-align: top;
	font-family: "はんなり明朝", "游明朝体 ミディアム";
	font-weight: bold;
}
.font_s {
	font-size: xx-small;
}
.topics h3 {
	font-size: 1.5vw;
	color: #333333;
	display: block;
	margin: 0px;
	padding: 20px;
	height: auto;
	width: 100%;
	box-sizing: border-box;
	float: left;
	font-weight: normal;
}
.frame {
	display: inline-block;
	position: relative;
}
.frame:after {
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	box-shadow: inset -60px 0 100px #fff; /* -60pxずらす */
}
.topics img {
	padding: 5px;
	float: left;
	height: auto;
	width: 100%;
	box-sizing: border-box;
}
.topics .tp_L {
	display: block;
	margin: 0px;
	padding: 10px;
	float: left;
	height: auto;
	width: 45%;
	box-sizing: border-box;
}
.topics h4 {
	font-size: 1.5vw;
	color: #333300;
	white-space: pre-wrap;
	display: block;
	margin: 0px;
	padding: 0% 12% 10%;
	width: 100%;
	clear: left;
	font-weight: normal;
}
a {
	text-decoration: none;
}
body {
	margin: 0px;
	padding: 0px;
}
