/*
Theme Name: WINTEL MARINE
Description: ボートワールド加盟店向け レスポンシブテンプレート
Author: Wintel
*/





/* Basic Elements
   ========================================================================== */


*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

a {
    outline: none !important;
}

.a-link{
	color: #001463;
	text-decoration: underline;

}

html {
	font-size: 100%;
	line-height: 150%;
}


body {
	background-color: #fff;
	color: #231815;
	font-family: Verdana, Geneva, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 400;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	word-break: normal;
}


hr {
	border: 0;
	border-top: 1px solid #ddd;
	margin: 2rem auto;
	width: 3rem;
}

@media (min-width: 481px) {
	hr {
		margin: 2.5rem auto;
	}
}


hr.small {
	margin: 1.5rem auto;
}


img {
	margin: 0;
	max-width: 100%;
	height: auto;
}


embed, iframe, object, video {
	max-width: 100%;
}


.defs {
	display: none;
}





/* Additional icon
   ========================================================================== */


@font-face {
  font-family: 'head-icons';
  src: url('fonts/head-icons.eot?nu8zwa');
  src: url('fonts/head-icons.eot?nu8zwa#iefix') format('embedded-opentype'),
    url('fonts/head-icons.ttf?nu8zwa') format('truetype'),
    url('fonts/head-icons.woff?nu8zwa') format('woff'),
    url('fonts/head-icons.svg?nu8zwa#head-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}


[class^="im-"], [class*=" im-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'head-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1.25;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.im-line-square:before {
	content: "\e800";
}
.im-twitter-square:before {
	content: "\f081";
}
.im-facebook-square:before {
	content: "\f082";
}
.im-phone-square:before {
	content: "\f098";
}
.im-youtube-square:before {
	content: "\f166";
}
.im-instagram:before {
	content: "\f16d";
}
.im-tumblr-square:before {
	content: "\f174";
}
.im-envelope-square:before {
	content: "\f199";
}






/*line icon 追加20210219*/




.nav-icon .icf-line-svg span {
    padding: 0px!important;
}


@font-face {
  font-family: 'icf';
  src:  url('fonts/icf.eot?dhepaz');
  src:  url('fonts/icf.eot?dhepaz#iefix') format('embedded-opentype'),
    url('fonts/icf.ttf?dhepaz') format('truetype'),
    url('fonts/icf.woff?dhepaz') format('woff'),
    url('fonts/icf.svg?dhepaz#icf') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icf' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1.25;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icf-line-svg .path1:before {
  content: "\e900";
  color: rgb(0, 185, 0);
}
.icf-line-svg .path2:before {
  content: "\e901";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icf-line-svg .path3:before {
  content: "\e902";
  margin-left: -1em;
  color: rgb(0, 185, 0);
}
.icf-line-svg .path4:before {
  content: "\e903";
  margin-left: -1em;
  color: rgb(0, 185, 0);
}
.icf-line-svg .path5:before {
  content: "\e904";
  margin-left: -1em;
  color: rgb(0, 185, 0);
}
.icf-line-svg .path6:before {
  content: "\e905";
  margin-left: -1em;
  color: rgb(0, 185, 0);
}









/* Layout
   ========================================================================== */


.container-wrapper {
	background-color: transparent;
}


.container-wrapper-front {
	padding-top: 2rem;
}

@media (min-width: 481px) {
	.container-wrapper-front {
		padding-top: 4rem;
	}
}


.content-2nd {
	margin: 0 15px;
}


.row-wrapper {
	margin: 0 15px;
}


.nobreak {
	display: inline-block;
}


.break { display: block; }

@media (min-width: 768px) {
	.break { display: inline; }
}


.break-xxs {
	display: block;
}

@media (min-width: 481px) {
	.break-xxs {
		display: inline;
	}
}


.break-xs {
	display: block;
}

@media (min-width: 768px) {
	.break-xs {
		display: inline;
	}
}


.show-xxs {
	display: inline;
}

@media (min-width: 481px) {
	.show-xxs {
		display: none;
	}
}


.show-xs {
	display: inline;
}

@media (min-width: 768px) {
	.show-xs {
		display: none;
	}
}


.hide-xxs {
	display: none;
}

@media (min-width: 481px) {
	.hide-xxs {
		display: inline;
	}
}


.hide-xs {
	display: none;
}

@media (min-width: 768px) {
	.hide-xs {
		display: inline;
	}
}


.hide-all {
	display: none;
}





/* Header
   ========================================================================== */


header {
	color: #231815;
	/*
	background: #001463;
	*/
	background:#001463; 
	top: 0px;
	width: 100%;
	position: relative;
	z-index: 100;
}


header a {
	color: #231815;
	text-decoration: none;
}


header a:hover,
header a:focus {
	color: #348bcc;
	text-decoration: none;
}


#head-sns {
	/*
	background-color: #2090C7;*/
	background: #001463;
	min-height: 28px;
	border-bottom: 1px solid #fff;
}

@media (min-width: 992px) {
	#head-sns {
		min-height: 34px;
	}
}


#head-sns-row {
	float: right;
}


#head-sns-row .sns-item {
	float: left;
	margin: 0 0 0 0.5rem;
	font-size: 1.5rem;
	line-height: 1;
}

@media (min-width: 768px) {
	#head-sns-row .sns-item {
		font-size: 1.3rem;

	}
}

@media (min-width: 992px) {
	#head-sns-row .sns-item {
		font-size: 2.2rem;
	}
}


#head-sns-row .sns-item:first-child {
	margin: 0;
}


#head-sns-row .sns-item .item-name {
	display: none;
}

@media (min-width: 768px) {
	#head-sns-row .sns-item .item-name {
		display: inline-block;
		font-size: 1rem;
		line-height: 1;
		font-weight: normal;
		padding: 0 0 0 0.3rem;
		position: relative;
		top: -0.1rem;
	}
}

@media (min-width: 992px) {
	#head-sns-row .sns-item .item-name {
		top: -0.6rem;
	}
}


#head-sns-row .sns-item a {
	display: inline-block;
	font-size: 1.8rem;
	line-height: 1;
	color: #fff;
	text-decoration: none;
}

@media (min-width: 768px) {
	#head-sns-row .sns-item a {
		font-size: 1.3rem;
	}
}

@media (min-width: 992px) {
	#head-sns-row .sns-item a {
		font-size: 2.2rem;
	}
}



#head-sns-row .sns-item a:hover {
	color: #f4f4f4;
	text-decoration: none;
}


#head-sns-row .sns-item .linkless {
	display: inline-block;
	color: #fff;
}


#head-logo {
	float: none;
	padding: 15px 0;
	text-align: center;
		display: table;
	margin: 0 auto;
}


#head-logo img {
	max-width: 300px;

}




@media (min-width: 768px) {
	#head-logo {
		float: none;
		padding: 15px 0;
	}
}


#head-logo img {
	width: auto;
	height: 2.5rem;
}

@media (min-width: 481px) {
	#head-logo img {
		width: auto;
		height: 2.5rem;
	}
}

@media (min-width: 768px) {
	#head-logo img {
		width: auto;
		height: 2.5rem;
		margin: 6px 0;
	}
}

@media (min-width: 992px) {
	#head-logo img {
		width: auto;
		height: auto;
		margin: 0;
	}
}





/* Navigation
   ========================================================================== */


#top-nav {
	margin: 0 -15px;
}


.navbar-header .nav-title {
	display: block;
	float: left;
	text-align: center;
	color: #131A47;
	width: 60%;
	line-height: 20px;
	font-family: 'Droid Serif', serif;
	font-weight: 400;
	margin: 0 -30px 0 0;
}

@media (min-width: 768px) {
	.navbar-header .nav-title {
		display: none;
	}
}


a > .sml-cap {
	display: inline;
	font-size: 1.0rem;
	color: #333;
	margin: 0 0 0 10px;
	transition: all 0.5s ease 0s;
	line-height: 1.8;
}
a:hover > .sml-cap, 
a:focus > .sml-cap {
	color: #febf01;
}

@media (min-width: 768px) {
  a > .sml-cap {
	  display: block;
	font-size: 1.0rem;
	  font-weight: bold;
	  color: #333;
	  margin: 0 auto;
	  line-height: 1.8;
  }
  a:hover > .sml-cap, 
  a:focus > .sml-cap {
	  color: #fff;
  }
}





/* Carousel
   ========================================================================== */


#carousel-top {
	margin: 0 auto;
	max-width: 1600px;
}


.carousel-indicators {
	display: none;
}

@media (min-width: 768px) {
	.carousel-indicators {
		display: block;
	}
}


.carousel-caption {
	display: none;
}

@media (min-width: 768px) {
	.carousel-caption {
		display: block;
	}
}


.carousel-control:focus {
	opacity: 0.5;
}


.carousel-control:hover {
	opacity: 1;
}





/* Footer
   ========================================================================== */


.footer-bg {
	background-color: #fff;
}

@media (min-width: 768px) {
	.footer-bg {
		border-top: 2px solid #001463;
	}
}


#footer-link {
	display: none;
}

@media (min-width: 768px) {
	#footer-link {
		display: block;
		text-align: center;
		padding: 15px 0;
	}
}


.link-item {
	display: none;
}

@media (min-width: 768px) {
	.link-item {
		display: inline;
		padding: 0 10px;
		font-size: 0.75rem;
		line-height: 1.5rem;
		white-space: nowrap;
	}
}


.link-item a {
	color: #231815;
	text-decoration: none;
	font-size: 15px;
}


.link-item a:hover {
	color: #348bcc;
	text-decoration: none;
}


#footer-link .break {
	display: none;
}

@media (min-width: 768px) {
	#footer-link .break {
		display: block;
		text-align: center;
	}
}

@media (min-width: 992px) {
	#footer-link .break {
		display: inline;
  }
}


#footer-copyright {
	text-align: center;
	padding: 10px;
	font-size: 0.8rem;
	line-height: 1rem;
	color: #fff;
	background-color: #001463;
}

