/*
Template:poseidon
Theme Name:funazul
Description:FUN AZUL FLEET(Poseidon 子テーマ)
Version:1.0
 Template Post Type: post, page, product
*/
@charset "UTF-8";

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


/*--------------poseidon オリジナル---------------*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Normalize
2.0 - Typography
3.0 - Elements
4.0 - Forms
5.0 - Accessibility
6.0 - Alignments
7.0 - Clearings
8.0 - Layout Structure
9.0 - Header
10.0 - Navigation
	10.1 - Main Navigation
	10.2 - Social Icon Menu
11.0 - Widgets
	11.1 - Default Widgets
	11.2 - Magazine Posts Widgets
12.0 - Posts and pages
11.0 - Comments
12.0 - Footer
13.0 - Media
	13.1 - Captions
	13.2 - Galleries
14.0 - Media Queries
	14.1 - Desktop Large ( < 1120px )
	14.2 - Desktop Medium ( < 1040px )
	14.3 - Desktop Small ( < 960px )
	14.4 - Tablet Large ( < 880px )
	14.5 - Tablet Medium ( < 800px )
	14.6 - Tablet Small ( < 720px )
	14.7 - Mobile Extra Large ( < 640px )
	14.8 - Mobile Large ( < 560px )
	14.9 - Mobile Medium ( < 480px )
	14.10 - Mobile Small ( < 320px )
15.0 - Theme Option Styles
	15.1 - Sidebar Left Layout
	15.2 - Sticky Header
16.0 - Media Query Fixes
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# 1.0 - Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	margin: 0.67em 0;
	font-size: 2em;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	position: relative;
	vertical-align: baseline;
	font-size: 75%;
	line-height: 0;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-size: 1em;
	font-family: monospace, monospace;
}

button,
input,
optgroup,
select,
textarea {
	margin: 0;
	color: inherit;
	font: inherit;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	box-sizing: content-box;
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
	border: 1px solid #c0c0c0;
}

legend {
	padding: 0;
	border: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# 2.0 - Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-size: 16px;
	font-size: 1rem;
	font-family: 'Ubuntu', Tahoma, Arial;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	overflow: auto;
	margin-bottom: 1.6em;
	padding: 1.6em;
	max-width: 100%;
	background: #eee;
	font-size: 15px;
	font-size: 0.9375rem;
	font-family: "Courier 10 Pitch", Courier, monospace;
	line-height: 1.6;
}

code,
kbd,
tt,
var {
	font-size: 15px;
	font-size: 0.9375rem;
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# 3.0 - Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: none;
}

blockquote {
	margin: 0 0 1.5em;
	padding-left: 1.5em;
	border-left: 4px solid #eee;
	color: #777;
	font-style: italic;
	font-size: 19px;
	font-size: 1.1875rem;
}

blockquote cite,
blockquote small {
	display: block;
	margin-top: 1em;
	color: #404040;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.75;
}

blockquote cite:before,
blockquote small:before {
	content: "\2014\00a0";
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote > :last-child {
	margin-bottom: 0.5em;
}

hr {
	margin-bottom: 1.5em;
	height: 1px;
	border: 0;
	background-color: #ccc;
}

ul,
ol {
	margin: 0 0 1.5em 1.25em;
	padding: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.25em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 0 1.5em;
}

img {
	max-width: 100%; /* Adhere to container width. */
	height: auto; /* Make sure images are scaled correctly. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
	border: none;
	table-layout: fixed;
}

th,
td {
	padding: 0.3em 0.6em;
	border: 1px solid #ddd;
	font-size: 0.9rem;
}

th {
	background: #a9d5ee;
}

a {
	color: #098ed3;
	text-decoration: none;
}

a:link,
a:visited {
	color: #098ed3;
}

a:hover,
a:focus,
a:active {
	color: #404040;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
# 4.0 - Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	padding: 0.4em 0.8em;
	border: none;
	background: #00479d;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
	font-size: 0.8125rem;
	font-family:  "Lucida Grande","Verdana","Helvetica Neue","Helvetica","Arial",sans-serif;
	transition: all 0.2s ease;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	background: #404040;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	padding: 0.3em 0.6em;
	max-width: 100%;
	border: 1px solid #d2d2d2;
	color: #666;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	border: 1px solid #ccc;
	color: #111;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# 5.0 - Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	position: absolute !important;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	width: 1px;
	height: 1px;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	top: 5px;
	left: 5px;
	z-index: 100000; /* Above WP toolbar. */
	display: block;
	clip: auto !important;
	padding: 15px 23px 14px;
	width: auto;
	height: auto;
	border-radius: 3px;
	background-color: #f1f1f1;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	color: #21759b;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: normal;
}

/*--------------------------------------------------------------
# 6.0 - Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	display: block;
	clear: both;
	margin-right: auto;
	margin-left: auto;
}

/*--------------------------------------------------------------
# 7.0 - Clearings
--------------------------------------------------------------*/
.clearfix:before,
.clearfix:after,
.post-navigation .nav-links:before,
.post-navigation .nav-links:after,
.comment-navigation:before,
.comment-navigation:after {
	display: table;
	content: "";
}

.clearfix:after,
.post-navigation .nav-links:after,
.comment-navigation:after {
	clear: both;
}

/*--------------------------------------------------------------
# 8.0 - Layout Structure
--------------------------------------------------------------*/
.site {
	padding-top: 170px;
	margin: 0;
	width: 100%;
}

.container {
	margin: 0 auto;
	padding: 0 2em;
/*	max-width: 1280px;*/
	max-width: 1100px;
	width: 100%;
}

.site-content {
	padding-top: 3em;
	background: #fff;
}

.content-area {
	float: left;
	box-sizing: border-box;
	padding-right: 4em;
	width: 75%;
}

.sidebar {
	float: right;
	width: 25%;
}

/* No Sidebar & Centered Layout Template */
.no-sidebar .content-area,
.site-content .centered-content-area {
	float: none;
	margin: 0 auto;
	padding: 0;
	max-width: 840px;
	width: 100%;
}

/* Fullwidth Template */
.site-content .fullwidth-content-area {
	float: none;
	margin: 0;
	margin: 20px 0;
	padding: 0;
	max-width: 100%;
	width: 100%;
}

/*--------------------------------------------------------------
# 9.0 - Header
--------------------------------------------------------------*/
.site-header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	background: #fff;
    border-bottom: none; 
}

.site-branding {
	float: left;
	margin: 1em 0;
	padding: 0;
/*	max-width: 100%;*/
    max-width: 40%;
}

.site-branding a:link,
.site-branding a:visited,
.site-branding a:hover {
	padding: 0;
	border: none;
	text-decoration: none;
}

.site-title {
	display: inline-block;
	margin: 0;
	padding: 0;
	color: #404040;
	text-decoration: none;
	font-weight: bold;
	font-size: 38px;
	font-size: 2.375rem;
	font-family:  "Lucida Grande","Verdana","Helvetica Neue","Helvetica","Arial",sans-serif;
}

.site-title a:link,
.site-title a:visited {
	color: #404040;
	transition: all 0.2s ease;
}

.site-title a:hover,
.site-title a:active {
	color: #098ed3;
}

.site-branding .custom-logo {
	margin: 0.3em 1em 0 0;
	padding: 0;
	max-width: 100%;
	height: auto;
	border: none;
	vertical-align: top;
}

.site-description {
	margin: -0.2em 0 0.6em;
	font-size: 14px;
	font-size: 0.875rem;
}

/* Custom Header Image */
.header-image {
	margin-top: -1px;
	text-align: center;
}

.header-image img {
	margin: 0 auto;
	max-width: 100%;
	max-height: 480px;
	width: auto;
	height: auto;
	vertical-align: top;
}

/*--------------------------------------------------------------
# 10.0 - Navigation
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## 10.1 - Main Navigation
--------------------------------------------------------------*/
.primary-navigation {
	/*float: right;*/
	margin: 4px 0;
	width : 100%;
    /*background-color: #eeeeee;*/
    background-color: #fff;
}

.main-navigation-toggle {
	display: none;
}

.main-navigation-menu {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	list-style-position: outside;
	list-style-type: none;
	width: 100%;
}

.main-navigation-menu li {
	position: relative;
	float: left;
	width: 20%;
	text-align: center;
	/*border-left: 1px solid #ffffff ;*/
	/*border-right: 1px solid #ffffff ;*/
}

