@charset "UTF-8";
/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	box-sizing: border-box;
	text-decoration: none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
html {
	font-size: 62.5%;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.cf::after {
	content: "";
	display: table;
	clear: both;
}
#contentsWrap {
	font-size: 1.3rem;
	line-height: 1.9;
	text-align: justify;
	text-justify: inter-ideograph;
}
body {
	position: relative;
	left: 0;
	overflow-x: hidden;
	-webkit-text-size-adjust: 100%;
}
header {
	min-width: 950px;
	width: 100%;
	padding: 10px 30px 8px 30px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}
header.fixed_header {
	position: fixed;
	background: rgba(220,68,57,.8);
	display: none;
}
header h1 {
	width: 50%;
	height: 37px;
	vertical-align: bottom;
	color: #ffffff;
	font-size: 18px;
	line-height: 37px;
}
header h1 a {
	display: inline-block;
	height: 37px;
}
header h1 img.logo {
	width: 140px;
	vertical-align: top;
}
header h1 .pipe {
	width: 40px;
	display: inline-block;
	text-align: center;
}
header h1 img.germanytravel {
	width: 196px;
	vertical-align: top;
}
header ul.icn {
	float: right;
	margin-top: -25px;
	display: table;
}
header ul.icn li {
	vertical-align: middle;
	padding-left: 8px;
	display: table-cell;
	width: 28px;
	height: 28px;
}
header ul.icn li.line span {
	background: #00b900;
	border-radius: 28px;
	position: relative;
	width: 28px;
	height: 28px;
	display: block;
	margin-top: -2px;
}
header ul.icn li.line span iframe {
	position: absolute !important;
	top: 4px;
	left: 4px;
}
header ul.icn li.btn_nav {
	width: 22px;
	height: 19px;
	cursor: pointer;
}
header ul.icn li.btn_nav img {
	width: 24px;
	padding-left: 8px;
}
nav {
	padding-top: 10px;
	position: absolute;
	top: 0;
	background: #dc4439;
	z-index: 100;
	position: fixed;
}
nav .inner {
	overflow: auto;
}
nav p.btn_nav_close {
	width: 75%;
	text-align: right;
	margin: 20px auto 50px auto;
	color: white;
	font-size: 3rem;
	cursor: pointer;
}
nav h2 {
	width: 229px;
	height: 122px;
	margin: 0 auto 20px auto;
}
nav h2 img {
	width: 100%;
}
nav li {
	padding: 20px;
	font-size: 1.4rem;
	line-height: 2;
	border-bottom: 1px solid #eea39e;
}
nav li a {
	padding: 20px;
	color: white;
	text-decoration: none;
}
nav li a:before {
	content: '';
	width: 10px;
	height: 10px;
	display: inline-block;
	background-image: url(../images/icn_nav.png);
	background-repeat: no-repeat;
	background-size: 100%;
	margin-right: 10px;
}
.contentWrapper.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}


.contentWrapper {
	max-width:100%;
	overflow:hidden;
}
.effect {
	opacity: 0;
	transition: all 1s ease 0s;
}
.effect.show {
	opacity: 1 !important;
}


#keyvis {
	min-width: 950px;
	position: relative;
}
#slide {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: opacity 3s ease 0s;
}

.sponsors-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8); /* 白背景80%透過 */
  padding: 12px 0 48px;
  text-align: center;
  z-index: 5;
}

.sponsor-title {
  font-size: 12px;
  color: #7F7F7F;
  margin-bottom: 4px;
}

.sponsors {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  flex-wrap: wrap;
}

.sponsors a img {
  height: 72px;
  object-fit: contain;
  transition: opacity 0.3s ease;
  margin: 0 2px; /* gapでは効かない場合の予備 */
}

.sponsors a:hover img {
  opacity: 0.7;
}

/* モバイル対応 */
@media (max-width: 670px) {
  .sponsors {
    flex-wrap: wrap;
    justify-content: center;
    gap: 4px;
  }

	.sponsors-wrapper {
	padding: 12px 0 32px;
	}

  .sponsors a img {
    height: auto;
    width: 80px;
  }

  .sponsor-title {
    font-size: 12px;
    margin-bottom: 6px;
  }
}



#slide ul {
	position: relative;
	width: 100%;
	height: 100%;
}

#slide div {
	position: absolute;
	top: 0;
	left: 0;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	width: 100%;
	height: 100%;
	z-index: -1;
	display:none;
}

#slide div:first-child {
	display:inherit;
}

#slide img {
	min-height: 100%;
}

#slide div:first-child {
	opacity:1;
}
#slide .bk1 {
	background-image: url(../images/bg_keyvis_01.jpg);

}
#slide .bk2 {
	background-image: url(../images/bg_keyvis_02.jpg);

}
#slide .bk3 {
	background-image: url(../images/bg_keyvis_03.jpg);

}

