@charset "utf-8";

/* A Modern CSS Reset */

*,*::before,*::after{box-sizing:border-box}body,h1,h2,h3,h4,p,figure,blockquote,dl,dd{margin:0}ul[role="list"],ol[role="list"]{list-style:none}html:focus-within{scroll-behavior:smooth}body{min-height:100vh;text-rendering:optimizeSpeed;line-height:1.5}a:not([class]){text-decoration-skip-ink:auto}img,picture{max-width:100%;display:block}input,button,textarea,select{font:inherit}@media(prefers-reduced-motion:reduce){html:focus-within{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms !important;animation-iteration-count:1 !important;transition-duration:.01ms !important;scroll-behavior:auto !important}}

body {
	font-size: 18px;
	font-family:"Font Awesome 5 Free","Font Awesome 5 Brands","メイリオ","Meiryo";
	position: relative;
}
a {
	text-decoration: none;
	color: initial;
}
a:hover, a img:hover {
	opacity: 0.6;
	/* color: #fff; */
}
.flex {
	display: flex;
	flex-flow: wrap;
}
h2 {
	font-family: anisette-std,sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 40px;
}
.spBr {
	display: none;
}
.pcHide {
	display: none;
}



header {
	justify-content: flex-end;
	align-items: center;
}

header h1 {
	margin-right: auto;
	padding: 0 1%;
}
header h1 p {
	font-size: .8rem;
    color: #000;
    text-align: left;
    position: absolute;
    top: 0;
}
header h1 a picture {
	max-width: 376px;
}
header article {
	text-align: right;
	margin-left: 20px;
}

/*ハンバーガーメニューCSS*/
.menubtn {
    width:100%;
    max-width: 121px;
    /* position: fixed; */
    z-index: 999;
}

#drawernav {
    padding:80px 3% 0;
    position: absolute;
    height:100%;
    width:100%;
	background-color: rgba(37, 79, 146, .9);
	z-index: 1000;
}
#drawernav h2 {
	color: #fff;
	margin-bottom: 30px;
}
#drawernav ul {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
#drawernav ul li {
	width: calc(100% / 3);
	border: none;
	margin: 50px 0;
}
.submenu {
	width: 38%;
	border: none !important;
}
.submenu li a, .submenu li a i {
	font-size: 18px !important;
}
.content {
    padding-top: 80px;
}
/*ハンバーガーメニューCSS ここまで*/


nav {
	background-color: #115FBA;
}
nav ul {
	list-style: none;
	margin: 0 auto;
	padding: 20px 0;
	width: 1200px;
}
nav ul li {
	border-left: solid 1px #fff;
	width: 200px;
}
nav ul li:last-child {
	border-right: solid 1px #fff;
}
nav ul li a, #drawernav ul li a {
	color: #fff;
	text-align: center;
	display: block;
	font-size: 24px;
	font-family: a-otf-ud-shin-go-pr6n, sans-serif;
	font-weight: 300;
	font-style: normal;
}
nav ul li a:hover,
#drawernav ul li a:hover {
	color: #fff;
}
nav ul li a i {
	margin-right: 6px;
	font-size: 24px;
}
nav ul li a span,  #drawernav ul li a span {
	display: block;
	font-size: 18px;
	font-family: aglet-sans,'sans-serif';
	font-weight: 400;
	font-style: normal;
}

#top_discr {
	max-width: 1200px;
	margin: 60px auto;
	font-size: 24px;
}

hr {
	border-top: 2px solid #254F92;
	opacity: 1;
}