@media (min-width: 768px) {
	#footer-copyright {
		padding: 10px 0;
	}
}





/* Page Title
   ========================================================================== */


.title-bg {
	background-color: #000;
}


.title-img {
	display: block;
	min-width: 320px;
	height: auto;
	margin: 0 -15px;
	position: relative;
	z-index: 1;
}

@media (min-width: 768px) {
	.title-img {
		min-width: 750px;
	}
}

@media (min-width: 992px) {
	.title-img {
		min-width: 970px;
	}
}

@media (min-width: 1200px) {
	.title-img {
		min-width: 1170px;
	}
}


h2#pagetitle-tx {
	text-align: center;
	font-size: 2rem;
	line-height: 100%;
	font-family: 'Droid Serif', serif;
	font-weight: 700;
	color: #fff;
	/*
	text-shadow: 0px 0px 4px #231815;
	*/
	margin: 0 0 -2rem 0;
	position: relative;
	z-index: 2;
	top: -2.4rem;
}

@media (min-width: 768px) {
	h2#pagetitle-tx {
		text-align: right;
		font-size: 3rem;
		font-height: 100%;
		top: -3.6rem;
		margin: 0 0 -3rem 0;
	}
}





/* Breadcrumb
   ========================================================================== */


.breadcrumb-bg {
	border-bottom: 1px solid #cccccc;
	
}


.breadcrumb a {
	color: #231815;
	text-decoration: none;
}


.breadcrumb a:hover {
	color: #348bcc;
	text-decoration: none;
}





/* Main
   ========================================================================== */


#main {
	margin: 0 auto;
}

@media (min-width: 768px) {
	#main {
		padding: 4rem auto;
	}
}


#content p {
	margin: 0 0 1.0rem 0;
}


#content img {
	vertical-align: baseline;
}


#content img.alignleft {
	border: none;
	padding: 0;
	margin: 0 1.0rem 1.0rem 0;
	float: left;
}


#content img.alignright {
	border: none;
	padding: 0;
	margin: 0 0 1.0rem 1.0rem;
	float: right;
}


#content img.aligncenter {
	border: none;
	padding: 0;
	clear: both;
	display: block;
	margin: 0 auto 1.0rem auto;
}


#content img.alignnone {
	border: none;
	padding: 0;
	margin: 0;
}


#content .video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0;
	margin: 1rem 0;
	overflow: hidden;
}


#content .video-container iframe, 
#content .video-container object, 
#content .video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


div.blog_info {
	padding: 0.3rem 0;
	margin: 0 0 1.0rem 0;
	font-size: 0.7rem;
	line-height:1.0rem;
	border-top: 1px dotted #ddd;
}

@media (min-width: 481px) {
	div.blog_info {
		font-size: 0.8rem;
		line-height: 1.2rem;
	}
}


div.blog_info ul {
	margin: 0px;
	padding: 0px;
	width: 100%;
}


div.blog_info li {
	float: right;
	padding: 0px;
	list-style: none;
	margin: 0 0 0 1rem;
	color: #231815;
}


div.blog_info li:last-of-type {
	margin: 0;
}


div.blog_info li .glyphicon {
	margin: 0 0.3rem 0 0;
}


.title {
	margin: 0 0 0.2rem 0;
	padding: 0;
}


.title a {
	text-decoration: none;
}


.title a:hover {
	text-decoration: none;
}





/* Side
   ========================================================================== */


#side {
	margin: 0 auto;
}


.widget-area ul {
	margin: 0;
	padding: 0;
	width: 100%;
}


.widget-area ul li.widget-container {
	list-style: none;
	margin: 0 0 2rem 0;
	padding: 0 10px 5px 10px;
	border-bottom: 2px solid #bbb;
	background: #ffffff; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlN2U3ZTciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ffffff 0%, #e7e7e7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e7e7e7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e7e7e7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#e7e7e7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#e7e7e7 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#e7e7e7 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e7e7e7',GradientType=0 ); /* IE6-8 */
}

@media (min-width: 481px) {
	.widget-area ul li.widget-container {
		margin: 0 0 3rem 0;
	}
}


.widget-area h3.widget-title {
	display: inline;
	font-size: 1rem;
	font-weight: bold;
	margin: 0 0 0 0.5rem;
}


.widget-area > ul > li {
	padding: 0;
	margin: 0 0 40px 0;
	list-style: none;
}


.widget-area > ul > li:last-of-type {
	margin: 0;
}


.widget-area ul li ul {
	padding: 0.5rem;
	margin: 0;
}


.widget-area ul li ul li {
	list-style: none;
  padding: 0 0 0 1rem;
  margin: 0.5rem 0;
}


/*.widget-area ul li ul li {
	font-size: 0.9rem;
	line-height: 1.2rem;
	margin: 0.5rem 0 0.5rem 1rem;
	list-style-image: url(images/lidot.png);
}*/


.widget-area ul li ul li a {
	font-size: 0.9rem;
	line-height: 1.2rem;
	list-style: none;
	padding: 0;
	margin: 0;
}


.widget-area ul li ul li a:hover {
	text-decoration: underline;
}


.widget-area ul li.widget_recent_entries ul li:before {
	content: "\f138";
	font-family: "FontAwesome";
	font-size: 0.9rem;
	margin: 0 0 0 -1rem;
}


.widget-area ul li.widget_categories ul li:before {
	content: "\f138";
	font-family: "FontAwesome";
	font-size: 0.9rem;
	margin: 0 0.3rem 0 -1rem;
}


.widget-area p {
	font-size: 0.8rem;
	line-height: 1.2rem;
	margin: 0 0 0.5rem 0;
	display: block;
}

@media (min-width: 481px) {
	.widget-area p {
		margin: 0 1rem 0.5rem 0;
		float: left;
	}
}

@media (min-width: 992px) {
	.widget-area p {
		float: none;
	}
}


/* Monthly Archive */

.widget-area ul li.widget_archive ul {
	display: table;
	padding: 0.5rem;
	margin: 0;
}


.widget-area ul li.widget_archive ul li {
	list-style: none;
	display: block;
  padding: 0;
	margin: 1%;
	float: left;
	width: 31.33%;
}

@media (min-width: 481px) {
	.widget-area ul li.widget_archive ul li {
		width: 23%;
	}
}

@media (min-width: 551px) {
	.widget-area ul li.widget_archive ul li {
		width: 18%;
	}
}

@media (min-width: 661px) {
	.widget-area ul li.widget_archive ul li {
		width: 14.66%;
	}
}

@media (min-width: 768px) {
	.widget-area ul li.widget_archive ul li {
		width: 12.28%;
	}
}

@media (min-width: 992px) {
	.widget-area ul li.widget_archive ul li {
		width: 31.33%;
	}
}


.widget-area ul li.widget_archive ul li a {
	display: block;
	color: #231815;
	background-color: #e7e7e7;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 0.35rem 0;
	margin: 0;
	position: relative;
	top: -1px;
	white-space: nowrap;
	font-size: 0.7rem;
	text-align: center;
	text-indent: 0;
	text-decoration: none;
}


.widget-area ul li.widget_archive ul li a:hover {
	color: #fff;

	background: #348BCC;
}


.widget-area ul li.widget_archive ul li a:before {
	content: none;
	margin: 0;
}


.widget-area ul.children {
	padding: 0;
  margin: 0 0 0 -0.1rem;
}


.widget-area .tagcloud {
	padding: 0.5rem;
}





/*** Sidebar Icons ***/

.widget_calendar .panel-heading:before {
	content: "\f508";
	font-family: "Dashicons";
	font-size: 1.25rem;
	line-height: 1.25rem;
	vertical-align: middle;
}


.widget_archive .panel-heading:before {
	content: "\f145";
	font-family: "Dashicons";
	font-size: 1.25rem;
	line-height: 1.25rem;
	vertical-align: middle;
}


.widget_recent_entries .panel-heading:before {
	content: "\f464";
	font-family: "Dashicons";
	font-size: 1.25rem;
	line-height: 1.25rem;
	vertical-align: middle;
}


.widget_tag_cloud .panel-heading:before {
	content: "\f323";
	font-family: "Dashicons";
	font-size: 1.25rem;
	line-height: 1.25rem;
	vertical-align: middle;
}


.widget_categories .panel-heading:before {
	content: "\f318";
	font-family: "Dashicons";
	font-size: 1.25rem;
	line-height: 1.25rem;
	vertical-align: middle;
}


.widget_text .panel-heading:before {
	content: "\f103";
	font-family: "Dashicons";
	font-size: 1.25rem;
	line-height: 1.25rem;
	vertical-align: middle;
}


.widget_banner .bn-img {
}


.widget_banner .bn-padding {
	padding: 5px;
}





/* Calendar
   ========================================================================== */


#calendar_wrap {
	padding: 0.5rem;
}


#wp-calendar {
	width: 100%;
}


table#wp-calendar {
	border-collapse: separate;
	border-spacing: 0.2rem;
}


#wp-calendar caption {
	color: #222;
	font-size: 1.0rem;
	line-height: 1.0rem;
	font-weight: bold;
	padding-bottom: 5px;
	text-align: center;
}

@media (min-width: 768px) {
	#wp-calendar caption { font-size: 0.8rem; }
}


#wp-calendar thead {
	font-size: 0.8rem;
}


@media (min-width: 768px) {
	#wp-calendar thead { font-size: 0.6rem; }
}


#wp-calendar thead th {
	text-align: center;
}


#wp-calendar tbody {
	color: #999;
}


#wp-calendar tbody td {
	background: #f8f8f8;
	border: 1px solid #ddd;
	padding: 0.2rem;
	text-align: center;
}

@media (min-width: 768px) {
	#wp-calendar tbody td {
		padding: 0.1rem;
		font-size: 0.9rem;
	}
}


#wp-calendar tbody .pad {
	background: none;
	border: none;
}


