@charset "utf-8";
/*
Theme Name: Islandlife concierge Theme
Theme URI: http://www.islandlifeconcierge.com
Description: Designed by ML Design
Version: 7.0
Author: ML Design
Author URI: http://www.ml-design.jp/
Tags:
*/

/*
Download Baloo+Bhaina
*/

@import url(https://fonts.googleapis.com/css?family=Merriweather|Kalam);

*{
	margin: 0px;
	padding: 0px;
}
html{
  font-size: 62.5%; /*10px*/
}
body{
	font-family:"Helvetica Neue","HelveticaNeue",Helvetica,Arial,sans-serif;
	/*font-family:"Lucida Grande","Lucida Sans Unicode","Lucida Sans",Garuda,Verdana,Tahoma,sans-serif;
	font-family:'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
	*/
	/*
	font-family:'Microsoft JhengHei', 'OpenSansRegular', 'Open Sans', Arial, sans-serif;
	*/
	background-position: 0px 0px;
	text-align: center;
}
a:hover {
	color: #FF6600;
}
a {
transition: 0.3s;
}

/* reset */
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:hover img {
filter: alpha(opacity=70); /*For IE*/
opacity: 0.7; /*Opera・Safari*/
-moz-opacity: 0.7; /*For FireFox*/
}
#logo a:hover img {
filter: alpha(opacity=100); /*For IE*/
opacity: 1.0; /*Opera・Safari*/
-moz-opacity: 1.0; /*For FireFox*/
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}
p, pre, em {
	margin: 0px;
	padding: 0px;
}
ul, dl, ol, li, dt, dd {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.float_right {
	float: right;
	margin-left: 10px;
}
.float_left {
	float: left;
	margin-right: 10px;
}
.clear {
	margin: 0px;
	padding: 0px;
	clear: both;
}
.clear hr {
	display: none;
}
.post-edit-link {
	font-size: 15px;
	font-weight: bold;
	color: #FF0000;
	padding-left: 55px;
	clear: both;
	display: block;
	text-decoration: none;
	text-align: center;
	padding-top: 5px;
	padding-right: 55px;
	padding-bottom: 5px;
	margin-top: 8px;
	margin-bottom: 8px;
	border: 1px dashed #CCCCCC;
}

/* html5 */
hgroup, nav, header, footer, section, article, aside {
	margin: 0px;
	padding: 0px;
}
section {
	display: block;
}

/* text */
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
img.alignleft {
	margin-right: 8px;
	margin-bottom: 8px;
}
img.alignright {
	margin-left: 8px;
	margin-bottom: 8px;
}
.aligncenter {
	text-align: center;
}

/* color */
.red{
	color: #FF0000;
}
.blue{
	color: #0000FF;
}
.green {
	color: #006600;
}
.gray {
	color: #666666;
}

/* sitemap */
.sitemap_gene_title {
	display: none;
}
.ddsg-wrapper ul {
	padding-bottom: 35px;
	padding-right: 40px;
	padding-left: 25px;
}
.ddsg-wrapper h3 {
	display: none;
}

/* comment */
.comment {
	margin-left: 35px;
	margin-top: 5px;
	margin-bottom: 9px;
}
.commentlist {
	padding-left: 20px;
}
cite.fn {
	font-style: normal;
	font-weight: bold;
	font-size: 19px;
	color: #009900;
}
.says {
	color: #333333;
	font-size: 12px;
}
h3#comments {
	color: #0099FF;
	padding-top: 35px;
	font-size: 16px;
}
.comment-meta {
	font-size: 12px;
	padding-left: 20px;
	background-color: #99CC00;
	padding-top: 2px;
	padding-bottom: 2px;
}
.comment-meta a {
	color: #FFFFFF;
	text-decoration: none;
}
.comment-body p {
	font-size: 15px;
	line-height: 26px;
	padding-left: 20px;
	padding-right: 15px;
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.comment-reply-link {
	font-size: 14px;
	font-weight: bold;
}
#comment {
	width: 450px;
}
#commentform p {
	font-size: 14px;
	padding-top: 5px;
}
#respond h3 {
	color: #0099FF;
	font-size: 16px;
}
#commentform #submit {
	font-weight: bold;
	color: #006600;
	width: 150px;
	margin-top: 5px;
	margin-left: 10px;
}