#profile {
	margin: 60px auto;
	width: 1200px;
}
#profile h2 {
	font-family: anisette-std,sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 40px;
	color: #254F92;
	text-align: center;
	margin: 0 auto 60px;
}
#profile h2 span {
	color: #000;
	font-size: 20px;
	display: block;
}
#profile .flex {
	justify-content: space-between;
}
#profile .flex aside {
	width: 582px;
	font-size: 22px;
	line-height: 1.8em;
	font-feature-settings: "palt";
	font-family: "メイリオ", 'Meiryo';
}
#profile .flex aside table {
	margin-top: auto;
	width: 100%;
}
#profile .flex aside table tr {
	border-bottom: 5px solid #fff;
}
#profile .flex aside table tr th {
	text-align: left;
	background-color: #CDCDCD;
	padding: .8em;
	font-weight: normal !important;
}
#profile .flex aside table tr td {
	text-align: left;
	background-color: #F5F5F5;
	padding-left: 10px;
}
#profile .btn__wrap {
	justify-content: space-between;
	width: 597px;
	margin: 50px auto 0;
}
#profile .btn__wrap a {
	display: block;
	padding: 1em;
	text-align: center;
	font-family: minion-pro,serif;
	font-weight: 400;
	font-style: normal;
	font-size: 24px;
	width: 282px;
}
#profile .btn__wrap .fb__link {
	background-color: #115FBA;
	color: #fff;
	position: relative;
}
#profile .btn__wrap .fb__link::after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f054";
	right: 20px;
	position: absolute;
}
#profile .btn__wrap .inst__link {
	background-color: #DFDFDF;
	color: #115FBA;
	position: relative;
}
#profile .btn__wrap .inst__link::after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f054";
	right: 20px;
	position: absolute;
}
#profile .btn__wrap .fb__link i, #profile .btn__wrap .inst__link i {
	margin-right: 15px;
}


#boats_intro {
	margin: 60px 0;
}
#boats_intro h2 {
	background-image: url(../images/boats_intro.jpg);
	background-size: cover;
	color: #fff;
	padding: 60px;
	height: 400px;
	align-items: center;
	justify-content: center;
}
#boats_intro section.flex {
	width: 1200px;
	margin: 60px auto 0;
	justify-content: space-between;
}
#boats_intro section.flex div {
	width: 380px;
}
#boats_intro section.flex article {
	text-align: center;
	font-size: 18px;
	line-height: 1.8em;
}
#boats_intro section.flex article h6 {
	border-bottom: solid 1px #254F92;
	font-size: 18px;
	font-weight: normal;
	margin: 1em 0;
	padding-bottom: 1em;
}
#boats_intro section.flex h3 {
	font-family: anisette-std,sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 30px;
	color: #254F92;
	text-align: center;
	margin-bottom: .4em;
}
#boats_intro section.flex h3 span {
	font-size: 16px;
}


#news {
	background-color: #254F92;
	color: #fff;
	padding: 60px 0;
}
#news h2 {
	text-align: center;
	line-height: 1.2em;
	border-bottom: solid 2px #fff;
	padding-bottom: .6em;
}
#news h2 span {
	font-size: 18px;
}
#news section.flex {
	width: 1200px;
	margin: 0 auto;
	background-color: #fff;
	margin-top: 30px;
	padding: 20px;
	justify-content: space-evenly;
}
#news article, #news article i {
	text-align: center;
	color: #fff;
}
#news article {
	margin-top: 30px;
	font-size: 12px;
}
#news article i {
	font-size: 30px;
	margin: 0 4px 12px;
}


#schedule__and__availability {
	margin: 60px 0;
}
#schedule__and__availability h2 {
	text-align: center;
	line-height: 1.2em;
	border-bottom: solid 2px #254F92;
	padding-bottom: .6em;
	color: #254F92;
}
#schedule__and__availability h2 span.sans {
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 40px !important;
}
#schedule__and__availability h2 span {
	font-size: 18px;
}
#schedule__and__availability section p {
	text-align: center;
	margin: 60px 0 0 0;
}

#schedule__and__availability .btn__wrap {
	justify-content: space-between;
	width: 597px;
	margin: 50px auto 0;
}
#schedule__and__availability .btn__wrap a {
	display: block;
	padding: 1em;
	text-align: center;
	font-family: "メイリオ", 'Meiryo';
	font-size: 20px;
	width: 282px;
}
#schedule__and__availability .btn__wrap .tel__link {
	background-color: #fff;
	color: #115FBA;
	position: relative;
	border: solid 2px #115FBA;
}
#schedule__and__availability .btn__wrap .tel__link::after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f054";
	right: 20px;
	position: absolute;
}
#schedule__and__availability .btn__wrap .schedule__link {
	background-color: #115FBA;
	color: #fff;
	position: relative;
}
#schedule__and__availability .btn__wrap .schedule__link::after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f054";
	right: 20px;
	position: absolute;
}
.btn__wrap .schedule__link i, .btn__wrap .tel__link i {
	margin-right: 15px;
}