#wp-calendar tfoot td {
	padding: 0.2rem 0;
}


#wp-calendar tfoot #next {
	text-align: right;
}





/* Section
   ========================================================================== */


section {
	text-align: left;
	padding: 2rem 0;
}

@media (min-width: 481px) {
	section { padding: 4rem 0; }
}


.row-wrapper > .row > section#side {
	padding: 0 15px 2rem 15px;
}

@media (min-width: 481px) {
	.row-wrapper > .row > section#side {
		padding: 0 15px 4rem 15px;
	}
}

@media (min-width: 992px) {
	.row-wrapper > .row > section#side {
		padding: 4rem 15px;
	}
}





/* Article
   ========================================================================== */


article {
	border-bottom: 1px solid #ddd;
	text-align: left;
	padding: 2rem 0;
}

@media (min-width: 481px) {
	article {
		padding: 4rem 0;
	}
}


article:first-of-type {
	border-top: none;
	padding: 0 0 2rem 0;
}

@media (min-width: 481px) {
	article:first-of-type {
		padding: 0 0 4rem 0;
	}
}





/* Typography
   ========================================================================== */


h1, h2, h3, h4, h5 {
	font-weight: 400;
	margin: 0;
}


h1 {
	font-size: 1.4rem;
	line-height: 1.8rem;
	margin-bottom: 1.5rem;
}


h2 {
	font-size: 1.1rem;
	margin-bottom: 0.5rem;
}


h3 {
	font-size: 1.0rem;
	margin-bottom: 0.5rem;
}


h4 {
	font-size: 0.9rem;
	margin-bottom: 0.5rem;
}


h5 {
	font-size: 0.8rem;
	margin-bottom: 0.5rem;
}


p {
	margin: 0 auto;
	line-height: 1.5rem;
}


blockquote {
	margin: 0;
}


blockquote p {
	color: #bbb;
	font-style: italic;
	margin-bottom: 1.5rem;
}


cite {
	color: #bbb;
}





/* Lists
   ========================================================================== */


ul {
	margin: 0;
	text-align: left;
}





/* Links
   ========================================================================== */


a {
	color: #231815;
	text-decoration: none;
	transition: all 0.5s ease 0s;
}

a:hover, a:focus {
	color: #348BCC;
	text-decoration: underline;
}





/* Buttons
   ========================================================================== */


.button {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #001463;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: none;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	display: block;
	font-size: 1rem;
	font-weight: 400;
	text-align: center;
	padding: 0.7rem 1.5rem;
	vertical-align: middle;
	white-space: nowrap;
}

@media (min-width: 481px) {
	.button {
		display: inline-block;
		font-size: 0.9rem;
	}
}


.button:hover, 
.button:focus {
	color: #fff;
	background: #999;
	text-decoration: none;
}





/* Utilities
   ========================================================================== */


.remove-padding {
	padding-bottom: 0;
}


.remove-border {
	border: none;
}


.divider {
	margin-bottom: 2rem;
}


/*** 強調文字 ***/
.caution {
	color: #A94442;
	font-weight: bold;
}


/*** インデント ***/

.indent1em {
	text-indent: -1em;
	padding: 0 0 0 1em;
}


.indent2em {
	text-indent: -2em;
	padding: 0 0 0 2em;
}


/*** 新着ラベル ***/

.label-new-entry {
	background-color: #D9534F;
}


/*** Column Box ***/

.col-box {
	position: relative;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0px 2px 4px #b0b0b0;
}


.col-box > a {
	display: block;
	width: 100%;
	height: 2rem;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	background-color: #001463;
	font-size: 0.8rem;
	line-height: 2rem;
	font-family: 'Share', cursive;
	font-weight: 400;
	color: #fff;
	text-decoration: none;
	text-align: right;
	position: absolute;
	bottom: 0;
}


.col-box > a:hover {
	background-color: #999;
}


.col-box > a i {
	font-size: 1rem;
    vertical-align: text-bottom;
	margin: 0 0.5rem 0 0.3rem;
}





/* topscroll
   ========================================================================== */


#topscroll {
	display: block;
	font-size: 28px;
	line-height: 28px;
}


#topscroll .fa, 
#topscroll .glyphicon  {
	color: #999;
	transition: all 0.5s ease 0s;
}


#topscroll .fa:hover, 
#topscroll .glyphicon:hover {
	color: #348bcc;
}





/* Clearfix
   ========================================================================== */


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


.clearfix:after {
	clear: both;
}


.clearfix {
	*zoom: 1;
}





/* Pagination
   ========================================================================== */


.pagination {
	clear: both;
	padding: 2rem 0 0 0;
	margin: 0;
	position: relative;
	font-size: 0.9rem;
	line-height: 1.6rem;
	text-align: center;
}

@media (min-width: 481px) {
	.pagination {
		padding: 4rem 0 0 0;
	}
}


.pagination span, 
.pagination a {
	display: block;
	float: left;
	margin: 2px 2px 2px 0px;
	padding: 0;
	text-decoration: none;
	min-width: 1.6rem;
	color: #fff;
	background: #999;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: none;
	white-space: nowrap;
}


.pagination a:hover {
	color: #fff;
	background: #333;
}


.pagination .current {
	padding: 0;
	background: #333;
	color: #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: none;
	white-space: nowrap;
}


a.more-link {
	display: block;
	float: left;
	font-size: 0.9rem;
	line-height: 2rem; 
	color: #fff;
	background: #2C539E;
	margin: 1em auto;
	text-align: center;
	width: 7.0rem;
	padding: 0 0.5rem;
	text-decoration: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: none;
	white-space: nowrap;
}


a.more-link:hover {
	color: #fff;
	background: #131A47;
}


div.nav-below {
	width: 16rem;
	margin: 2rem auto;
	overflow: auto;
	text-align: center;
}

@media (min-width: 768px) {
	div.nav-below {
		margin: 4rem auto;
	}
}


.nav-previous a {
	display: block;
	width: 7.0rem;
	font-size: 0.9rem;
	line-height: 2rem; 
	color: #fff;
	background: #999;
	margin: 1em auto;
	text-align: center;
	padding: 0 0.5rem;
	text-decoration: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: none;
	white-space: nowrap;
	float: left;
}


.nav-next a {
	display: block;
	width: 7.0rem;
	font-size: 0.9rem;
	line-height: 2rem; 
	color: #fff;
	background: #999;
	margin: 1em auto;
	text-align: center;
	padding: 0 0.5rem;
	text-decoration: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: none;
	white-space: nowrap;
	float: right;
}


.nav-previous a:hover, 
.nav-next a:hover {
	color: #fff;
	background: #333;
}





/* Comments
   ========================================================================== */


#comments {
	clear: both;
	border-top: 1px solid #e7e7e7;
	padding: 0.5rem 0 0 0;
}


#comments .navigation {
	padding: 0 0 18px 0;
}


h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}


h3#comments-title {
	padding: 24px 0;
}


.commentlist {
	list-style: none;
	margin: 0;
}


.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 21px;
	margin: 0 0 24px 0;
	padding: 0 0 0 40px;
	position: relative;
}


.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}


#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}


#comments .comment-body p:last-child {
	margin-bottom: 6px;
}


#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}


.commentlist p {
	font-size: 0.9rem;
}


ol.commentlist {
	margin: 0;
	padding: 0;
}


.commentlist ol {
	list-style: decimal;
}


.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}


.comment-author {
}


.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}


.comment-author .says {
	font-size: 0.8rem;
}


.comment-meta {
	font-size: 12px;
	margin: 0 0 10px 0;
}


.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}


.comment-meta a:active,
.comment-meta a:hover {
	color: #2A6496;
}


.commentlist .even {
}


.commentlist .bypostauthor {
}


.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}


.commentlist .reply a {
	display: block;
	width: 3rem;
	padding: 0 0.5rem;
	background: #2C539E;
	font-size: 0.8rem;
	line-height: 1.6rem;
	color: #fff;
	text-align: center;
	text-decoration: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: none;
	white-space: nowrap;
}


.commentlist .reply a:hover {
	color: #fff;
	background: #131A47;
}


a.comment-edit-link {
	color: #888;
}


a.comment-edit-link:hover {
	color: #ff4b33;
}


.commentlist .children {
	list-style: none;
	margin: 0;
	padding: 0;
}


.commentlist .children li {
	border: none;
	margin: 0;
}


.nopassword,
.nocomments {
	display: none;
}


#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}


.commentlist li.comment+li.pingback {
	margin-top: -6px;
}


#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}


#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}





/* Comments form
   ========================================================================== */


#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	padding: 0.5rem 0 0 0;
	overflow: hidden;
	position: relative;
}


#respond p {
	font-size: 0.9rem;
	margin: 0;
}


#respond .comment-notes {
	margin-bottom: 1em;
}


.form-allowed-tags {
	line-height: 1em;
}


.children #respond {
	margin: 0 48px 0 0;
}


h3#reply-title {
	margin: 18px 0;
}


#comments-list #respond {
	margin: 0 0 18px 0;
}


#comments-list ul #respond {
	margin: 0;
}


#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}


#respond p.comment-form-comment, 
#respond p.comment-form-author, 
#respond p.comment-form-email, 
#respond p.comment-form-url {
  margin-top: 1.5rem;
}


#respond .required {
	font-size: 0.9rem;
	font-weight: 400;
	color: #888;
}


#respond label {
	color: #888;
  font-size: 0.7rem;
	font-weight: 400;
}


#respond input {
  display: block;
	margin: 0 0 5px;
	width: 100%;
}

@media (min-width: 768px) {
	#respond input {
		width: 40%;
	}
}


#respond textarea {
	width: 100%;
}


#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}


#respond .form-allowed-tags code {
	font-size: 11px;
}


#respond .form-submit {
	margin: 2.5rem 0 1rem 0;
}


#respond .form-submit input {
	font-size: 14px;
	width: auto;
}