/* searchform */
.searchform_area {
	width: ;
	font-size: 12px;
	padding-top: 13px;
	padding-bottom: 5px;
	color: #333333;
	padding-left: 20px;
}
#searchform {
	margin: 0px;
	padding: 0px;
}
#searchsubmit {
	font-size: 12px;
}
#s {
	font-size: 13px;
}

/* block */
#wrapper {
	width:100%;
	height:100%;
}
#upper_block {
	width: 100%;
}
#upper_block_inner {
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
#middle_block {
	clear: both;
	width: 100%;
}
#middle_block_inner {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	width: 1020px;
	overflow: hidden;
	display: block;
	position: relative;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#under_block {
	clear: both;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#under_block_inner {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	display: block;
	width: 1020px;
	overflow: hidden;
	clear: both;
}
#content {
	overflow: hidden;
}
#mono {
	margin: 0px;
	padding: 0px;
	clear: both;
}
#main {
	float: left;
	width: 760px;
}
#side {
	float: right;
	width: 230px;
}

/* design - entry */

.entry {
}
.entry h1,
.archive h1 {
	/*
	font-family: Georgia, "Times New Roman", Times, serif;
	*/
	font-family: 'Merriweather', serif;
	padding-top: 10px;
	padding-bottom: 15px;
	clear: both;
	font-size: 32px;
	line-height: 36px;
	color: #1f1f3d;
	font-weight: normal;
}
.entry h2 {
	/*
	font-family: Georgia, "Times New Roman", Times, serif;
	*/
	font-family: 'Merriweather', serif;
	font-size: 25px;
	padding-top: 20px;
	padding-bottom: 8px;
	clear: both;
	color: #b34141;
	line-height: 32px;
}
.entry h3 {
	/*
	font-family: Georgia, "Times New Roman", Times, serif;
	*/
	font-family: 'Merriweather', serif;
	font-size: 20px;
	clear: both;
	padding-top: 20px;
	padding-bottom: 8px;
	color: #1f1f3d;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-top: 8px;
}
.entry h4 {
	/*
	font-family: Georgia, "Times New Roman", Times, serif;
	*/
	font-family: 'Merriweather', serif;
	font-size: 18px;
	padding-top: 3px;
}
.entry h5 {
	font-size: 15px;
	color: #333333;
	padding-top: 5px;
	padding-bottom: 10px;
}
.entry ul,
.entry dl {
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 20px;
}
.entry li {
	font-size: 16px;
	line-height: 25px;
	padding-top: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.entry dt {
	font-size: 16px;
	line-height: 23px;
	color: #336600;
	font-weight: bold;
	padding-left: 5px;
	clear: both;
}
.entry dd {
	padding-left: 75px;
	padding-bottom: 5px;
	padding-top: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
	margin-bottom: 15px;
}
.entry time {
	font-size: 13px;
	color: #666666;
	padding-left: 10px;
	display: block;
}
.entry p {
	font-size: 16px;
	line-height: 22px;
	padding-top: 10px;
	padding-left: 5px;
}

/* entry_column */
.entry_column {
	overflow: hidden;
	padding-top: 15px;
	padding-bottom: 25px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
}
.entry_column_a {
	float: left;
	width: 310px;
}
.entry_column_b {
	float: right;
	width: 440px;
	font-size: 15px;
	line-height: 22px;
	margin-bottom:8px;
}
.entry_area {
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 4px;
	padding-right: 15px;
	padding-bottom: 4px;
	padding-left: 15px;
	background-color: #990000;
	display: inline;
}
.departure_point {
	font-family: 'Merriweather', serif;
	font-size: 15px;
 font-weight: bold;
 color: #FFFFFF;
 padding-top: 4px;
 padding-right: 15px;
 padding-bottom: 4px;
 padding-left: 15px;
 background-color: #b34141;
 display: inline;
}
.list_departure_point {
	font-family: 'Merriweather', serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 4px;
	padding-bottom: 4px;
	background-color: #b34141;
	display: block;
	margin-bottom: 10px;
	text-align: center;
	width: 260px;
}
.list_departure_point a {
	color: #FFFFFF;
	text-decoration: none;
}
.list_departure_point:hover {
	background-color: #FF6600;
}
.archive_contents {
	float: right;
	width: 500px;
}

/* entry table */
.entry table {
	border-collapse: collapse;
	margin-top: 10px;
	margin-bottom: 10px;
}
.entry table tr {
}
.entry table td {
	font-size: 15px;
	border: 1px solid #999999;
	padding: 8px;
	line-height: 20px;
}
table #table_price_list td {
	text-align: center;
	font-weight: bold;
}
.entry table ul {
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.entry table ul li {
	font-size: 14px;
	line-height: 22px;
	color: #333333;
	font-weight: normal;
}
#td_style_a {
	background-color: #E9E4D4;
	width: 250px;
	text-align: left;
}
#td_style_b {
	width: 250px;
}
#td_style_c {
	width: 250px;
}
#td_style_d {
	width: 165px;
}
#td_style_e {
	width: 165px;
}
#td_style_f {
	width: 165px;
}
#td_style_g {
	background-color: #E9E4D4;
	width: 120px;
}
#td_style_h {
	width: 125px;
}
#td_style_i {
	width: 125px;
}
#td_style_j {
	width: 125px;
}
#td_style_k {
	width: 125px;
}
#td_style_l {
	width: 125px;
}
td.white {
	background-color: #FFFFFF!important;
}
td.sand {
	background-color: #E9E4D4!important;
}