.main-navigation-menu > li:after {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 1;
    transform: translateY(-50%);
    width: 1px;
    height: 40px;
    background: linear-gradient(to bottom, #00a0c900, #00a0c9 30%, #00a0c9 70%, #00a0c900);
	content: '';
}

.main-navigation-menu > li:nth-of-type(2):after,
.main-navigation-menu > li:nth-of-type(3):after,
.main-navigation-menu > li:last-of-type:after {
	display: none;
}

.main-navigation-menu a {
	display: block;
	padding: 1.2em;
	background-color: #eeeeee;
    /*padding-top: 0.4em;*/
	/*padding-bottom: 0.4em;*/
	padding-top: 20px;
	padding-bottom: 20px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 20px;
	font-family: "Lucida Grande","Verdana","Helvetica Neue","Helvetica","Arial",sans-serif;
	transition: all 0.2s ease;
}

/*
.main-navigation-menu > .menu-item-has-children > a:after {
	display: inline-block;
	margin: 0.2em 0 0 0.2em;
	color: #404040;
	content: '\f431';
	vertical-align: top;
	text-decoration: inherit;
	font-size: 16px;
	font-family: 'Genericons';
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
*/

.main-navigation-menu a:link,
.main-navigation-menu a:visited {
	color: #333333;
	text-decoration: none;
}

.main-navigation-menu a:hover,
.main-navigation-menu a:hover:after {
	color: #0aa7f8;
}

.main-navigation-menu > li:nth-of-type(3) > a {
	position: relative;
    background: linear-gradient(150deg, #FFF200, #00A0C9);
    color: #fff;
    font-weight: bold;
}

.main-navigation-menu > li:nth-of-type(3) > a:before,
.main-navigation-menu > li:nth-of-type(3) > a:after {
    position: absolute;
    z-index: 1;
	display: block;
    width: 0px;
    height: 0px;
    margin: 0;
    content: '';
}

.main-navigation-menu > li:nth-of-type(3) > a:before {
    top: 0;
    left: 0;
    border-width: 30px 0px 30px 15px;
    border-color: transparent transparent transparent #eee;
    border-style: solid;
}

.main-navigation-menu > li:nth-of-type(3) > a:after {
    top: 0;
    right: 0;
    border-width: 30px 15px 30px 0px;
    border-color: transparent #eee transparent transparent;
    border-style: solid;
}

/*----------navi-sub　プルダウン-----------*/
.main-navigation-menu > li > ul > li > a{
    color : #ffffff;
	text-transform: none;
}


.main-navigation-menu > li > ul > li > a:link,
.main-navigation-menu > li > ul > li > a:visited {
	color: #ffffff;
	text-decoration: none;
    opacity: 1;
}

.main-navigation-menu > li > ul > li > a:hover
/*.main-navigation-menu > li > ul > li > a:hover:after*/ {
	/*color: #098ed3;*/
    background-color: #265996;
    opacity: 1;
}




.main-navigation-menu ul {
	position: absolute;
	left: 50%;
	z-index: 99;
	transform: translateX(-50%);
	display: none;
	margin: 0;
	padding: 0;
	border: 1px solid rgba(0,0,0,0.12);
/*	background-color: #265996;
    background-color: #6892c6;:*/
	list-style-position: outside;
	list-style-type: none;
}

.main-navigation-menu ul li {
	position: relative;
	float: none;
	color : #ffffff;
}

.main-navigation-menu ul li a {
	padding: 1em;
	/*min-width: 250px;
	min-width: 16rem;*/
	border-bottom: 1px solid #ccc;
	font-size: 15px;
	font-size: 0.8125rem;
	font-size: 0.9rem;
	transition: none;
	background-color: #6892c6;
/*	border-left: 1px solid rgba(0,0,0,0.12);*/
	color : #ffffff;
	width : 20%;
}
.main-navigation-menu ul li a:hover {
	background-color: #265996;
	color : #ffffff;
	/*width : 20%;*/
}

.main-navigation-menu > li:nth-of-type(3) ul li a {
    background: linear-gradient(90deg, #00A0C9, #073190);
}

.main-navigation-menu > li:nth-of-type(3) ul li a:hover {
    background: linear-gradient(90deg, #FFF200, #00A0C9);
}

.main-navigation-menu ul li:last-child a {
	border-bottom: none;
}

.main-navigation-menu ul .menu-item-has-children > a:after {
	display: inline-block;
	margin: 0.2em 0 0 0.2em;
	color: #404040;
	content: '\f431';
	vertical-align: top;
	text-decoration: inherit;
	font-size: 15px;
	font-family: 'Genericons';
	line-height: 1;
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.main-navigation-menu li ul ul {
	top: 0;
	left: 100%;
	margin-top: -4px;
}

.main-navigation-menu li.menu-item-has-children:hover > ul,
.main-navigation-menu li.page_item_has_children:hover > ul,
.main-navigation-menu li.menu-item-has-children[aria-expanded="true"] > ul {
	display: block;
}

.main-navigation-menu li.current-menu-item > a {
	color: #098ed3;
}

/* Mega Menu Styling */
.mega-menu-content .mega-menu-widget ul li {
	display: block;
	border-top: 1px dotted #ccc;
}

.mega-menu-content .mega-menu-widget ul li a {
	display: block;
	padding: 0.5em 0.75em;
}


/*------------subA,subBサブメニュー--------------*/
.subA-navigation, 
.subB-navigation {
	margin: 10px 0;
    padding:  : 0;
	width : 100%;
  /*  background-color: #fdd000;*/
}

.sub-navigation-toggle {
	display: none;
}

.subA-navigation-menu, 
.subB-navigation-menu {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	list-style-position: outside;
	list-style-type: none;
	width: 100%;
}

.subA-navigation-menu li, 
.subB-navigation-menu li {
	float: left;
	text-align: center;
	border-left: 1px solid #ffffff ;
	border-right: 1px solid #ffffff ;
 
}


/*----------サブナビAの長さ----------*/
.subA-navigation-menu li.A01 , 
.subA-navigation-menu li.A02 , 
.subA-navigation-menu li.A03 , 
.subA-navigation-menu li.A05 {
    width: 17%;
}
.subA-navigation-menu li.A04 {
    width: 12%;
}
.subA-navigation-menu li.A06 {
    width: 20%;
}


/*----------サブナビBの長さ----------*/
.subB-navigation-menu li.B01 ,  
.subB-navigation-menu li.B02 ,  
.subB-navigation-menu li.B03 ,  
.subB-navigation-menu li.B05 {
    width: 15%;
}

.subB-navigation-menu li.B04 , 
.subB-navigation-menu li.B06 {
    width: 10%;
}
.subB-navigation-menu li.B07 {
    width: 20%;
}



.subA-navigation-menu a, 
.subB-navigation-menu a {
	display: block;
	padding: 1.2em;
/*	background-color: #fdd000;*/
	background-color: #f3d85f;
    padding-top: 0.6em;
	padding-bottom: 0.6em;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 15px;
	font-size: 0.9375rem;
	font-family: "Lucida Grande","Verdana","Helvetica Neue","Helvetica","Arial",sans-serif;
	transition: all 0.2s ease;
	color : #333333;
    margin: 4px 0 10px 0;
    line-height: 1;

}

/*.subA-navigation-menu > .menu-item-has-children > a:after, 
.subB-navigation-menu > .menu-item-has-children > a:after {
	display: inline-block;
	margin: 0.2em 0 0 0.2em;
	color: #404040;
	content: '\f431';
	vertical-align: top;
	text-decoration: inherit;
	font-size: 16px;
	font-family: 'Genericons';
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}*/

.subA-navigation-menu a:link ,
.subA-navigation-menu a:visited ,
.subB-navigation-menu a:link ,
.subB-navigation-menu a:visited {
	color: #333333;
	text-decoration: none;
	/*background-color: #fdd000;*/
	background-color: #f3d85f;
}

.subA-navigation-menu a:hover, 
.subA-navigation-menu a:hover:after, 
.subB-navigation-menu a:hover,
.subB-navigation-menu a:hover:after {
	color: #ffffff;
	background-color: #e99f2c;
}
 
/*------------サブメニューここまで--------------*/



/*--------------------------------------------------------------
## 10.2 - Social Icons Menu
--------------------------------------------------------------*/
.social-icons-menu {
	margin: 0;
	padding: 0;
	list-style-position: outside;
	list-style-type: none;
	line-height: 1;
}

.social-icons-menu li {
	float: left;
	margin: 0;
	padding: 0;
}

.social-icons-menu li a {
	position: relative;
	display: inline-block;
	padding: 0.5em;
	text-decoration: none;
}

.social-icons-menu li a .screen-reader-text {
	display: none;
}

/* Add Genericons */
.social-icons-menu li a:before {
	display: inline-block;
	color: #fff;
	vertical-align: top;
	text-decoration: inherit;
	font-size: 16px;
	font-family: 'Genericons';
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.social-icons-menu li a:before { content: '\f408'; } /* Default Icon */
.social-icons-menu li a[href*="codepen.io"]:before  { content: '\f216'; }
.social-icons-menu li a[href*="digg.com"]:before { content: '\f221'; }
.social-icons-menu li a[href*="dribbble.com"]:before { content: '\f201'; }
.social-icons-menu li a[href*="facebook.com"]:before { content: '\f204'; }
.social-icons-menu li a[href*="flickr.com"]:before { content: '\f211'; }
.social-icons-menu li a[href*="plus.google.com"]:before { content: '\f218'; }
.social-icons-menu li a[href*="github.com"]:before { content: '\f200'; }
.social-icons-menu li a[href*="instagram.com"]:before { content: '\f215'; }
.social-icons-menu li a[href*="linkedin.com"]:before { content: '\f207'; }
.social-icons-menu li a[href*="pinterest.com"]:before { content: '\f209'; }
.social-icons-menu li a[href*="polldaddy.com"]:before { content: '\f217'; }
.social-icons-menu li a[href*="getpocket.com"]:before { content: '\f224'; }
.social-icons-menu li a[href*="reddit.com"]:before { content: '\f222'; }
.social-icons-menu li a[href*="spotify.com"]:before { content: '\f515'; }
.social-icons-menu li a[href*="skype.com"]:before,
.social-icons-menu li a[href*="skype:"]:before { content: '\f220'; }
.social-icons-menu li a[href*="stumbleupon.com"]:before { content: '\f223'; }
.social-icons-menu li a[href*="tumblr.com"]:before { content: '\f214'; }
.social-icons-menu li a[href*="twitch.tv"]:before { content: '\f516'; }
.social-icons-menu li a[href*="twitter.com"]:before { content: '\f202'; }
.social-icons-menu li a[href*="vimeo.com"]:before  { content: '\f212'; }
.social-icons-menu li a[href*="wordpress.org"]:before { content: '\f205'; }
.social-icons-menu li a[href*="wordpress.com"]:before { content: '\f205'; }
.social-icons-menu li a[href*="youtube.com"]:before { content: '\f213'; }
.social-icons-menu li a[href*="newsletter"]:before,
.social-icons-menu li a[href*="mailto"]:before { content: '\f410'; }
.social-icons-menu li a[href*="/feed"]:before,
.social-icons-menu li a[href*="/feed/"]:before,
.social-icons-menu li a[href*="?feed=rss2"]:before,
.social-icons-menu li a[href*="feedburner.google.com"]:before,
.social-icons-menu li a[href*="feedburner.com"]:before { content: '\f413'; }

/*--------------------------------------------------------------
# 11.0 - Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 0.5em 0;
	color: #333;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

.widget-header {
	margin: 0 0 1.5em 0;
}

.widget-title {
	display: inline-block;
	margin-bottom: 20px;
    margin-top: 15px;
    padding: 5px; 
    padding-left: 15px;
	border-left: 5px solid #2f69b0;
  /*  border-bottom: 4px solid #eee;*/
    border-bottom: 0;
    color: #2f69b0;
    font-weight: 600;
    font-size: 16px;
    font-size: 1.1rem;
    font-family: "Lucida Grande","Verdana","Helvetica Neue","Helvetica","Arial",sans-serif;
	width : 100%;
/*	background-color: #eeeeee;*/
}

.widget ul {
	margin: 0;
	padding: 0 0.3em;
	list-style: none;
}

.widget ul .children,
.widget ul .sub-menu {
	margin: 0.5em 0 0.5em 1em;
	padding: 0;
}
.widget ul .sub-menu {
	margin: 0.5em 0;
	padding: 0;
	width : 20%;
}



.widget-title a:link,
.widget-title a:visited  {
	color: #404040;
	transition: all 0.2s ease;
}

.widget-title a:hover,
.widget-title a:active  {
	color: #098ed3;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
## 11.1 - Default Widgets
--------------------------------------------------------------*/

/* Tagcloud Widget */
.widget_tag_cloud .tagcloud {
	font-size: 14px;
	font-size: 0.875rem;
}

.widget_tag_cloud .tagcloud:before,
.widget_tag_cloud .tagcloud:after {
	display: table;
	content: "";
}

.widget_tag_cloud .tagcloud:after {
	clear: both;
}

.widget_tag_cloud .tagcloud a {
	display: inline-block;
	float: left;
	margin: 0 2px 2px 0;
	padding: 0.2em 0.5em 0.3em;
	background: #eee;
	text-decoration: none;
	font-size: 16px !important;
	font-size: 1rem !important;
}

.widget_tag_cloud .tagcloud a:link,
.widget_tag_cloud .tagcloud a:visited {
	color: #777;
	transition: all 0.2s ease;
}

.widget_tag_cloud .tagcloud a:hover,
.widget_tag_cloud .tagcloud a:active {
	background: #098ed3;
	color: #fff;
}

/* Theme Search Widget */

.widget_search {
    float: right;
     top: 50px;
    margin-right: 50px;
}
.search-form {
	position: relative;
	display: inline-block;
/*	overflow: hidden;*/
	margin: 0;
	padding: 0;
	width: auto;
    top: 38px ;
    float: right;
}

.search-form .screen-reader-text {
	display: none;
}

.search-form .search-field {
	display: inline-block;
	box-sizing: border-box;
	margin: 0;
	padding: 0.5em 1.5em 0.5em 0.7em;
	width: 100%;
	-webkit-appearance: none;
}
.search-form .search-field {
    float: right;
    display: inline-block;
    box-sizing: border-box;
    margin: 0;
    padding: 0.5em 1.5em 0.5em 0.7em;
    width: 180px;
    -webkit-appearance: none;

    font-size: 0.8rem;
    border-radius: 4px;
}

.search-form .search-submit {
	position: absolute;
	top: 0;
	right: 0;
	/*padding: 0.6em 0.6em 0 0;*/
    padding: 0;
	border: none;
    border-top: 1px solid #ddd;
    border-right:1px solid #ddd ;
    border-bottom : 1px solid #ddd;
    border-radius: 4px;
	cursor: pointer;
	transition: all 0.2s ease;
    background-color: #ffffff;
}

.search-form .search-submit .genericon-search {
	display: inline-block;
	padding: 0.05em 0 0.55em 0.45em;
    padding: 4px 0 0 0;
	/*color: #fff;*/
    color : #2f69b0;
	content: '\f400';
	vertical-align: middle;
	text-decoration: inherit;
	font-weight: normal;
	font-style: normal;
	/*font-size: 24px;*/
    font-size: 20px;
	font-family: 'Genericons';
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/*--------------------------------------------------------------
## 11.2 - Magazine Posts Widgets
--------------------------------------------------------------*/

.widget-magazine-posts {
	margin-bottom: -1em;
}

.widget-magazine-posts .type-post {
	margin: 0 0 2em 0;
	padding: 0;
	border: none;
	background: none;
}

.widget-magazine-posts .type-post .wp-post-image {
	margin: 0 0 0.5em;
	max-width: 100%;
}

.widget-magazine-posts .type-post .entry-content {
	font-size: 16px;
	font-size: 1rem;
}

.widget-magazine-posts .type-post .entry-content p {
	margin: 1em 0 0;
}

.widget-magazine-posts .type-post .more-link {
	margin: 1em 0 0;
}

.widget-magazine-posts .large-post .entry-title {
	font-size: 24px;
	font-size: 1.5rem;
}

.widget-magazine-posts .medium-post {
	display: block;
	float: left;
	box-sizing: border-box;
	padding-right: 2em;
	width: 33.33333333%;
}

.widget-magazine-posts .medium-post .entry-title {
	font-size: 16px;
	font-size: 1rem;
}

.widget-magazine-posts .small-post {
	display: block;
	float: left;
	box-sizing: border-box;
	width: 100%;
}

.widget-magazine-posts .small-post .wp-post-image {
	float: left;
	margin: 0 1em 0 0;
	max-width: 40%;
}

.widget-magazine-posts .small-post .entry-title {
	font-size: 15px;
	font-size: 0.9375rem;
}

.widget-magazine-posts .medium-post .entry-meta,
.widget-magazine-posts .small-post .entry-meta {
	font-size: 12px;
	font-size: 0.75rem;
}

/* Magazine Posts Horizontal Box Widget */
.widget-magazine-posts .magazine-horizontal-box .large-post .wp-post-image {
	float: left;
	box-sizing: border-box;
	margin: 0;
	padding-right: 1em;
	width: 50%;
}

.widget-magazine-posts .magazine-horizontal-box .large-post .post-content {
	float: right;
	box-sizing: border-box;
	padding-left: 1em;
	width: 50%;
}

.widget-magazine-posts .magazine-horizontal-box .medium-posts {
	margin-right: -2em;
}

/* Magazine Posts Vertical Box Widget */
.widget-magazine-posts .magazine-vertical-box .large-post {
	float: left;
	box-sizing: border-box;
	margin-bottom: 1em;
	padding-right: 1em;
	width: 50%;
}

.widget-magazine-posts .magazine-vertical-box .small-posts {
	box-sizing: border-box;
	margin-left: 50%;
	padding-left: 1em;
	width: 50%;
}

/* Magazine Posts Grid Widget */
.widget-magazine-posts .magazine-grid {
	margin-right: -2em;
}

.widget-magazine-posts .magazine-grid .large-post {
	float: left;
	box-sizing: border-box;
	padding-right: 2em;
	width: 50%;
}

.widget-magazine-posts .magazine-grid .post-column:nth-child(2n+1) .large-post,
.widget-magazine-posts .magazine-grid .post-column:nth-child(3n+1) .medium-post {
	clear: left;
}

/* Magazine Posts Columns Widget */
.poseidon-magazine-posts-columns {
	padding: 0;
}

.widget-magazine-posts-columns .magazine-posts-columns .magazine-posts-columns-content .magazine-posts-columns-post-list {
	float: left;
	box-sizing: border-box;
	width: 100%;
}

.widget-magazine-posts-columns .magazine-posts-columns .magazine-posts-columns-content {
	float: left;
	width: 100%;
}

.widget-magazine-posts-columns .magazine-posts-column-left {
	float: left;
	box-sizing: border-box;
	padding-right: 1em;
	width: 50%;
}

.widget-magazine-posts-columns .magazine-posts-column-right {
	box-sizing: border-box;
	margin-left: 50%;
	padding-left: 1em;
	width: 50%;
}

.widget-magazine-posts-columns .medium-post {
	padding-right: 0;
	width: 100%;
}

/*--------------------------------------------------------------
# 12.0 - Posts and pages
--------------------------------------------------------------*/
.type-post,
.type-page,
.type-attachment  {
	margin: 0 0 3em 0;
	max-width: 100%;
}

.page-title,
.entry-title {
	display: inline;
	margin: 0;
	padding: 0;
	color: #4561c1;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	font-weight: bold;
	font-size: 28px;
	font-size: 1.5rem;
	font-family:  "Lucida Grande","Verdana","Helvetica Neue","Helvetica","Arial",sans-serif;
}

.entry-title a:link,
.entry-title a:visited {
	color: #404040;
	text-decoration: none;
	transition: all 0.2s ease;
}

.entry-title a:hover,
.entry-title a:active{
	color: #098ed3;
}

.type-post .wp-post-image {
	margin: 0 0 0.5em;
}

.entry-content {
	font-size: 17px;
	font-size: 1.0625rem;
}

/* Read more Link */
.more-link {
	display: inline-block;
	margin: 0;
	padding: 0;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	font-size: 0.875rem;
	font-family:  "Lucida Grande","Verdana","Helvetica Neue","Helvetica","Arial",sans-serif;
	transition: all 0.2s ease;
}

/* Small Post Layout */
.post-layout-small .post-wrapper .type-post .wp-post-image {
	float: left;
	margin: 0 1.5em 1.5em 0;
	padding: 0.3em 0 0;
	max-width: 40%;
}

.post-layout-small .post-wrapper .type-post .entry-title {
	font-size: 28px;
	font-size: 1.75rem;
}

.post-layout-small .post-wrapper .type-post .entry-content {
	font-size: 16px;
	font-size: 1rem;
}

.post-layout-small .post-wrapper .type-post .entry-excerpt p {
	margin-bottom: 1em;
}

/* Page Links | wp_link_pages() */
.page-links {
	margin: 0;
	word-spacing: 1em;
	font-weight: bold;
}

/* Entry Meta */
.entry-meta {
	margin: 0.5em 0.2em 0;
	color: #aaa;
	text-transform: uppercase;
	font-size: 13px;
	font-size: 0.8125rem;
}

.entry-meta a:link,
.entry-meta a:visited {
	color: #aaa;
}

.entry-meta a:hover,
.entry-meta a:active {
	color: #777;
}

.entry-meta span:after {
	display: inline-block;
	margin-left: 0.2em;
	color: #aaa;
	content: '\f428';
	vertical-align: middle;
	font: normal 16px 'Genericons';
	-webkit-font-smoothing: antialiased;
}

.entry-meta span:last-child:after {
	display: none;
}

/* Hide post meta if they are deactivated in settings */
body.date-hidden .entry-meta .meta-date,
body.author-hidden .entry-meta .meta-author,
body.categories-hidden .entry-meta .meta-category {
	 position: absolute;
	 clip: rect(1px, 1px, 1px, 1px);
}

body.author-hidden.categories-hidden .entry-meta .meta-date:after,
body.categories-hidden .entry-meta .meta-author:after,
body.author-hidden .widget-magazine-posts .entry-meta .meta-date:after {
	display: none;
}

body.date-hidden.author-hidden.categories-hidden .content-area .entry-meta {
	display: none;
}

/* Entry Tags */
.entry-tags {
	clear: both;
	margin: 0 0 2em;
}

.entry-tags .meta-tags {
	display: block;
	margin: 0;
	font-size: 14px;
	font-size: 0.875rem;
}

.entry-tags .meta-tags a {
	display: inline-block;
	float: left;
	margin: 0 2px 2px 0;
	padding: 0.2em 0.5em 0.3em;
	background: #eee;
	text-decoration: none;
}

.entry-tags .meta-tags a:link,
.entry-tags .meta-tags a:visited {
	color: #777;
	transition: all 0.2s ease;
}

.entry-tags .meta-tags a:hover,
.entry-tags .meta-tags a:active {
	background: #098ed3;
	color: #fff;
}

/* Post Navigation */
.post-navigation {
	margin: 1em 0 0;
	padding: 0.6em 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.post-navigation .nav-links .nav-previous {
	float: left;
}

.post-navigation .nav-links .nav-next {
	float: right;
}

.post-navigation .nav-links .nav-previous a:before {
	margin-right: 3px;
	content: "\00AB";
}

.post-navigation .nav-links .nav-next a:after {
	margin-left: 4px;
	content: "\00BB";
}

/* Theme Pagination */
.pagination {
	display: inline-block;
	margin: 0 0 3em;
	border-top: 4px solid #eee;
}

.pagination a,
.pagination .current {
	display: inline-block;
	margin: 0;
	padding: 0.5em 0.9em;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
	font-size: 1rem;
	font-family:  "Lucida Grande","Verdana","Helvetica Neue","Helvetica","Arial",sans-serif;
}

.pagination a:link,
.pagination a:visited {
	transition: all 0.2s ease;
}

/* Infinite Scroll Pagination */
.infinite-scroll .pagination {
	display: none;
}

.infinite-scroll #infinite-handle span {
	display: inline-block;
	margin: 0 0 3em;
	padding: 0;
	background: none;
	color: #2f69b0;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	font-size: 0.875rem;
	font-family: "Lucida Grande","Verdana","Helvetica Neue","Helvetica","Arial",sans-serif;
	transition: all 0.2s ease;
}

.infinite-scroll #infinite-handle span:hover {
	color: #404040;
}

/* Archives and Search Heading */
.page-header {
	margin: 0 0 1.5em 0;
}

.page-header .archive-title {
	display: inline-block;
	margin: 0;
	padding: 0;
	border-bottom: 4px solid #eee;
	color: #2f69b0;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 18px;
	font-size: 1.125rem;
	font-family: "Lucida Grande","Verdana","Helvetica Neue","Helvetica","Arial",sans-serif;
}

.blog-description,
.archive-description p {
	margin-bottom: 0;
}

/* Breadcrumbs */
.breadcrumbs {
	margin: 0;
	padding: 0.5em 0;
/*	border-bottom: 1px solid #ddd;*/
    border-bottom: none;
    font-size: 0.8rem !important;
}

.breadcrumbs-container {
	color: #222;
	font-size: 14px;
	/*font-size: 0.875rem;*/
    font-size: 0.8rem !important;
}

.breadcrumbs .trail-browse,
.breadcrumbs .trail-items,
.breadcrumbs .trail-items li {
	display: inline;
	margin: 0;
	padding: 0;
}

.breadcrumbs .trail-browse {
	margin-right: 0.5em;
	font-weight: normal;
	font-size: 14px;
	/*font-size: 0.875rem;*/
    font-size: 0.8rem !important;
}

.breadcrumbs .trail-items {
	list-style: none;
}

.breadcrumbs .trail-items li::after {
	padding: 0 0.5em;
	content: "\00bb"; /* Raquo */
}

.trail-separator-slash .trail-items li::after { content: "\002F"; }
.trail-separator-dash .trail-items li::after { content: "\2013"; }
.trail-separator-bull .trail-items li::after { content: "\2022"; }
.trail-separator-arrow-bracket .trail-items li::after { content: "\003e"; }
.trail-separator-raquo .trail-items li::after { content: "\00bb"; }
.trail-separator-single-arrow .trail-items li::after { content: "\2192"; }
.trail-separator-double-arrow .trail-items li::after { content: "\21D2"; }

.breadcrumbs .trail-items li:last-of-type::after {
	display: none;
}

/*--------------------------------------------------------------
# 11.0 - Comments
--------------------------------------------------------------*/

/* Comment Header */
.comments-header,
.comment-reply-title {
	margin: 0 0 1.5em 0;
}

.comments-header .comments-title,
.comment-reply-title span {
	display: inline-block;
	margin: 0;
	padding: 0;
	border-bottom: 4px solid #eee;
	color: #404040;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 18px;
	font-size: 1.125rem;
	font-family: "Lucida Grande","Verdana","Helvetica Neue","Helvetica","Arial",sans-serif;
}

/* Comment List */
.comment-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.comment {
	margin: 0 0 1.5em;
	padding: 1.5em;
	border: 2px solid #eee;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

.comment-meta {
	float: left;
	padding: 0;
	width: 100%;
}

.comment-meta .comment-author img {
	float: left;
	margin-right: 1em;
}

.bypostauthor {
	display: block;
}

.comment-meta .comment-metadata {
	margin-top: 0.3em;
	font-size: 14px;
	font-size: 0.875rem;
}

.comment-meta .comment-metadata a {
	margin-right: 1em;
}

.comment-content {
	clear: left;
	padding: 0.2em 0 0;
}

.comment-content a {
	word-wrap: break-word;
}

.comment ol.children {
	list-style: none;
}

.comment .comment-respond {
	margin-top: 2em;
}

/* Comment Pagination */
.comment-navigation {
	margin: 0 0 1.5em;
	padding: 0.5em 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	font-size: 14px;
	font-size: 0.875rem;
}

.comment-navigation .nav-previous {
	float: left;
}

.comment-navigation .nav-next {
	float: right;
}

.comment-navigation .nav-previous a:before {
	margin-right: 3px;
	content: "\00AB";
}

.comment-navigation .nav-next a:after {
	margin-left: 4px;
	content: "\00BB";
}

/* Comment Form */
.comment-form {
	padding: 0;
}

.comment-form label {
	display: inline-block;
	min-width: 150px;
	font-weight: bold;
}

.comment-form textarea {
	margin-top: 0.4em;
}

.comment-form .submit {
	padding: 1em 1.6em;
}

.comment-reply-title small a {
	margin-left: 1em;
	text-decoration: underline;
	font-weight: normal;
	font-size: 14px;
	font-size: 0.875rem;
}

/*--------------------------------------------------------------
# 12.0 - Footer
--------------------------------------------------------------*/
.footer-wrap {
	border-top: 1px solid #ddd;
	background: #fff;
}

.site-footer {
	font-size: 14px;
	font-size: 0.875rem;
}

.site-footer .site-info {
	float: left;
	padding: 2em 0;
}

/*--------------------------------------------------------------
# 13.0 - Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	border: none;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## 13.1 - Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption-text {
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
## 13.2 - Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	box-sizing: border-box;
	margin: 0;
	padding: 1em 1.5em 0 0;
	width: 100%;
	vertical-align: top;
	text-align: center;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*------------------------------------------------------
ここからFunAzulFleet追加分
--------------------------------------------------------*/


body, button, input, select, textarea {
    color: #333333;
    font-size: 16px;
    font-size: 1rem;
    font-family: "Lucida Grande","Verdana","Helvetica Neue","Helvetica","Arial",sans-serif;
    line-height: 1.5;
}
  
.container {
  max-width: calc(1100px + (2em*2));
	padding: 0 2em;
}

.subnavWrap {
	max-width : 1100px;
	padding : 0;
	
}
.midasi{
	/*font-family: 'Alice', serif;
	font-family: 'Oleo Script', cursive;*/
	font-family: 'Racing Sans One', cursive;
/*	font-family: 'EB Garamond', serif;*/
	font-size : 30px;
}

h6 {
	display: inline-block !important;
    text-align: left !important;
    font-size: 18px !important;
    font-size: 1.2rem !important;
    border-bottom: 4px solid #a9d5ee !important;
    color: #4561c1 !important;
    padding: 2px 0 !important;
    margin: 4px 0 !important;
}

.s-title {
    font-size: 1.2rem;
    font-weight: 600;
	color : #2f69b0;
	text-align:left;
    border-left: 5px solid #2f69b0;
	/*border-bottom: 4px solid #eee;*/
    width : 100%;
    vertical-align: middle;
/*    background-color: #eeeeee;*/
    box-sizing: border-box;
    padding: 5px; 
    padding-left: 15px;
    margin-bottom: 20px;
	margin-top: 40px;
    
}
.ss-title-c{
    font-size: 1.1rem;
    font-weight: 600;
	color : #2f69b0;
	text-align:center;
   /* border-left: 5px solid #2f69b0;*/
	/*border-bottom: 4px solid #eee;*/
    width : 100%;
    vertical-align: middle;
    background-color: #eeeeee;
    box-sizing: border-box;
    padding: 5px; 
    padding-left: 15px;
    margin-bottom: 20px;
	margin-top: 40px;
    
}


.ss-title {
	font-size: 1.1rem;
    font-weight: 600;
    color: #2f69b0;
    text-align: left;
    border-bottom: 4px solid #d2d2d2;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 10px;
    margin-top: 40px;
    display: inline;
    
}



/*----------padi-----------*/
.padi {
	float :right;
    display: block;
    text-align: right;
}

@media only screen and (max-width: 60em) {
	.padi img {
		height: 30px;
	}
}

.padi > h2 {
    font-size: 0.8rem;
    font-weight: 500;
    color: #596aa2;
    text-align: right;
    border: none;
    height: auto;
    vertical-align: middle;
    background-color: #ffffff;
    box-sizing: border-box;
    padding: 0;
    margin: 20px 0 5px;
}

/*----GIFアニメ------*/
.anim{
    display: block;
    text-align : center;  
    margin : 20px auto;
}


/*--------------スライダー----PC--------------*/
.metaslider .caption {
    padding: 5px 80px!important;
    word-wrap: break-word;
    font-size: 35px;
    box-sizing: border-box;
	font-family: 'EB Garamond', serif;
}

.metaslider .caption-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    background: RGBA(0, 0, 0, 0.3)!important;
    color: white;
 	opacity: 1!important;
    margin: 0;
    display: block;
    width: 100%;
    line-height: 1.2!important;
}



/*--------------main-left-side------------------*/
img[usemap] {
    max-width: 100%;
    height: auto;
}
.cruiser-left{
	float: left;
	text-align: center;
	width :48%;
}
.cruiser-left a ,
.cruiser-right a {
	display: block;
	margin-bottom: 20px;
}
.cruiser-right{
	float: right;
	text-align: center;
	width :48%;
}

a.cruiser-mexico:hover , 
a.cruiser-maldives:hover ,
a.cortez:hover , 
a.soccoro:hover , 
a.maldives:hover {
    opacity: 0.7;
}
area {
    outline: none;
}

/*----------おすすめ動画・Facebook----------*/
.row_mvsns {
  width: 100%;
  clear: both;
  overflow: hidden;
  margin-bottom: 20px;

}

.wd_movie {
  float: left;
  width: 48%;
  max-height: 585px;
 /* padding-right: 18px;*/
    padding: 6px;
    box-sizing: border-box;
    border: 1px solid #999999;
}

.sns_fb {
  float: right;
  /*  width: 50%;
	padding-left: 18px;*/
box-sizing: border-box;
}

.wd_movie_row {
  width: 100%;
  clear: both;
  overflow: hidden;
}

.wd_movie_txt, .wd_movie_charge {    
    float: left;
    width: 70%;
    font-size: 0.8rem;
}
.wd_movie_charge{
    width:30%;
    font-size:0.8rem;
    text-align: center;
}
.movie-btnrow {
  padding: 10px 0;
}

/*.movie-btn {
    color: #fff;
    padding: 2px 1em;
    background-color: #00479d;
    border-radius: 4px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    font-size: 0.8rem;
}
.movie-btn:link, .movie-btn:hover, .movie-btn:visited {
  color: #fff;
}*/




/*--------------right-side new /report------------------*/
aside#rss-2 .widget-header {
  margin-bottom: 0;
}
aside#rss-2 .widget-header h3.widget-title {
  border-bottom: 0;
 /* margin-bottom: 1.6rem;*/
margin-bottom: 0.6rem;
}
aside#rss-2 .title{
    font-size:0.8rem;
}

aside#rss-2 .rssSummary,
aside#rss-2 .rss-date{
    font-size:0.8rem;
}
aside#rss-2 ul {
  padding: 0;
  padding-bottom: 5px;
  list-style: none;
  border-bottom: 1px solid #C9C9C9;
  overflow:hidden;
}
aside#rss-2 ul li {
  padding-top: 5px;
  padding-bottom: 5px;
/*  border-bottom: 1px solid #C9C9C9;*/
}
aside#rss-2 ul li:first-of-type {
  padding-top: 0;
}
aside#rss-2 ul li img {
  float: left;
  width: 80px;
}
aside#rss-2 ul li .rssinfo-block {
  float: left;
  padding-left: 10px;
  width: calc(100% - 80px);
}
aside#rss-2 ul li a.rsswidget {
  width: 100%;
  display: inline-block;
  font-weight: bold;
  /*font-size: 1.7rem;*/
  font-size: 0.8rem; 
  margin-bottom: 10px;
}
aside#rss-2 ul li p.rss-date {
  width: 100%;
  padding-left: 90px;
  text-align: left;
  margin-bottom: 0;
}