#schedule__and__availability #availability {
	margin: 60px 0;
}
#schedule__and__availability #schedule {
	width: 1200px;
	margin: 0 auto;
	justify-content: center;
	flex-direction: column;
}
#schedule__and__availability #schedule div {
	width: 850px;
	margin: 0 auto 30px;
}
#schedule__and__availability #schedule div h3 {
	font-family: anisette-std,sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #115FBA;
	text-align: center;
}
#schedule__and__availability #schedule div p {
	margin: .5em !important;
	font-family: futura-pt, sans-serif;
	font-weight: 700;
	font-style: normal;
	color: #115FBA;
}
#schedule__and__availability #schedule div .calendar {
	width: 100%;
	font-size: 18px;
	background-color: #000;
}
#schedule__and__availability #schedule div .calendar th {
	text-align: center;
	font-weight: normal;
}
#schedule__and__availability #schedule div .calendar th {
	background-color: #999999;
	color: #fff;
	width: calc(100% / 7);
	border: solid 1px #C9C9C9;
}

/* #schedule__and__availability #schedule div .calendar td::before {
	content: '00';
	padding: 0 0 0 3px;
} */
#schedule__and__availability #schedule div .calendar th:nth-child(6) {
	background-color: #65B9E0;
}
#schedule__and__availability #schedule div .calendar th:nth-child(7) {
	background-color: #F78A8A;
}
#schedule__and__availability #schedule div .calendar td:nth-child(6) {
	color: #136684;
}
#schedule__and__availability #schedule div .calendar td:nth-child(7) {
	color: #BA3535;
}
#schedule__and__availability #schedule div .calendar td {
	background-color: #fff;
	padding: 0;
	border: solid 1px #555;
}
#schedule__and__availability #schedule div .calendar td .date {
	padding-left: 3px;
}

.plan {
	list-style: none;
	margin: 0;
	padding: 0;
}
.plan.space {
	margin: 0;
}
.plan li i, .plan li svg {
	margin-right: 5px;
}
.plan li {
	font-size: 18px;
	display: flex;
    flex-flow: wrap;
    justify-content: flex-end;
    align-items: center;
	border-bottom: dotted 1px #999999;
	padding-right: 4px;

}
.plan.space li {
	height: 28px;
	background-color: #fff !important;
}
.plan li:nth-child(1) {
	background-color: #ffffb7;
	text-align: center;
	display: block;
}
.plan li:nth-child(2) {
	color: #E84938;
	background-color: #FFF0E5;
}
.plan li:nth-child(3) {
	color: #2B61AD;
	background-color: #DCF8FF;
}
.plan li:nth-child(4) {
	color: #A3559D;
	background-color: #FAEEFF;
}
.plan li:nth-child(5) {
	color: #408838;
	background-color: #E1FFD8;
}
#title_date {
	font-size: 22px;
	font-weight:bold;
}
.fullBooking {
	color: #5E5E5E !important;
	background-color: #EAEAEA !important;
}
.fullBooking .icon_biwako {
	fill: #5E5E5E !important;
}
.plan li:last-child {
	border-bottom: none;
}
.icon_biwako {
	height: 25px;
	fill: #3f8438;
}

#planDiscr,
#planDiscr__col4 {
	justify-content: space-between;
	width: 1200px;
	margin: 0 auto;
}
#planDiscr div,
#planDiscr__col4 div {
	width: 285px;
	padding: 1em 15px;
}
#planDiscr div:nth-child(1),
#planDiscr__col4 div:nth-child(1) {
	border: 2px solid #E84938;
	color: #E84938;
}
#planDiscr div:nth-child(2),
#planDiscr__col4 div:nth-child(2) {
	border: 2px solid #2B61AD;
	color: #2B61AD;
}
#planDiscr div:nth-child(3),
#planDiscr__col4 div:nth-child(3) {
	border: 2px solid #A3559D;
	color: #a3559d;
}
#planDiscr div:nth-child(4),
#planDiscr__col4 div:nth-child(4) {
	border: 2px solid #408838;
	color: #408838;
}
#planDiscr div h5,
#planDiscr__col4 div h5 {
	text-align: center;
	font-size: 16px;
	margin: 0 0 .8em 0;
	display: flex;
	flex-flow: wrap;
	justify-content: center;
	align-items: center;
}
#planDiscr div h5 i,
#planDiscr div h5 svg,
#planDiscr__col4 div h5 i,
#planDiscr__col4 div h5 svg {
	margin-right: 8px;
}
#planDiscr div p,
#planDiscr__col4 div p {
	font-size: 16px;
	margin: 0 !important;
	text-align: left;
	line-height: 1.8em;
}

