@charset "utf-8";

/* -------------------------------------------------
	lower-layout-area
------------------------------------------------- */

.lower-layout-area {
	padding: 0 0 60px;
	background: #fff;
}

@media print, screen and (min-width:768px) {
	.lower-layout-area .two-col-layout {
		width: calc(1190 / 1280 * 100%);
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
	}
	.lower-layout-area .two-col-layout .pc-main {
		width: calc(850 / 1190 * 100%);
	}
	.lower-layout-area .two-col-layout .pc-side {
		width: calc(280 / 1190 * 100%);
	}
	.lower-layout-area .two-col-layout .pc-side .banner li + li {
		margin-top: 10px;
	}
	.lower-layout-area .two-col-layout .pc-side .banner li a {
		display: block;
		box-shadow: 2px 2px 10px 0 rgba(0,0,0,0.15);
	}
}

@media screen and (max-width:767px) {
	.lower-layout-area {
		padding: 0 0 calc(30 / 750 * 100%);
	}
	.lower-layout-area .two-col-layout .pc-main {
		padding-top: calc(40 / 750 * 100%);
	}
}

/* -------------------------------------------------
	lower-page-style
------------------------------------------------- */

.h-style1 {
	margin-bottom: 1em;
	font-size: 34px;
	line-height: 1.2;
}
.h-style2 {
	margin: 2em 0 1em;
	font-size: 30px;
	line-height: 1.2;
	color: #1D69B6;
}
.h-style3 {
	padding-bottom: 0.4em;
	margin: 2em 0 1em;
	font-size: 24px;
	line-height: 1.2;
	border-bottom: 2px solid #8bb8ce;
}

.h-style4 {
	margin: 2em 0 1em;
	color: #1D69B6;
	font-size: 23px;
	line-height: 1.2;
}

.h-style5 {
	padding-bottom: 0.4em;
	margin: 2em 0 1em;
	font-size: 20px;
	line-height: 1.2;
	color: #1D69B6;
	font-weight: normal;
}

.lower-layout-area .pc-main a {
	text-decoration: underline;
}
.lower-layout-area .pc-main a:hover {
	color: #0056b3;
}

.lower-layout-area .pc-main,
.lower-layout-area .pc-main p,
.lower-layout-area .pc-main dt,
.lower-layout-area .pc-main dd,
.lower-layout-area .pc-main li,
.lower-layout-area .pc-main figure,
.lower-layout-area .pc-main figcaption,
.lower-layout-area .pc-main th,
.lower-layout-area .pc-main td {
	line-height: 1.6;
	font-size: 16px;
}
.lower-layout-area .pc-main p {
	margin-bottom: 1em;
}
.lower-layout-area .pc-main .text-large {
	margin-bottom: 1em;
	font-size: 18px;
}
.lower-layout-area .pc-main p.text-lead {
	margin-bottom: 2em;
}

.lower-layout-area .pc-main .caution {
	color: #c22;
}

.lower-layout-area .pc-main .row + .row {
	margin-top: 3em;
}

.lower-layout-area .pc-main figure {
	margin-bottom: 1em;
}
.lower-layout-area .pc-main .text-center {
	text-align: center;
}
@media screen and (max-width:767px) {
	.h-style1 {
		font-size: calc(54 / 750 * 100vw);
	}
	.h-style2 {
		font-size: calc(48 / 750 * 100vw);
	}
	.h-style3 {
		font-size: calc(40 / 750 * 100vw);
		padding-bottom: 0.3em;
	}
	.h-style4 {
		font-size: calc(37 / 750 * 100vw);
	}
	.h-style5 {
		font-size: calc(33 / 750 * 100vw);
	}
	
	.lower-layout-area .pc-main p,
	.lower-layout-area .pc-main dt,
	.lower-layout-area .pc-main dd,
	.lower-layout-area .pc-main li,
	.lower-layout-area .pc-main figure,
	.lower-layout-area .pc-main figcaption,
	.lower-layout-area .pc-main th,
	.lower-layout-area .pc-main td {
		font-size: calc(30 / 750 * 100vw);
	}
	
	.lower-layout-area .pc-main .text-large {
		font-size: calc(34 / 750 * 100vw);
	}
}

