@charset "UTF-8";

:root {
  --main-color: #298db6;
}

#tokushu h2.column {
background: #0087b6;
color: #fff;
padding: 10px 15px;
margin: 50px 0 20px 0;
display: block
}

#tokushu h2.column span {
display: block;
}

#tokushu .box-title {
  background: var(--main-color);
  padding: 7px 20px;
  display: inline;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
#tokushu .box-info {
  padding: 56px 32px 0 32px;
  width: 100%
}

#tokushu .writer {
margin: 50px 0;
border-top: #ccc 1px solid;
padding: 20px 0 0 0
}

#tokushu .box-info h4 {
border: none;
margin: 7px 0;
padding: 0;
}

#tokushu .box.box-2r p:last-child {
  margin: 0;
}

#tokushu .box-title .sp {
  display: none;
}

a.img-zoom {
  position: relative;
  display: block;
  width: 610px;
  height: 454px;
  margin: 0 auto;
}

a.img-zoom:after {
  content: "\f00e";
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 1rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 2px 4px;
}

.lum-lightbox.lum-open {
  z-index: 100;
}

.lum-lightbox-inner {
  overflow: scroll;
  -ms-overflow-style: none;
}

.lum-lightbox-inner img {
  max-width: 100%;
  max-height: none;
}

.lum-lightbox-inner::-webkit-scrollbar {
  display: none;
}

.lum-gallery-button {
  display: none !important;
}

.lum-close-button {
  opacity: 0.7;
  background: #333;
}

#tokushu .button--link {
  display: block;
  background-color: var(--main-color);
  color: #fff;
  padding: 16px;
  font-size: 16px;
  text-align: center;
  transition: 0.2s;
  margin: 50px 0 0;
  line-height: 1.5;
}
#tokushu .button--link:hover {
  text-decoration: none;
  opacity: 0.8;
}

#tokushu p.first-title {
  display: inline;
  background: var(--main-color);
  color: white;
  font-weight: bold;
  font-size: 20px;
  padding: 8px;
}


#tokushu.freiburg h2.obi {
background: var(--main-color);
padding: 20px;
margin: 60px 0 30px 0;
color: #FFF;
font-size: 1.6em
}

#tokushu.freiburg h2.obi span {
display: block;
font-size: 70%;
}

    
    

body.white .site #tokushu p.first-title + h1 {
  margin: 16px 0 20px 0;
}

body.white .site a.img-zoom {
  width: 100%;
  height: auto;
}

body.white .site #tokushu h4 {
  margin: 60px 0 15px 0;
}

body.white .site #tokushu .box-info h4 {
border: none;
margin: 5px 0;
padding: 0;
}

body.white .site #tokushu .box-info h4.munich {
border: none;
margin: 50px 0 0 0;
}

body.white .site #tokushu .box .box-title + p {
  margin: 30px 0 20px;
}

body.white .site #tokushu .box-title .sp {
  display: block;
}

body.white .site #tokushu .box.box-2r {
  padding: 16px;
}


body.white .site #tokushu .swiper-container {
	margin:15px auto;
	width: 100%;
   height: auto;
   clear: both;
}



@media only screen and (max-width: 600px) {
  .lum-lightbox.lum-open {
    z-index: 100;
  }

  .lum-lightbox-inner img {
    max-width: 100vh;
  }
}


