@charset "utf-8";

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

#honeymoon {}


/*----------------------------------------------------------
  - 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: 20px;
    margin: 0 auto;
}

#honeymoon h1#title img {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 260px;
	margin: -61px 0 0 -130px;
}


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

#honeymoon #contents {
	padding: 0px 10px 40px 10px;
}

#honeymoon #contents .main .innerblock {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}


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

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

#honeymoon #contents .features h2 {
    text-align: center;
    font-family: Oswald, sans-serif;
    font-size: 18px;
    margin-bottom: 40px;
}

#honeymoon #contents .features .points {
	width: 100%;
	_zoom: 1;
	overflow: hidden;
}

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

#honeymoon #contents .features .points li {
	margin: 0 0 20px 0;
}

#honeymoon #contents .features .points li .pict {
	text-align: center;
	margin-bottom: 20px;
}


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

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

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

#honeymoon #contents .beautiful-tour .box .pict {
	text-align: center;
}

#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: 16px;
	font-weight: bold;
	text-align: center;
	margin: 0 0 10px 0;
}

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

#honeymoon #contents .beautiful-tour .box .text .button { text-align: center; }


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

#contents .contact {
	max-width: 480px;
	margin: 0 auto 20px auto;
	_zoom: 1;
	overflow: hidden;
}

#contents .contact ul {
	margin: 0;
	padding: 0;
}

#contents .contact ul li {
	text-align: center;
	margin: 0 40px 10px 40px;
}


/*----------------------------------------------------------
  - 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) {
}