/* -------------------------------------------------
	lower-page-style price-box
------------------------------------------------- */

.lower-layout-area .pc-main .price-box {
	background-color: #f5f5f5;
	padding: 1.2em 1em;
	margin: 1em 0;
}
.lower-layout-area .pc-main .price-box .headline {
	margin: 0 0 1em 0;
	padding: 0;
	font-size: 20px;
	color: #1D69B6;
}
.lower-layout-area .pc-main .price-box dl {
	display: flex;
}
.lower-layout-area .pc-main .price-box dt,
.lower-layout-area .pc-main .price-box dd {
	margin-bottom: 0.5em;
}
.lower-layout-area .pc-main .price-box dt {
	width: 5em;
	font-weight: bold;
}

@media screen and (max-width:767px) {
	.lower-layout-area .pc-main .price-box .headline {
		font-size: calc(40 / 750 * 100vw);
	}
}

/* -------------------------------------------------
	lower-page-style notes
------------------------------------------------- */

.lower-layout-area .pc-main .notes {
	margin: 1.5em 0;
}
.lower-layout-area .pc-main .notes li {
	margin: 0 0 .5em;
	text-indent: -1em;
	margin-left: 1em;
}
.lower-layout-area .pc-main .notes li::before {
	content: "※";
}

/* -------------------------------------------------
	lower-page-style access
------------------------------------------------- */

.lower-layout-area .pc-main #access .h-style4 i {
	margin: 0 5px 4px 0;
}
.lower-layout-area .pc-main #access p i,
.lower-layout-area .pc-main #access li i {
	position: relative;
	top: 4px;
}
.lower-layout-area .pc-main #access .route {
	margin: 1.5em 0 1.5em;
}
.lower-layout-area .pc-main #access .route li {
	margin-bottom: 0.5em;
	padding-left: 1.5em;
	position: relative;
}
.lower-layout-area .pc-main #access .route li i {
	position: absolute;
	left: 0;
}

.lower-layout-area .pc-main .map {
	position: relative;
}
.lower-layout-area .pc-main .map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.lower-layout-area .pc-main .maptext {
	margin-bottom: 2em;
}

.maptext i {
	color: #7ea4d2;
}

@media screen and (max-width:767px) {
	.lower-layout-area .pc-main #access .h-style4 i {
		margin-bottom: 0.1em;
	}
	
	.lower-layout-area .pc-main .map {
		padding-bottom: 100%;
	}
}

/* -------------------------------------------------
	lower-page-style bus_ship
------------------------------------------------- */

.lower-layout-area .pc-main #bus_ship .h-style4 i {
	margin: 0 5px 4px 0;
}

@media screen and (max-width:767px) {
	.lower-layout-area .pc-main #bus_ship .h-style4 i {
		margin-bottom: 0.1em;
	}
}

/* -------------------------------------------------
	table-about
------------------------------------------------- */

.lower-layout-area .pc-main .table-about {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	box-sizing: border-box;
	border-width: 1px 1px 0 0;
	border-style: solid;
	border-color: #cacaca;
}

.lower-layout-area .pc-main .table-about + .table-about {
	margin-top: 2.5em;
}

.lower-layout-area .pc-main .table-about th,
.lower-layout-area .pc-main .table-about td {
	border-width: 0 0 1px 1px;
	border-style: solid;
	border-color: #ccc;
	padding: 15px;
}
.lower-layout-area .pc-main .table-about th {
	background-color: #edf1f5;
	font-weight: bold;
	text-align: left;
	width: 12em;
	color: #333366;
}

.lower-layout-area .pc-main .table-about td {
}

.lower-layout-area .pc-main .table-about th:nth-child(1) {
	color: #333;
	font-weight: bold;
	white-space: nowrap;
}