.top_rec-morerow {
  clear: both;
  padding: 10px 0;
  text-align: center;
}
.top_rec-morerow.news ,
.top_rec-morerow.report , 
.top_rec-morerow bnr {
  padding-bottom: 1rem;
}

.top_rec-btn-more, 
.movie-btn {
  color: #fff;
  background-color: #00479d;
  border-radius: 4px;
  text-align: center;
  font-size: 0.8rem;
  display: inline-block;
  cursor: pointer;
  width: 116px;
  height: 26px;
  line-height: 26px;
}

.top_rec-btn-more:after,
.movie-btn:after {
  font-family: 'FontAwesome';
  content: "\f138";
  margin-left: 3px;
  margin-right: 3px;
  font-size: 0.8rem;
}
.top_rec-btn-more:link, .top_rec-btn-more:hover, .top_rec-btn-more:visited ,
.movie-btn:link , .movie-btn:hover , .movie-btn:visited {
  color: #fff;
}
.top_rec-btn-more:hover,
.movie-btn:hover {
  background-color: #999999;
}

/*--------------right-side カレントスペシャルバナーボタン-----------------*/

a.current-btn{
	color: #fff;
  background-color: #00479d;
  border-radius: 4px;
  text-align: center;
  vertical-align: middle;
  font-size: 1rem;
  display: inline-block;
  cursor: pointer;
  width: 100%;
padding-top: 6px;
padding-bottom: 6px;
  line-height: 1;
	margin-bottom: 8px;

/*	background-image : url("<?php echo get_stylesheet_directory_uri(); ?>/images/cs_cortez.png");
	background-repeat: no-repeat;
	background-size: 70%;
	background-position: left;*/
	/*z-index: 10;*/	
}
.current-btn:after {
  font-family: 'FontAwesome';
  content: "\f138";
  margin-left: 3px;
  margin-right: 3px;
	font-size: 0.8rem;
}
.current-btn:link, .current-btn:hover, .current-btn:visited {
  color: #fff;
}
.current-btn:hover {
  background-color: #999999;
}