@media (min-width: 671px) {
	#keyvis h1 {
	  width: 522px;
	  height: 277px;
	  position: absolute;
	  top: 25%;
	  left: 50%;
	  transform: translateX(-50%);
	}
  }
  
  @media (max-width: 670px) {
	#keyvis h1 {
	  position: absolute;
	  top: 20%;
	  left: 50%;
	  width: 80%;
	  margin-left: -40%;
	}
  }
#keyvis h1 img {
	width: 100%;
}
#keyvis .present {
	position: absolute;
	top: 80px;
	width: 129px;
	height: 134px;
	right: 25px;
}
#keyvis .present img {
	width: 100%;
}
#localnav {
	background: url("../images/nav_bg.png") repeat-x;
	background-position: center center;
	height: 206px;
	position: relative;
	top: -43px;
	z-index: 5;
}
#localnav ul {
	/*width: 950px;*/
	width: 670px;
	padding: 0 6px;
	margin: auto;
}
#localnav li {
	width: 206px;
	float: left;
	margin-right: 20px;
}
#localnav ul li:last-child {
	margin-right: 0;
}
#contentsWrap .inner {
	width: 950px;
	margin: auto;
}
h1.sectionTitle {
	text-align: center;
	margin-bottom: 60px;
	font-size: 3.1rem;
	letter-spacing: 7px;
}
h1.sectionTitle02 {
	text-align: center;
	font-size: 2.6rem;
	letter-spacing: 7px;
}
h1.sectionTitle span {
	font-size: 2.8rem;
}
.mintyo {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
}
p.btn01 {
	text-align: center;
	clear: both;
}
p.btn01 a {
	display: inline-block;
	margin: 0 auto;
	padding: 15px 40px;
	letter-spacing: 2px;
	color: white;
	background: #ffb3ad;
	border-radius: 7px;
	box-shadow: 0px -4px 0px 0px #eba59f inset;
	transition: all .2s;
	text-decoration: none;
}
p.btn01 a br {
	display: none;
}
p.btn01 a:hover {
	box-shadow: none;
	padding: 15px 40px 13px 40px;
	margin-top: 2px;
}
p.btn01 a:after {
	content: '';
	margin-left: 10px;
	background: url(../images/icn_btn01.png);
	background-size: cover;
	vertical-align: -2px;
	display: inline-block;
	width: 14px;
	height: 12px;
}
.center {
	text-align: center;
}
#section01 {
	padding: 0 0 80px;
	background-image: url(../images/mapbg01.png) ,url(../images/mapbg02.png);
	background-repeat: no-repeat,no-repeat;
	background-position: center -450px,center center;
	background-size: 1290px,cover;
}
#section01 .ttl {
	width: 720px;
	margin: auto;
}
#section01 h1 {
	text-align: center;
	margin-bottom: 2.2rem;
	color: #ffe167;
	font-size: 3.2rem;
	line-height: 4.8rem;
	font-weight: normal;
}

#section01 .subttl {
	text-align: center;
	color: #ffffff;
	font-size: 3.0rem;
}
#section01 .subttl_de {
	margin-bottom: 1.6rem;
}
#section01 .txt {
	text-align: center;
	color: #ffffff;
	font-size: 1.6rem;
}
#section01 .ttl_header {
	position: relative;
}
#section01 .ttl_header:before {
	content: "";
	background: url("../images/sec01_ttl_corner.png") no-repeat;
	width: 78px;
	height: 78px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
#section01 .ttl_header:after {
	content: "";
	background: url("../images/sec01_ttl_corner.png") no-repeat;
	transform: rotate(90deg);
	width: 78px;
	height: 78px;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
}
#section01 .ttl_footer {
	position: relative;
}
#section01 .ttl_footer:before {
	content: "";
	background: url("../images/sec01_ttl_corner.png") no-repeat;
	transform: rotate(-90deg);
	width: 78px;
	height: 78px;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
}
#section01 .ttl_footer:after {
	content: "";
	background: url("../images/sec01_ttl_corner.png") no-repeat;
	transform: rotate(180deg);
	width: 78px;
	height: 78px;
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
}
#section01 .ttl_body {
	padding: 30px 15px;
}
#section01 .map {
	margin-top: 25px;
}
#section01 .map h2 {
	margin-bottom: 30px;
}
#section01 .map_area {
	position: relative;
}

#section01 .hover a:hover:after {
	content:"";
	display:block;
	width:18px;
	height:16px;
	background:url("../images/map_arrow.png") no-repeat;
	background-size:contain;
	position:absolute;
	left:0;
	right:0;
	bottom:10px;
	margin:auto;
}

