@charset "UTF-8";

/* main_body
================================================= */
.all_body {
	width: 100%;
	margin: auto;
	background: #002758;
	max-width: 1366px;
	color: #fff;
	box-shadow: 0px 10px 10px 4px rgba(0, 0, 0, 0.35);
}

/* header
================================================= */
header {
	width: 100%;
	box-shadow: 0px 12px 12px -6px rgba(0, 0, 0, 0.3);
	background-color: #007caf;
	background-image: url('../image/header.jpg');
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: top center;
}
header h1 {
	width: 100%;
	padding: 56% 100% 0 0;
}
header h1 img {
	width: 100%;
	margin: 0 auto;
	z-index: 4;
}
.header_btn { 
	margin-top: -4%;
	padding: 0 0 4%; }

.header_btn a{
	display: block;
	position: relative;
	width: 80%;
	min-width: 260px;
	max-width: 300px;
	margin: 0 auto;
	padding: 8px 6px;
	border-radius: 3rem;
	border: solid 2px #ffffff;
	background: #009a36;
	color: #fff;
	font-weight: bold;
	font-size: 1.8rem;
	letter-spacing: 0.05em;
	text-indent: 0.1em;
	text-align: center;
	text-decoration: none;
	text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.4);
}
.header_btn a:hover, .header_btn a:active { background: #ff7474; }

.header_btn a::before,
.header_btn a::after {
	display: block;
	position: absolute;
	content: "";
	width: 1.4rem;
	height: 1.4rem;
	top: 1.6rem;
	right: 2rem;
	border-left: solid 2px #ffffff;
	border-top: solid 2px #ffffff;
	transform: rotate(135deg);
}

@media only screen and (min-width: 640px) {
.header_btn { margin-top: -6%; }
	
.header_btn a{
	width: 90%;
	max-width: 480px;
	padding: 8px 6px;
	border: solid 3px #ffffff;
	font-size: 2.8rem;
	letter-spacing: 0.05em;
	text-indent: 0.1em;
	text-align: center;
	text-decoration: none;
}
	
.header_btn a::before,
.header_btn a::after {
	width: 1.8rem;
	height: 1.8rem;
	top: 2.4rem;
	right: 3.2rem;
	border-left: solid 3px #ffffff;
	border-top: solid 3px #ffffff;
}
}

@media only screen and (min-width: 960px) {
.header_btn { margin-top: -7%; }
.header_btn a{ max-width: 520px; }
}


/* PC・スマホ表示切替 */
.display_smp{ display:block;}
.display_pc{ display:none;}

@media only screen and (min-width: 768px) {
/* PC・スマホ表示切替 */
body { font-size: 1.6rem; background-size: 400px auto ;}
.display_smp{ display:none;}
.display_pc{ display:block;}
}

/* main
================================================= */
main {
	width: 90%;
	max-width: 1230px;
	margin: 0 auto;
}
@media print, screen and (min-width: 640px) {
	main { display: flex; justify-content: space-between; margin-top: 0.5%; }
	.col { width: 47%; }
}

/* section */
section { margin: 8% 0; }

section.umi-nihon {
	padding: 4%;
	border: 2px  solid #fff;
	border-radius: 4px;
}
section.what_box {
	background-color: #002870;
	background-image: linear-gradient(62deg, #0c052f 0%, #002870 100%);
}

/* h2 & h3 */
section:not(.umi-nihon) h2 {
	margin: 4px 0 3%;
	padding: 6px 10px;
	font-size: 1.7rem;
	font-weight: bold;
	letter-spacing: 0.15rem;
	line-height: 1.5;
	background-color: #0093E9;
	background-image: linear-gradient(160deg, #0093E9 0%, #80D0C7 100%);
	border-radius: 3px;
}
section.umi-nihon h2 {
	width: 100%;
	margin-bottom: 3%;font-size: 2.0rem;
}
section h2.whats_bisanga {
	border-top: double 3px #fff;
	border-bottom: double 3px #fff;
	background-color: #002870;
	background-image: linear-gradient(62deg, #0c052f 0%, #002870 100%);
	border-radius: 0px;
}

section h3 {
	margin: 5% 0 2%;
	padding: 2px 10px 2px 0;
	font-size: 1.6rem;
	font-weight: bold;
	/*background-color: #002870;
	background-image: linear-gradient(62deg, #0c052f 0%, #002870 100%);*/
	border-top: 1px #fff solid;
	border-bottom: 1px #778cb3 dotted;
}
@media print, screen and (min-width: 960px) {
	section:not(.umi-nihon) h2 { margin-bottom: 2%; font-size: 2.0rem; }
}

/* button */
a.btn {
	display: block;
	width: 100%;
	max-width: 280px;
	margin: 1.5% 0 20px;
	padding: 12px 6px;
	border-radius: 30px;
	background: #009a36;
	color: #fff;
	font-weight: bold;
	letter-spacing: 0.05em;
	text-indent: 0.1em;
	text-align: center;
	text-decoration: none;
	
}
a.btn:hover, a.btn:active { background: #ff7474; }

/* text decoration */
.text-small { font-size: 1.4rem; }
.text-large { font-size: 1.7rem; }
.text-largest { font-size: 2.0rem; }
.text-bold { font-weight: bold; }
.text-yellow { color: #faf802; }
.text-underline {
	padding: 1px 5px;
	background: linear-gradient(transparent 90%, #ed6d1e 90%);
	line-height: 1.6;
}

/* ul & ol */
main ul, main ol {
	margin: 0 0 0 -1.7em;
}
main li {
	margin-left: 1.8rem;
	list-style: disc outside;
}
ul.attention li {
	margin-left: 1.2rem;
	list-style: none;
}
ul.attention li::before {
	content: '※';
	margin-left: -1.2rem;
	margin-right: 0.3rem;
}

/* catch */
p.catch {
	margin: 14px 0 3px;
	color: #0D9F3E;
	font-weight: bold;
	line-height: 1.8;
}

/* photo */
.photo {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
.photo img {
	width: 44%;
	margin: 3%;
}

/* movie */
div.movie {
	width: 90%;
	margin: 3% auto;
	border: 4px solid #333;
	background: #333;
}
div.youtube {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 0;
	margin: 0;
	padding: 56.25% 0 0;
}
div.youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* timetable */
table.timetable tr {
	display: flex;
}
table.timetable th, table.timetable td {
	padding: 5px 0;
	line-height: 1.8;
}
table.timetable span.time {
	display: inline-block;
	width: 5em;
	margin-right: 10px;
	padding: 0 10px;
	border-radius: 5px;
	background: #D9F4F6;
	color: #000000;
	font-weight: normal;
}
table.timetable + p { margin-top: 5px; }

/* プレゼント */
.present_pict {
	width: 80%;
	margin: 2% auto 0;
}
.ggmap {
	position: relative;
	overflow: hidden;
	width: 95%;
	height: 0;
	margin: 1% auto 2%;
	padding-bottom: 60%;
	padding-top: 30px;
	border: 3px solid #C8CED2;
}
.ggmap iframe, .ggmap object, .ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* additionally */
.add { /* 緑の縁付き枠（概要の追記など） */
	margin-top: 2%;
	padding: 2% 3%;
	border: 2px dashed #A5D0D8;
	border-radius: 5px;
	background: #E4F9FA;
}

/* dl */
dl.item1 dt {
	display: inline-block;
	margin: 2% 0 0.5%;
	padding: 1px 10px 0 8px;
	border-radius: 2px;
	background: #D9F4F6;
	color: #005C91;
	font-size: 1.6rem;
	font-weight: bold;
}
dl.item2 dt {
	display: inline-block;
	margin: 2% 0 1%;
	padding: 0 5px;
	border: 1px solid #181818;
	background: #F3F3F3;
	line-height: 1.8;
}
dl.item3 dt {
	color: #149AD2;
	margin-top: 2%;
	font-weight: bold;
}
dl.item3 dt::before {
	content: url('../image/point-triangle.svg');
	margin-right: 3px;
}

/* section item flex */
section .sec-items-flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.sec-items-flex > .item {
	width: 100%;
}
@media print, screen and (min-width: 960px) {
	.sec-items-flex > .item { width: 49.5%; align-self: center; }
	.present_pict { width: 90%;  }
}