/* rayout */
.inquiries_button {
	clear: both;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}
.entry hr {
	color: #666666;
	margin-top: 15px;
	margin-bottom: 15px;
	clear: both;
}
.red_bg_title {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #990000;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 15px;
	margin-top: 15px;
}
.w_column_part {
	float: left;
	height: 320px;
	width: 380px;
	padding-top: 15px;
}
.triple_column_part {
	float: left;
	height: 320px;
	width: 250px;
	padding-top: 15px;
	text-align: center;
}
.tour_area_block {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	overflow: hidden;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}
.tour_time_price {
	float: right;
	width: 250px;
	height: 100px;
}
.tour_time {
	font-size: 15px;
	color: #FFFFFF;
	background-color: #000000;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
	font-weight: bold;
}
.tour_price {
	padding-left: 10px;
	font-size: 20px;
}
.tour_detail_text {
	float: left;
	width: 400px;
	font-size: 15px;
	line-height: 28px;
}
.sightseeing_block {
	width: 150px;
	float: left;
	text-align: center;
	height: 150px;
}
.sightseeing_title {
	font-size: 11px;
	text-align: center;
}

/* design - detail */

#logo {
	margin: 0px;
	padding: 0px;
	width: 350px;
	height: 130px;
}
#description {
	font-family: 'Kalam', cursive;
	font-size: 1.7rem;
	color: #333333;
	font-weight: normal;
	text-align: center;
}
#top {
	position: relative;
	overflow: hidden;
}
#lang_nav {
	position: absolute;
	z-index: 999;
	top: 15px;
	right: 0px;
	display: block;
	/*
	font-family: Georgia, "Times New Roman", Times, serif;
	*/
	font-family: 'Merriweather', serif;
}
#lang_nav ul {
	overflow: hidden;
}
#lang_nav li {
	float: left;
	margin-right: 5px;
	font-size: 13px;
}
#lang_nav li a {
	display: block;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	text-decoration: none;
	color: #333333;
}
#lang_nav li a:hover {
}
#scroller {
	margin: 0px;
	padding: 0px;
	height: 37px;
	width: 37px;
	position: fixed;
	right: 2px;
	bottom: 35px;
}
#copy {
	background-color: #1F1F3D;
	color: #FFFFFF;
	font-size: 13px;
	padding-top: 10px;
	padding-bottom: 10px;
	clear: both;
	text-align: center;
}
#nav_top_link {
	font-size: 18px;
	height: 20px;
	width: 100px;
	position: absolute;
	z-index: 999;
	left: 0px;
	top: 0px;
}