#section01 .map01 {
	position: absolute;
	display: block;
	left: 132px;
	top: -8px;
	width: 157px;
	height: 157px;
}
#section01 .map01 a {
	display: block;
	text-align: right;
	position: absolute;
	border-radius: 50%;
	overflow: hidden;
	width: 100%;
	height: 100%;
	transform-origin: 156px 82px;
	transform: scale(0.82);
	box-shadow: 0px 0px 0px 4px rgba(255,255,255,1);
}
#section01 .map01 a:hover {
	transform: scale(1);
	box-shadow: 0px 0px 0px 5px rgba(255,225,103,1);
}
#section01 .map01 .txt {
	position: absolute;
	left: 178px;
	top: 75px;
}
#section01 .map02 {
	position: absolute;
	display: block;
	left: 462px;
	top: -36px;
	width: 189px;
	height: 189px;
}
#section01 .map02 a {
	display: block;
	text-align: right;
	position: absolute;
	border-radius: 50%;
	overflow: hidden;
	width: 100%;
	height: 100%;
	transform-origin: 168px 108px;
	transform: scale(0.9);
	box-shadow: 0px 0px 0px 4px rgba(255,255,255,1);
}
#section01 .map02 a:hover {
	transform: scale(1);
	box-shadow: 0px 0px 0px 5px rgba(255,225,103,1);
}
#section01 .map02 .txt {
	position: absolute;
	left: 30px;
	bottom: -38px;
}
#section01 .map03 {
	position: absolute;
	display: block;
	left: 137px;
	top: 162px;
	width: 175px;
	height: 175px;
}
#section01 .map03 a {
	display: block;
	text-align: right;
	position: absolute;
	border-radius: 50%;
	overflow: hidden;
	width: 100%;
	height: 100%;
	transform-origin: 166px 82px;
	transform: scale(0.83);
	box-shadow: 0px 0px 0px 4px rgba(255,255,255,1);
}
#section01 .map03 a:hover {
	transform: scale(1);
	box-shadow: 0px 0px 0px 5px rgba(255,225,103,1);
}
#section01 .map03 .txt {
	position: absolute;
	left: 187px;
	top: 61px;
}
#section01 .map04 {
	position: absolute;
	display: block;
	right: 86px;
	top: 111px;
	width: 239px;
	height: 239px;
}
#section01 .map04 a {
	display: block;
	text-align: right;
	position: absolute;
	border-radius: 50%;
	overflow: hidden;
	width: 100%;
	height: 100%;
	transform-origin: 20px 120px;
	transform: scale(0.87);
	box-shadow: 0px 0px 0px 4px rgba(255,255,255,1);
}
#section01 .map04 a:hover {
	transform: scale(1);
	box-shadow: 0px 0px 0px 5px rgba(255,225,103,1);
}
#section01 .map04 .txt {
	position: absolute;
	left: -81px;
	bottom: -5px;
}
#section01 .map05 {
	position: absolute;
	display: block;
	left: 289px;
	top: 283px;
	width: 178px;
	height: 178px;
}
#section01 .map05 a {
	display: block;
	text-align: right;
	position: absolute;
	border-radius: 50%;
	overflow: hidden;
	width: 100%;
	height: 100%;
	transform-origin: 89px 112px;
	transform: scale(0.85);
	box-shadow: 0px 0px 0px 4px rgba(255,255,255,1);
}
#section01 .map05 a:hover {
	transform: scale(1);
	box-shadow: 0px 0px 0px 5px rgba(255,225,103,1);
}
#section01 .map05 .txt {
	position: absolute;
	left: 107px;
	bottom: -29px;
}
#section01 .map06 {
	position: absolute;
	display: block;
	left: 62px;
	top: 355px;
	width: 210px;
	height: 210px;
}
#section01 .map06 a {
	display: block;
	text-align: right;
	position: absolute;
	border-radius: 50%;
	overflow: hidden;
	width: 100%;
	height: 100%;
	transform-origin: 210px 110px;
	transform: scale(0.83);
	box-shadow: 0px 0px 0px 4px rgba(255,255,255,1);
}
#section01 .map06 a:hover {
	transform: scale(1);
	box-shadow: 0px 0px 0px 5px rgba(255,225,103,1);
}
#section01 .map06 .txt {
	position: absolute;
	left: 218px;
	top: 140px;
}


