@charset "UTF-8";
/* Base
reset & default style ============================================ */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	font-style: normal;
	font-weight: normal;
	vertical-align:baseline;
	background:transparent;
}
body {
	line-height:1;
}
article, aside, dialog, figure, footer, header,
hgroup, nav, section {
	display:block;
}
nav ul {
	list-style:none;
}
li {
	list-style-type: none;
}
ol li {
	list-style-type: none;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}
a {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}
mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom:1px dotted #000;
	cursor:help;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
hr {
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
}
input, select {
	vertical-align:middle;
}

/* default */
html, body {
	width: 100%;
	height: 100%;
}
body {
	color: #000;
	font-size: 16px;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 1.7;
}
html>/**/body {
	font-size: 12px;
}
a{
	color: #000;
	text-decoration: none;
}
a:link{
	color: #000;
	text-decoration: none;
}
a:visited{
	color: #000;
	text-decoration: none;
}
a:hover{
	color: #000;
	text-decoration: none;
}
a:focus {
	color: #000;
}
::selection {
	background: #fa0;
}

/* Module
============================================ */
.cf {
	zoom: 1;
}
.cf:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
.floatL { float: left; }
.floatR { float: right; }

/* Layout
ページのエリア分け============================================ */
#section01 { background: url(../img/sec01_bg.png); }
#section02 { background: #e9ff53; }
#section03 { background: url(../img/sec03_bg.png); }
#section04 { background: #52c050; }
#section05 { background: #ffd200; }
#section06 { background: #fff; }
#section07 { background: #363636; }
#main { height: 100%; }
.section{
	padding: 50px 0;
	min-height: 100%;
}
.inner {
	position: relative;
	text-align: center;
}
#section01 h1 {
	margin: 0 auto;
	width: 268px;
	position: relative;
}
#section01 .inner {
	margin-top: 64px;
}
#section01 .balloon {
	width: 99px;
	height: auto;
	position: absolute;
	top: -64px;
	left: 155px;
	display: inline-block;
}
#section01 .balloon img {
	width: 100%;
}
#section01 .package {
	width: 172px;
	height: auto;
	margin: 20px auto 0;
	display: block;
}
#section01 .monde {
	width: 172px;
	height: auto;
}
#section01 .link {
	margin-top: 10px;
}
#section01 .link a {
	color: #fff;
	text-decoration: underline;
}
#section02 h1 {
	margin-bottom: 50px;
}
#section02 .movie {
	margin: 0 auto;
	width: 80%;
	position: relative;
	padding-bottom : 56.25%;
}
#section02 .movie iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#section03 h1 {
	margin: 0 0 30px;
}
#section03 .image {
	margin: 0 0 30px;
	position: relative;
}
#section03 p {
	text-align: left;
}
#section03 p {
	margin: 0 10px;
}
#section04 h1 {
	position: relative;
	top: 15px;
	right: -114px;
	display: inline-block;
}
#section04 .image {
	margin-bottom: 30px;
}
#section04 .sec04pkg {
	height: auto;
}
#section04 .price {
	margin: -5px auto 30px;
	width: 291px;
}
#section04 .price li {
	float: left;
	width: 97px;
	text-align: left;
}
#section04 dl {
	margin: 0 10px;
	padding: 8px 0;
	border-bottom: 1px solid #88d787;
	text-align: left;
}
#section04 dt {
	clear: left;
	width: 70px;
	float: left;
}
#section04 dd {
	padding-left: 70px;
}
#section05 h1 {
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: bold;
}
#section05 dl {
	margin: 0 auto 60px;
	width: 90vw;
	text-align: left;
	/* display: flex;
	flex-wrap: wrap; */
}
#section05 dt {
	/* width: 80px; */
	font-weight: bold;
}
#section05 dd {
	margin-bottom: 10px;
	padding-bottom: 10px;
	/* width: calc(100% - 80px); */
	border-bottom: 1px solid #ffea77;
}
#section05 dt,
#section05 dd {
	/* margin: 0; */
	/* padding: 10px 0; */
	word-break: break-all;
}
#section05 .itemlist {
	margin: 0 auto 20px;
	width: 90vw;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#section05 .card {
	margin-bottom: 40px;
	width: 42vw;
	text-align: left;
}
#section05 .card figure {
	margin: 0;
}
#section05 .card img {
	width: 100%;
	height: auto;
}
#section05 .card figcaption {
	margin: 5px 0 20px;
	font-size: 16px;
	font-weight: bold;
}
#section05 .card p {
	margin-bottom: 20px;
}
#section06 h1 {
	padding: 15px 10px;
}
#section06 .map {
	margin-bottom: 25px;
	width: 100%;
	height: 280px;
}
#section06 .first {
	margin-bottom: 20px;
	width: 50%;
}
#section06 .second {
	margin-bottom: 20px;
	width: 50%;
}
#section06 .third {
	clear: both;
	margin: 0 10px;
	text-align: left;
}
#section06 .list {
	margin: 0 10px;
}
#section06 .list dl:nth-of-type(2) { margin-top: 20px; }
#section06 .list dt {
	padding-left: 25px;
	min-height: 20px;
	background: url(../img/sec05_icon01.png) no-repeat left top;
	background-size: 20px;
	text-align: left;
}
#section06 .list dd {
	margin-left: 25px;
	padding-left: 15px;
	background: url(../img/sec05_icon02.png) no-repeat left .5em;
	background-size: 8px;
	text-align: left;
}
#section07 {
	color: #fff;
}
#section07 h1 {
	margin: 0 0 30px 0;
	font-size: 24px;
}
#section07 h2 {
	margin: 0 0 15px 0;
}
#section07 dl{
	margin: 0 10px 40px;
	text-align: left;
}
#section07 dt {
	clear: left;
	width: 110px;
	float: left;
}
#section07 dd {
	margin-bottom: 15px;
	padding-left: 110px;
}
#section07 table {
	margin: 10px auto 30px;
	width: 280px;
}
#section07 th,
#section07 td {
	padding: 5px;
	border: 1px solid #000;
}
#section07 th {
	background: #666;
}
#section07 td {
	color: #000;
	background: #fff;
}
#section07 .btn {
	margin: 0 auto;
	width: 280px;
	display: block;
	margin-bottom: 20px;
}
#section07 .btn:hover {
	opacity: 0.8;
}
#section07 .copy {
	font-size: 10px;
	text-align: center;
}
.transactions h1 {
	padding-top: 20px;
}
.transactions .inner {
	padding-left: 0px;
	display: block;
	width: calc(100% - 40px);
	margin: 0 auto;
	font-size: 15px !important;
}
.transactions dl {
	display: grid;
	padding: 15px 0px;
	margin: 0px 10px !important;
	border-bottom: 1px solid gray;
}
.transactions dt, .transactions dd {
	width: 100% !important;
}
.transactions dt {
	font-weight: bold;
	margin-bottom: 5px;
}
.transactions dt.w-100 {
	width: 100%;
}
.transactions dd {
	padding-left: 0px !important;
	margin-bottom: 0px !important;
}
.transactions dd a {
	color: #fff;
}
.transactions .no-border {
	border-bottom: transparent;
}
/*.transactions dt {
	width: 180px !important;
	font-size: 15px !important;
}
.transactions dd {
	padding-left: 200px !important;
}*/
.transactions .link-area {
	justify-content: center;
	padding-top: 20px;
}
.transactions .cf {
	text-align: left;
}
.transactions figcaption {
	text-align: left;
}
.link-area {
	width: auto;
}

