@charset "Shift_JIS";

/*----------------基本設定----------------*/
img {
	border: 0;
}
img{vertical-align:bottom;} /* IE6で画像の上下に隙間ができる事の解決策 */

ul,
ol {
	list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	font-size:100%;
	font-weight:normal;
}
ul,
ol,
li,
p {
	margin: 0;
	padding: 0;
}
table {
	font-size: 100%;
}
img{
    max-width: 100%;
}

/*----------------レイアウト設定----------------*/
*{
    box-sizing: border-box;
}
body {
	margin: 0;
	padding: 0;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-all;
}
body #wrapper{
	margin: 0 auto;
	color: #444;
	font-size: 16px;
	font: 16px/1.8 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, sans-serif;
	line-height: 1.4;
	position: relative;
	width: 1000px;
}
.area{
    padding: 50px 0;
}
.lead{
    font-weight: bold;
    margin-bottom: 35px;
}
.t-center{
    text-align: center;
}

/* flexbox */
.flex{
    display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: space-around;
	align-items: stretch;
}

h2{
    font-size: 38px;
    font-weight: bold;
    margin-bottom: 35px;
}
h3{
    font-size: 22px;
    font-weight: bold;
}

.h2-area h2{
    position: relative;
    display: inline-block;
}
.h2-area h2:before,
.h2-area h2:after{
    content: '';
    display: block;
    width: 200px;
    height: 100px;
    position: absolute;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-image: url('../img/frame-l.png');
    background-position: center;
    top: 0;
}
.h2-area h2:before{
    left: -300px;
}
.h2-area h2:after{
    transform: rotateY(180deg);
    right: -300px;
}

/* ヘッダー */
#container {
	position: relative;
	width: 1000px;
	margin: 0 auto 0px;
	padding: 0;
}

/* メインコンテンツ */
#breadcrumb {
	padding: 20px 0 20px 0px;
	overflow: hidden;
	font-size:92%;
}
#breadcrumb a {
	background: url(/images/arrow2.png) no-repeat right 50%;
	padding: 0 12px 0 0;
}
#breadcrumb li {
	float: left;
	margin: 0 7px 0 0;
	list-style: none;
}

#containts {
	width: 1000px;	
	background:url(../img/bg_image01.png);
	/*height:2144px;*/
}
#containts #containtbox {
	width:1000px;	
	margin: 0 0px;
	padding:0px;
}
#containts #containtbox .spec {
	width: 800px;
	margin: 0px auto 0;
	padding-top: 10px;
	font:#000;
	line-height:1.5em;
	font-size:14px;
	font-weight: bold;
}
#containts #containtbox #inbox {
	width: 918px;
	margin: 0px auto 0;
	padding-bottom: 5px;
	background-color: #FFFFFF;
	/*height:310px;*/
}
#thum01 {
	margin: 20px auto;
	width:865px;
}
.thum01tbl img {
	padding: 2px;
}
#containts #containtbox #inbox .button {
	margin:10px auto 20px; 
	text-align:center;
}

span.red{
	color:#F00
}

.greeting .txt{
    max-width: 700px;
    margin: 0 auto;
}

.opensale .img{
    width: 400px;
}
.opensale .txt{
    width: 570px;
}
.opensale h3{
    color: #fa0000;
}
.opensale .flex:not(:last-of-type){
    margin-bottom: 25px;
}

.timetable{
    margin: 30px 0 0 0;
}
.timetable table{
    width: 100%;
    border: 2px solid #333;
}
.timetable table tr{
    display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-content: space-around;
	align-items: stretch;
    border-bottom: 1px solid #ccc;
}
.timetable table tr:last-of-type{
    border-bottom: none;
}
.timetable table tr:first-of-type th{
    width: 25%;
}
.timetable table tr:nth-of-type(2) td{
    text-align: center;
    width: 75%;
}
.timetable table tr > *{
    width: 25%;
    padding: 10px;
    border-right: 1px solid #ccc;
}
.timetable table tr > *:last-child{
    border-right: none;
}
.timetable table p:not(:last-of-type){
    margin-bottom: 15px;
}
.timetable a{
    font-size: 85%;
}

.place .img{
    width: 550px;
}
.place .txt{
    width: 430px;
}

.old{
    background-color: #eae3cf;
    border-radius: 10px;
    margin-bottom: 15px;
    padding: 10px;
    font-weight: bold;
}
.new{
    background-color: #f7c538;
    border-radius: 10px;
    padding: 10px;
    font-weight: bold;
}
.down{
    display: block;
    margin: 0 auto 15px auto;
}

.easymap img{
    display: block;
    margin: 30px auto;
}

/* フッター */

#footer {
	margin: 50px auto 0px auto;
	padding: 5px 0 0;
	width:1000px;
	height:30px;
	background-color: #000000;	
}

#copy {
	text-align: center;
	color: #fff;
}
	

/*----------------リンク基本設定----------------*/
a{
  display:block;
} 
a.white:hover img{
  filter: alpha(opacity=60);
  opacity:0.6;
}

a:link {
	color:#C30;
	text-decoration:none;
}
a:visited {
	color:#C30;
	text-decoration:none;
}
a:hover {
	color:#C30;
	text-decoration:underline;
}
a:active {
	text-decoration:none;
}

.btn_top {cursor:pointer;}