#section02 {
	background: #ffc215;
	padding-bottom: 100px;
}
#section02 h1.effect, #section03 h1.effect, #section04 h1.effect, #section05 h1.effect {
	transform: translateY(30px);
	transition: all 1000ms 0ms ease;
}
#section02 h1.effect.show, #section03 h1.effect.show, #section04 h1.effect.show, #section05 h1.effect.show {
	transform: translateY(0);
}
#section02 .sec_child .inner.effect .de {
	transform: translateY(30px);
	transition: all 1000ms 0ms ease;
}
#section02 .sec_child .inner.effect.show .de {
	transform: translateY(0);
}
#section02 h1 {
	position: relative;
	top: -30px;
	margin-bottom: 0;
}
#section02 .sec_child .img img {
	width: 100%;
	vertical-align: top;
}
#section02 .sec_child .inner {
	overflow: hidden;
	clear: both;
	margin-top: -40px;
	margin-bottom: 30px;
}
#section02 .sec_child .left {
	width: 50%;
	float: left;
	box-sizing: border-box;
}
#section02 .sec_child .de {
	position: relative;
	margin-bottom: 10px;
}
#section02 .sec_child h2 img {
	margin-top: 10px;
}
#section02 .sec_child .right {
	color: #ffffff;
	font-size: 14px;
	width: 50%;
	float: right;
	padding: 45px 20px 0;
	margin-top: 55px;
	box-sizing: border-box;
	color: #582a1a;
}
#section02 .sec_child .ttl p {
	color: #582a1a;
	font-size: 1.4rem;
	line-height: 100%;
	margin-bottom: 15px;
}
#section02 .sec_child .ttl h2 {
	color: #582a1a;
	font-size: 3.4rem;
	line-height: 100%;
	letter-spacing: 0;
	font-feature-settings : "palt";
}
#section02 .sec_child .btn {
	width: 100%;
	padding-bottom: 50px;
}
#section02 .sec_child .btn_more {
	display: block;
	width: 234px;
	margin: auto;
	background: #663e32;
	color: #ffffff;
	line-height: 55px;
	font-size: 2.1rem;
	text-align: center;
	position: relative;
}
#section02 .sec_child .btn_more:after {
	content: "";
	background: url("../images/icn_btn03.png") no-repeat;
	display: block;
	width: 17px;
	height: 24px;
	background-size: contain;
	position: absolute;
	right: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
}
#section02 .child01 .ttl {
	background: url("../images/sec02_01_num.png") no-repeat;
	padding-left: 85px;
	min-height: 61px;
}
#section02 .child02 .ttl {
	background: url("../images/sec02_02_num.png") no-repeat;
	padding-left: 85px;
	min-height: 61px;
}
#section02 .child03 .ttl {
	background: url("../images/sec02_03_num.png") no-repeat;
	padding-left: 85px;
	min-height: 61px;
}
#section02 .child04 .ttl {
	background: url("../images/sec02_04_num.png") no-repeat;
	padding-left: 85px;
	min-height: 61px;
}
#section02 .child05 .ttl {
	background: url("../images/sec02_04_num.png") no-repeat;
	padding-left: 85px;
	min-height: 61px;
}
#section02 .child06 .ttl {
	background: url("../images/sec02_05_num.png") no-repeat;
	padding-left: 85px;
	min-height: 61px;
}
#section03 {
	background: url("../images/sec03_bg.jpg") no-repeat;
	background-color: #663e32;
	background-size: contain;
	padding-bottom: 100px;
}
#section03 h1 {
	position: relative;
	top: -50px;
	margin-bottom: 0;
}
#section03 .sec_child .txt {
	color: #ffffff;
	font-size: 2.1rem;
	margin-bottom: 30px;
}
#section03 .sec_child .inner {
	margin-top: 40px;
}
#section03 .sec_child .column {
	clear: both;
	overflow: hidden;
}
#section03 .sec_child .column .left {
	width: 500px;
	float: left;
}
#section03 .sec_child .column .right {
	width: 420px;
	float: right;
}
#section03 .sec_child .column .right p {
	color: #ffffff;
	font-size: 1.8rem;
}
#section03 .child02 {
	margin-top: 50px;
}
#section03 .table_inner {
	width: 552px;
	margin: 40px auto 0;
}
#section03 table {
	background: #ffffff;
	width: 100%;
	font-size: 1.4rem;
}
#section03 table tr {
	border-bottom: 1px solid #582a1a;
}
#section03 table th {
	width: 72px;
	vertical-align: top;
	background: #582a1a;
	text-align: center;
	color: #ffffff;
	padding: 10px 0;
}
#section03 table td.td01 {
	background: #fbcb43;
	width: 80px;
	vertical-align: top;
	text-align: center;
	color: #582a1a;
	padding: 10px 0;
}
#section03 table td.td02 {
	width: 400px;
	position: relative;
	clear: both;
	padding: 10px;
}
#section03 table td.td02 .name {
	color: #582a1a;
}
#section03 table td.td02 .name+.spot {
	margin-top: 15px;
}
#section03 table td.td02 .spot {
	font-size: 1.2rem;
}
#section03 table .box {
	padding-right: 173px;
	min-height: 160px;
	position: relative;
}
#section03 table .box .img {
	position: absolute;
	right: 10px;
	top: 0;
	bottom: 0;
	width: 173px;
	height: 115px;
	margin: auto;
}
#section03 table .box.bg02 .img {
	height: 120px;
}
#section03 table td.td02 .spot {
	font-size: 0.8rem;
}
#section03 .btn {
	width: 100%;
	margin-top: 40px;
	padding-bottom: 50px;
}
#section03 .btn_detail {
	display: block;
	width: 234px;
	margin: auto;
	background: #ffffff;
	color: #663e32;
	line-height: 55px;
	font-size: 2.1rem;
	text-align: center;
	position: relative;
}
#section03 .btn_detail:after {
	content: "";
	background: url("../images/icn_btn04.png") no-repeat;
	display: block;
	width: 13px;
	height: 20px;
	background-size: contain;
	position: absolute;
	right: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
}
#section03 .caption {
	color: #ffffff;
	font-size: 1.2rem;
	margin-top: 20px;
}
#section04 {
	background: url("../images/sec04_bg.jpg") no-repeat;
	background-color: #dc4439;
	background-size: cover;
	padding-bottom: 100px;
}
#section04 h1 {
	position: relative;
	top: -50px;
	margin-bottom: 0;
}
#section04 .sec_child .txt {
	color: #ffffff;
	font-size: 2.1rem;
	margin-bottom: 30px;
}
#section04 .sec_child .inner {
	margin-top: 40px;
}
#section04 .sec_child .column {
	clear: both;
	overflow: hidden;
}
#section04 .sec_child .column .left {
	width: 500px;
	float: left;
}
#section04 .sec_child .column .right {
	width: 420px;
	float: right;
}
#section04 .sec_child .column .right p {
	color: #ffffff;
	font-size: 1.8rem;
}
#section04 .btn {
	width: 100%;
	margin-top: 40px;
	padding-bottom: 50px;
}
#section04 .btn_tour {
	display: block;
	width: 234px;
	margin: auto;
	background: #ffffff;
	color: #dc4439;
	line-height: 55px;
	font-size: 2.1rem;
	text-align: center;
	position: relative;
}
#section04 .btn_tour:after {
	content: "";
	background: url("../images/icn_btn05.png") no-repeat;
	display: block;
	width: 13px;
	height: 20px;
	background-size: contain;
	position: absolute;
	right: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
}
#section05 {
	background: url("../images/sec05_bg.jpg") no-repeat;
	background-color: #ffb515;
	background-size: cover;
	padding-bottom: 100px;
}
#section05 h1 {
	position: relative;
	top: -50px;
	margin-bottom: 0;
}
#section05 .sec_child .txt {
	color: #ffffff;
	font-size: 2.1rem;
	margin-bottom: 30px;
}
#section05 .sec_child .inner {
	margin-top: 40px;
}
#section05 .sec_child .column {
	clear: both;
	overflow: hidden;
}
#section05 .sec_child .column .left {
	width: 500px;
	float: left;
}
#section05 .sec_child .column .right {
	width: 420px;
	float: right;
}
#section05 .sec_child .column .right p {
	color: #ffffff;
	font-size: 1.8rem;
}
#section05 .btn {
	width: 100%;
	margin-top: 40px;
	padding-bottom: 50px;
}
#section05 .btn_tour {
	display: block;
	width: 234px;
	margin: auto;
	background: #ffffff;
	color: #ac6c00;
	line-height: 55px;
	font-size: 2.1rem;
	text-align: center;
	position: relative;
}
#section05 .btn_tour:after {
	content: "";
	background: url("../images/icn_btn06.png") no-repeat;
	display: block;
	width: 13px;
	height: 20px;
	background-size: contain;
	position: absolute;
	right: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
}
#section06 {
	background: #ffffff;
	padding-top: 65px;
	padding-bottom: 100px;
}
#section06 h1 {
	margin-bottom: 45px;
}
#section06 .txt {
	margin-bottom: 45px;
}
#section06 .column {
	clear: both;
	overflow: hidden;
}
#section06 .left {
	width: 500px;
	float: left;
}
#section06 .left dl {
	margin-bottom: 35px;
}
#section06 .left dt {
	display: block;
	width: 90px;
	height: 35px;
	line-height: 35px;
	background: #663e32;
	color: #ffffff;
	text-align: center;
	font-size: 1.4rem;
	margin-bottom: 10px;
}
#section06 .left dd {
	font-size: 1.4rem;
	color: #663e32;
}
#section06 .left .limit {
	margin-bottom: 35px;
}
#section06 .left ol li .num {
	margin-bottom: 10px;
}
#section06 .left ol li {
	margin-bottom: 35px;
}
#section06 .left ol li:last-child {
	margin-bottom: 0;
}
#section06 .right {
	width: 365px;