/* main_nav */
#main_nav {
	clear: both;
	position: relative;
	width: 1020px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;

}
#main_nav li {
	font-family: 'Merriweather', serif;
	position:relative;
}
#main_nav ul li ul {
	position:absolute;
	top:95px;
	left: 10px;
	visibility:hidden;
	opacity:0;
    -webkit-transition:visibility 0.1s ease-in, opacity 0.1s ease-in;
    -moz-transition:visibility 0.1s ease-in, opacity 0.1s ease-in;
    -ms-transition:visibility 0.1s ease-in, opacity 0.1s ease-in;
    -o-transition:visibility 0.1s ease-in, opacity 0.1s ease-in;
	transition:visibility 0.1s ease-in, opacity 0.1s ease-in;
	z-index:9999;
	text-align: left;
	padding-left: 0px;
	padding-top: 0px;
}
#main_nav ul li:hover ul {
	visibility:visible;
	opacity:1;
	border: 1px solid #CCCCCC;
}
#main_nav ul li ul li {
	float:none;
    -webkit-transition:margin 0.1s ease-in;
    -moz-transition:margin 0.1s ease-in;
    -ms-transition:margin 0.1s ease-in;
    -o-transition:margin 0.1s ease-in;
	transition:margin 0.1s ease-in;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	background-color: #F0F0F0;
	width: 200px;
}
#main_nav ul li ul li a {
	padding-top: 8px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-right: 10px;
	margin-left: 10px;
	font-size: 15px;
	overflow: hidden;
}
#main_nav ul li:hover ul li {
	margin-top:0;
}