/* si capcha code */

.si_captcha_small {
	margin-top: 1.5rem;
}

#respond p label {
  margin: 0;
}

#respond p input#si_captcha_code {
  display: block;
	width: 100px;
}





/* Form Objects
   ========================================================================== */


input[type="text"], 
input[type="tel"], 
input[type="email"], 
input[type="number"], 
input[type="file"], 
textarea, 
select {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #d0d0d0;
	border-bottom-color: #d0d0d0;
	border-left-color: #999;
	padding: 5px;
	color: inherit;
	background: #fff;
}


input[type="text"]:focus, 
input[type="tel"]:focus, 
input[type="email"]:focus, 
input[type="number"]:focus, 
input[type="file"]:focus, 
textarea:focus, 
select:focus {
	border: 1px solid #2A6496;
}


input[type="submit"], 
input[type="reset"], 
input[type="button"] {
	display: block;
	font-size: 1.0rem;
	line-height: 1.6rem;
	font-weight: normal;
	color: #fff;
	background: orange;
	margin: 1em auto;
	padding: 0.7rem 1.5rem;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: none;
	width: 100%;
	transition: all 0.5s ease 0s;
}

@media (min-width: 481px) {
	input[type="submit"], 
	input[type="reset"], 
	input[type="button"] {
		max-width: 12rem;
	}
}


input[type="submit"]:hover, 
input[type="reset"]:hover, 
input[type="button"]:hover {
	background: #333;
	text-decoration: none;
}


button[disabled]:hover, 
html input[disabled]:hover {
  background: #333;
}





/* Search Unit
   ========================================================================== */


.search_unit {
	display: block; padding: 0;
}


.search_unit input[type="submit"] {
	margin: 0;
	padding: 0;
}


.search_unit p {
	margin: 50px 0px 5px 0px !important;
}


h2.search {
	font-size: 1.1rem !important;
	line-height: 1.8rem !important;
	margin: 0px !important;
}


h2.result {
	font-size: 1.1rem !important;
	line-height: 1.8rem !important;
	margin: 50px 0 5px 0 !important;
}


.search_word {
	color: #2C539E !important;
}


#s {
	width: 200px;
	margin-bottom: 30px;
	padding: 5px 30px 5px 5px;
}


#searchsubmit {
	display: inline-block;
	margin-left: -33px;
	box-shadow: none;
	background-image: url(none);
	background-color: transparent;
	width: 25px;
	border: none;
	text-indent: -100px;
	cursor: pointer;
	position: relative;
}


#searchform {
	margin-top: -20px;
}


#searchform:before {
	content: "\f002";
	font-family: "FontAwesome";
	font-size: 1.5rem;
	line-height: 1.0rem;
	color: #999;
	top: 28px;
	left: 173px;
	position: relative;
}
/*#searchform:before {
	content: "\f179";
	font-family: "Dashicons";
	font-size: 1.2rem;
	line-height: 1.0rem;
	color: #999;
	top: 30px;
	left: 174px;
	position: relative;
}*/


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


.searchform input[type="submit"] {
	/* Webkit */
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#eee),
		to(#ccc)
		);

	/* FF */
	background: -moz-linear-gradient(
		top,
		#eee,
		#ccc
		);

	/* IE */
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffeeeeee,endColorstr=#ffcccccc);
	zoom: 1;
	}





/* Page Objects
   ========================================================================== */


section.content-front {
	padding: 0 0 2rem 0;
}

@media (min-width: 480px) {
	section.content-front {
		padding: 0 0 4rem 0;
	}
}


.content-front > h3 {
	/*font-family: 'Droid Serif', serif;*/
	font-size: 1.2rem;
	line-height: 1.2rem;
	font-weight: 400;
	color: #231815;
	margin-bottom: 0.2rem;
}


.content-front h4 {
	font-size: 0.7rem;
	line-height: 1.0rem;
	margin-bottom: 0.5rem;
	color: #3080B7;
}

@media (min-width: 480px) {
	.content-front h4 {
		margin-bottom: 1rem;
	}
}


.content-front p {
	font-size: 0.8rem;
	line-height: 1.2rem;
	margin-bottom: 1rem;
}


section.content-stock, 
section.content-parts {
	margin-right: 15px;
	margin-left: 15px;
}


#news-body .news-entry {
    padding: 0.5rem 0;
    margin: 0;
    border-bottom: 1px dotted #CCC;
}


#news-body p {
    display: block;
    font-size: 1rem;
    line-height: 1.5rem;
    padding: 0px;
    margin: 0px;
}


#news-body .date-display {
	display: block;
}









@media (min-width: 768px) {
	#news-body .date-display {
		float: left;
	
	}


}

@media (min-width: 992px) {
	#news-body .date-display {

	}
}

@media (min-width: 1200px) {
	#news-body .date-display {

	}
}


#news-body .date-display .display-icon {
	display: block;
	float: left;
	width: 40px;
	min-height: 1.5rem;
	margin: 0 0 0 5px;
}


#news-body .date-display .display-icon .label {
	font-size: 0.8rem;
	font-family: 'Share', cursive;
	font-weight: 700;
	padding: 0.2em 0.5em 0.3em;
}


#news-body .entry-date {
	display: block;
	float: left;
	width: auto;
	font-size: 1rem;
	line-height: 1.5rem;
	margin: 0 -45px 0 0;
	padding: 0 45px 0 0;
	padding-right: 65px;
}


#news-body .entry-title {
    display: block;
	float: left;
	width: 100%;
	min-height: 1.5rem;
	font-size: 1rem;
	line-height: 1.5rem;
	margin: 0;
	/*
	padding: 0 1rem;
	*/
	padding-top: 10px;
}


#news-body .category {
    display: block;
	float: left;
	background: #001463;
	color: #fff;
	padding: 2px;
	min-width: 100px;
	text-align: center;
	margin-right: 15px;
	font-size: 0.8rem;


}








@media (min-width: 768px) {
	#news-body .entry-title {
		width: 78%;
		margin: 0;
		padding: 0;
	}
}

@media (min-width: 992px) {
	#news-body .entry-title {
		width: 65%;
	}




}

@media (min-width: 1200px) {
	#news-body .entry-title {
		width: 79%;
	}
}


#news-body .entry-title a {
	color: #231815;
	text-decoration: none;
}


#news-body .entry-title a:hover {
	color: #348BCC;
	text-decoration: underline;
}


#news-body .entry-img {
	float: right;
	width: 5%;
	min-width: 40px;
	padding: 0 5px;
	text-align: center;
}

@media (min-width: 992px) {
	#news-body .entry-img {
		width: 10%;
	}
}

@media (min-width: 1200px) {
	#news-body .entry-img {
		width: 5%;
	}
}


#news-body .entry-img .fa {
	font-size: 1.5rem;
}


#news-body .entry-img a {
	color: #231815;
	text-decoration: none;
}


#news-body .entry-img a:hover {
	color: #348BCC;
	text-decoration: none;
}


section.content-shop .shop-img {
	margin-bottom: 1rem;
}


section.content-shop a {
	color: #231815;
	text-decoration: none;
}


section.content-shop a:hover {
	color: #348BCC;
	text-decoration: underline;
}


section.content-2nd p.no-post {
	font-size: 0.9rem;
	line-height: 1.2rem;
	text-align: center;
	padding: 7rem 0;
}


section#stocklist, 
section#parts {
	padding: 3rem 0 3rem 0;
}


section#assessment {
}


section#news {
	padding: 4rem 0 4rem 0;
}


#show-all-btn {
	text-align: center;
	margin: 0 0 1rem 0;
}

@media (min-width: 481px) {
	#show-all-btn {
		text-align: right;
	}
}


#bbs-body .bbs-entry {
    padding: 0.5rem 0;
    margin: 0;
    border-bottom: 1px dotted #CCC;
}


#bbs-body p {
    display: block;
    font-size: 1rem;
    line-height: 1.5rem;
    padding: 0px;
    margin: 0px;
}


#bbs-body .date-display {
	display: block;
}

@media (min-width: 768px) {
	#bbs-body .date-display {
		float: left;
		width: 25%;
		max-width: 150px;
	}
}

@media (min-width: 992px) {
	#bbs-body .date-display {
		width: 20%;
	}
}

@media (min-width: 1200px) {
	#bbs-body .date-display {
		width: 15%;
	}
}


#bbs-body .date-display .display-icon {
	display: block;
	float: left;
	width: 40px;
	min-height: 1.5rem;
	margin: 0 0 0 5px;
}


#bbs-body .date-display .display-icon .label {
	font-size: 0.6rem;
}


#bbs-body .entry-date {
	display: block;
	float: left;
	width: auto;
	font-size: 1rem;
	line-height: 1.5rem;
	margin: 0 -45px 0 0;
	padding: 0 45px 0 0;
}


#bbs-body .entry-title {
    display: block;
	float: left;
	width: 100%;
	min-height: 1.5rem;
	font-size: 1rem;
	line-height: 1.5rem;
	margin: 0 -45px 0 0;
	/*
	padding: 0 45px 0 1rem;
	*/
}

@media (min-width: 768px) {
	#bbs-body .entry-title {
		width: 70%;
		margin: 0;
		padding: 0;
	}
}

@media (min-width: 992px) {
	#bbs-body .entry-title {
		width: 100%;
	}
}

@media (min-width: 1200px) {
	#bbs-body .entry-title {
		width: 100%;
	}
}


#bbs-body .entry-title a {
	color: #231815;
	text-decoration: none;
}


#bbs-body .entry-title a:hover {
	color: #348BCC;
	text-decoration: underline;
}


#bbs-body .entry-img {
	float: right;
	width: 5%;
	min-width: 40px;
	padding: 0 5px;
	text-align: center;
}


#bbs-body .entry-img .fa {
	font-size: 1.5rem;
}


#bbs-body .entry-img a {
	color: #231815;
	text-decoration: none;
}