/*  height: 580px; */
	float: right;
	border: 4px solid #f2f2f2;
	box-sizing: border-box;
	border-radius: 10px;
	padding: 15px;
}
#section06 .right .twitter_box {
/*	overflow-y: scroll; */
/*	height: 100%; */
}
#section06 .btn {
	width: 100%;
	margin-top: 65px;
}
#section06 .btn_agree {
	display: block;
	width: 340px;
	margin: auto;
	background: #ffffff;
	line-height: 55px;
	font-size: 1.8rem;
	text-align: center;
	position: relative;
	border: 1px solid #e63d3d;
	color: #e63d3d;
}
#section06 .btn_agree:after {
	content: "";
	background: url("../images/icn_btn07.png") no-repeat;
	display: block;
	width: 17px;
	height: 24px;
	background-size: contain;
	position: absolute;
	right: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
}
p.btn02 {
	text-align: center;
	display: block;
	margin: 0 auto;
	padding: 3px;
	color: white;
	background: #ffb3ad;
	border-radius: 50px;
	text-decoration: none;
	opacity: 1;
	transition: opacity .1s;
}
p.btn02:after {
	content: '';
	margin-left: 5px;
	margin-right: -5px;
	background: url(../images/icn_btn02.png);
	background-size: cover;
	display: inline-block;
	width: 10px;
	height: 9px;
}
footer {
	width: 100%;
	padding: 10px 0 10px 0;
	background: #663e32;
	text-align: center;
}
footer .inner {
	width: 960px;
	margin: 0 auto;
}
footer .inner h1 img {
	width: 100%;
}
footer .inner small {
	color: white;
}
p.btn03 {
	text-align: center;
}
p.btn03 a {
	display: inline-block;
	margin: 0 auto;
	padding: 15px 40px;
	font-size: 1.4rem;
	color: white;
	background: transparent;
	border-radius: 7px;
	border: 1px solid white;
	transition: border .2s, padding .2s;
	text-decoration: none;
	letter-spacing: 2px;
}
p.btn03 a br {
	display: none;
}
p.btn03 a:hover {
	border: 3px solid white;
	padding: 13px 38px;
}
p.btn03 a:after {
	content: '';
	margin-left: 10px;
	background: url(../images/icn_btn01.png);
	background-size: cover;
	vertical-align: -1px;
	display: inline-block;
	width: 14px;
	height: 12px;
}
footer .inner p.lgVeltra {
	width: 121px;
	height: 22px;
	margin: 0 auto 10px auto;
}
footer .inner p.lgVeltra img {
	width: 100%;
}



