@charset "UTF-8";


body {
	width: 100%;
	min-width: 1200px;
	font-family: "Noto Serif JP", sans-serif,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,sans-serif;
	font-size: 16px;
	line-height: 1.6;
	word-break: break-all;
	overflow-wrap: break-word;
	color: #161616;
	letter-spacing: 0.15em;
	font-feature-settings : "palt";
	/*font-feature-settings : "palt" 1;*/
}

img {
	max-width: 100%;
	margin: 0;
	padding: 0;
	border: medium none;
	vertical-align: top;
}

table {
	font-size: inherit;
}

table, th, td {
	margin: 0;
	padding: 0;
}

ul, ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

textarea, input, select {
	font-family: "Noto Sans JP", sans-serif,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,sans-serif;
	font-size: 16px;
	line-height: 1.5;
    outline: 0 none;
}

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

a {
	color: #0a62ba;
	cursor: pointer;
	outline: medium none;
	text-decoration: none;
}

a:link, a:visited, a:hover, a:active {
	color: #0a62ba;
	outline: medium none;
	text-decoration: none;
}

a:hover {
	color: #FF9933;
}

a[href^="tel:"]{
	pointer-events: none;
}
  

.link_blank {
	padding: 0 20px 0 0;
	background: url("../../common/img/i_blank.gif") right center no-repeat;
}

.link_blank2 {
	padding: 0 20px 0 0;
	background: url("../../common/img/i_blank2.gif") right center no-repeat;
}

h1, h2, h3, h4, h5 ,h6 {
	font-size: 100%;
	font-weight: 700;
}

h2 {
	margin-bottom: 40px;
	font-size: 2.5em;
	color: #f1f1f1;
}

h3 {
	margin-bottom: 20px;
	font-size: 2.0em;
}

h4 {
	margin-bottom: 12px;
	font-size: 1.5em;
}

br.sp_only {
	display: none;
}

ul.indent_list li {
	padding-left: 1em;
	text-indent: -1em;
}

ul.disc li {
	position: relative;
	padding-left: 1em;
}

ul.disc li::before {
	border-radius: 50%;
	width: 5px;
	height: 5px;
	display: block;
	position: absolute;
	left: 2px;
	top: 0.82em;
	content: "";
	background: #666;
}


.disable {
	cursor: default;
	pointer-events: none;
}

.hide {
	display: none;
}


.size_m {
	font-size: 0.75em;
}

.set_center {
	text-align: center;
}

.set_right {
	text-align: right;
}

.caution {
	color: #c5011a;
}


.arrow {
	position: relative;
	display: inline-block;
	padding: 0 0 0 16px;
	vertical-align: middle;
	text-decoration: none;
	font-size: 15px;
}
.arrow::before,
.arrow::after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}

.arrowType01::before {
	left: 10px;
	width: 10px;
	height: 10px;
	border-top: 2px solid #535353;
	border-right: 2px solid #535353;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.arrowType02::after {
	top: -5px;
	left: auto;
	right: 10px;
	width: 10px;
	height: 10px;
	border-top: 2px solid #D0D0D0;
	border-right: 2px solid #D0D0D0;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}

.open .arrowType02::after {
	top: 10px;
	left: auto;
	right: 10px;
	width: 10px;
	height: 10px;
	border-top: 2px solid #D0D0D0;
	border-right: 2px solid #D0D0D0;
	-webkit-transform: rotate(315deg);
	transform: rotate(315deg);
}


* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.clearfix::after {
	clear: both;
	content: " ";
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden;
}
* html .clearfix {
}
:first-child + html .clearfix {
}



/* ------ menu ------ */

#menu {
	width: 250px;
	position: fixed;
	left: 0;
	top: 0;
	background: rgba(255,255,255,0.9);
	text-align: center;
}


#menu ul {
	width: 100%;
}

#menu ul li {
	width: 100%;
	line-height: 1;
}

#menu ul li a {
	padding: 20px 0 20px 0;
	display: block;
	color: #002E57;
}
#menu a:link {
	color: #002E57;
}
#menu a:visited {
	color: #002E57;
}
#menu li:not(:first-child) a:hover {
	background: #C3CBD6;
}

#menu ul li:first-child a {
	padding: 50px 20px;
}

#menu ul li:last-child a {
	padding: 50px 0;
	background-color: #002E57;
	color: #F1F1F1;
}
#menu ul li:last-child a:hover {
	background-color: #004B8E;
}




/* ----- Toggle Button ----- */

