*{ 
    margin: 0;
    padding: 0;
}

body {
    background-image: url(images/bg.png);
    background-repeat: repeat;
}


/* 背景 大框 */

.bg {
    font-family: '微軟正黑體';
    box-sizing: border-box;
    background: #f67796;
    background: linear-gradient(#f67796, #dc716b);
    width: 1106px;
    margin: auto;
}

.bg a {
    text-decoration: none;
}


/* 內容框 */

#sakura_article_bg {
    box-sizing: border-box;
    width: 1036px;
    margin: 30px auto 0px;
    background: #fff;
    padding-bottom: 60px;
    border-radius: 30px;
    padding-top: 20px;
    clear: both;
    position: relative;
}

.article1 {
    margin: 20px auto;
    width: 960px;
    box-sizing: border-box;
}

.article1 h2 {
    text-align: center;
    width: 950px;
    background: #beab8b;
    margin: 10px auto 20px;
    line-height: 30px;
    border-radius: 10px;
    color: #fff;
    font-weight: normal;
    font-size: 30px;
    padding: 5px;
}

.article1 h2 span {
    font-size: 20px;
}

.article1 figure {
    width: 230px;
    height: auto;
    border-radius: 50%;
    padding: 5px;
    border: dotted 3px #d1c0a5;
    background-size: contain;
    float: left;
    margin: 0 25px;
}

.article1 figure img {
    display: block;
    border-radius: 50%;
}

.article1 figcaption {
    width: 65%;
    float: right;
    margin: 0 15px;
}

.sakura_article_content {
    padding: 10px 30px 20px 0;
    width: 100%;
    box-sizing: border-box;
}

.sakura_article_content a {
    color: #333;
}

.sakura_article_content a:hover {
    text-decoration: underline;
}

.sakura_article_content p {
    font-size: 21px;
    font-weight: bold;
    line-height: 30px;
    padding: 15px 0;
}

.sakura_article_content p:before {
    content: url(images/icon01.png);
    margin-right: 5px;
}

.sakura_article_godate {
    width: 85px;
    height: 30px;
    background: #dc716b;
    color: #fff;
    padding: 5px;
    font-size: 18px;
    margin-right: 5px;
}

.sakura_article_date {
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
}

.sakura_article_price {
    float: right;
}

.sakura_article_prices {
    font-weight: bold;
    font-size: 32px;
    color: #ff0900;
}

.sakura_article_note {
    display: block;
    color: #3338c7;
    font-weight: bold;
    padding: 20px 5px;
}

.sakura_hotel01 {
    float: left;
    width: 290px;
    height: 130px;
    margin-right: 5px;
    background-image: url(images/hotel01.jpg);
    border-radius: 5px;
    transition: all 1s;
    -webkit-transition: all 1s;
}

.sakura_hotel01:hover {
    background-image: url(images/hotel01_hover.jpg);
}

.sakura_hotel02 {
    float: left;
    width: 290px;
    height: 130px;
    margin-right: 5px;
    background-image: url(images/hotel02.jpg);
    border-radius: 5px;
    transition: all 1s;
    -webkit-transition: all 1s;
}

.sakura_hotel02:hover {
    background-image: url(images/hotel02_hover.jpg);
}

.fb_share {
    position: absolute;
    right: 40px;
    bottom: 20px;
}

#footer {
	width: auto;
	height: auto;
	padding-top: 40px;
	padding-bottom: 40px;
	color: #FFF;
	font-size: 13px;
	line-height: 23px;
}

#footer a{
	color: #FFFFFF;
	text-decoration: none;
}