/*--------------right-side テキストバナーボタン-----------------*/

.bnr-btn{
  color: #fff;
  background-color: #00479d;
  border-radius: 4px;
  text-align: center;
  font-size: 1rem;
  display: inline-block;
  cursor: pointer;
  width: 100%;
  height: 45px;
  line-height: 45px;
	margin-bottom: 8px;
/*	margin-bottom: 30px;*/
}
.bnr-btn:after {
  font-family: 'FontAwesome';
  content: "\f138";
  margin-left: 3px;
  margin-right: 3px;
  font-size: 0.8rem;
}
.bnr-btn:link, .bnr-btn:hover, .bnr-btn:visited {
  color: #fff;
}
.bnr-btn:hover {
  background-color: #999999;
}
.outline{
	border: 1px solid #999999;	
}

/*--------------footer-----------------*/

#pageTop {
    position: fixed;
    bottom: 58px;
    right: 20px;
	display: none;
    z-index: 99999;
}
#pageTop a {
    display: block;
    padding: 10px 0 0 0;
    border-radius: 30px;
	-webkit-border-radius: 30px;
    -moz-border-radius: 30px; 
    width: 50px;
    height: 50px;
    background-color:rgba(126, 206, 244, 0.8);
    color: #fff;
    text-decoration: none;
    text-align: center;
	line-height: 1;
}