/*--------------
 smp 
--------------*/
@media (min-width: 671px) {
.sp {
	display: none;
}
a {
	transition: all 500ms ease 0s;
	;
}

@media (max-width: 670px) {
  #keyvis {
    height: 480px !important;
    min-height: unset !important;
    position: relative;
    overflow: hidden;
  }

  #slide {
    height: 100% !important;
  }

  #slide div {
    height: 100% !important;
    background-size: cover;
    background-position: center;
    background-attachment: scroll !important;
  }
}

a:hover {
	opacity: 0.7;
}
#section02 .sec_child .btn_more:hover {
	background: #ffffff;
	color: #663e32;
	opacity: 1;
}
#section02 .sec_child .btn_more:hover:after {
	background: url("../images/icn_btn09.png") no-repeat;
}
#section03 .btn_detail:hover {
	background: #663e32;
	color: #ffffff;
	box-shadow: 0px 0px 0px 1px #ffffff inset;
	opacity: 1;
}
#section03 .btn_detail:hover:after {
	background: url("../images/icn_btn08.png");
}
#section04 .btn_tour:hover {
	background: #dc4439;
	color: #ffffff;
	box-shadow: 0px 0px 0px 1px #ffffff inset;
	opacity: 1;
}
#section04 .btn_tour:hover:after {
	background: url("../images/icn_btn08.png");
}
#section05 .btn_tour:hover {
	background: #ffb515;
	color: #ffffff;
	box-shadow: 0px 0px 0px 1px #ffffff inset;
	opacity: 1;
}
#section05 .btn_tour:hover:after {
	background: url("../images/icn_btn08.png");
}
#section06 .btn_agree:hover {
	background: #dc4439;
	color: #ffffff;
	opacity: 1;
}
#section06 .btn_agree:hover:after {
	background: url("../images/icn_btn03.png") no-repeat;
}
#localnav li a {
	display: block;
}
#localnav li a:hover {
	opacity: 1;
	transform: translateY(-10px);
}
.map_area a:hover {
	opacity: 1;
}
}
 @media (max-width: 670px) {
.pc {
	display: none;
}
html {
	font-size: 87.5%;
}
body {
	min-width: 320px;
}
header {
	min-width: 320px;
	padding: 2% 5% 1% 5%;
}
header h1 {
	width: 55%;
	height: auto;
	float: left;
}
header h1 .pipe {
	max-width: 3%;
	display: inline-block;
	margin: 0 3%;
	font-size: 1rem;
	vertical-align: text-top;
	line-height:  1;
}
header h1 img.germanytravel {
	vertical-align: baseline;
}
header h1 a {
	width: 40%;
}
header h1 span.germanytravel a {width: 100%;}


header h1 span.germanytravel {
	max-width: 50%;
	display: inline-block;
}
header ul.icn {
	float: right;
	margin-top: 5px;
	display: table;
}
nav {
	width: 100%;
	padding-top: 0;
}
nav p.btn_nav_close {
	width: 95%;
	margin: 0 auto;
}
nav li {
	padding: 3%;
}
nav li a {
	font-size: 1.2rem;
}
#keyvis {
	width: 100%;
	min-width: 100%;
	min-height: 100%;
	position: relative;
	overflow: hidden;
}
#slide div {
	background-attachment:scroll;
}