#planDiscr p,
#planDiscr__col4 p {
	text-align: center;
	width: 100%;
	margin: 30px 0 !important;
}

#sponsor {
	background-color: #E9E9E9;
	padding: 60px 0;
}
#sponsor h2 {
	color: #254F92;
	text-align: center;
	justify-content: center;
	border-bottom: solid 2px #254F92;
	padding-bottom: .6em;
}
#sponsor h2 span {
	font-size: 18px;
	color: #000;
}
#manufacturer {
	justify-content: space-between;
	align-items: center;
	width: 1200px;
	margin: 60px auto;
}
#manufacturer div {
	margin: 20px 0;
}
/* 最下行の調整 */
#manufacturer div:nth-child(9) {
	margin-left: auto;
}
#manufacturer div:nth-child(10) {
	margin: 20px 50px;
}
#manufacturer div:last-child {
	margin-right: auto;
}
/* 最下行の調整ここまで */

/* footer {
	margin: 0 0 60px 0;
} */
footer nav div {
	width: calc(100% / 4);
}
footer nav div:nth-child(1),
footer nav div:nth-child(3),
footer nav div:nth-child(4),
footer nav div:nth-child(6),
footer nav div:nth-child(8) {
	background-color: #1A5BA9;
}
footer nav div:nth-child(2),
footer nav div:nth-child(4),
footer nav div:nth-child(5),
footer nav div:nth-child(7) {
	background-color: #254C8A;
}
footer nav div a {
	color: #fff;
	display: block;
	text-align: center;
	padding: 1.5em;
	font-family: "メイリオ", 'Meiryo';
}
footer nav div a:hover {
	color: #fff;
}
footer #footerLogo {
	text-align: center;
	font-family: aglet-sans,'sans-serif';
}
footer #footerLogo img {
	margin: 60px auto 0;
	width: 16vw;
	font-family: aglet-sans,'sans-serif' !important;
}
footer #footerLogo a {
	color: #254F92;
}
footer #footerLogo p {
	margin: 30px 0 0 0;
	border-top: 2px solid #254F92;
	padding: 1.8em 0;
}
footer article {
	background-color: #E5E5E5;
	justify-content: center;
	align-items: center;
}
footer article div {
	text-align: center;
	font-size: 16px !important;
	margin: 30px 0;
	padding: 0 30px;
	line-height: 2em;
}
footer article div:first-child {
	border-right: 1px solid #fff;
}
footer article div h5 {
	font-size: 16px !important;
	color: #254F92;
	margin: 0;
	font-weight: normal;
}
footer #copy {
	background-color: #1A5BA9;
	color: #fff;
	text-align: center;
	padding: 1.4em 0;
}

/* スマホ用 */
@media screen and (max-width: 960px) {
header h1 {
	font-size: 10px !important;
}
header h1 p {
	font-size: 10px !important;
    color: #000;
    text-align: left;
    position: absolute;
    top: 0;

	display: none;
}

.spHide {
	display: none !important;
}
.pcHide {
	display: initial;
}

.spBr {
	display: block;
}
h2 {
	font-size: 9vw;
}
section, nav ul {
	width: 100% !important;
	max-width: 960px;
}
header h1 {
	width: 100%;
	max-width: 50%;
	padding: 10px 0 10px 10px;
}
/* .headerBtns {
	max-width: 147px;
} */
.headerBtns div picture {
	width: 100%;
	max-width: 17vw;
	/* max-height: 17vw; */
}
.menubtn {
	max-width: 17vw;
}
nav {
	background-color: #DFDFDF !important;
}
nav ul {
	padding: 0 !important;
	margin: 0 !important;
}
nav ul li {
	width: calc(100% / 5);
}
nav ul li:first-child {
	border-left: none !important;
}
nav ul li a {
	color: #000 !important;
	font-size: 4vw !important;
	margin: 1em 0 !important;
}
nav ul li a i {
	color: #115FBA !important;
	display: block !important;
	height: 1.2em;
}
nav ul li a span {
	display: none !important;
}
#drawernav {
    padding:80px 3% 0;
    position: absolute;
    height:100%;
    width:100%;
	background-color: rgba(37, 79, 146, .9) !important;
}
#drawernav h2 {
	color: #fff;
}
#drawernav ul {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 30px 0 !important;
}
#drawernav ul li {
	width: calc(100% / 2);
	border: none;
	margin: 50px 0;
}
#drawernav ul li:nth-child(odd) {
	border-right: 1px solid #fff;
}
#drawernav ul li {
	margin: 0;
}
#drawernav ul li a {
	color: #fff !important;
}
#drawernav ul li a i {
	display: inline !important;
	color: #fff !important;
}
#drawernav ul li a span {
	display: block !important;
	font-size: 15px !important;
}
.submenu {
	width: 38%;
	border: none !important;
}
.submenu li {
	border: none !important;
	width: calc(100% / 3) !important;
}
.submenu li a, .submenu li a i {
	font-size: 13px !important;
}