/* tour details */
#tour_details {
	padding-top: 15px;
	padding-bottom: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
	background-color: #F0F0F0;
	padding-right: 8px;
	padding-left: 8px;
}
.single_tour_title {
	/*
	font-family: Georgia, "Times New Roman", Times, serif;
	*/
	font-family: 'Merriweather', serif;
	font-size: 18px;
	font-weight: normal;
	display: block;
	padding-top: 10px;
	padding-bottom: 5px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #b34141;
}
.single_tour_price {
	font-size: 16px;
	padding-top: 10px;
	color: #CC3300;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	display: block;
	padding-bottom: 5px;
}
.single_tour_price span {
	text-align: right;
	display: block;
	padding-top: 3px;
}
.single_tour_price_detail {
	font-size: 14px;
	color: #666666;
	line-height: 20px;
	padding-top: 4px;
	padding-bottom: 6px;
}
.single_tour_age_restrictions {
	font-size: 15px;
	padding-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-bottom: 5px;
}
.single_tour_age_restrictions span {
	text-align: right;
	display: block;
	padding-top: 3px;
}
.single_tour_duration {
	font-size: 15px;
	padding-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-bottom: 5px;
}
.single_tour_duration span {
	text-align: right;
	display: block;
	padding-top: 3px;
}
.single_tour_meeting_point {
	font-size: 15px;
	line-height: 20px;
	padding-top: 4px;
	padding-bottom: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.single_tour_meeting_point span {
	text-align: light;
	display: block;
	padding-top: 3px;
}
.single_tour_departures_time {
	font-size: 15px;
	line-height: 20px;
	padding-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-bottom: 5px;
}
.single_tour_departures_time span {
	text-align: light;
	display: block;
	padding-top: 3px;
}
.single_tour_operating_season {
	font-size: 15px;
	line-height: 20px;
	padding-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-bottom: 5px;
}
.single_tour_operating_season span {
	text-align: light;
	display: block;
	padding-top: 3px;
}

#tour_preview {
	clear: both;
	overflow: hidden;
}
.tour_preview_box {
	width: 336px;
	float: left;
	height: 320px;
}
.tour_preview_box_image {
}
.tour_preview_box_title {
	/*
	font-family: Georgia, "Times New Roman", Times, serif;
	*/
	font-family: 'Merriweather', serif;
	font-size: 25px;
	line-height: 29px;
	padding-top: 8px;
}
.tour_preview_box_detail {
	font-size: 14px;
	line-height: 20px;
	padding-top: 13px;
	color: #333333;
	padding-right: 15px;
}
.box_spc {
	padding-right: 27px;
}
.recomend_archive {
	position: relative;
}
.recomend_archive h2 {
	/*
	font-family: Georgia, "Times New Roman", Times, serif;
	*/
	font-family: 'Merriweather', serif;
	font-size: 23px;
	font-weight: normal;
}
.recomend_archive h2 a {
	text-decoration: none;
	color: #000000;
}
.recomend_archive h2 a:hover {
	color: #FF9900;
}
.recomend_archive p {
	font-size: 15px;
	line-height: 20px;
	padding-top: 8px;
}
.box_line_archive {
	overflow: hidden;
	padding-bottom: 20px;
	padding-top: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
}
.img_archive_spc {
	float: left;
	width: 260px;
}
#side h2 {
	/*
	font-family: Georgia, "Times New Roman", Times, serif;
	*/
	font-family: 'Merriweather', serif;
	font-size: 18px;
	padding-top: 6px;
	padding-bottom: 4px;
	color: #1f1f3d;
}
#side h3 {
	font-size: 14px;
	padding-top: 6px;
	padding-bottom: 4px;
	color: #666666;
	font-weight: normal;
}
#side ul {
}
#side ul li {
	/*
	font-family: Georgia, "Times New Roman", Times, serif;
	*/
	font-family: 'Merriweather', serif;
	font-size: 18px;
}
#side ul li ul {
	padding-bottom: 16px;
	padding-top: 8px;
}
#side ul li ul li {
	font-family:"Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	padding-left: 10px;
	padding-top: 5px;
}
#side ul li a {
	text-decoration: none;
	color: #000000;
}
#side ul li a:hover {
	color: #FF9966;
}
.side_bn {
	padding-top: 10px;
	display: block;
}
.side_bn small {
	font-size: 1.5rem;
	color: #666666;
}
li.home_link {
	margin-bottom: 20px;
	font-weight: bold;
}
li.home_link a {
	color: #CC3333!important;
}
li.home_link a:hover {
	color: #FF6600!important;
}
.nav_gray {
	color: #666666!important;
}

/* Inquiry */

/* 7 */
div.wpcf7  {
	padding-right: 35px;
	padding-left: 35px;
}
.wpcf7 table {
	width: 100%;
	margin-bottom: 15px;
}
.wpcf7 td {
	padding-top: 15px!important;
	padding-bottom: 15px!important;
	padding-left: 25px!important;
	font-size: 17px!important;
	line-height: 29px!important;
}
.wpcf7 textarea {
	width: 95%;
	margin-top: 15px;
	margin-bottom: 15px;
}