#keyvis h1 {
	position: absolute;
	top: 20%;
	left: 50%;
	width: 80%;
	margin-left: -40%;
}
#keyvis .present {
	position: absolute;
	top: auto;
	width: 129px;
	height: 134px;
	bottom: 50px;
	left: 0;
	right: 0;
	margin: auto;
}


#contentsWrap .inner {
	width: 95%;
}
#localnav {
	height: 50px;
	background-repeat: repeat-x;
	background-position: top center;
	top: 0;
	background-size: contain;
	margin-bottom:50px;
}

#localnav ul {
    width: 95%;
    overflow: hidden;
    position: relative;
	top:-25px;
    z-index: 2;
}
#localnav li {
	width: 33.3%;
	margin-top: 0;
	margin-right: 0;
	text-align: center;
}
#localnav li:nth-of-type(even) {
	/*
	float: right;
	padding-top: 20px;
	*/
}
#localnav li:nth-of-type(2) {
/*	padding-top: -20px; */
}
#localnav li:nth-of-type(3) {
	padding-top: 0;
}
#localnav li img {
	width: 95%;
}
#section01 {
	padding: 0 0 20px;
	background-image: url(../images/mapbg01.png) ,url(../images/mapbg02.png);
	background-repeat: no-repeat,no-repeat;
	background-position: center 90%,center bottom;
	background-size: 140%,contain;
	background-color: #ff4f42;
}
#section01 .ttl {
	width: 100%;
	background-color: #ff4f42;
	padding-bottom: 20px;
}
#section01 .map {
	margin-top: -5px;
}
#section01 h1 {
	font-size: 1.6rem;
	line-height: 2.2rem;
	margin-bottom: 10px;
}
#section01 .subttl {
	font-size: 1.5rem;
}
#section01 .txt {
	font-size: 1rem;
}
#section01 .map img {
	width: 100%;
	height:auto;
}
#section01 .map h2 {
	margin-bottom: 0;
}
#section02 h1 img,  #section03 h1 img,  #section04 h1 img,  #section05 h1 img {
	width: 100%;
}
#section02 h1,  #section03 h1,  #section04 h1,  #section05 h1 {
	top: -20px;
}
#section02,  #section03,  #section04,  #section05 {
	padding-bottom: 40px;
}
#section02 .sec_child .btn, #section03 .sec_child .btn, #section04 .sec_child .btn,  #section05 .sec_child .btn {
	padding-bottom: 20px;
}
#section02 .sec_child .de img {
	height: 43px;
	vertical-align: top;
	max-width: 100%;
}
#section02 .sec_child .inner {
	margin-top: -20px;
}
#section02 .sec_child .left {
	float: none;
	width: 100%;
}
#section02 .child01 .ttl,  #section02 .child02 .ttl,  #section02 .child03 .ttl,  #section02 .child04 .ttl,  #section02 .child05 .ttl,  #section02 .child06 .ttl {
	background-size: 31px 31px;
	padding-left: 45px;
	background-position: left center;
	min-height: 30px;
}
#section02 .sec_child .ttl p {
	font-size: 1.0rem;
	margin-bottom: 5px;
}
#section02 .sec_child .ttl h2 {
	font-size: 1.7rem;
}
#section02 .sec_child .ttl {
	margin-bottom: 20px;
}
#section02 .sec_child .right {
	float: none;
	width: 100%;
	margin-top: 0;
	padding: 0;
}
#section03 .sec_child .inner,  #section04 .sec_child .inner,  #section05 .sec_child .inner {
	margin-top: 20px;
	margin-bottom: 20px;
}
#section02 .sec_child .btn_more {
	font-size: 1.1rem;
	line-height: 45px;
}
#section03 .sec_child .txt,  #section04 .sec_child .txt,  #section05 .sec_child .txt {
	font-size: 1.1rem;
	margin-bottom: 20px;
}
#section03 h2 img,  #section04 h2 img,  #section05 h2 img {
	width: 100%;
	vertical-align: top;
}
#section03 .sec_child,  #section04 .sec_child,  #section05 .sec_child {
	width: 95%;
	margin: auto;
}
#section03 .sec_child .column .left,  #section04 .sec_child .column .left,  #section05 .sec_child .column .left,  #section03 .sec_child .column .right,  #section04 .sec_child .column .right,  #section05 .sec_child .column .right {
	float: none;
	width: 100%;
}
#section03 .sec_child .column .left img,  #section04 .sec_child .column .left img,  #section05 .sec_child .column .left img {
	width: 100%;
}
#section03 .sec_child .column .right p,  #section04 .sec_child .column .right p,  #section05 .sec_child .column .right p {
	font-size: 1rem;
}
#section03 .btn_detail,  #section04 .btn_tour,  #section05 .btn_tour {
	font-size: 1.1rem;
	line-height: 45px;
}
#section03 .table_inner {
	width: 100%;
	margin-top: 20px;
}
#section03 table {
	font-size: 0.8rem;
}
#section03 table .box .img {
	position: static;
	width: 100%;
	height: auto;
	margin-top: 10px;
}
#section03 table .box .img img {
	width: 100%;
}
#section03 table .box {
	padding-right: 0;
	min-height: initial;
	min-height: auto;
}
#section03 table th {
	width: 20%;
}
#section03 table td.td01 {
	width: 20%;
}
#section03 table td.td02 {
	width: 60%;
}
#section03 .caption {
	font-size: 0.9rem;
	text-align: left !important;
}
#section06 {
	padding-top: 30px;
	padding-bottom: 30px;
}
#section06 h1 {
	margin-bottom: 20px;
}
#section06 h1 img {
	width: 100%;
}
#section06 .txt {
	margin-bottom: 20px;
}
#section06 .txt img {
	width: 100%;
}
#section06 .left {
	width: 100%;
}
#section06 .left dl {
	margin-bottom: 20px;
}
#section06 .left dt {
	font-size: 1.0rem;
}
#section06 .left dd {
	font-size: 1.0rem;
	text-align: left;
}
#section06 .left .limit {
	margin-bottom: 20px;
}
#section06 .left ol li .num {
	overflow: hidden;
}
#section06 .right {
	width: 100%;
	padding: 5px;