.footer-wrap {
    background: #2f69b0;
}
.footer-wrap2 {
    background-color: #cccccc;
	border-bottom: 5px solid #2f69b0;
}

.foot-cruiser{
	float : left;
	width: 40%;
	margin-top: 50px;
}
.foot-cruiser a img{
	display: block;
	float : left;
	margin-right: 10px;
}

.foot-cruiser > div > ul{
	line-height: 2;
	list-style: none;
}


.foot-cruiser > div > ul > li > a {
/*	list-style: none;*/
	font-size: 1rem;
	color: #ffffff;
}
.foot-cruiser > div > ul > li > a:hover {
    color: #bbbbbb;
}

.foot-cruiser > div > ul > li > a > img {
	margin-right: 4px;
	margin-top: 4px;

}
.foot-cruiser > div > ul > li > ul {
	line-height: 1;
	list-style: none;
}
.foot-cruiser > div > ul > li > ul > li {
	margin: 10px 0;
	padding: 0 10px;
	float : left;
	font-size:0.8rem;
	color: #ffffff;
}

.foot-cruiser > div > ul > li > ul > li+li {
	margin: 10px 0;
	padding: 0 10px;
   	border-left: 1px solid #ffffff;
	
}

.foot-cruiser > div > ul > li > ul > li > a{
	color: #ffffff;
}
.foot-cruiser > div > ul > li > ul > li > a:hover{
	color: #bbbbbb;
}




.footer-logo{
	float: right;
	width: 20%;
}
.footer-logo p {
    font-size: 0.7rem;
    color: #ffffff;
    margin-top: 50px;
    margin-bottom: 10px;
}
.footer-logo p strong{
	font-size: 0.9rem;
	color : #ffffff;
}
.footer-logo p.contact {
	margin-top: 10px;
}



.ft-sns-area {
  width: 100%;
  clear: both;
  text-align: center;
	margin-top: 50px;
}
.ft-sns-area a {
  margin-right: 1rem;
    outline: none;
}

.ft-sns-area a:last-of-type {
  margin-right: 0;
}
#footer-text {
  width: 100%;
  clear: both;
}

/*---------------footer メニュー-------------------*/

.fnav li +li{
    padding: 0 15px;
   	border-left: 1px solid #ffffff;
}

.fnav li {
    list-style: none;
    display: block;
    float: left;
    margin: 0 0 25px;
    font-size: 0.8rem;
    font-weight: 300;
    color: #ffffff;
    padding: 0 15px;
	line-height: 1;
}
.footer-logo p a,
.fnav li a{
	color: #ffffff;
}
.fnav li a:hover{
	color: #bbbbbb;
}
.fnav li a:after{
    clear: both;
}



.copyright {
  width: 100%;
  clear: both;
  padding-bottom: 1.6rem;
  text-align: center;
  font-size: 0.8rem;
}


/*------------Travel Consulting Room/ categry.php----------*/
/*------------Travel Consulting Room/ 詳細ページ content-travel.php----------*/
.consul {
  clear: both;
  overflow: hidden;
}
.consul div {
  clear: inherit !important;
}
.consul > .searchlist-result-list {
  overflow: hidden;
}
.consul > .searchlist-result-list > .searchlist-result {
  padding-top: 18px;
  margin-bottom: 2rem;
  border-top: 4px solid #b0d8e8;
  border-bottom: 4px solid #b0d8e8;
  border-right: 1px solid #D2D2D2;
  border-left: 1px solid #D2D2D2;
  overflow: hidden;
}

.consul-img-wrap {
  float: left;
  padding-left: 20px;
  width: 164px;
}

.consul-info-wrap {
  float: left;
  padding: 0 20px;
  width: calc(100% - 164px);
}

.consul-info-wrap > .searchlist-result-info-titlelink {
  width: 100%;
  font-weight: bold;
  font-size: 1.4rem;
  color: #4561c1;
  display: inline-block;
}
/*.consul-info-wrap > .searchlist-result-info-titlelink:link,*/
.consul-info-wrap > .searchlist-result-info-titlelink:hover 
/*.consul-info-wrap > .searchlist-result-info-titlelink:visited */{
  color: #999999;
}

.consul-info-wrap > .searchlist-result-info-text-wrap {
  padding: 0;
  border-top: 1px dotted #000;
  border-bottom: 1px dotted #000;
  overflow: hidden;
}

.consul-info-wrap > .searchlist-result-info-text-wrap {
    margin: 0 ;
}


/*-----価格-----*/
.consul-info-row {
  padding: 1rem 0;
  overflow: hidden;
}

.consul-info-row > .searchlist-result-info-cost-wrap {
  float: left;
  width: 50%;
  font-size: 1rem;
}

.consul-info-row > .searchlist-result-info-cost-wrap > span {
  font-weight: 600;
  font-size: 1.2rem;
 /* color: red;*/
}


.consul-info-row > .searchlist-result-info-btn-wrap {
  float: right;
  width: 50%;
  text-align: right;
}

.consul-info-row > .searchlist-result-info-tourid {
  font-size: 1rem;
  vertical-align: sub;
}


.consul-info-btn-wrap > a.searchlist-result-info-btn {
  color: #fff;
  background-color: #00479d;
  border-radius: 4px;
  text-align: center;
  font-size: 0.8rem;
  display: inline-block;
  cursor: pointer;
  width: 116px;
  height: 26px;
  line-height: 26px;
}
.consul-info-btn-wrap > a.bnr-btn {
  color: #fff;
  background-color: #00479d;
  border-radius: 4px;
  text-align: center;
  font-size: 0.8rem;
  display: inline-block;
  cursor: pointer;
  width: 190px;
  height: 26px;
  line-height: 26px;
}
.consul-info-btn-wrap > a.searchlist-result-info-btn:after {
  font-family: 'FontAwesome';
  content: "\f138";
  margin-left: 3px;
  margin-right: 3px;
  font-size: 0.8rem;
}
.consul-info-btn-wrap > a.searchlist-result-info-btn:link,
.consul-info-btn-wrap > a.searchlist-result-info-btn:visited {
  color: #fff;
}

.consul-info-btn-wrap > a.searchlist-result-info-btn:hover{
	background-color: #999999;
}

/*---------問い合わせボタン------------*/
.reserve > a.bnr-btn{
	width : 30%;
	margin : 0 auto 30px;
	display: block;
}
.travel-data{
	padding-top: 18px;
  margin-bottom: 2rem;
  border-top: 4px solid #b0d8e8;
  border-bottom: 4px solid #b0d8e8;
/*  border-right: 1px solid #D2D2D2;
  border-left: 1px solid #D2D2D2;*/
  overflow: hidden;
}



/*---------------content-fleet.php------------------*/

.page-title{
    font-size: 24pt;
    font-size: 1.6rem;
    font-family: "Lucida Grande","Verdana","Helvetica Neue","Helvetica","Arial",sans-serif;
    color: #4561c1;
    text-align: center;
    margin: 25px 0;
    width: 100%;
    display: block;
       
    padding: 0 0 18px 0;
    background: url("/funazul/wp-content/themes/funazul/images/wave-border.png") center bottom no-repeat;
    background: url("/wp-content/themes/funazul/images/wave-border.png") center bottom no-repeat; 
    background-size: 150px 11px;
}
img.wave {
    display: block;
    margin: 0 auto;
}


.L-title {
    font-size: 24pt;
    font-size: 1.8rem;
    font-family: "Lucida Grande","Verdana","Helvetica Neue","Helvetica","Arial",sans-serif;
    color: #4561c1;
    text-align: center;
    margin-bottom: 8px;
	display: block;
}

.fleet-name{
    font-size: 16px;
    font-size: 1rem;
    color: #4561c1;
    text-align: center;
}

.to-consul{
    width : 50%;
    display: block;
    text-align: center;
    margin: 0 auto;
}
.to-consul p,
.to-anotherFleet p{
	margin-top: 25px;
    margin-bottom: 10px;
	text-align: center;
}

/*-----------スペックtableA---------------*/

table.specA {
    border-collapse: collapse;
    border : 2px solid #d2d2d2;
	margin-top: 10px;
}
.specA-01{
    width : 10%;
}
.specA-02, .specA-03, .specA-04,{
    width : 30%;
}

table.specA tr {
    border : 1px solid #d2d2d2;    
}

.specA tr th{
    background-color: #a9d5ee;    
}
.specA tr:nth-child(odd) td{
    background-color: #eeeeee;
    text-align: center;
}
.specA tr:nth-child(even) td{
    background-color: #ffffff; 
    text-align: center;
}
.specA-01{
    width : 15%;
}


/*-----------スペックtableB---------------*/
table.specB {
    border-collapse: collapse;
    border : 2px solid #d2d2d2;
	margin-top: 10px;
}

table.specB tr {
    border : 1px solid #d2d2d2;    
}


.specB tr:nth-child(odd) th{
    background-color: #a9d5ee;    
}
.specB tr:nth-child(even) th{
    background-color: #ffffff;    
}
.specB tr:nth-child(odd) td{
    background-color: #dcebee;    
}


/*------その他のエリアへ------*/

img.anotherAria-l {
    display: block;
	width : 49%;
    height : auto;
    float : left;
}

img.anotherAria-r{
	display: block;
     width : 49%;
    height : auto;
    float : right;
}
img.cs-btn:hover ,
.to-anotherAria a:hover{
	opacity: 0.7;
	cursor: pointer;
}

.to-anotherAria a:hover img{
	opacity: 0.7;
}

/*-- その他船情報ページへリンク----*/

.to-anotherFleet{
	text-align: center;
}
/*.anotherFleet {
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	-webkit-justify-content: center; /* Safari */
 /* 	justify-content:center;
	margin : 0 10px;
    text-align: center;
	
}*/
.anotherFleet ul{
/*	position: absolute;*/
	list-style-type: none;
	list-style-position: outside;
    
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
	-webkit-justify-content: center; /* Safari */
  	justify-content:center;
	margin : 0 10px;
    text-align: center;    
}
.anotherFleet ul li{
    margin : 0 10px;
    text-align: center;
}

/*
.anotherFleet ul li:nth-of-type(1),
.anotherFleet ul li:nth-of-type(2){
	display: none;
}
*/
 
.anotherFleet ul li img {
	width :300px ;
	height : auto;
	margin: 20px auto 0;
}
.anotherFleet a:hover {
	opacity: 0.7;
}
.anotherFleet a:hover img {
	opacity: 0.7;
}


.anotherFleet ul li .anoterfleet-name {
	position: relative;
	top: -270px;
	z-index: 99;
	color: #ffffff;
	font-family: 'EB Garamond', serif;
	font-size: 1.5rem;
	/*text-align: center;
	margin: 0 auto;*/
}
.anotherFleet ul li .to-btn {
	position: relative;
	top: -115px;
	z-index: 999;
	color: #ffffff;
/*	font-family: 'EB Garamond', serif;*/
	font-size: 1rem;
	/*text-align: center;
	margin: 0 auto;*/
}