#bbs-body .entry-img a:hover {
	color: #348BCC;
	text-decoration: none;
}


section#company {
}


.img-container {
	margin: 0 0 2rem 0;
}


#company p {
	margin: 0 0 1rem 0;
}


#company .introduce {
	padding: 0 0 0rem 0;
}


#company .introduce h2 {
	margin: 3rem 0 1rem 0;
	color: #131A47;
	line-height: 1.5rem;
}


#company .introduce h2:first-child {
	margin: 0 0 1rem 0;
}


#company .introduce .text-strong {
	font-size: 140%;
	font-weight: bold;
	color: #A94442;
	margin-right: 0.2rem;
	margin-left: 0.2rem;
}


section#company h2.cap {
	display: block;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	background: #001463;
	padding: 0.5rem;
	margin: 0 auto 2rem auto;
}

@media (min-width: 481px) {
	section#company h2.cap {
		margin: 0 auto 1rem auto;
	}
}


section#company h2.cap:nth-of-type(n+2) {
	margin: 2rem auto 1rem auto;
}

@media (min-width: 481px) {
	section#company h2.cap:nth-of-type(n+2) {
		margin: 4rem auto 1rem auto;
	}
}


section#access {
}


.map-container {
  padding-bottom: 100%;
  margin-bottom: 2rem;
}

@media (min-width: 481px) {
	.map-container {
		padding-bottom: 75%;
	}
}

@media (min-width: 992px) {
	.map-container {
		padding-bottom: 56.25%;
	}
}


section#access h2.cap {
	display: block;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	background: #131A47;
	padding: 0.5rem;
	margin: 0 auto 1rem auto;
}


#access ul {
	padding-left: 1.5em;
}


#access li.by-train {
	list-style: none;
	text-indent: -1.05rem;
	padding-left: 1.05rem;
	margin-left: -1.05rem;
}


#access li.by-train:before {
	content: "\f239";
	font-family: "FontAwesome";
	margin-right: 0.25rem;
}


#access li.by-car {
	list-style: none;
	text-indent: -1.15rem;
	padding-left: 1.15rem;
	margin-left: -1.15rem;
}


#access li.by-car:before {
	content: "\f1b9";
	font-family: "FontAwesome";
	margin-right: 0.15rem;
}


#access li.by-bus {
	list-style: none;
	text-indent: -1.05rem;
	padding-left: 1.05rem;
	margin-left: -1.05rem;
}


#access li.by-bus:before {
	content: "\f207";
	font-family: "FontAwesome";
	margin-right: 0.25rem;
}


#access li.add-info {
	list-style: none;
	text-indent: -1rem;
	padding-left: 1rem;
	margin-left: -1rem;
}


#access li.add-info:before {
	content: "\f05a";
	font-family: "FontAwesome";
	margin-right: 0.3rem;
}


#access .access-by {
	padding: 1rem 0 1rem 0;
}


#access .access-by p.how-to-go {
	margin: 0 0 0.5rem 2em;
}


.form-content .form-tab {
    margin: 3rem 0 1rem 0;
}

@media (min-width: 481px) {
	.form-content .form-tab {
		margin: 3rem 0 0 0;
	}
}


.form-content p {
	margin: 0 0 1rem 0;
}


table.full-width {
	width: 100%;
	margin-left:　auto;
	margin-right: auto;
}


table.full-width tr th { font-weight: bold; color: #000; text-align: left; vertical-align: top; padding: 0 0 0.4rem 0; width: 100%; display: block; border-bottom: 1px solid #bbb; }
table.full-width tr td { text-align: left; vertical-align: top; padding: 1rem 0.5rem 2rem 0.5rem; width: 100%; display:block; }

@media (min-width: 481px) {
	table.full-width tr th { width: 33.33%; padding: 1rem 0.7rem; display: table-cell; border-bottom: 1px solid #000; }
	table.full-width tr td { width: 66.66%; padding: 1rem 0.7rem; display: table-cell; border-bottom: 1px dotted #000; }
}

@media (min-width: 992px) {
	table.full-width tr th { width: 25%; }
	table.full-width tr td { width: 75%; }
}


section#blog {
	padding: 0;
}


section#search-404 {
}


section#privacy {
	padding: 4rem 0 3rem 0;
}


#privacy h2 {
	margin: 3rem 0 1rem 0;
	color: #131A47;
}


#privacy h2:first-of-type {
	margin: 0 0 1rem 0;
}


#privacy p {
	margin: 0 0 1rem 0;
}


#privacy ul {
	margin: 0 0 1rem 0;
	padding-left: 1.5em;
}


section#contact {
}


#privacy-btn {
	text-align: center;
	margin: 0 0 1rem 0;
}

@media (min-width: 481px) {
	#privacy-btn {
		text-align: right;
	}
}


.formbox-mini { max-width: 100px; }
.formbox-short { max-width: 150px; }
.formbox-middle { width: 100%; }
.formbox-long { width: 100%; }

@media (min-width: 481px) {
	.formbox-middle { max-width: 450px; }
}


.hissu {
	color: #A94442;
	font-family: Verdana, Geneva, sans-serif;
	margin: 0 0.3rem;
}


.tdsubmit {
	text-align: center;
	padding: 0;
}

@media (min-width: 481px) {
	.tdsubmit {
		padding: 2rem 0 0 0;
	}
}


.formInner {
	padding: 0;
}


.formInner label {
	font-weight: 400; 
}


.sent .formInner {
	display: none;
}


.complete-display {
	display: none;
}


.sent .complete-display {
	width: 100%;
	height: auto;
	margin: 0px auto 0px auto;
	padding: 6rem 0;
	display: block;
	text-align: center;
}


.sent .complete-display h3 {
	color: #000;
	margin: 0 0 1rem 0;
	padding: 0;
	font-size: 1.2rem;
}


span.wpcf7-not-valid-tip {
	top: 0px;
	left: 1rem;
}


span.wpcf7-checkbox .wpcf7-list-item {
	display: block;
}





/* XML Objects
   ========================================================================== */


#xml-news-index {
	width: 100%;
	height:auto;
}


#xml-news-index .news-entry {
	padding: 0.5rem 2rem;
	margin: 0;
	border-bottom: 1px dotted #ccc;
}


#xml-news-index p {
	display: block;
	font-size: 1rem;
	line-height: 1.5rem;
	padding: 0;
	margin: 0;
}


#xml-news-index .bbs-date {
	display: block;
}

@media (min-width: 768px) {
	#xml-news-index .bbs-date {
		float: left;
		width: 25%;
	}
}

@media (min-width: 992px) {
	#xml-news-index .bbs-date {
		width: 20%;
	}
}

@media (min-width: 1200px) {
	#xml-news-index .bbs-date {
		width: 15%;
	}
}


#xml-news-index .bbs-title {
	display: block;
}

@media (min-width: 768px) {
	#xml-news-index .bbs-title {
		float: left;
		width: 75%;
	}
}

@media (min-width: 992px) {
	#xml-news-index .bbs-title {
		width: 80%;
	}
}

@media (min-width: 1200px) {
	#xml-news-index .bbs-title {
		width: 85%;
	}
}


.stock-tab {
	margin: 2rem 0;
}


#xml-stock-index > div:nth-child(5), 
#xml-parts-index > div:nth-child(5) {
	display: block;
}

@media (min-width: 481px) {
	#xml-stock-index > div:nth-child(5), 
	#xml-parts-index > div:nth-child(5) {
		display: none;
	}
}

@media (min-width: 1200px) {
	#xml-stock-index > div:nth-child(5), 
	#xml-parts-index > div:nth-child(5) {
		display: block;
	}
}


#xml-stock-index, 
#xml-stock, 
#xml-parts-index, 
#xml-parts, 
#wp-feed-blog {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -15px;
}


#xml-stock-index .stock-box, 
#xml-stock .stock-box, 
#xml-parts-index .parts-box, 
#xml-parts .parts-box {
	display: block;
	position: relative;
	margin: 1rem 0;
}


.stock-img, 
.parts-img {
	display: block;
	width: 100%;
	margin: 0;
	overflow: hidden;

	/*
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	*/
}


.stock-info, 
.parts-info {
	padding: 0.5rem 1rem 3rem 1rem;
}


.stock-info h2, 
.parts-info h2 {
	font-size: 0.8rem;
	line-height: 1rem;
	font-weight: normal;
	padding: 0 0 0.5rem 0;
	margin: 0 0 0.5rem 0;
	color: inherit;
	border-bottom: 1px dotted #999;
}


.stock-info h3 {
	font-size: 1rem;
	line-height: 1.3rem;
	font-weight: normal;
	margin: 0;
	color: inherit;
}


.parts-info h3 {
	display: block;
	font-size: 0.7rem;
	line-height: 1rem;
	font-weight: normal;
	padding: 0 0 0.5rem 0;
	margin: 0 0 0.5rem 0;
	color: inherit;
	border-bottom: 1px dotted #999;
}


.stock-info h4, 
.stock-info h4 {
	display: block;
	font-size: 0.7rem;
	line-height: 1rem;
	font-weight: normal;
	margin: 0;
	color: inherit;
}


.spec-box {
	padding: 0.5rem 0;
	margin: 0 0 0.5rem 0;
	border-bottom: 1px dotted #999;
}


.spec-box .stock-icon {
	display: block;
	float: right;
	width: 33px;
	height: 33px;
}


.spec-box p {
	font-size: 0.7rem;
	line-height: 1rem;
	font-weight: normal;
	margin: 0;
	color: inherit;
}


.spec-cap {
	margin: 0;
}


.price-box {
	padding: 0;
}


.price-box p {
	text-align: right;
	font-size: 1.2rem;
	line-height: 1.2rem;
	color: inherit;
	margin: 0;
}


.content-front p.no-item {
	font-size: 1rem;
	line-height: 1.5rem;
	text-align: center;
	margin: 1rem 0;
}


