@charset "utf-8";

/*//////////////////////////////////////////////////////////
//  - HONEYMOON
//////////////////////////////////////////////////////////*/

#honeymoon {}

#contents h2 {
    text-align: center;
    font-family: Oswald, sans-serif;
    font-size: 25px;
    margin-bottom: 40px;
}
/*----------------------------------------------------------
  - TITLE
----------------------------------------------------------*/

#honeymoon #wrapper {
}

#honeymoon h1#title {
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    position: relative;
    text-align: center;
    font-size: 35px;
    margin: 0 auto;
    padding-top: 50px;
}

#honeymoon h1#title img {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -90px 0 0 -190px;
}


/*----------------------------------------------------------
  - CONTENTS
----------------------------------------------------------*/

#honeymoon #contents {
	padding: 60px 0 80px 0;
}

#honeymoon #contents .main .innerblock {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
}


/*----------------------------------------------------------
  - FEATURES
----------------------------------------------------------*/

#honeymoon #contents .features {
	width: 100%;
	padding: 20px 0 80px 0;
}

#honeymoon #contents .features h2 {

}

#honeymoon #contents .features .points {
	width: 1000px;
	_zoom: 1;
	overflow: hidden;
}

#honeymoon #contents .features .points ul {
	margin: 0 -35px 0 0;
	padding: 0;
}

#honeymoon #contents .features .points li {
	float: left;
	width: 310px;
	margin: 0 35px 0 0;
}

#honeymoon #contents .features .points li .pict {
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 17px;
	text-align: center;
	border-bottom:1px solid #5b5744;
	padding:0 0 10px;
}


/*----------------------------------------------------------
  - BEAUTIFUL TOUR
----------------------------------------------------------*/

#honeymoon #contents .beautiful-tour {
	width: 100%;
	padding: 0 0 60px 0;
}

#honeymoon #contents .beautiful-tour .box {
	background-color: rgba(255, 255, 255, 0.7);
	padding: 30px;
	_zoom: 1;
	overflow: hidden;
}

#honeymoon #contents .beautiful-tour .box .pict {
	float: left;
	width: 340px;
}

#honeymoon #contents .beautiful-tour .box .pict p {
	margin: 5px 0 15px 0;
}

#honeymoon #contents .beautiful-tour .box .text {
	float: right;
	width: 570px;
}

#honeymoon #contents .beautiful-tour .box .text h4 {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 5px 0;
}

#honeymoon #contents .beautiful-tour .box .text p {
	font-size: 13px;
	margin: 0 0 5px 0;
}


/*----------------------------------------------------------
  - CONTACT
----------------------------------------------------------*/

#contents .contact {
	width: 820px;
	margin: 0 auto 40px auto;
	_zoom: 1;
	overflow: hidden;
}

#contents .contact ul {
	margin: 0 -20px 0 0;
}

#contents .contact ul li {
	float: left;
	width: 400px;
	margin: 0 20px 0 0;
}


/*----------------------------------------------------------
  - TBD
----------------------------------------------------------*/

.sample {
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	        border-radius: 5px;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;
	_zoom: 1;
	overflow: hidden;
	filter:alpha(opacity=30);
	-moz-opacity: 0.3;
	opacity: 0.3;
	-webkit-background-size: 30px auto;
	   -moz-background-size: 30px auto;
		    background-size: 30px auto;
	-webkit-background-origin: content;
	   -moz-background-origin: content;
	        background-origin: content;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

@media screen and (min-width: 769px) {
}

@media screen and (min-width: 0px) and (max-width: 768px) {
}