#top_discr {
	margin: 30px auto;
}
#top_discr p {
	padding: 0 5%;
	font-size: 3.3vw;
    line-height: 2em;
}
#profile {
	margin: 30px auto;
}
#profile h2,
#news h2,
#schedule__and__availability h2,
#sponsor h2 {
	margin-bottom: 30px;
	font-size: 7.6vw;
}
#profile h2 span,
#news h2 span,
#schedule__and__availability h2 span,
#sponsor h2 span {
	font-size: 3.2vw;
	margin-top: 8px;
}
#profile .flex aside {
	padding: 30px 5% 0;
	font-size: 3.3vw;
	max-width: 960px;
	width: initial;
	line-height: 2em;
}
#profile .flex aside table {
	font-size: 3.3vw;
	margin-top: 20px;
}
#profile .flex aside table tr {
	border-bottom: 3px solid #fff;
}
/* #profile .flex aside table tr.space,
#profile .flex aside table tr.space > * {
	margin-bottom: 5px;
	background-color: #fff;
	height: 3px;
	padding: 0;
	margin: 0;
} */
#profile .btn__wrap {
	justify-content: center;
	flex-flow: column;
}
#profile .btn__wrap a {
	padding: .6em 0;
}
#profile .btn__wrap .fb__link {
	margin-bottom: 20px;
}
#profile .btn__wrap .fb__link,
#profile .btn__wrap .inst__link {
	margin-left: auto;
	margin-right: auto;
}
#boats_intro {
	margin: 30px 0;
}
#boats_intro h2 {
	background-image: url(../images/boats_intro_sp.jpg);
	background-size: cover;
	height: 55.2vw !important;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
	padding: 0 !important;
	text-align: center;
}
#boats_intro section.flex {
	margin-top: 10px !important;
}
#boats_intro section.flex div {
	width: 100% !important;
	display: flex;
	flex-flow: wrap;
	padding: 20px 0;
}
#boats_intro section.flex div h3 {
	order: 2;
	font-size: 4.4vw;
	/* height: 2.4em; */
	width: 50%;
	padding-right: 10px;
}
#boats_intro section.flex h3 span {
	font-size: 3.4vw;
}
#boats_intro section.flex div img {
	order: 1;
	width: 50%;
	height: calc(100vw / 2);
	/* max-height: 250px; */
	padding: 10px;
}
#boats_intro section.flex div h3 article {
	/* order: 3; */
	/* width: 47%; */
	font-size: 2vw;
	/* margin-left: auto; */
	/* margin-top: -33vw; */
	/* padding-right: 2%; */
	color: #000;
	font-family: initial !important;
}
#boats_intro section.flex div article h6 {
	font-size: 2vw;
	padding-top: 2em;
	margin-bottom: 2em;
}
#boats_intro section.flex div article p {
	text-align: center;
}
#boats_intro section.flex div:nth-child(even) {
	background-color: #E9E9E9;
	padding: 20px 0;
}
#boats_intro section.flex div:nth-child(even) article p {
	padding: 0;
	/* text-align: left; */
}
#boats_intro section.flex div:nth-child(1) h3::after {
	content: 'MERCURY V8 VERADO 300hp 搭載';
	text-align: center;
	display: block;
	font-family: "メイリオ","Meiryo";
	font-size: 2vw;
	color: #000;
	margin-top: 4em;
}
#boats_intro section.flex div:nth-child(2) article p::after {
	content: 'MERCURY V8 VERADO 300hp 搭載';
	text-align: center;
	display: block;
	font-family: "メイリオ","Meiryo";
	font-size: 2vw;
	color: #000;
}
#boats_intro section.flex div:nth-child(3) h3::after {
	content: 'MERCURY OPTIMAX PRO XS 250hp 搭載';
	text-align: center;
	display: block;
	font-family: "メイリオ","Meiryo";
	font-size: 2vw;
	color: #000;
	margin-top: 5em;
}
#boats_intro section.flex div:nth-child(even) h3 {
	order: 1;
	font-size: 4.4vw;
	/* height: 2.4em; */
	width: 50%;
	padding-left: 10px;
}
#boats_intro section.flex div:nth-child(even) h3 span {
	font-size: 3.4vw;
}
#boats_intro section.flex div:nth-child(even) img {
	order: 2;
	width: 50%;
	padding: 10px;
}
#boats_intro section.flex div:nth-child(even) h3 article {
	/* order: 3; */
    /* width: 47%; */
    font-size: 2vw;
	/* margin-left: 0; */
    /* margin-top: -33vw; */
	padding-left: 2%;
}
#boats_intro section.flex article h6 {
	border-top: solid 1px #254F92;
	border-bottom: none;
	font-size: 18px;
	padding-top: 1em;
	padding-bottom: 0;
}