/* WM */
.mw_wp_form table {
	width: 100%;
	margin-bottom: 15px;
}
.mw_wp_form td {
	padding-top: 15px!important;
	padding-bottom: 15px!important;
	padding-left: 25px!important;
	font-size: 17px!important;
	line-height: 29px!important;
}
.mw_wp_form textarea {
	width: 95%;
	margin-top: 15px;
	margin-bottom: 15px;
}
.mw_wp_form small {
	font-size: 75%;
	color: #777777;
}
.form_col_submit {
	text-align: center;
	clear: both;
	padding-top: 5px;
	padding-bottom: 5px;
}
.form_col_submit input {
	font-family: 'Merriweather', serif;
	font-size: 18px;
	line-height: 26px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	margin-right: 5px;
	margin-left: 5px;
}
.required_red {
	color: #FF0000;
	margin-right: 3px;
}
.required_text {
	font-size: 90%;
	display: block;
	color: #333333;
}
.s_normal_text {
	font-size: 90%;
color: #333333;
}
td.col_space_a {
	width: 50px;
}
td.col_space_b {
	width: 33%;
}
td.col_space_c {
	width: 20%;;
}
td.col_space_d {
	width: 60%;;
}
.color_brown {
background-color: #E9E4D4;
}
.table_td_center {
	text-align: center;
}
.form_col_c {
	    font-family: 'Merriweather', serif;
		font-size: 1.8rem;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
}
.form_col_c textarea {
	    font-family: 'Merriweather', serif;
		font-size: 1.8rem;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
}