@media screen and (max-width: 767px){
	.lower-layout-area .pc-main .table-about	{
		font-size: 1.0em;
		display: block;
	}
	.lower-layout-area .pc-main .table-about + .table-about {
		margin-top: 1.5em;
	}
	.lower-layout-area .pc-main .table-about tbody,
	.lower-layout-area .pc-main .table-about tr	{
		display: block;
	}
	.lower-layout-area .pc-main .table-about th,
	.lower-layout-area .pc-main .table-about td {
		width: 100%;
		padding: 2%;
		display: block;
		box-sizing: border-box;
	}
	.table-about th:nth-child(1) {
	}
}

/* -------------------------------------------------
	lower-page-style btn
------------------------------------------------- */

/*!
 * Bootstrap v4.1.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

.btn {
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: 0.375em 0.75em;
	font-size: 1em;
	line-height: 1.5;
	border-radius: 0.25em;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn:focus {
	outline: 0;
}

.btn-primary {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff;
}

.btn-primary:hover {
	color: #fff;
	background-color: #0069d9;
	border-color: #0062cc;
}

.btn-primary:focus, .btn-primary.focus {
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #0062cc;
	border-color: #005cbf;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-secondary {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d;
}

.btn-secondary:hover {
	color: #fff;
	background-color: #5a6268;
	border-color: #545b62;
}

.btn-secondary:focus, .btn-secondary.focus {
	box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
	color: #fff;
	background-color: #545b62;
	border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-success {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745;
}

.btn-success:focus, .btn-success.focus {
	box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-lg, .btn-group-lg > .btn {
	padding: 0.5rem 1eem;
	font-size: 1em;
	line-height: 1.5;
	border-radius: 0.3em;
}

.btn {
	margin-top: 1.0em;
	padding: 1em 1.5em;
	color: #fff;
	text-align: center;
	border-radius: .4em;
	text-decoration: none;
}

.btn-bus {
	background-color: #3ba0a1;
	border-color: #4bb0b1;
}
.btn-bus:hover {
	background-color:#2cb3b4;
	border-color:#48c8c9;
}

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

.btn i {
	vertical-align: baseline;
}

/* -------------------------------------------------
	lower-page-style modal
------------------------------------------------- */

/*!
 * Bootstrap v4.1.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

.close {
	float: right;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .5;
}

.close:hover, .close:focus {
	color: #000;
	text-decoration: none;
	opacity: .75;
	outline: 0;
}

.close:not(:disabled):not(.disabled) {
	cursor: pointer;
}

button.close {
	padding: 0;
	background-color: transparent;
	border: 0;
	-webkit-appearance: none;
}

.modal-open {
	overflow: hidden;
}

.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	display: none;
	overflow: hidden;
	outline: 0;
}

.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: 0.5rem;
	pointer-events: none;
}

.modal.fade .modal-dialog {
	transition: -webkit-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
	-webkit-transform: translate(0, -25%);
	transform: translate(0, -25%);
}

@media screen and (prefers-reduced-motion: reduce) {
	.modal.fade .modal-dialog {
		transition: none;
	}
}

.modal.show .modal-dialog {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}

.modal-dialog-centered {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	min-height: calc(100% - (0.5rem * 2));
}

.modal-content {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 0.3rem;
	outline: 0;
}

.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000;
}

.modal-backdrop.fade {
	opacity: 0;
}

.modal-backdrop.show {
	opacity: 0.5;
}

.modal-header {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 1rem;
	border-bottom: 1px solid #e9ecef;
	border-top-left-radius: 0.3rem;
	border-top-right-radius: 0.3rem;
}

.modal-header .close {
	padding: 1rem;
	margin: -1rem -1rem -1rem auto;
}

.modal-title {
	margin: 0;
	padding: 0;
	line-height: 1.5;
}

.modal-body {
	position: relative;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1rem;
}

.modal-footer {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 1rem;
	border-top: 1px solid #e9ecef;
}

.modal-footer > :not(:first-child) {
	margin-left: .25rem;
}

.modal-footer > :not(:last-child) {
	margin-right: .25rem;
}

.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll;
}

@media (min-width: 576px) {
    .modal-dialog {
        /*max-width: 500px;*/
        margin: 1.75rem auto; 
	}
	.modal-dialog-centered {
		min-height: calc(100% - (1.75rem * 2));
	}
	.modal-sm {
		max-width: 300px;
	}
}