.content-2nd p.no-item {
	font-size: 1rem;
	line-height: 1.5rem;
	text-align: center;
	margin: 5rem 0;
}





/* Feed Objects
   ========================================================================== */


.blog-box {
	display: block;
	position: relative;
	margin: 1rem 0;
}


.blog-box .blog-img {
	display: block;
	position: relative;
	padding-bottom: 66%;
	width: 100%;
	height: 0;
	margin: 0 0 0.5rem 0;
	overflow: hidden;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}


.blog-box h2 {
	font-size: 1.0rem;
	line-height: 1.3rem;
	font-weight: normal;
	margin: 0 1rem;
}


.blog-box p {
	font-size: 0.8rem;
	line-height: 1.2rem;
	margin: 0;
	padding: 0.5rem 1rem 3rem 1rem;
}


#wp-feed-blog p.no-post {
	font-size: 0.9rem;
	line-height: 1.2rem;
}





/* Banner Objects
   ========================================================================== */


.banner-box {
	display: block;
	position: relative;
	margin: 0 0 1rem 0;
	border: 5px solid #c3c3c3;
}


.banner-img {
	display: block;
	position: relative;
	padding-bottom: 33.33%;
	width: 100%;
	height: 0;
	margin: 0;
	overflow: hidden;
}





/* Override Bootstrap
   ========================================================================== */


.navbar {
	border-radius: 0px;
	margin: 0;
}

@media (min-width: 768px) {
	.navbar {
		border: none;




		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 ); /* IE6-8 */
	}
}


.navbar-default .navbar-toggle .icon-bar {
	width: 30px;
	height: 4px;
	background-color: #231815;
	float: left;
}


@media (min-width: 768px) {
	.navbar-collapse {
		padding: 0;
	}
}


.navbar-default {
	border-right: none;
	/*border-bottom: 3px solid #001463;*/
	border-left: none;
	width: 100%;
}


.navbar-default .navbar-toggle {
	border-color: transparent;
	padding: 12px 0px 10px 0px;
	margin: 0;
	width: 100%;
	width: 110px;
	float: left !important;
}






.navbar-default .navbar-toggle:hover, 
.navbar-default .navbar-toggle:focus {
    background-color: transparent;
}


.navbar-default .navbar-toggle .fa {
	font-size: 1.5rem;
	color: #131A47;
}


.navbar-default .navbar-nav > li > a {
	color: #131A47;
	background-color: transparent;
	font-weight: bold;
	font-size: 18px;
}

@media (max-width: 992px) {

.navbar-default .navbar-nav > li > a {

	font-size: 14px;
}


@media (max-width: 768px) {
.navbar-default .navbar-nav > li > a {

	font-size: 18px;
}
}






}



@media (min-width: 768px) {
	.navbar-default .navbar-nav > li > a {
		padding: 6px 10px;
		background-color: transparent;
	}
}


.navbar-default .navbar-nav > li > a:hover, 
.navbar-default .navbar-nav > li > a:focus {
	color: #fff;
	background-color: #001463;;
	text-shadow: none;
}


.navbar-nav {
    margin: 0 -15px;
}

@media (min-width: 768px) {
	.navbar-nav {
		width: 100%;
		margin: 0;
	}
}


.navbar-nav > li {
	border-bottom: 1px solid #e7e7e7;

/*
	font-family: 'Droid Serif', serif;
	font-weight: 400;
	*/

}

.navbar-nav > li:last-of-type {
	border-bottom: none;
}

@media (min-width: 768px) {
	.navbar-nav > li {
		text-align: center;
		border: none;
		font-weight: 400;
		float: none;
		width: 1%;
		display: table-cell;
		border-right: 1px solid #e7e7e7;
	}
	.navbar-nav > li:first-of-type {
		border-left: 1px solid #e7e7e7;
	}
}

@media (min-width: 992px) {
	.navbar-nav > li {
		letter-spacing: 0em;
	}
}


.nav-justified {
    width: auto;
}

@media (min-width: 768px) {
	.nav-justified {
		width: 100%;
		margin: 0;
	}
}


@media (min-width: 768px) {
	.nav-tabs.nav-justified {
		border-bottom: 1px solid #c3c3c3;
	}
}


.nav-justified > li > a {
    margin: 0;
    text-align: left;
}

@media (min-width: 768px) {
	.nav-justified > li > a {
		text-align: center;
	}
}


.nav-tabs.nav-justified > li > a {
	background-color: #f3f3f3;
	border-color: #c3c3c3;
}

@media (min-width: 768px) {
	.nav-tabs.nav-justified > li > a {
		margin: 0 3px;
		border-bottom: none;
	}
}

.nav-tabs.nav-justified > li > a:hover, 
.nav-tabs.nav-justified > li > a:focus {
	border-color: #23527C;
}


.nav-tabs.nav-justified > .active > a, 
.nav-tabs.nav-justified > .active > a:hover, 
.nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #c3c3c3;
	background-color: #c3c3c3;
	color: #fff;
}

@media (min-width: 768px) {
	.nav-tabs.nav-justified > .active > a, 
	.nav-tabs.nav-justified > .active > a:hover, 
	.nav-tabs.nav-justified > .active > a:focus {
		border-bottom: none;
	}
}


@media (min-width: 768px) {
	.navbar-nav > li > a {
		white-space: nowrap;
	}
}


.navbar-collapse {
	box-shadow: none;
}


.carousel-control:focus {
	opacity: 0.5;
}


.carousel-control:hover {
	opacity: 1;
}


ul.nav-tabs li.active .caret {
    display: none;
}


.nav-tabs > li.active > a, 
.nav-tabs > li.active > a:focus, 
.nav-tabs > li.active > a:hover {
	background-color: #f4f4f4;
	color: #231815;
}


.breadcrumb {
	background-color: transparent;
	margin: 0 -15px;
}


.breadcrumb > .active {
    color: #231815;
}


.breadcrumb > li + li::before {
	color: #555;
}


.breadcrumb > .post-title {
	display: none;
}

@media (min-width: 768px) {
	.breadcrumb > .post-title {
		display: inline-block;
	}
}


/*** 特定id/class配下の .col-**-* グリッドを480pxのブレークポイント以下で1カラム表示 ***/

@media (max-width: 480px) {
	.content-stock .col-xs-6, 
	.content-parts .col-xs-6, 
	.content-blog .col-xs-6, 
	.content-shop .col-xs-6, 
	#stocklist .col-xs-6, 
	#parts .col-xs-6 { width: 100%; }
}


/*** 特定id/class配下の .col-**-* グリッドを768pxのブレークポイント以上で5カラム表示 ***/

@media (min-width: 768px) {
	#company .col-sm-3 {
		width: 20%;
	}
}


/*** 特定id/class配下の .col-**-* グリッドを1200pxのブレークポイント以上で5カラム表示 ***/

@media (min-width: 1200px) {
	#xml-stock-index .col-lg-3, 
	#xml-parts-index .col-lg-3 {
		width: 20%;
	}
}



.header-text{
	color: #fff;
	float: left;
	padding-top: 10px;


}

#head-logo a{
	font-size: 30px;
	font-weight: bold;

}


.news-archive-link{
	padding-top: 10px;
	float: right;

}


.display-icon{
	margin-left: 15px;

}


/*新規ページレイアウト*/


.clumn-new p{
	margin-bottom: 40px !important;

}

.clumn-new h3{
	background: #001463;
	padding: 10px;
	font-weight: bold;
	margin-bottom: 30px;
	color: #fff;
	line-height: 1.6;
	text-align: center;
}


.clumn-new h4{
	font-size: 22px;
	margin-bottom: 20px;
	font-weight: bold;
	text-align: center;

}



.clumn-new .img-01{
	margin-bottom: 30px;

}

.center{
	text-align: center;

}

.clumn-new .img-01 img{

	display: table;
	margin:0 auto;
}


.spec{
	border: 1px solid #ccc;
	padding: 20px;
	margin-bottom: 30px;

}
.spec ul,
.spec li,
.photo ul,
.photo li,
.clumn-4-anc ul,
.clumn-4-anc li,
.map-clumn ul,
.map-clumn li{
	padding: 0;
	margin: 0;
	list-style: none;
}

.spec li{
	margin-bottom: 10px;
}

.spec li:last-child{
	margin-bottom: 0px;
}


.spec li span{
	font-weight: bold;


}

.photo li{
	float: left;
	width: 23.5%;
	margin-right: 2%;
	margin-bottom: 4%;
}
.photo li:nth-child(4n){

	margin-right: 0%;
}




.photo li img{
	padding-bottom: 15px;

}


.clumn-4-anc{
	margin-bottom: 60px;
}

.clumn-4-anc li{
	float: left;
	width: 48%;
	margin-right:4% !important;
	margin-bottom:4% !important;

}

.clumn-4-anc li:nth-child(2n){
	margin-right: 0% !important;

}


.clumn-4-anc li div{

	background: #001463;
	padding: 10px;
	font-weight: bold;

	color: #fff;
	line-height: 1.6;
	text-align: center;

}

.clumn-4-anc li span{



	font-weight: bold;

	color: #fff;
	line-height: 1.6;
	display: table;
	margin: 0 auto;
	color: #333;
	padding-top: 15px;
	font-size: 20px;

}

.clumn-4-anc a:hover{
	text-decoration: none;
	opacity: 0.7;
}


.map-clumn{
	padding: 0;

}



.map-clumn li{
	width: 49%;
	margin-right: 2%;
	float: left;
	margin-bottom: 4%;
	border: 1px solid #ccc;
	padding-bottom: 10px;
}


.map-clumn li li{

	border: none;
}

.map-clumn li ul{
	padding: 20px;
}





.map-clumn li:nth-child(2n){
	margin-right: 0%;
}


.map-add{


	/*
	border: 1px solid #ccc;
	padding: 20px !important;
	*/


}
.map-add li{
	margin: 0;
	width: 100%;

margin-bottom: 10px;
padding-left:1em;
text-indent:-1em;
line-height: 1.6;
}