.lang_on {
	font-weight: bold;
	color: #FF6600!important;
}
#top_information_area {
	overflow: hidden;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.sp-slide em a {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #999999;
	padding-right: 5px;
	padding-left: 5px;
	font-style: normal;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.sp-slide em a:hover {
	color: #FF6600;
}
#fb {
	float: right;
	width: 300px;
}
.top_tour_preview_box {
	float: left;
	width: 690px;
	overflow: hidden;
}
.top_tour_preview_box_image {
	float: left;
	width: 320px;
}
.top_tour_preview_contents {
	float: right;
}
.top_tour_preview_box_title {
	/*
	font-family: Georgia, "Times New Roman", Times, serif;
	*/
	font-family: 'Merriweather', serif;
	font-size: 3.8rem;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #663300;
	font-weight: normal;
	margin-bottom: 10px;
	text-shadow:
  0 0 15px #edf8ff,
  0 0 10px #edf8ff,
  0 0 20px #edf8ff;
}
.top_tour_preview_box_title a {
	color: #000000;
	text-decoration: none;
}
.top_tour_preview_box_title a:hover {
	color: #FF6600;
}
.top_tour_preview_box_title_sub {
	font-size: 1.6rem;
	color: #FF6600;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
}
.top_tour_preview_box_detail {
	font-size: 1.6rem;
	line-height: 2.2rem;
	font-weight: normal;
	text-align: left;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.sp-layer span {
	display: block;
	float: left;
	font-size: 13px;
	background-color: #CCCCCC;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 5px;
	padding-left: 5px;
	margin-right: 8px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	border-radius: 5px;
	text-shadow: 0px 1px 0px #FFFFFF;
	margin-bottom: 5px;
	color: #333333;
}
.topmore {
	display: block;
	width: 135px;
	padding-top: 5px;
	margin-right: auto;
	margin-left: auto;
}
.top_banner_text {
	display: block;
	float: left;
	width: 350px;
	color: #333333;
}

/* cart */
.archive_text_spc {
	font-size: 15px;
	line-height: 22px;
	padding-bottom: 5px;
}
.achve_title_h2 {
	font-size: 22px;
	color: #990000;
	padding-top: 10px;
	padding-bottom: 10px;
}
.achve_title_h3 {
font-size: 20px;
	color: #666666;
	padding-top: 10px;
	padding-bottom: 10px;
}
#bar {
	position:absolute;
	top: 50px;
	height: 340px;
	width: 200px;
	display: block;
	left: 0px;
	background-image: url(image/base/cart_side_bg.png);
}
#bar dl {
	margin: 0px;
	padding: 0px;
}
#bar dt {
	display: block;
	margin: 0px;
	padding: 0px;
}
#bar dd {
	font-size: 13px;
	padding-left: 5px;
}
.cart_block {
	float: left;
	width: 250px;
	height: 340px;
}
.cart_block_inner {
}
.cart_image {
}
.cart_title {
	font-size: 20px;
	padding-top: 6px;
	padding-bottom: 6px;
}
.cart_price {
	padding-top: 5px;
	font-size: 16px;
}
.cart_info {
	font-size: 13px;
	line-height: 25px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#cart_item_area {
	padding-top: 15px;
	padding-bottom: 5px;
}
#cart_form_area {
	clear: both;
	display: block;
	padding-top: 15px;
	padding-bottom: 15px;
}
.move_price_area {
	padding-top: 20px;
	padding-right: 18px;
	padding-left: 18px;
}
.title_count,
.title_confirm {
	font-size: 20px;
	color: #333333;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.count_text {
	font-size: 16px;
	line-height: 22px;
	color: #666666;
	padding-right: 5px;
	padding-left: 5px;
}
.title_top_nav {
text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
.title_confirm_nav {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
.price_tax_small {
	font-size: 13px;
}
.side_button_reset {
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
}


.notice_red {
	background-color: #FFCCCC;
	margin-bottom: 16px;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	border: 1px solid #CCCCCC;
}
#faq_area {
	overflow: hidden;
}
.faq {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.faq_inner {
	padding-top: 15px;
	padding-bottom: 15px;
}
.faq_title {
	/*
	font-family: Georgia, "Times New Roman", Times, serif;
	*/
	font-family: 'Merriweather', serif;
	font-size: 25px;
	padding-top: 25px;
	padding-bottom: 8px;
	clear: both;
	color: #990000;
	line-height: 28px;
}
/*
.faq_title:before {
	content:"Q";
	background-color: #990000;
	color: #FFFFFF;
	margin-right: 8px;
	padding-right: 5px;
	padding-left: 5px;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
*/
.faq_category {
	font-size: 90%;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #006699;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	width: 250px;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.faq_contents {
	font-size: 15px;
	line-height: 22px;
	padding-top: 10px;
	padding-left: 5px;
}
/*
.faq_contents:before {
	content:"A";
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	font-weight: bold;
	margin-right: 5px;
	padding-right: 3px;
	padding-left: 3px;
	color: #FFFFFF;
	background-color: #009966;
}
*/
.faq_nav {
	overflow: hidden;
}
.faq_nav li {
	font-size: 20px;
	line-height: 30x;
	font-weight: bold;
}
.history_back {
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 25px;
	font-size: 120%;
}
#footer_nav {
	overflow: hidden;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	padding-top: 20px;
	padding-bottom: 35px;
	text-align: left;
}
#footer_nav ul {
	float: left;
	width: 300px;
	padding-right: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	margin-right: 15px;
	margin-top: 15px;
}
#footer_nav li {
	/*
	font-family: Georgia, "Times New Roman", Times, serif;
	*/
	font-family: 'Merriweather', serif;
	padding-left: 5px;
	font-weight: bold;
	padding-bottom: 10px;
}
#footer_nav li a{
	font-size: 16px;
	line-height: 22px;
	color: #666666;
	text-decoration: none;
}
#footer_nav li a:hover {
	color: #FF6600;
}
#footer_nav ul li ul {
	clear: both;
	padding-top: 0px;
	margin-left: 15px;
	width: 95%;
}
#footer_nav ul li ul li {
	font-family: "Helvetica Neue","HelveticaNeue",Helvetica,Arial,sans-serif;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 5px;
	padding-bottom: 3px;
}
.button_more {
	display: block;
	float: right;
	clear: both;
}
.button_more a {
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding-top: 4px;
	background-color: #666666;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
	font-weight: bold;
}
.button_more a:hover {
	color: #FF6600;
}
#cft label {
	font-weight: normal;
}
#cft label span {
	display: block;
	font-size: 110%;
	font-weight: bold;
	padding-bottom: 8px;
}
.cft dd {
	padding-bottom: 10px;
	padding-left: 25%;
}