#nav-toggle {
	display: none;
	position: fixed;
	right: 12px;
	top: 12px;
	width: 34px;
	height: 34px;
	cursor: pointer;
	z-index: 101;
	padding: 5px;
	background:rgba(0,24,48,0.3);
}
#nav-toggle div {
	position: relative;
}
#nav-toggle span {
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
	background: #F9F9F9;
	left: 0;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
	top: 0;
}
#nav-toggle span:nth-child(2) {
	top: 10px;
}
#nav-toggle span:nth-child(3) {
	top: 20px;
}



/* ------ head ------ */

#header {
	background: url("../../img/c00.jpg") no-repeat right top;
}

#header .inner {
	padding: 300px 50px 200px 50px;
}

.top_message1 {
	font-size: 1.5em;
}

.top_message2 {
	width: 60%;
}

.logo_sp {
	display: none;
}



/* ------ contents ------ */

#contents {
	width: 100%;
}

.inner {
	width: 1200px;
	margin: 0 auto;
	padding: 0 50px;
}

.section {
	margin: 0;
	padding: 100px 0;
}

.section:not(:last-child) {
}

.section p {
}

.section p:not(:last-child) {
}


.title_info {
	margin: 0 0 50px 0;
	color: #ffffff;
}


.title_info2 {
	color: #ffffff;
}



.sec_box {
	width: 100%;
	margin: 0 auto;
}

.sec_box .sec_left {
	width: 46%;
	padding: 20px 40px;
	float: left;
}

.sec_box .sec_right {
	width: 50%;
	padding: 20px 40px;
	float: right;
}

.sec_box .sec_left2 {
	width: 66%;
	float: left;
}

.sec_box .sec_right2 {
	width: 30%;
	float: right;
}

.sec_box .sec_left3 {
	width: 36%;
	float: left;
}

.sec_box .sec_right3 {
	width: 60%;
	float: right;
}

#c01 { background: url("../../img/c01.jpg") no-repeat center top; }
#c02 { background: url("../../img/c02.jpg") no-repeat center top; }
#c03 { background: url("../../img/c03.jpg") no-repeat center top; }
#c04 { background: url("../../img/c04.jpg") no-repeat center top; }
#c05 { background: url("../../img/c05.jpg") no-repeat center top; }
#c06 { background: url("../../img/c06.jpg") no-repeat center top; }
#c07 { background: url("../../img/c07.jpg") no-repeat center top; }



ul.list_c01 {
	width: 100%;
	text-align: center;
}

ul.list_c01 li {
	width: 15%;
	margin: 0 2px 0 0;
	padding: 10px 0;
	float: left;
	font-size: 2.0em;
	color: #ffffff;
	background: rgba(255,255,255,0.15);
}

ul.list_c01 li.current {
	color: #002E57;
	background: rgba(255,255,255,0.8);
}

ul.list_c01 li:hover {
	cursor: pointer;
	background: rgba(200,200,200,0.8);
}


ul.list_c01_contents {
	width: 100%;
}

ul.list_c01_contents li {
	display: none;
}

ul.list_c01_contents li.current {
	display: block;
}

ul.list_c01_contents li .img_set {
	padding: 20px;
	text-align: center;
	background: rgba(255,255,255,0.8);
}


.bg_alpha {
	background: rgba(255,255,255,0.15);
}

.flex_container {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: flex-start;
	align-content: stretch;
}

.flex_container .item {
	width: 250px;
	margin-bottom: 40px;
	text-align: center;
	color: #f1f1f1;
}

.flex_container .item img {
	width: 100%;
}

.flex_container .item2 {
	width: 49%;

}

.flex_container .item2 a {
	padding: 15px;
	background-color: #002E57;
	color: #ffffff;
	text-align: center;
	display: block;
}

.flex_container .item2 a:hover {
	background-color: #0067DE;
}


#calendar ul {
	width: 100%;
}

#calendar ul li {
	width: 13.7%;
	margin: 1px;
	padding: 2px 12px 12px 12px;
	float: left;
	dispaly: block;
	text-align: center;
	color: #161616;
	background-color: #ffffff;
}

#calendar ul li.data_no {
}


#calendar ul li .number {
	text-align: left;
}

#calendar ul li .marker {
}

#calendar ul li.data_no {
	background-color: #dddddd;
}

#calendar ul li.today {
	background-color: #99CCFF;
}


#calendar ul.week_val {
	margin-bottom: 2px;
}

#calendar ul.week_val li {
	padding: 6px 0;
	line-height: 1;
}