.map-img{
	display: table;
	margin: 0 auto;
	margin-bottom: 20px;
	padding-top: 20px;


}

.map-clumn h3 {
	text-align: center;
	margin-bottom: 0px;

}

.red{
	color: red;

}


/*クルーズ*/

.tit-a{
	font-size: 26px;
	text-align: center;

}


.clumn-new.cruise h3{
	margin-bottom: 20px;


}

.cruise-inner-a dl{
	display: table;

}

.cruise-inner-a{
	padding-bottom: 30px;

}


.cruise-inner-a dl dt{
	display: table-cell;

	font-weight: bold;
	padding: 5px;

	vertical-align: middle;
	border: 1px solid #ccc;
	min-width: 150px;
	text-align: center;
	
}

.cruise-inner-a dl dd{
	padding-left: 20px;
	display: table-cell;
	vertical-align: middle;
	line-height: 1.8;
	
}

.cruise-inner-a-b{
	padding-bottom: 30px;

}

.cruise-inner-a-b dl{
	font-size: 24px;
	display: inline;



}








.cruise-inner-a ul,
.cruise-inner-a li{
	list-style: none;
	padding: 0;
	margin: 0;

}


.cruise-inner-a ul{
	margin-bottom: 60px;

}
.cruise-inner-a ul li{
	float: left;
	width: 31.3333333333%;
	margin-right:3%;
	text-align: center;
}

.cruise-inner-a ul li img{
	padding-bottom: 10px;
}
.cruise-inner-a ul li img{
	width: 100%;
}

.cruise-inner-a ul li:last-child{
	margin-right:0%;

}

.cruise-clumn-wrap{

	border-top: none;
	padding: 30px 0px 0;
	margin-bottom: 30px;
	background: #fff;

}

.clumn-new.cruise h3{
	margin-bottom: 0px;

}






.text-ohanami-a{
	text-align: center;
	margin-bottom: 10px;
	color: #ff55aa;
	font-size: 22px;
}

.text-ohanami-b{
	text-align: center;
	font-size: 44px;
	color: #ff55aa;
	margin-bottom: 10px;
	font-weight: bold;

}

.text-ohanami-c{
	text-align: center;
	margin-bottom: 20px;
	line-height: 1.8;
	color: #ff55aa;
	font-size: 22px;
}

.text-ohanami-d{
	text-align: left;

	display: table;
	margin: 0 auto;
	margin-bottom: 40px;
	line-height: 1.8;
}





ul.bikou{
	list-style: none;
	padding: 0;
	margin: 0;
	line-height: 1.8;
	margin-bottom: 30px;
}

.bikou li{
	list-style: none;
	padding: 0;
	margin: 0;
}

.price-table{
	margin-bottom: 20px;

}


.price-table td{
	padding: 10px 5px;
	text-align: center;

    border: 1px solid #bcc2bc;

}

.price-table th{
    border: 1px solid #bcc2bc;
	padding: 10px;
	font-weight: bold;
	text-align: center;
	background: #acb2ac;
	color: #fff;

}

.price-table b{
	color: red;

}


.banner-area{
	margin-bottom: 60px;

}

.banner-area ul{
	list-style: none;
	padding: 0 !important;
	margin: 0;
	margin-bottom: 0px;
}








.banner-area li{
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
	width: 31.3333333333%;
	margin-right: 3%;
}


.banner-area-2 li{
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
	width: 48.5%;
	margin-right: 3%;
}


.banner-area-2 li span{
	display: block;
	text-align: center;

	font-size: 20px;
	margin-bottom: 30px;
	background: #001463;
	color: #fff;

	padding: 10px;

}






.banner-area li:hover{
	opacity: 0.8;

}



.banner-area li:hover a{

	text-decoration: none;
}






.banner-area li:last-child{

	margin-right: 0%;
}



.first-clumn{
	background: #3080B7;
	padding: 30px;
	text-align: center;
	color: #fff;
}

.first-clumn h2{
	font-size: 24px;
	margin-bottom: 30px;
	line-height: 1.6;
}

.first-clumn h4{
	font-size: 18px;
	margin-bottom: 30px;
	line-height: 1.6;
	margin-bottom: 0px;
}



.guide{
	/*max-width: 1100px;*/
	margin: 0 auto;

/*
	margin-bottom: 30px;
	
	*/
border-top: 1px solid #ccc;
	padding: 90px 30px;
	background: #f5f5f5;
	background: url(./images/index/img01.png) no-repeat;
	background-size: cover;
	background-position:  center 63%;
}


.guide h5{
	text-align: center;
	font-size: 20px;
	margin-bottom: 30px;
}



.guide .sns-item{
	padding: 0 20px;
	font-size: 30px;
	display: inline-block;
}

.guide .sns-item i{
	margin-right: 5px;
}


.guide-sns-wrap{
	display: table;
	margin: 0 auto;
	margin-bottom: 0px;

}




.guide p{
	text-align: center;

}

.guide p a{
	text-decoration: underline;

}








@media (max-width: 768px) {



#head-logo {

    float: none;
    padding: 8px 0;
    text-align: center;
}

#head-logo a {
    font-size: 22px;
}




.header-text {
    color: #fff;
    float: left;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 11px;
    text-align: center;
}


@media (max-width: 768px) {
	#head-sns-row .sns-item{
		display: none;
	}

.header-text{
	float: none;
	text-align: center;

}



}







#head-sns-row{
	float: none;
	display: table;
	margin: 0 auto;

}



#news-body .category {
	margin-top: 5px;

}


.map-clumn li{
	width: 100%;
	margin-right: 0%;
	float: none;
	margin-bottom: 4%;
	border: 1px solid #ccc;
	padding-bottom: 10px;
}



.photo li{
	float: left;
	width: 49%;
	margin-right: 2%;
	margin-bottom: 4%;
}
.photo li:nth-child(4n){

	margin-right: 2%;
}

.photo li:nth-child(2n){

	margin-right: 0%;
}




.cruise-inner-a ul li{
	float: none;
	width: 100%;
	margin-right:0%;
	text-align: center;
	margin-bottom: 3%;
}


.cruise-inner-a ul li:last-child{
	margin-right:0%;

}





.clumn-4-anc li{
	float: left;
	width: 48%;
	margin-right:4% !important;
	margin-bottom:4% !important;

}

.clumn-4-anc li:nth-child(2n){
	margin-right: 0% !important;

}


.clumn-4-anc li div{

	background: #2090C7;
	padding: 5px;
	font-weight: bold;
	font-size: 13px;

	color: #fff;
	line-height: 1.6;
	text-align: center;

}

.clumn-4-anc li span{



	font-weight: bold;

	color: #fff;
	line-height: 1.6;
	display: table;
	margin: 0 auto;
	color: #333;
	padding-top: 10px;
	font-size: 16px;

}



.first-clumn h2{
	font-size: 16px;
	margin-bottom: 30px;
	line-height: 1.6;
}

.first-clumn h4{
	font-size: 14px;
	margin-bottom: 30px;
	line-height: 1.6;
	margin-bottom: 0px;
}



.first-clumn{

	padding: 20px;

}

.sp-none{
	display: none;

}



.banner-area li{
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
	width: 48%;
	margin-right: 2%;
	margin-bottom: 2%;
}

.banner-area li:hover{
	opacity: 0.8;
}

.banner-area li:nth-child(2n){
	margin-right: 0%;
}



.banner-area li:nth-child(3n){

	/*
	float: none;
	display: table;
	margin: 0 auto;
	*/

}


.container-wrapper-front {
    padding-top: 2rem;
}








.guide{
	max-width: 100%;
	margin: 0 auto;

	border-top: 1px solid #ccc;
	padding: 20px;
	background: #f5f5f5;

border-top: 1px solid #ccc;
	padding: 90px 30px;
	background: #f5f5f5;
	background: url(./images/index/img01.png) no-repeat;
	background-size: cover;
	background-position:  center 63%;





}


.guide h5{
	text-align: center;
	font-size: 18px;
	margin-bottom: 30px;
	line-height: 1.6;
}



.guide .sns-item{
	padding: 0 20px;
	font-size: 22px;
	display: inline-block;
	margin-bottom: 10px;
}

.guide .sns-item i{
	margin-right: 5px;
}


.guide-sns-wrap{
	display: table;
	margin: 0 auto;
	margin-bottom: 0px;

}




.guide p{
	text-align: center;

}

.guide p a{
	text-decoration: underline;

}








.text-ohanami-a{
	text-align: center;
	margin-bottom: 10px;
	color: #ff55aa;
	font-size: 18px;
}

.text-ohanami-b{
	text-align: center;
	font-size: 26px;
	color: #ff55aa;
	margin-bottom: 10px;
	font-weight: bold;

}

.text-ohanami-c{
	text-align: center;
	margin-bottom: 20px;
	line-height: 1.8;
	color: #ff55aa;
	font-size: 16px;
}

.text-ohanami-d{
	text-align: left;

	display: table;
	margin: 0 auto;
	margin-bottom: 40px;
	line-height: 1.8;
}

.tit-a {
    font-size: 20px;
    text-align: center;
}




}


@media (max-width: 1200px) {

.header-text{

	font-size: 10px;
	padding-top: 6px;


}


}


@media (max-width: 768px) {







.cruise-inner-a dl{
	display: block;

}

.cruise-inner-a dl dt{
	display: block;

	font-weight: bold;
	padding: 5px;

	vertical-align: middle;
	border: 1px solid #ccc;
	min-width: 150px;
	text-align: center;
	margin-bottom: 10px;
	
}

.cruise-inner-a dl dd{
	padding-left: 0px;
	display: block;
	vertical-align: middle;
	line-height: 1.8;
	
}


}




.plan-area p,
p.now-boat
{
	text-align: center;
	font-size: 24px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 20px;
	padding-top: 20px;
}