#sub_nav {
	clear: both;
	background-image: url(image/base/phones4.png);
	background-repeat: no-repeat;
	background-position: right 9px;
	height: 55px;
}
#sub_nav ul {
	overflow: hidden;
	padding-top: 18px;
	padding-left: 10px;
}
#sub_nav ul li {
	font-family: 'Merriweather', serif;
	display: block;
	float: left;
	margin-right: 23px;
}
#sub_nav li a {
	text-decoration: none;
	font-size: 16px;
	display: block;
	color: #676767;
	padding-top: 4px;
	padding-bottom: 4px;
}
#sub_nav li a:hover {
	color: #FF6600;
}
.staff_comments {
	font-size: 1.7rem;
	position: absolute;
	z-index: 999;
	bottom: 5px;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
	left: 0px;
	color: #333333;
	max-width: 220px;
}
.staff_comments:after {
  border-bottom: 12px solid #999999;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  content: '';
  margin-left: -20px;
  position: absolute;
  top: -12px;
  left: 50%;
}
.staff_comments p {
	font-family: 'Kalam', cursive;
	word-wrap: break-word;
	margin: 0px;
	padding: 0px;
}
.season_text {
	font-size: 1.7rem;
	font-weight: bold;
	color: #FF3300;
	padding-top: 4px;
}
.operating_season {
	font-size: 1.6rem;
	font-weight: bold;
	color: #627d57;
	padding-bottom: 5px;
	padding-top: 8px;
}
/* custom table class */
table.member_size {

}
table.member_size td {
	padding-top: 3px!important;
	padding-right: 8px!important;
	padding-bottom: 3px!important;
	padding-left: 8px!important;
	width:calc(100% /5);
}
table.member_size small {
	font-size: 1.4rem;
	line-height: 2.3rem!important;
	display: block;
	color: #FF6600;
}
div.wpcf7-mail-sent-ok,
div.wpcf7-validation-errors {
	font-size: 2rem;
}


.inquiries_under {
	background-color: rgba(236, 236, 236, 0.85);
	position: fixed;
	height: 100px;
	width: 350px;
	bottom: 0px;
	display: block;
	z-index: 999;
	right: 65px;
	overflow: hidden;
	text-align: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #777777;
	border-right-color: #777777;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #777777;

	-webkit-border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
    -moz-border-radius-topleft: 5px;
}
.inquiries_under_inner {
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
.inquiries_under_image {
	float: left;
	width: 110px;
	height: 80px;
}
.inquiries_under_image img {
	border: 1px solid #999999;
}
.inquiries_under_detail {
	font-family: 'Merriweather', serif;
	font-size: 1.9rem;
	float: left;
	width: calc(100% - 110px);
	font-weight: bold;
}
.inquiries_under_detail small {
	font-size: 80%;
}
.inquiries_under_detail a {
	text-decoration: none;
	color: #b34141;
}
.inquiries_under_detail a:hover {
	color: #FF6600;
}

#departure_nav {
	clear: both;
	overflow: hidden;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
#departure_nav ul {
	overflow: hidden;
}
#departure_nav ul li {
	font-size: 1.8rem;
	float: left;
	width: 170px;
}
#departure_nav li a {
	color: #000000;
	text-decoration: none;
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
}
#departure_nav li a:hover {
	color: #FF6600;
	background-color: #F0F0F0;
}
#departure_nav h3 {
	font-size: 2rem;
	float: left;
	width: 170px;
	color: #FFFFFF;
	background-color: #999999;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
}


.thumb-item img {
	height: 450px!important;
    object-fit: cover;
    object-position: center center;
}
.thumb-item-nav img {
	height: 120px!important;
	object-fit: cover;
	object-position: center center;
}