@media (min-width: 992px) {
	.modal-lg {
		max-width: 800px;
	}
}


/* 追加 */
.fas {
  line-height: inherit;
}
.h-style1:before {
  content:"";
  width:1.5em;
  height:1.5em;
  display: inline-block;
  margin-right: .3em;
  margin-bottom: -0.4em;
}
#outline .h-style1:before {
  background: url(../img/ico_h_outline.png) no-repeat 50% 50% / cover;
}
#highlights .h-style1:before {
  background: url(../img/ico_h_highlights.png) no-repeat 50% 50% / cover;
}
#events .h-style1:before {
  background: url(../img/ico_h_events.png) no-repeat 50% 50% / cover;
}
#list .h-style1:before {
  background: url(../img/ico_h_list.png) no-repeat 50% 50% / cover;
}
#closeup .h-style1:before {
  background: url(../img/ico_h_closeup.png) no-repeat 50% 50% / cover;
}
#access .h-style1:before {
  background: url(../img/ico_h_access.png) no-repeat 50% 50% / cover;
}
#materials .h-style1:before {
  background: url(../img/ico_h_materials.png) no-repeat 50% 50% / cover;
}
.lower-layout-area .pc-main #directions_menu li {
  font-size: .9rem;
}
.lower-layout-area .pc-main #directions_menu li a {
  color: #888;
}
.lower-layout-area .pc-main #directions_menu li a:hover {
  color: #333;
}
.lower-layout-area .pc-main #directions_menu li a i {
  color: #7ea4d2;
}
.pics .three-col.row + .row {
  margin-top: 1rem;
}
.lower-layout-area .pc-main .text_comingsoon {
  background-color: #f84b14;
  border-radius: .5em;
  padding: .5rem 1rem;
  margin-bottom: 2rem;
  display: inline-block;
  color: #fff;
}
.lower-layout-area .pc-main .notes li {
  font-size: .9rem;
  }
.lower-layout-area .pc-main .note {
		font-size: .8em;
  color: #555;
}
.ul-disc {
  list-style-type: disc;
  margin-left: 1.5rem;
}
.ul-disc li {
  margin-bottom: .5rem;
}
.contact {
  margin-top: 3rem;
  display: flex;
}
.contact dt{
  margin-right: 1rem;
  background-color: #1A6BCE;
  padding: .3rem 1rem;;
  border-radius: 5px;
  color: #fff;
}
.contact dd {
  padding: .3rem 0;
}
.lower-layout-area .pc-main #access li i {
  top: 0;
}
.lower-layout-area .two-col-layout .pc-side .banner li + li {
  margin-top: 1.5rem;
}
.icon-new {
  display: inline-block;
  font-size: .6em;
  background-color: #eE6B1A;
  padding: .3em .7em .1em;
  border-radius: 5px;
  color: #fff;
  margin: .3em .4rem 0;
  line-height: 1;
}
@media screen and (min-width:768px) {
  .h-style2 {
  font-size: 1.6rem;
  margin-top: 0;
}
.lower-layout-area .pc-main p.text-lead {
  font-size: 1.1rem;
}
}
@media screen and (max-width:767px) {
  .lower-layout-area .pc-main #directions_menu li {
  line-height: 1.4;
}

.pankuzu li {
  display: none;
}
.pankuzu li.pankuzu-sp {
  display: block;
  margin-bottom: 0;
}
.pankuzu li.pankuzu-sp:before {
  content:"\3c";
  padding: 0 0.5em;
}
}

.map_bottom {margin-bottom: 3rem;}