#news {
	padding: 30px 0;
}
#news h2 {
	font-size: 7.6vw;
	line-height: 1em;
}
#news section {
	margin: 40px auto !important;
    width: 90% !important;
}

#schedule__and__availability h2 span.sans {
	font-size: 7.6vw !important;
}
#schedule__and__availability #availability {
	margin: 30px 0 !important;
}
#schedule__and__availability section p {
	font-size: 3.6vw;
	line-height: 2em;
	margin-top: 30px;
}
#schedule__and__availability #schedule div {
	width: 100%;
	padding: 0 2%;
}
#schedule__and__availability #schedule div:last-child {
	margin-bottom: 1em;
}
#schedule__and__availability #schedule div .calendar, .plan li {
	font-size: 10px;
}
#schedule__and__availability #schedule div .calendar td {
	padding: 0;
	position: relative;
}
#schedule__and__availability #schedule div .calendar td .date {
	margin: 0;
	padding-left: 3px;
}
#schedule__and__availability #planDiscr p,
#schedule__and__availability #planDiscr__col4 p {
	margin-top: .2em !important;
	padding: 0 15px 1em;
	/* font-size: 16px; */
}
.plan li {
	text-align: right;
	height: max-content;
	padding-right: 2px;
	height: initial !important;
}
.plan li span {
	/*font-size: 1.5vw;*/
	-webkit-transform: scale(0.6);
	-moz-transform: scale(0.6);
	-ms-transform: scale(0.6);
	-o-transform: scale(0.6);
	transform: scale(0.6);
	/* transform-origin: 0 0; */
	margin: 0 -22% 0 -50%;
}
.plan.space li {
	border-bottom: none !important;
}

.plan li i {
    width: 100%;
	font-size: 10px;
	position: absolute;
    left: 0;
	margin-top: 7px;
	text-align: left;
    margin-left: 3px;
}
.plan li i, .plan li svg {
	/* display: flex;
    text-align: right;
	margin-left: 10%;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: 6%;
	padding-top: 3px; */
	width: 13px;
}
.plan li svg {
	margin-right: 0px;
	position: absolute;
    left: 0;
	margin-top: 7px;
	text-align: left;
    margin-left: 3px;
}
.icon_biwako {
    height: 13px;
}
.plan {
	background-color: #EAEAEA ;
}



#schedule__and__availability .btn__wrap {
	display: flex;
    justify-content: center;
	max-width: 540px;
}
#schedule__and__availability .btn__wrap a {
	font-size: 4.2vw;
}
#schedule__and__availability .btn__wrap a:first-of-type {
	margin-bottom: 20px;
}