.anotherFleet ul li .to-btn:after{
	font-family: 'FontAwesome';
	content: "\f138";
	margin-left: 3px;
	margin-right: 3px;
	font-size: 0.8rem;
}
/*----------destination-topページ-----------*/
h1.d-Name {
	font-size: 1.5rem;
	color :#2f69b0 ;
	text-align: center;
}


li.searchlist-result {
	list-style: none;
}



/*-----------スケジュールのページ---------------*/
 /*-- カレントスペシャル --*/
.cs-icon{
	display: inline-block;
}
.cs-box {
	width : 85%;
	float: right;
}
.cs-title {
	color: #2f69b0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #2f69b0;
    font-size: 0.9rem;
}

.current-special p{
    font-size: 0.9rem;
}

.current-special{
	float: left;
	padding-left: 2em;
	width : 33.33%;
}
.motone {
	text-decoration: line-through;
}

.t-red {
	color : #cd0a00;
}
.t-blue {
	color: #2f69b0;
}
/*-- カレントスペシャルここまで --*/
/*-- シーズナリティー --*/
/*-----------シーズナリティーtableC---------------*/

table.specC {
    border-collapse: collapse;
    border : 2px solid #d2d2d2; 
	font-size: 0.8rem;
}
td.temp {
    font-size: 0.75rem;
}

.specC-01{
    width : 15%;
}

table.specC tr {
    border : 1px solid #d2d2d2;    
}

.specC tr th{
    border : 1px solid #d2d2d2; 
	background-color: #ffffff;
}
.specC tr.datas td:nth-child(odd){
    background-color: #eeeeee;
    text-align: center;
}
.specC tr.datas td:nth-child(even){
    background-color: #ffffff; 
    text-align: center;
}

.specC tr.week,
.specC tr.week th{
    background-color: #a9d5ee; 
	text-align: center;
}

.season-yellow {
	background-color:#ffe178 !important; 
}
.season-blue {
	background-color:#a9d5ee !important; 
}
.season-white {
	background-color:#ffffff !important; 
}

/*-----------シーズナリティーtableC　ここまで---------------*/
/*-----------スケジュール---------------*/
p.choose{
	padding : 0 5px 0;
	margin: 0;
	text-align: left;
	font-size : 80%;
}
/*----box-shortcodes.cssのもの----*/
.su-tabs-nav, .su-tabs-nav span, .su-tabs-panes, .su-tabs-pane {
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
}
.su-tabs-pane {
    padding: 0;
    font-size: 16px;
    font-size: 1rem;
    background: #ffffff;
    color: #333333;
    text-align: center;
}

.su-tabs-pane p.update {
    font-size: 80%;
    color: #333333;
    text-align: right;
    display: block;
    background-color: #ffffff;
    padding: 0;
    margin: 0;
}

.su-spoiler-style-simple > .su-spoiler-title {
    padding: 12px 10px;
    margin: 0;
    background: #ffffff;
    color: #2f69b0;
   /* border-top: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;*/
    font-size: 0.9em;
}
.su-spoiler-style-simple > .su-spoiler-title:before{
    font-family: 'FontAwesome';
    content: "\f078";
    margin-right: 10px;
    font-size: 1rem;
}