#calendar ul.week_val li.saturday {
	background-color: #D1F1FF;
}

#calendar ul.week_val li.sunday {
	background-color: #EFDCF8;
}

#calendar .marker p:last-child {
	border-top: 1px #dddddd dotted;
}



#month {
	font-size: 2.5em;
}


.b_back.arrow {
	padding: 0 0 0 50px;
}

.b_next.arrow {
	padding: 0;
}

.b_back.arrow:hover, .b_next.arrow:hover {
	cursor: pointer;
	opacity: 0.7;
}

.b_back.arrow::before,
.b_back.arrow::after,
.b_next.arrow::before,
.b_next.arrow::after {
}
.b_back.arrow_left::before {
	top: auto;
	left: 15px;
	width: 15px;
	height: 15px;
	border-top: 4px solid #fff;
	border-right: 4px solid #fff;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
.b_next.arrow_right::after {
	top: auto;
	left: 15px;
	width: 15px;
	height: 15px;
	border-top: 4px solid #fff;
	border-right: 4px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}



.ship_info {
	color: #F1F1F1;
}


.ship_info .sub_title {
	margin: 0 0 20px 0;
	padding: 5px 0;
	border-top: 1px #F1F1F1 solid;
	border-bottom: 1px #F1F1F1 solid;
	text-align: center;
}


.weather_box {
	width: 80%;
	margin: 0 auto 40px auto;
}

.weather_box dl {
	padding: 10px;
}

.weather_box dt {
	width: 45%;
	padding: 2px 5px 2px 10px;
	float: left;
	clear: both;
}

.weather_box dd {
	margin-left: 45%;
	padding: 2px 5px 2px 10px;
}

.weather_box .update_info {
	font-size: 0.85em;
	text-align: right;
}



.flex_container2 {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: flex-start;
	align-content: stretch;
}

.flex_container2 .item {
	width: 48%;
	padding: 15px 25px 25px 25px;
	text-align: left;
	background-color: #0067DE;
	align-self: stretch;
}


.flex_container2 .item:nth-child(3) {
	width: 100%;
	padding: 0;
	background: none;
}


.blog_area {
	padding: 50px;
	background-color: #ffffff;
}

#blog_title {
	margin: 0;
}

#blog_date {
	margin: 0 0 50px 0;
}

#blog_link {
}


.blog_area p {
	margin: 0 0 20px 0;
}

.b_more {
	margin: 0 0 50px 0;
	text-align: right;
}

.b_more a {
	padding: 10px;
	background-color: #0067DE;
	color: #ffffff;
	text-align: center;
	display: inline-block;
	line-height: 1;
}

.b_otherlink a {
	padding: 15px;
	background-color: #0067DE;
	color: #ffffff;
	text-align: center;
	display: block;
}

.b_more a:hover, .b_otherlink a:hover {
	background-color: #409BFF;
}


.flex_container3 {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: flex-start;
	align-content: stretch;
}

.flex_container3 .item {
	width: 32%;
	padding: 15px 25px 15px 25px;
	text-align: left;
	background-color: #002E57;
	align-self: stretch;
}


.contact_box {
	color: #C3D8E1;
}

.contact_box .contact_title {
	margin: 0 0 45px 0;
	position: relative;
	font-size: 1.25em;
	font-weight: 700;
	text-align: center;
}

.contact_box .contact_title:before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -18px;
	display: inline-block;
	width: 80px;
	height: 1px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #C3D8E1;
}

.contact_box .contact_value {
	margin: 0 0 20px 0;
	font-weight: 700;
	text-align: center;
	font-size: 2.0em;
	line-height: 1;
	color: #ffffff;
}

.contact_box .contact_value a {
	color: #ffffff;
}

.contact_box .contact_info1 {
	text-align: center;
	font-size: 0.85em;
}

.contact_box .contact_info2 {
	font-size: 0.85em;
}


.grecaptcha-badge {
	visibility: hidden;
}









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

#inc_footer {
	padding: 50px 0;
	text-align: center;
	background-color: #0067DE;
	color: #fff;
}

#footer .footlogo {
	margin: 0 0 50px 0;
}


#footer .powered {
	margin: 0 0 20px 0;
	font-size: 0.8em;
}

#footer .copyright {
	padding: 0 0 20px 0;
}

.recaptcha_policy {
	font-size: 0.5em;
}

.recaptcha_policy a:link {
	color: #fff;
}








/* ------------------------------------------ */
/* --------------- SP setting --------------- */
/* ------------------------------------------ */

