@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;
}


    
/* slider */

#tokushu .swiper-container {
	margin:15px auto;
	width: 610px;
   height: 450px;
   clear: both;
}

#tokushu .swiper-slide {
	width:610px;
	font-size:12px;
	text-align: center;
	line-height:1.4em;
	color: #000000;
}

#tokushu .swiper-slide img {
	margin:0 0 0 0;
}

#tokushu .swiper-button-prev {
	background:url(prev.png) no-repeat left;
	width:250px;
	height:340px;
	filter:alpha(opacity=10);
	-moz-opacity: 0.1;
	opacity: 0.1;
	display:block;
	margin:0;
	margin:-190px 0 0 -10px;
}

#tokushu .swiper-button-next {
	background:url(next.png) no-repeat right;	
	width:250px;
	height:340px;
	filter:alpha(opacity=10);
	-moz-opacity: 0.1;
	opacity: 0.1;
	display:block;
	margin:-190px -10px 0 0;
}

#tokushu .swiper-button-prev:hover,
#tokushu .swiper-button-next:hover {
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity: 0.8;
}

#tokushu .swiper-pagination {
	padding:0;
	margin:70px 0 0 0;
	top:345px;
}

#tokushu .swiper-pagination-bullet-active{
background: #0087b6;
}
    
    

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;
}


body.white .site #tokushu .swiper-slide {
	width:100%;
	font-size:16px;
}


@media only screen and (max-width: 600px) {
  .lum-lightbox.lum-open {
    z-index: 100;
  }

  .lum-lightbox-inner img {
    max-width: 100vh;
  }
}