.su-tabs-nav span {
    display: inline-block;
    margin-right: 3px;
    padding: 4px 2rem;
    font-size: 13px;
    min-height: 30px;
    line-height: 1.7;
    background-color: #9eb9da;
    -webkit-border-top-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    border-top-right-radius: 6px;
    color: #ffffff;
    cursor: pointer;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.su-tabs-nav span:hover { background: #2f69b0; }
.su-tabs-nav span.su-tabs-current { background: #2f69b0; cursor: pointer; }
.su-tabs-nav span.su-tabs-disabled {
	opacity: 0.5;
	filter: alpha(opacity=50);
	cursor: pointer;
}
.su-tabs-nav span.su-tabs-current {
    background: #2f69b0;
    cursor: pointer;
    color: #ffffff;
    border-radius: 6px 6px 0 0;
}
.schedule-title{
    padding: 10px 0;
    font-size: 16px;
    font-size: 1rem;
    background: #a9d5ee;
    color: #2f69b0;
    text-align: center;
  /*  border-top: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;*/
}





.su-spoiler-title {
    position: relative;
    cursor: pointer;
    min-height: 20px;
    line-height: 20px;
    padding: 7px 7px 7px 34px;
    font-weight: bold;
    font-size: 13px;
    text-align: left;
}


.su-tabs {
    margin: 0 0 1.5em 0;
    padding: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #ffffff;
}


.su-spoiler-content dt {
    font-weight: bold;
    float: left;
}
.su-spoiler-content li dt {
    float:left;
    
}
.su-spoiler {
    margin-bottom: 0;
}

.su-spoiler-style-simple {
    border-top: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
}
.su-spoiler-style-simple > .su-spoiler-content {
	padding: 0;
	background: #fff;
	color: #333;
}

/*----アコーデオンtable---*/

.su-spoiler-style-simple > .su-spoiler-content {
	padding: 0;
	background: #fff;
	color: #333;
}

table.schedule-table {
	padding: 0;
	color: #333;
    font-size: 0.8rem;
}

table.schedule-table ,
table.schedule-table thead tr th,
table.schedule-table tbody tr td{
    border : none;
}
table.schedule-table thead tr th{
    background: #a9d5ee;
}

table.schedule-table tbody tr{
    background: #eeeeee;
    border-top: 3px solid #ffffff;
}

table.schedule-table tbody tr:hover{
    background: #ffffff;
}

table.schedule-table tbody tr td:first-child {
    text-align: left;
    font-size: 14px;
}
table.schedule-table tbody tr td a.t-blue {
    color: #098ed3;
    text-decoration-line: underline;
    cursor : pointer;
}
table.schedule-table tbody tr td a.t-red {
    color : #cd0a00;
    text-decoration-line: underline;
    cursor : pointer;
}
table.schedule-table tbody tr td a.t-big {
    font-size:1rem;
}

/*-----------content-areaguide.php---------------*/
.to-submenu{
    margin:50px 0;
}

.to-submenu li{
    display: block;
    float: left;
    font-size: 0.8rem;
    
    list-style: none;
    padding: 0 15px;
	line-height: 1;    
}
.to-submenu a{
    color: #222222;
}
.to-submenu a:after{
    clear: both;
}
.to-submenu a:hover{
    color: #0aa7f8;
}
.to-submenu li+li{
    padding: 0 15px;
   	border-left: 1px solid #222222;
}

/*------------ルートページ--PC-------------*/
img.routeMap{
	width :28% ;
	height : auto;
}
img.routeImg{
	width :70% ;
	height : auto;
	margin-left: 1%;
}
h1.routeTitle{
    font-size : 1.8rem;
    line-height: 1.2;
    text-align: center;
    margin-top: 10px;
}
h2.routesubTitle{
    font-size : 1.4rem;
    line-height: 1.2;
    color : #0085ba;    
}
p.routeText{
    border-bottom: 2px dotted #ccc;
    padding-bottom: 10px;
    margin-bottom: 50px;
}

/*------------ルート,モーダル,pc-------------*/
img.routeMap-m{
    width : 48%;
    margin: 0 2px;
}
/*-----------スケジュール、モーダルコンテンツ内------------*/
p.modalTxt{
	text-align: left;
	border-bottom: 5px solid #a9d5ee;
    padding-bottom: 10px;
}


/*-----------共通---------------*/
.l-center {
    text-align: center;
}
.t-left {
	text-align: left;
}
.m-top40 {
    margin-top: 40px;
}
.m-top60 {
    margin-top: 60px;
}
.sp{
    display : none;
}


/*--------------------------------------------------------------
ここまでFUNAZUL
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# 14.0 - Media Queries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## 14.1 - Desktop X-Large ( < 1200px )
--------------------------------------------------------------*/
@media only screen and (max-width: 80em) {

	.site {
		padding-top: 140px;
	}

	.site-content {
		/*padding-top: 2em;*/
	}

	.content-area {
		padding-right: 3em;
	}

}

@media only screen and (max-width: 75em) {
	.main-navigation-menu a {
	/*	padding: 1.3em 1.1em;*/
        /*padding: 0.4em;*/
		padding: 10px;
		font-size: 14px;
		font-size: 0.875rem;
		line-height: 20px;
	}

.main-navigation-menu > li:nth-of-type(3) > a:before {
    border-width: 20px 0px 20px 15px;
}

.main-navigation-menu > li:nth-of-type(3) > a:after {
    border-width: 20px 15px 20px 0px;
}

	.page-title,
	.entry-title {
		font-size: 30px;
		font-size: 1.8rem;
	}

	.post-layout-small .post-wrapper .type-post .entry-title {
		font-size: 26px;
		font-size: 1.625rem;
	}

}

/*--------------------------------------------------------------
## 14.2 - Desktop Large ( < 1120px )
--------------------------------------------------------------*/
@media only screen and (max-width: 70em) {
	.main-navigation-menu a {
		/*padding: 0.7em 1em;*/
		padding: 10px;
		font-size: 13px;
		font-size: 0.8125rem;
		line-height: 20px;
	}

.main-navigation-menu > li:nth-of-type(3) > a:before {
    border-width: 20px 0px 20px 15px;
}

.main-navigation-menu > li:nth-of-type(3) > a:after {
    border-width: 20px 15px 20px 0px;
}

	.widget-magazine-posts .large-post .entry-title {
		font-size: 22px;
		font-size: 1.375rem;
	}

	.widget-magazine-posts .medium-post .entry-title {
		font-size: 15px;
		font-size: 0.9375rem;
	}

	.widget-magazine-posts .small-post .entry-title {
		font-size: 14px;
		font-size: 0.875rem;
	}

	.widget-magazine-posts .magazine-horizontal-box .large-post .more-link  {
		display: none;
	}
	/*-------footer-----------*/   
    .foot-cruiser {
    float: none;
    width: 100%;
    margin-top: 30px;
    }
	.cruisers{
	float: left;
    width: 65%;
	}
		
	.footer-logo {
    float: right; 
    width: 30%;
    text-align: center;
	}

}

/*--------------------------------------------------------------
## 14.2 - Desktop Medium ( < 1040px )
--------------------------------------------------------------*/
@media only screen and (max-width: 65em) {
	.widget-magazine-posts .magazine-horizontal-box .large-post .entry-content {
		display: none;
	}
	

}

/*--------------------------------------------------------------
## 14.3 - Desktop Small ( < 960px )
--------------------------------------------------------------*/
@media only screen and (max-width: 60em) {
	.page-title,
	.entry-title {
		font-size: 32px;
		font-size: 2rem;
	}

	.post-layout-small .post-wrapper .type-post .entry-title {
		font-size: 24px;
		font-size: 1.5rem;
	}
    
    td.temp {
	font-size: 0.6rem;
	} 

	/* Footer */
	.site-footer .site-info {
		float: none;
		text-align: center;
	}

	/*** Mobile Main Navigation ***/

	/* Reset */
	.primary-navigation {
		float: none;
		margin: 0;
        background-color: #ffffff;
	}

	.main-navigation-menu li {
		/*position: static;*/
		position: relative;
		float: none;
            width: 100%;
        text-align: left;
	}

	.main-navigation-menu ul,
	.mega-menu-item .mega-menu-content,
	.mega-menu-item .mega-menu-content .mega-menu-widget {
		position: static;
		top: auto;
		left: auto;
		display: block;
	}

	.main-navigation-menu ul a {
		float: none;
		width: auto;
	}

	.main-navigation-menu li ul ul {
		top: auto;
		left: auto;
		margin: 0;
	}

	.main-navigation-menu > .menu-item-has-children > a:after,
	.main-navigation-menu ul .menu-item-has-children > a:after {
		display: none;
	}

	/* Main Navigation Toggle */
	.main-navigation-toggle {
		display: inline-block;
		float: right;
        float: left;
		margin: -20PX 0 0 0;
		margin: 40PX 0 0 0;
		padding: 0 1.5em 1em;
		background: none;
	}

	.main-navigation-toggle:hover,
	.main-navigation-toggle:focus,
	.main-navigation-toggle:active {
		background: none;
		cursor: pointer;
        outline: none;
	}

	.main-navigation-toggle:after {
		display: inline-block;
		float: left;
		color: #404040;
		content: '\f419';
		vertical-align: middle;
		text-decoration: inherit;
		font-size: 32px;
		font-family: 'Genericons';
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}

	.main-navigation-toggle:hover:after {
		color: #098ed3;
	}

	/* Main Navigation Menu */
	.main-navigation-menu {
		display: none;
		float: left;
		margin-bottom: 1em;
		width: 100%;
		border-top: 4px solid #404040;
	}

	.main-navigation-menu a {
		display: block;
		clear: left;
		padding: 1.2em;
		border-bottom: 1px dotted #ccc;
		font-size: 15px;
		font-size: 0.9375rem;
	}

	.main-navigation-menu li:last-child a {
		border-bottom: none;
	}

	.main-navigation-menu ul {
		float: none;
		width: 100%;
		border: none;
		transform: translateX(0);
	}

	.main-navigation-menu ul li a {
		display: block;
		padding-left: 2em;
		width: 100%;
	}

	.main-navigation-menu ul li ul a {
		padding-left: 4em;
	}

	.main-navigation-menu ul li ul li ul a {
		padding-left: 6em;
	}

	.main-navigation-menu ul li ul li ul li ul a {
		padding-left: 8em;
	}

	.main-navigation-menu ul li:last-child a {
		border-bottom: 1px dotted #ccc;
	}

	.main-navigation-menu ul ul {
		border-top: 1px dotted #ccc;
	}

	/* Mobile Submenu Dropdowns */
	.main-navigation-menu .submenu-dropdown-toggle {
		position: absolute;
		top: 0;
		right: 0;
		z-index: 1;
		display: block;
		float: right;
		margin: 0;
		padding: 0.8em 1.2em;
	}

	.main-navigation-menu .submenu-dropdown-toggle:hover {
		cursor: pointer;
	}

	.main-navigation-menu .submenu-dropdown-toggle:before {
		color: #404040;
		content: '\f431';
		vertical-align: middle;
		text-decoration: inherit;
		font-size: 32px;
		font-family: 'Genericons';
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}

	.main-navigation-menu .submenu-dropdown-toggle:hover:before {
		color: #098ed3;
	}

	.main-navigation-menu .submenu-dropdown-toggle.active:before {
		content: '\f432';
	}

	.main-navigation-menu ul .submenu-dropdown-toggle {
		padding: 0.5em 1em;
	}

	.main-navigation-menu ul .submenu-dropdown-toggle:before {
		font-size: 24px;
	}

	/* Mega Menu Styling */
	.mega-menu-item .mega-menu-content {
		border-bottom: 1px solid rgba(255,255,255,0.1);
	}

	.mega-menu-item .mega-menu-two-columns > li,
	.mega-menu-item .mega-menu-three-columns > li,
	.mega-menu-item .mega-menu-five-columns > li {
		width: 100%;
	}

	.mega-menu-item .mega-menu-four-columns > li,
	.mega-menu-item .mega-menu-six-columns > li {
		width: 50%;
	}

/*-----------シーズナリティーtableC---------------*/	
	table.specA {
	font-size: 0.8rem;
	}
	table.specC {
	font-size: 0.75rem;
	}
/*-----------destination-top btn---------------*/
    .anotherFleet ul li .anoterfleet-name {
	top: -250px;
    }



	.main-navigation-menu > li:after {
		display: none;
	}

	.main-navigation-menu > li:nth-of-type(3) > a:before,
	.main-navigation-menu > li:nth-of-type(3) > a:after {
		display: none;
	}

}

/*--------------------------------------------------------------
## 14.4 - Tablet Large ( < 880px )
--------------------------------------------------------------*/
@media only screen and (max-width: 55em) {
	.content-area,
	.site-content .fullwidth-content-area {
		float: none;
		padding: 0;
		width: 100%;
		margin: 0;
	}

	.sidebar {
		float: none;
		padding: 2em 0 0;
		width: 100%;
		border-top: 4px solid #eee;
	}

	/* Magazine Post Widgets */
	.widget-magazine-posts .magazine-horizontal-box .large-post .entry-content,
	.widget-magazine-posts .magazine-horizontal-box .large-post .more-link {
		display: inline-block;
	}

	.widget-magazine-posts .large-post .entry-title 	{
		font-size: 24px;
		font-size: 1.5rem;
	}

	.widget-magazine-posts .medium-post .entry-title {
		font-size: 16px;
		font-size: 1rem;
	}

	.widget-magazine-posts .small-post .entry-title {
		font-size: 15px;
		font-size: 0.9375rem;
	}
    
/*-----------シーズナリティーtableC---------------*/	
	#table-cs{
		box-sizing: border-box;
    border-right: 3px dotted #1EBBD8;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
	}
	
	
	table.specC {
    font-size: 0.7rem;
    width: 820px;
    border-spacing: 0px;
    margin: 0 auto;
	}
/*-----------destination-top btn---------------*/
    .anotherFleet ul li .anoterfleet-name {
	top: -230px;
    }
}

/*--------------------------------------------------------------
## 14.5 - Tablet Medium ( < 800px )
--------------------------------------------------------------*/
@media only screen and (max-width: 50em) {
	.site-branding .site-title {
		font-size: 35px;
		font-size: 2.1875rem;
	}

	.main-navigation-toggle:after {
		font-size: 29px;
	}
 /*--------------スライダー---タブレット-----------*/  
    .metaslider .caption {
    padding: 5px 20px!important;
    font-size: 25px;
    }   
    
	/* Magazine Post Widgets */
	.widget-magazine-posts .large-post .entry-title 	{
		font-size: 22px;
		font-size: 1.375rem;
	}

	.widget-magazine-posts .medium-post .entry-title {
		font-size: 15px;
		font-size: 0.9375rem;
	}

	.widget-magazine-posts .small-post .entry-title {
		font-size: 14px;
		font-size: 0.875rem;
	}

	.widget-magazine-posts .magazine-horizontal-box .large-post .more-link {
		display: none;
	}
	.to-consul {
    width: 80%;
	}
	
/*----------サーチ,トグル------------*/    
	.widget_search {
		float: none; 
		  top: 0; 
		margin: 0; 
	}        
		.search-form {
		top: 51px; 
	}

	.main-navigation-toggle {
		margin-top: 0;
		float: right;
		margin-right: 1em;
	}
    
/*-------subナビ-----------*/  
.subA-navigation-menu li.A01 , 
.subA-navigation-menu li.A02 , 
.subA-navigation-menu li.A03 , 
.subA-navigation-menu li.A04 ,
.subA-navigation-menu li.A05 ,
.subA-navigation-menu li.A06 ,
.subB-navigation-menu li.B01 , 
.subB-navigation-menu li.B02 , 
.subB-navigation-menu li.B03 , 
.subB-navigation-menu li.B04 ,
.subB-navigation-menu li.B05 ,
.subB-navigation-menu li.B06 ,
.subB-navigation-menu li.B07 {
    width :auto;
}    
    
.subA-navigation, 
.subB-navigation {
	display: block;
    width: 100%;
    margin-top: 10px;
    clear: both;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    /*background-color: #fdd000;*/
	background-color: #f3d85f;
	
}
    .subA-navigation-menu li ,
    .subB-navigation-menu li{
      display: block;
      overflow: hidden;
        border: none;  
    }
	
	.subA-navigation-menu ,
	.subB-navigation-menu {
		background-color: #f3d85f;
	}
	.subA-navigation-menu li a ,
	.subB-navigation-menu li a{
		padding: 10px 1rem;
    	margin: 0;
	}
    .subA-navigation-menu a:link ,
    .subA-navigation-menu a:visited ,
    .subB-navigation-menu a:link ,
    .subB-navigation-menu a:visited {
        text-decoration: underline;        
}
	
 /*-----------シーズナリティーtableC---------------*/   
   table.specC {
	font-size: 0.6rem;
	} 
    
/*-----------問い合わせボタン---------------*/ 	
    .reserve > a.bnr-btn {
    width: 100%;
	} 
	
	th, td {
    font-size: 0.8rem;
}
/*-----------destination-top btn---------------*/
    .anotherFleet ul li .anoterfleet-name {
	top: -200px;
    }
    
}

/*--------------------------------------------------------------
## 14.6 - Tablet Small ( < 720px )
--------------------------------------------------------------*/
@media only screen and (max-width: 45em) {
	.widget-magazine-posts .magazine-horizontal-box .large-post .entry-content {
		display: none;
	}
	
    .wd_movie ,
    .sns_fb {
	float: none;
    width: 100%;
	margin-bottom: 20px;
    }
	
/*-----カレントスペシャル--------*/	
	.cs-icon {
    display: block;
    text-align: center;
	}
	.cs-box {
     width: 100%;
    float: none; 
	}
	.current-special {
    float: none; 
    padding-left: 0; 
    width: 100%; 
	}
	
/*-----------シーズナリティーtableC------ 	
	table.specC th {
    display: block;
    float: left;
	}
	
	table.specC td {
    display: block;
    width: auto;
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
	}
	
	---------*/ 
	
	
	/*------その他のエリアへ------*/

	img.anotherAria-l {
    display: block;
    width: 100%;
    height: auto;
    float: none;
	}

	img.anotherAria-r{
	display: block;
     width : 100%;
    height : auto;
    float : none;
	margin-top: 10px;
	}
	
	.anotherFleet ul{
    display: block;
	}
/*-----------destination-top btn---------------*/
    .anotherFleet ul li .anoterfleet-name {
	top: -270px;
    }
	
	
}

/*--------------------------------------------------------------
## 14.7 - Mobile Extra Large ( < 640px )
--------------------------------------------------------------*/
@media only screen and (max-width: 40em) {
	.page-title,
	.entry-title {
		font-size: 28px;
		font-size: 1.75rem;
	}

	.post-layout-small .post-wrapper .type-post .entry-title {
		font-size: 22px;
		font-size: 1.375rem;
	}

	.entry-content {
		font-size: 16px;
		font-size: 1rem;
	}

	/* Magazine Post Widgets */
	.widget-magazine-posts .magazine-grid-two-columns {
		margin-right: 0;
	}

	.widget-magazine-posts .magazine-grid-three-columns {
		margin-right: -1.2em;
	}

	.widget-magazine-posts .magazine-grid .large-post,
	.widget-magazine-posts .magazine-horizontal-box .large-post .wp-post-image,
	.widget-magazine-posts .magazine-vertical-box .large-post,
	.widget-magazine-posts-columns .magazine-posts-column-left {
		float: none;
		padding: 0;
		width: 100%;
	}

	.widget-magazine-posts .magazine-vertical-box .small-posts,
	.widget-magazine-posts-columns .magazine-posts-column-right {
		margin-left: 0;
		padding-top: 1em;
		padding-left: 0;
		width: 100%;
	}

	.widget-magazine-posts .large-post .wp-post-image {
		float: left;
		margin: 0 1.5em 0 0;
		max-width: 50%;
	}

	.widget-magazine-posts .magazine-horizontal-box .large-post .post-content {
		float: right;
		padding-left: 1.5em;
		width: 50%;
	}

	.widget-magazine-posts .magazine-grid .large-post {
		clear: left;
	}

	.widget-magazine-posts .magazine-grid .large-post .wp-post-image {
		margin-bottom: 1em;
	}

	.widget-magazine-posts .large-post .entry-content {
		display: none;
	}

	.widget-magazine-posts .small-post .entry-title {
		font-size: 15px;
		font-size: 0.9375rem;
	}

	/* Mega Menu Styling */
	.mega-menu-item .mega-menu-four-columns > li,
	.mega-menu-item .mega-menu-six-columns > li {
		width: 100%;
	}
	
/*----------tableスマホ用----------*/	
	table.specB th,
	table.specB td {
		width : 100%;
		display: block;
	}
	
	.specB tr:nth-child(even) th{
    background-color: #a9d5ee;    
	}
		
	.specB tr:nth-child(odd) td{
    background-color: #ffffff;    
	}

/*----------スケジュールtableスマホ用----------*/	
	table.schedule-table{
		width:  : 100%;
	}	
	table.schedule-table thead tr{
    background: #a9d5ee;
	}
	table.schedule-table th, 
	table.schedule-table td {
		font-size: 0.8rem;
		display: block;
		float: left;
		vertical-align: middle;
	}	
/*----------スケジュールモーダルスマホ用----------*/	
	.contents table tr th,
	.contents table tr td {
		display: block;
		float: left;
        float: none;
		border: none;
		text-align: left;
		font-size: 0.9rem;
	}
	
	.contents table tr:nth-child(odd) {
    	background-color: #ffffff;
		border-bottom: 1px solid #999999;
	}
	.contents table  tr:nth-child(even) {
    	background-color: #eeeeee;
		border-bottom: 1px solid #999999;
	}
	.contents table tr:first-child{
		background-color: #a9d5ee;
		width: 100%;
	}
	
}

/*--------------------------------------------------------------
## 14.8 - Mobile Large ( < 560px )
--------------------------------------------------------------*/
@media only screen and (max-width: 35em) {
	.site-branding .site-title {
		font-size: 32px;
		font-size: 2rem;
		font-size: 1rem;
		line-height: 1;
		top: -30px;
	}

	.main-navigation-toggle:after {
		font-size: 26px;
	}

	.widget-magazine-posts .magazine-grid-three-columns {
		margin-right: 0;
	}

	.widget-magazine-posts .medium-post {
		float: none;
		padding-right: 0;
		width: 100%;
	}

	.widget-magazine-posts .medium-post .wp-post-image {
		float: left;
		margin: 0 1em 0 0;
		max-width: 120px;
	}

	.widget-magazine-posts .large-post .entry-title {
		font-size: 20px;
		font-size: 1.25rem;
	}
	
	/*----------サーチ、トグル------------*/    
	.widget_search {
		float: right; 
		margin-bottom: 20px;
    	margin-right: 0;
	}        
		.search-form {
		top: 10px; 
	}
	
	/*----------サーチ,トグル------------*/    
/*	.widget_search {
		float: none; 
		  top: 0; 
		margin: 0; 
	}        
		.search-form {
		top: 51px; 
	}*/

	.main-navigation-toggle {
		margin-top: 9px;
		float: left;
		margin-left: 0;
		padding-bottom: 0;
	}
    
	/*------------ルートページ,スマホ---------------*/
	img.routeMap{
		width :100% ;
		height : auto;
	}
	img.routeImg{
		width :100% ;
		height : auto;
		margin-left: 0;
	}
    
    h1.routeTitle{
        font-size : 1.6rem;
    }
    h2.routesubTitle{
        font-size : 1.3rem;
    }
    

    /*------------ルート,モーダル,スマホ-------------*/
    img.routeMap-m{
        width : 100%;
        margin: 0 ;
    }
    

    
    
	/*-------footer-----------*/   
    .foot-cruiser {
    float: none;
    width: 100%;
    margin-top: 30px;
    }
	.cruisers{
	float: none;
    width: 100%;
	}
		
	.footer-logo {
    float: none;
    width: 100%;
    text-align: center;
	}
	
	.fnav li {
    margin: 5px 0;
   /* padding: 0;*/
	line-height: 1;
	}
	.fnav{
	margin-bottom: 20px;
	}
	.to-consul {
    width: 100%;
	}
}

/*--------------------------------------------------------------
## 14.9 - Mobile Medium ( < 480px )
--------------------------------------------------------------*/
@media only screen and (max-width: 30em) {
	.container {
		padding-right: 1em;
		padding-left: 1em;
	}

	.page-title,
	.entry-title {
		font-size: 24px;
		font-size: 1.5rem;
	}

	.post-layout-small .post-wrapper .type-post .entry-title {
		font-size: 20px;
		font-size: 1.25rem;
	}

	.alignright, .alignleft {
		float: none;
		margin: 1em 0;
	}

	/* Magazine Homepage: Category Post Widgets */
	.widget-magazine-posts .medium-post .wp-post-image,
	.widget-magazine-posts .small-post .wp-post-image {
		max-width: 30%;
	}

	.widget-magazine-posts .medium-post .entry-title {
		font-size: 14px;
		font-size: 0.875rem;
	}

	.widget-magazine-posts .large-post .wp-post-image,
	.widget-magazine-posts .magazine-grid .large-post .wp-post-image {
		float: none;
		margin: 0 0 0.5em 0;
		max-width: 100%;
	}

	.widget-magazine-posts .magazine-horizontal-box .large-post .post-content {
		float: none;
		padding: 0;
		width: 100%;
	}

	.widget-magazine-posts .large-post .entry-title {
		font-size: 22px;
		font-size: 1.375rem;
	}

	.widget-magazine-posts .large-post .entry-content,
	.widget-magazine-posts .large-post .entry-content .more-link {
		display: inline-block;
	}
    
    .sp {
        display: block;
    }
	/*--------------スライダー--------------*/
.metaslider .caption {
    padding: 5px ;
    word-wrap: break-word;
    font-size: 13px;
    box-sizing: border-box;
	font-family: 'EB Garamond', serif;
	}
	
	/*-------footer-----------*/   
	.foot-cruiser a img{
	display: block;
	float : none;
	margin: 0 auto;
	}
	.foot-cruiser > div > ul > li > a > img {
    margin-right: 8px;
    margin-top: 0; 
    float: left;
	}
	
	.foot-cruiser > div > ul{
	line-height: 1;
    margin-top: 10px;
    margin-left: 30px;
	}
	

}

/*--------------------------------------------------------------
## 14.9.5 - Mobile Small ( < 320px )
--------------------------------------------------------------*/
@media only screen and (max-width: 25em) {
	.post-layout-small .post-wrapper .type-post .wp-post-image {
		float: none;
		margin: 0 0 0.5em;
		padding: 0;
		max-width: 100%;
	}
/*-----------destination-top btn---------------*/
    .anotherFleet ul li .anoterfleet-name {
	top: -230px;
    }
	

}

/*--------------------------------------------------------------
## 14.10 - Mobile Small ( < 320px )
--------------------------------------------------------------*/
@media only screen and (max-width: 20em) {
	.site-branding .site-title {
		font-size: 28px;
		font-size: 1.75rem;
	}

	.main-navigation-toggle {
		padding: 0 1.5em 1em;
	}

	.main-navigation-toggle:after {
		font-size: 24px;
	}

	.page-title,
	.entry-title {
		font-size: 20px;
		font-size: 1.25rem;
	}

	.entry-meta span {
		display: block;
	}

	.entry-meta span:after {
		display: none;
	}

}


/*--------------------------------------------------------------
# 15.0 - Theme Option Styles
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## 15.1 - Sidebar Left Layout
--------------------------------------------------------------*/

@media only screen and (min-width: 55em) {
	.sidebar-left .content-area {
		float: right;
		padding-right: 0;
		padding-left: 4em;
	}

	.sidebar-left .sidebar {
		float: left;
	}
}

/*--------------------------------------------------------------
## 15.2 - Sticky Header
--------------------------------------------------------------*/
@media only screen and (min-width: 60.001em) {
	.sticky-header .site-header {
		position: fixed;
		top: 0;
		z-index: 100;
		width: 100%;
	}

	.sticky-header.admin-bar .site-header  {
		top: 32px;
	}

	.sticky-header .header-bar-wrap {
		display: none;
	}

	/* Small Header */
	.sticky-header.small-header .site-header .site-branding,
	.sticky-header.small-header .primary-navigation {
		margin: 0;
		transition: all 0.4s ease;
	}

	.sticky-header.small-header .site-header .site-branding .site-title {
		margin: 0.25em 0 0;
		font-size: 28px;
		font-size: 1.75rem;
	}

	.sticky-header.small-header .site-header .site-branding .custom-logo {
		margin-top: 1em;
		max-height: 25px;
		width: auto;
	}

	.sticky-header.small-header .site-header .site-description {
		display: none;
	}
}

@media only screen and (max-width: 60em) {
	.sticky-header {
		padding-top: 0 !important;
	}
}

/*--------------------------------------------------------------
# 16.0 - Media Query Fixes
--------------------------------------------------------------*/

/* Ensure navigation is visible on desktop view */
@media only screen and (min-width: 60.001em) {
	.main-navigation-menu {
		display: block !important;
		width: 100%;
	}

}

/*--------------------------------------------------------------
17.0 Customizer Preview
--------------------------------------------------------------*/
.magazine-widgets-placeholder {
	position: relative;
}

.magazine-widgets-placeholder .magazine-widgets-placeholder-title {
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
	padding: 1em 1em 1em 55px;
	color: #0085ba;
	border: 2px dashed #0085ba;
}

/* Add some space around the visual edit shortcut buttons. */
.magazine-widgets-placeholder .customize-partial-edit-shortcut button {
	left: 15px;
	top: 12px;
}

.customize-partial-edit-shortcut-poseidon_theme_options-excerpt_more {
	left: -9999px;
}






/* header-info */
.header-info {
	padding: 10px 0;
	background: #2f69b0;
	font-size: 14px;
	line-height: 20px;
	text-align: right;
	color: #fff;
}

.header-info p {
	display: inline-block;
	margin: 0 10px;
}

@media only screen and (max-width: 60em) {
.header-info p {
	display: block;
}
.header-info p span {
	display: none;
}
}



/* headerMail */
.headerMail {
	font-size: 12px;
}

@media only screen and (max-width: 60em) {
.headerMail span {
	display: none;
}
}



/* spbooknow */
.spbooknow {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 999999;
	display: none;
}

@media only screen and (max-width: 60em) {
	.spbooknow {
		display: block;
	}
}

.spbooknow a {
	display: block;
	width: 200px;
	height: 40px;
	padding: 10px 0;
	border-radius: 4px;
	background: linear-gradient(150deg, #FFF200, #00A0C9, #073190);
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	line-height: 20px;
	text-align: center;
	color: #fff !important;
	font-weight: bold;
}

.spbooknowMenu {
	position: fixed;
	bottom: 70px;
	right: 20px;
	z-index: 999999;
	display: none;
	width: calc(100% - 40px);
	padding: 0 10px;
	margin: 0;
	border-radius: 4px;
	background: linear-gradient(90deg, #00A0C9, #073190);
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	list-style: none;
	overflow: hidden;
}

.spbooknowMenu li {
	border-bottom: 1px dashed #fff;
}

.spbooknowMenu li:last-of-type {
	border-bottom: 0;
}

.spbooknowMenu a {
	display: block;
	width: 100%;
	height: 40px;
	padding: 10px 0;
	line-height: 20px;
	text-align: center;
	color: #fff;
}


/* single-fleet_conf */
/*
.single-fleet_conf .su-custom-gallery .su-custom-gallery-slide:nth-child(n+11) {
	display: none;
}

.single-fleet_conf .su-custom-gallery.active .su-custom-gallery-slide:nth-child(n+11) {
	display: block;
}
*/