/*	height: 300px; */
}
#section06 .btn_agree {
	width: 95%;
	font-size: 1.1rem;
	line-height: 45px;
}
#section06 .btn {
	margin-top: 20px;
}
h1.sectionTitle {
	text-align: left;
	font-size: 2.2rem;
	line-height: 1.4;
	margin-bottom: 15%;
}
h1.sectionTitle span {
	font-size: 2rem;
}
h1.sectionTitle02 {
	text-align: left;
	font-size: 2.2rem;
	line-height: 1.4;
	width: 80%;
	margin: 0 auto;
	margin-bottom: 15%;
}
h1.sectionTitle02 br {
	display: none;
}
p.btn01, p.btn03 {
	width: 90%;
	margin: 0 auto;
}
p.btn01 a, p.btn03 a {
	font-size: 1.1rem;
	line-height: 1.5;
}
p.btn01 a br, p.btn03 a br {
	display: block;
}
p.btn01 a:after, p.btn03 a:after {
vertical-align: .03rem;
}
p.btn02 a:after {
vertical-align: .2rem;
}
p.btn02 {
	width: 80%;
	margin: 0 auto;
}
footer .inner {
	width: 100%;
}
#contentsWrap {
	width: 100%;
	min-width: initial;
	min-width: auto;
}
}

.custom-link {
	text-decoration: underline;
	color: inherit; /* 本文と同じ色 */
  }
  .custom-link:hover {
	opacity: 0.7; /* 任意：ホバー時の演出 */
  }

.slide-credit {
  position: absolute;
  right: 10px;
  bottom: 154px; /* ← 150px → 154px に変更して4pxの余白を確保 */
  z-index: 10;
  text-align: right;
  font-size: 12px;
  color: #ffffff;
  font-family: sans-serif;
  pointer-events: none;
}


.slide-credit .credit {
  display: none;
  margin: 0;
}

.slide-credit .credit.active {
  display: inline;
}