#sponsor {
	padding: 30px 0;
}
#sponsor h2 {
	line-height: 1em;
	margin-bottom: 0;
}
#manufacturer {
	margin: 0 auto 0;
    padding: 10px 20px 0 20px;
}
#manufacturer div {
	width: calc(100% / 3 - 10px);
	margin: 10px 0;
}
/* 最下行の調整 */
#manufacturer div:nth-child(9) {
	margin-left: initial !important;
}
#manufacturer div:nth-child(10) {
	margin: 20px 50px;
}
#manufacturer div:last-child {
	margin-right: auto;
}
/* 最下行の調整ここまで */


footer nav {
	align-items: center;
	background-color: #254C8A !important;
}
footer nav div {
	width: 50%;
	background-color: #254C8A !important;
	border-bottom: 1px solid #fff;
}
footer nav div:nth-child(even) {
	border-left: 1px solid #fff;
}
footer nav div a {
	display: flex;
    align-items: center;
    justify-content: center;
    padding: 1em 0;
    font-size: 3vw;
}
footer #footerLogo p {
	font-size: 3.6vw;
	padding: 1em 0;
}
footer nav div:nth-child(9) a,
footer nav div:nth-child(10) a {
	font-family: minion-pro,serif !important;
    font-weight: 400;
    font-style: normal;
	/* font-size: 18px; */
}
footer article {
	justify-content: center;
	flex-flow: column !important;
	padding: 20px 0;
}
footer article div {
	font-size: 13px !important;
	padding: 0 10px !important;
	border: none !important;
	margin: 0;
}
footer article div:nth-child(2) {
	font-size: 2.8vw !important;
	margin-top: 20px;
}
footer #footerLogo img {
	margin: 40px auto 0;
	width: 55vw;
}
footer #copy {
	font-size: 2.6vw;
}

}
/* スマホ用ここまで */

@media (min-width:961px) and (max-width: 1200px) {
	header h1 {
		font-size: .6em !important;
	}
	header h1 p {
		font-size:  10px !important;
		color: #000;
		text-align: left;
		position: absolute;
		top: 0;
	}
	header h1 a picture {
		max-width: 376px;
	}

	section, nav ul {
		width: 100% !important;
		max-width: 1200px;
	}
	header article {
		display: none;
	}
	nav ul li {
		border-left: solid 1px #fff;
		width: calc(100% / 6);
	}
	#top_discr {
		padding: 0 2%;
	}
	#profile .flex picture {
		width: 49%;
	}
	#profile .flex aside {
		max-width: 582px;
		width: 48%;
		min-width: 374px;
		padding-right: 1%;
		font-size: 2vw;
	}
	#profile .btn__wrap,
	#schedule__and__availability .btn__wrap {
		width: 597px !important;
	}
	#boats_intro section.flex div {
		width: calc(100% / 3 - 10px);
	}
	#boats_intro section.flex article {
		font-size: 1.4vw;
	}
	#planDiscr {
		width: 850px !important;
	}
	#planDiscr div {
		width: calc(850px / 2 - 10px);
		margin-bottom: 20px;
	}
	#manufacturer {
		width: 850px !important;
	}
	/* #manufacturer div {
		width: calc(100% / 3);
	} */
	/* 最下行の調整 */
	#manufacturer div:nth-child(9) {
		margin-left: initial;
	}
	#manufacturer div:nth-child(10) {
		margin-left: auto;
	}
	#manufacturer div:last-child {
		margin-right: auto;
	}
	/* 最下行の調整ここまで */
	.plan li span {
		font-size: 1vw;
		transform: scale(1.0);
		transform-origin: 0 0;
		margin: 0 -22% 0 -50%;
	}


}

/* スマホ 320幅用 */
@media screen and (max-width: 320px) {
	header h1 {
		font-size: .6em !important;
	}
	header h1 p {
		font-size:  10px !important;
		color: #000;
		text-align: left;
		position: absolute;
		top: 0;

		display: none;
	}

	.headerBtns {
		max-width: 82.6px;
	}
	.headerBtns div picture {
		width: 100%;
		max-width: 41.3px;
		max-height: 41.3px;
	}
	.menubtn {
		max-width: 41.3px;
	}


	.instagram-media {
		min-width: initial !important;
	}


}