#menu {
	position: fixed;
	top: 20px;
	right: 20px;
}
#menu a {
	width: 34px;
	height: 42px;
	display: block;
	text-indent: -9999px;
	background: url(../img/nav.png) no-repeat center center;
}
#menu .active a {
	text-indent: -9999px;
	background: url(../img/nav_cr.png) no-repeat center center;
}

#lang {
	padding: 8px;
	position: fixed;
	top: 0;
	left: 0;
	background: #fff;
}
#lang .langopen {
	padding: 8px 25px;
	background-image: url(../img/arrow.png);
	background-repeat: no-repeat;
	background-position: 12px 12px;
	background-size: 4px 6px;
	cursor: pointer;
	transition: 0.3s;
}
#lang .langopen.open {
	background-image: url(../img/arrow_open.png);
	background-size: 6px 4px;
}
#lang ul a {
	padding: 8px 45px;
	display: block;
	background-image: url(../img/arrow.png);
	background-repeat: no-repeat;
	background-position: 25px 12px;
	background-size: 4px 6px;
	transition: 0.3s;
}

#other #wrapper {
	position: relative;
	z-index: 10;
	text-align: center;
}
#other h1 {
	margin: 50px 0;
}
#other .block {
	margin: 0 auto 50px;
	padding: 0 30px;
	width: 180px;
}
#other .item {
	margin-bottom: 10px;
}
#other h2 {
	margin: 0 0 10px;
	font-weight: bold;
	text-align: left;
}
#other p {
	text-align: left;
}
#other .bg { position: fixed; }
#other .bg01 {
	width: 459px;
	height: 643px;
	top: 30%;
	left: 0;
}
#other .bg02 {
	bottom: 0;
	right: 0;
}
#other .bg03 {
	top: 0;
	right: 0;
}
#other .footer p.copy {
	text-align: center;
}

.detail {
	overflow-x: scroll;
	width: 100%;
	margin: 0 auto !important;
}
.detail table {
	width: 800px !important;
	text-align: center;
	margin: 0 auto !important;
}

.l-cols {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.btn-more {
	display: flex !important;
	justify-content: center;
	align-items: center;
	width: 280px;
	height: 47px;
	background-color: #fff;
	font-size: 16px;
	margin: 0 auto 20px;
}

.img-fix {
	width: 100%;
	height: auto;
}

.mb-15 {
	margin-bottom: 15px;
}

/* 2024.3.28追記 */
.cautionMessage {
	margin:  40px 0;
	text-align:center;
	color: white;
/*	text-decoration: underline; */
}
/* ここまで */