/* CSS Document */
body{
}

.top_information_area{
	background-color: rgba(255,255,255,0.70);
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-top: 10px;
	border: 1px solid rgba(255,255,255,0.80);
}
@media screen and (max-width:480px){ 
    /*　画面サイズが480pxまではここを読み込む　*/
.body_top{
	background-image: url(images/bg_header01_01.jpg);
	background-size: 100% auto;
	background-position: center  90px;
	background-repeat: no-repeat;
	background-attachment: fixed;
    height: 230px;
    }
.bn_yoyaku {
    position: absolute;
    z-index: 0;
    top: 30vw;
    right: 5%;
    width: 120px;
}
}
@media screen and (min-width:481px) and (max-width:768px){ 
    /*　画面サイズが480pxから768pxまではここを読み込む　*/
.body_top{
    background-image: url(images/bg_header01_01.jpg);
    background-position: 0  90px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 300px;
    background-size: contain;
    padding-top: 150px;
    }
.bn_yoyaku {
    position: absolute;
    z-index: 0;
    top: 30vw;
    right: 5%;
    width: 120px;
}
}
@media screen and (min-width:769px) and ( max-width:1024px) {
    /*　画面サイズが768pxから1024pxまではここを読み込む　*/
.body_top{
    background-image: url(images/bg_header01_01.jpg);
    background-size: contain;
    background-position: center 100;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 350px;
    padding-top: 240px
    }
.bn_yoyaku {
    position: absolute;
    z-index: 0;
    top: 25vw;
    right: 5%;
}
}
@media screen and (min-width:1025px) {
    /*　画面サイズが1024pxからはここを読み込む　*/
.body_top{
    background-image: url(images/bg_header01_01.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 550px;
    background-position: center 0px;
   /* background-size: 1170px auto;*/
   padding-top: 330px; 
}
.bn_yoyaku {
    position: absolute;
    z-index: 0;
    top: 25vw;
    right: 10%;
}
}
.info_article {
    border-spacing: 0px 0px;
    background-color: #FFFFFF;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    border: 1px solid #FFBD7C;
    margin-top: 5px;
    margin-right: 5px;
    margin-bottom: 30px;
    margin-left: 5px;
}.day_font {
	font-size: 1.2em;
	margin-bottom: 5px;
	font-family: yg;
	font-weight: bold;
	color: white;
	background-color: lightcoral;
	width: 150px;
	border-radius: 5px;
	text-align: center;
	padding: 2px;
	text-shadow: 1px 1px 1px rgba(73,48,49,1.00);
}
.calender_area{
	max-height: 1125px;
	overflow: auto;
	background-color: white;
}
.h2_title{
	width: 100%;
	max-width: 600px;
}
.test_transition {
    width:100px;
    height:100px;
    background:#ffffff;
    border:1px solid #555555;
    transition-property:background,width;
    transition-duration:1s;
    transition-timing-function:ease-out;
	animation: fadein 3s linear 0s 1;
} 
.test_transition:hover{
    width:250px;
    background:#555555;
}


/* 表示ボタン */
#show {
}

/* メッセージ */
.alert {
    display: none; /* 初期状態は非表示 */
    /* 画面上部に表示 */
	position: absolute;
	top: 53px;
  	left: 222px;

}
.counter_box{
	background-color: white;
	width: 200px;
	margin: 30px auto;
	text-align: center;
	padding: 10px;
	border: 1px solid #C6D0BB;
	clear: both;
}
.counter_box p{
	border-bottom: 1px dotted #D6E0DD;
}
h3{
    font-family: 'Hiragino Maru Gothic Pro','Hiragino Kaku Gothic Pro','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
    color: #592819;
    font-size: 1.8em;
    line-height: 0.75em;
    letter-spacing: 0.05em;
    margin: 0 0 15px;
    font-weight: normal;
}
.body_top h2{
    text-align: center;
    font-family: 'Hiragino Maru Gothic Pro','Hiragino Kaku Gothic Pro','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
    color: #fff;
    text-shadow: 1px 1px 1px #ff9800, -1px 1px 1px #ff9800, 1px -1px 1px #ff9800, -1px -1px 1px #ff9800, 1px 1px 1px #ff9800, -1px 1px 1px #ff9800, 1px -1px 1px #ff9800, -1px -1px 1px #ff9800;
    font-size: 3.5vw;
    letter-spacing: 0.05em;
    font-weight: bold;

}
.table th{
    background-color: #EFFFF5;
    text-align: center;
}