.plan-area-left{
	float: left;
	width: 49%;
	text-align: center;
}

.plan-area-right{
	float: right;
	width: 49%;
	text-align: center;
}

.plan-area dt{
	font-size: 20px;
	margin-bottom: 15px;
	font-weight: normal;


}


.plan-area dl{
	margin-bottom: 0px;


}

.plan-area dd{
	background: #eee;
	padding: 5px;
	border-radius: 5px;
	display: table;
	margin: 0 auto;
	margin-bottom: 10px;
	display: inline-block;
	width: 48%;
	vertical-align: middle;
}

@media (max-width: 640px) {
	.plan-area dd{
		display: block;
		width: 100%;
	}
}



.pink{
	background-color: pink;
}


.stock-img{

	/*margin-bottom: 34px;*/


}

.stock-img.stock-img-top img{
	display: inline-block;
	max-width: 50%;
	padding: 0;
	vertical-align: bottom;
	margin: 0;

}




.stock-img.stock-img-top-2{
	margin-bottom: 30px;
	padding-right: 15px;
    padding-left: 15px;

}

.stock-img.stock-img-top-2 img{
	display: inline-block;
	max-width: 32.66%;
	padding: 0;
	vertical-align: bottom;
	margin: 0;
	margin-right: 1%;
}


.stock-img.stock-img-top-2 img:last-child{
	margin-right: 0%;
}






/*画像の高さ調整*/

.img-container-inner{
display: flex;
-webkit-justify-content: center;
justify-content: center;
-webkit-align-items: center;
align-items: center;
overflow: hidden;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;

}

.img-container:before {
    padding-top: 66.66%;
    display: block;
    content: "";
}

.img-container {
    position: relative;
    margin: 0;
}

















.top-link-btn{
	border:1px solid #001463;
	padding: 15px 30px;
	display: table;
	margin: 0 auto;
	margin-top:20px;
	font-size: 20px;
	color: #001463;
	width: 80%;
	text-align: center;
	margin-bottom: 40px;

}

.banner-area-2 li a:hover img{
	opacity: 1;
}

.banner-area-2 li:hover{
	opacity: 1;
}



.banner-area-2 li a:hover{
	color: #000;
}


.banner-area-2 li .top-link-btn:hover{
	background: #001463;
	color: #fff;
}



@media (max-width: 980px) {



.banner-area-2 li{
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
	width: 100%;
	margin-right: 0%;
}


.banner-area-2 li:nth-child(1){
	margin-bottom: 0px;
}





}


/**/

/* Carousel Fading slide */
.carousel-fade .carousel-inner { background: #000; }
.carousel-fade .carousel-control { z-index: 2; }  
.carousel-fade .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  }

  .carousel-fade .next.left,
  .carousel-fade .prev.right,
  .carousel-fade .item.active { opacity: 1; }

  .carousel-fade .active.left,
  .carousel-fade .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
    }


/* Safari Fix */
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}




/* Carousel Control custom */
.carousel-control .control-icon {
  font-size: 48px;
  height: 30px;
  margin-top: -15px;
  width: 30px;
  display: inline-block;
  position: absolute;
  top: 50%;
  z-index: 5;
  }
  .carousel-control .prev { margin-left:  -15px;  left: 50%; } /* Prev */
  .carousel-control .next { margin-right: -15px; right: 50%; } /* Next */


/* Removing BS background */
.carousel .control-box { opacity: 0; }
a.carousel-control.left  { left: 0; background: none; border: 0;}
a.carousel-control.right { right: 0; background: none; border: 0;}


/* Animation */
.control-box, a.carousel-control, .carousel-indicators li {
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;   
  /* hardware acceleration causes Bootstrap carousel controlbox margin error in webkit */
  /* Assigning animation to indicator li will make slides flicker */
  } 


/* Hover animation */
.carousel:hover .control-box { opacity: 1; }
.carousel:hover a.carousel-control.left { left: 15px; }
.carousel:hover a.carousel-control.right { right: 15px; }  


/* Carouse Indicator */
.carousel-indicators li.active,
.carousel-indicators li { border: 0; }

.carousel-indicators li {
  background: #ccc;
  margin: 0 3px;
  width: 12px;
  height: 12px;
  }

.carousel-indicators li.active {
  background: #fff;
  margin: 0 3px;
  }




.company-index{
	max-width: 1110px;
	width: 100%;
	margin: 0 auto;


	margin-bottom: 40px;
	background: #001463;
	color: #fff;
}


.company-index iframe{
	vertical-align: bottom;

}

.company-index-inner ul,
.company-index-inner li{
	list-style: none;
}



.company-index-inner{
	display: table;
	margin: 0 auto;

	padding: 20px;


}


.company-index-left{
	display: table-cell;
	vertical-align: middle;
	font-size: 18px;
}

.company-index ul{
	display: table-cell;
	vertical-align: middle;
}

.company-index ul li{
	line-height: 2;
}


.page-list li{
	padding:0;
	margin: 0;
	width: 50%;
	float: left;
	text-align: center;
	background: #f5f5f5;

}

.page-list li:nth-child(1),
.page-list li:nth-child(4){
	background: #f9f9f9;

}





.page-list li a{
	padding: 35px 10px;
	display: block;
	font-size: 16px;
}



.page-list li a:after{
	content: ">";
	padding-left: 10px;
}


.page-list li:hover{
	background: #001463;
	color: #fff;
}

.page-list li:hover a{

	color: #fff;
}





@media (max-width: 768px) {


.company-index-left{
	display: block;
	vertical-align: middle;
	font-size: 16px;
	text-align: center;
	margin-bottom: 20px;
}

.company-index ul{
	display: block;
	vertical-align: middle;
	font-size: 13px;
}

	}

@media (min-width: 768px) {

	.nav-icon{
		display: none;
	}

	}


.nav-icon{
	float: left;padding-top: 13px;
	padding-right: 5px;
	font-size: 15px;
}

.nav-icon span{
	padding-left: 4px;
}


.center-text{
	text-align: center;
	font-size: 18px;

}


.navbar {
  
    min-height: auto;

}






.guide{
	color: #000;

}


.guide-inner{

	background-color: rgba(255,255,255,0.5);
	display: table;
	margin: 0 auto;
	padding: 20px;
}


.guide a{
	color: #000;
}




/*
.guide .sns-item {

	background: rgba(255,255,255,0.3);
	padding: 5px 10px;
}


.guide h5 {

	background: rgba(255,255,255,0.3);
	padding: 5px 10px;
	display: table;
	margin: 0 auto;
	margin-bottom: 20px;
}

*/


.stock-box{
	margin-bottom: 40px;

}




.boat-area,
.cruise-area{
	margin-bottom: 60px;
}




.boat-area .tit-3,
.cruise-area .tit-3{
	font-size: 28px;
	border-bottom: 2px solid #001463;
	border-left: 2px solid #001463;
	padding: 0px 0px 10px 10px;
	margin-bottom: 15px;

}

.boat-area p.p-read,
.cruise-area p.p-read{
	margin-bottom: 30px;
}




.boat-area .more-btn,
.cruise-area .more-btn{

	display: table;
	margin: 0 auto;

}



.boat-area .more-btn a{

	display: table;
	margin: 0 auto;
	padding: 20px;
	border:1px solid #001463;
	margin-top: 20px;
	color: #001463;
	display: block;
}


.boat-area .more-btn a:hover{
	background: #001463;
	text-decoration: none;
	color: #fff;
}





.cruise-area ul,
.cruise-area li{
	list-style:none;
	padding: 0;
	margin: 0;
}



.cruise-area ul{
	margin-bottom: 60px;

	    padding-right: 15px;
    padding-left: 15px;
}



.cruise-area li{
	width: 49%;
	float: left;
	border:1px solid #001463;
	text-align: center;
	margin-right: 2%;
	margin-bottom: 2%;
	min-height: 80px;
	line-height: 80px;
	font-size: 18px;
	color: #001463;


}

.cruise-area li a{
	display: block;
}



.cruise-area li:hover{
	background: #001463;


	}


.cruise-area li:hover a{
	color: #fff;
	text-decoration: none;
	}




.cruise-area li:nth-child(even){
	margin-right: 0%;

}




.cruise-img,
.cruise-img li{
	list-style: none;
	padding: 0;
	margin: 0;
}

.cruise-img{
	margin-bottom: 60px;
	display: block;

}

.cruise-img li{
	float: left;
	width: 31%;
	margin-right: 2%;

}





.line-info{
    width: 100%;
    padding: 20px 20px 0;
    font-size: 30px;
    text-align: center;
}


.line-info .icf-line-svg{
    padding-right: 5px;
}


@media (max-width: 768px) {



.stock-img.stock-img-top-2 img{
max-width: 49%;
margin-right: 1%;

}


.stock-img.stock-img-top-2 img:nth-child(even){
	margin-right: 0%;
}



.stock-img.stock-img-top-2 img:nth-child(1),
.stock-img.stock-img-top-2 img:nth-child(2){
	margin-bottom: 1%;
}












.boat-area .tit-3,
.cruise-area .tit-3{
	font-size: 18px;

}

.guide-inner{

	padding: 10px;
}




.cruise-img li{
	float: left;
	width: 49%;
	margin-right: 2%;
}



.cruise-img li:last-child{
	margin-right: 0%;
}



    
    
.line-info{
    width: 100%;
    padding: 0px 20px 20px;
    font-size: 22px;
    text-align: left;;
}


.line-info .icf-line-svg{
    padding-right: 5px;
        font-size: 18px;
}
    

}




@media (max-width: 768px) {

.nav-icon02{
width: 100%;
  display: table;
  margin: 0 auto;
  text-align: center;
  padding-top: 0px;
  padding-bottom: 5px;
}

.nav-icon02 a{
	padding: 0 8px;
}

.nav-icon02 .icon{
	padding: 0 10px;

}