@media screen and (max-width: 768px) {

body {
	min-width: 240px;
}


h2 {
	margin-bottom: 20px;
	font-size: 1.5em;
	text-shadow: 0 0 2px #333;
}

h3 {
	font-size: 1em;
}

h4 {
	font-size: 1.0em;
}

br.sp_only {
	display: block;
}


#overlay {
	width: 100%;
	background-color: #000000;
	content: "";
	cursor: pointer;
	display: block;
	height: 100%;
	opacity: 0.8;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9;
}

.inner {
	width: 100%;
	padding: 0 15px;
}


#header {
	margin: 0;
	height: auto;
	background-size: cover;
}

#header .inner {
	width: 100%;
	padding: 20px 20px;
}


.top_message1 {
    font-size: 1.15em;
}

.top_message2 {
	width: 100%;
	text-shadow: 0 0 2px #333;
}

.logo_sp {
	width: 150px;
	margin: 0 0 30px 0;
	display: block;
}

.logo_sp img{
	width: 100%;
}



#menu {
	width: 100%;
	display: none;
	float: none;
	background: none;
	position: fixed;
	border-bottom: none;
	top: 58px;
	right: 0;
}

#menu ul {
	display: block;
}
	
#menu ul li {
	width: 100%;
	margin-left: 0;
	padding: 0;
	border-bottom: 1px #ccc solid;
	text-align: left;
	background: none;
}

#menu ul li a {
	padding: 15px 10px 15px 26px;
	background-color: #fff;
	display: block;
	font-size: 16px;
	position: relative;
	height: auto;
}

#menu ul li:not(:last-child) a::before {
	content: '';
	width: 6px;
	height: 6px;
	border: 0px;
	border-top: solid 2px #111214;
	border-right: solid 2px #111214;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	left: 10px;
	margin-top: -4px;
}

#menu ul li:first-child {
	display: none;
}

#menu ul li:last-child a {
	padding: 20px 20px;
	text-align: center;
}


#nav-toggle {
	display: block;
	z-index: 20;
}
#nav-toggle.open span:nth-child(1) {
	top: 11px;
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	transform: rotate(315deg);
	background: #F9F9F9;
}
#nav-toggle.open span:nth-child(2) {
	width: 0;
	left: 50%;
}
#nav-toggle.open span:nth-child(3) {
	top: 11px;
	-webkit-transform: rotate(-315deg);
	-moz-transform: rotate(-315deg);
	transform: rotate(-315deg);
	background: #F9F9F9;
}


#c01, #c02, #c03, #c04, #c05, #c06, #c07 { background-size: cover;  }





#contents {
	width: 100%;
	min-width: 240px;
	margin: 0;
	font-size: 16px;
}

.section {
	padding: 50px 0;
}

.title_info {
	margin: 0 0 15px 0;
	text-shadow: 0 0 2px #333;
}

.sec_box {
	padding: 15px;
}

.sec_box .sec_left, .sec_box .sec_right, .sec_box .sec_left2, .sec_box .sec_right2, .sec_box .sec_left3, .sec_box .sec_right3 {
	width: 100%;
	padding: 0;
	float: none;
}

.sec_box .sec_left, .sec_box .sec_left2, .sec_box .sec_left3 {
	margin-bottom: 30px;
}

ul.list_c01 li {
	padding: 4px 1px;
	font-size: 1.0em;
}


.flex_container .item {
	width: 45%;
	margin-bottom: 20px;
	text-shadow: 0 0 2px #333;
}

.flex_container .item2 {
	width: 100%;
	margin-bottom: 20px;
}

.flex_container2 .item {
	width: 100%;
	margin-bottom: 15px;
}

.flex_container2 .item:nth-child(3) {
	display: none;
}


.blog_area {
	padding: 0;
}

.sec_box .sec_left3 {
	margin: 0;
}

.sec_box .sec_right3 {
	margin-bottom: 10px;
}

#blog_date {
	margin-bottom: 20px;
}


.flex_container3 .item {
	width: 100%;
	margin-bottom: 10px;
}

#c05 .sec_box {
	padding: 0;
}

#calendar ul li {
	width: 13.4%;
	padding: 2px 6px 18px 6px;
}

#calendar ul.week_val li {
	font-size: 0.65em;
}

#calendar ul li .number {
	font-size: 0.85em;
}



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

#footer {
	width: 100%;
	padding: 0 10px;
}

#footer .footlogo img {
	max-width: 160px;
}

#footer .address {
	font-size: 0.75em;
}


#footer .copyright {
	font-size: 0.75em;
}



}
