@charset "UTF-8";
/* CSS Document */
.sm {
  display: none;
}
.container {
  width: 100%;
  max-width: 1024px;
  margin: auto;
}
.contents {
  margin: 0 auto;
  /*font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;*/
}
.visual {
  margin-bottom: 3%;
}
.tour_wapper {
  padding: 3%;
  background: #74231e; /* Old browsers */
  background: -moz-linear-gradient(top, #74231e 0%, #8e2426 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #74231e 0%, #8e2426 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #74231e 0%, #8e2426 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#74231e', endColorstr='#8e2426', GradientType=0); /* IE6-9 */
}
.common_tour_wrapper.tour_wapper{
  background: #ecebd3;
}
.introduction_wapper {
  padding: 3%;
  margin-bottom: 3%;
  background-color: #fff;
	box-shadow: 0px 0px 0px 1px #c3c3c3 inset, 0 2.5rem 2rem -2rem rgb(0 0 0 / 10%);
transition: box-shadow 0.3s;
}
.flexBox {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.ttl_box {
	margin-bottom: 3%;
	border: double 4px #fff;
	padding: 3%;
	position: relative;
	background: url(/attending/tokyo2/diners/images/hero_bg.png) no-repeat center / cover;
}
.ttl_box .logo {
	max-width: 100px;
	width: 100%;
	position: absolute;
	top: 1%;
	left: 1%;
}
.pageHeading {
	max-width: 600px;
	margin: 0 auto;
}
.section1 .heading_typeA span {
  color: #762023;
  font-size: 2.4rem;
}
.section1 h4, .section2 h4 {
  margin-bottom: 2%;
  color: #762023;
  font-size: 2.4rem;
  font-weight: normal;
}
.section1 .text_small {
  font-size: 1.2rem;
}
.movie {
  margin-left: 3%;
}
.seat, .section2, .section3  {
  padding-top: 5%;
}
.section2 .text_1 {
  width: 70%;
  margin-right: 3%;
}
.section2 .img_box p, .section2 .img_box li {
  font-size: 1.2rem;
  letter-spacing: 0;
}
.seat_map {
		margin-bottom: 2%;
}
.tour_wapper h3 {
  font-size: 3.6rem;
  font-weight: 700;
  color: #762023;
  text-align: center;
  border-bottom: 4px double #efd9ac;
  margin-bottom: 2%;
}
.tour_wapper .seo {
  font-size: 1.6rem;
  margin-bottom: 3%;
}
.tour {
  padding: 3%;
  background-color: #fdf6ec;
  display: flex;
  align-items: flex-start;
	box-shadow: 0px 0px 0px 1px #c3c3c3 inset, 0 2.5rem 2rem -2rem rgb(0 0 0 / 10%);
transition: box-shadow 0.3s;
}
.tour:not(:last-child) {
  margin-bottom: 2%;
}

.tour.commodity {
  background-color: #fff;
}
/*.tour:last-child {
	background-color: #fff;
}*/
.tour.even {
  flex-direction: row-reverse;
}
.tour img {
  width: 100%;
  height: auto;
}
.tour .slider {
  width: 30%;
}
.slick-dots li.slick-active button:before {
  color: #762023;
}
.odd .tour_txt {
  margin-left: 3%;
}
.even .tour_txt {
  margin-right: 3%;
}
.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #762023;
  padding: 2%;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  position: relative;
  margin-top: 2%;
}
.btn:hover {
  opacity: 0.6;
}
.btn:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 8px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 50%;
  right: 3%;
  margin-top: -7px;
}
.common_tour_wrapper .btn{
  background: #2cab3f;
	font-size:22px;
}
.common_tour_wrapper .tour_txt ul{
	display:flex;
	gap:7px;
	flex-wrap: wrap;
}
.common_tour_wrapper .tour_txt ul li{
	width:calc(97%/2);
}
.common_tour_wrapper .tour_txt ul .btn{
	font-size:18px;
}
.tour_txt h4 {
  font-size: 2.6rem;
  font-weight: 400;
  color: #762023;
  margin-bottom: 2%;
  border-bottom: 1px solid;
  /*position: relative;
  padding: 0.25em 0;*/
}
.common_tour_wrapper .tour_txt h4{
	border-bottom:none;
	color:#333;
}
.common_tour_wrapper .tour_txt h4 span{
	color:#c00;
}
.common_tour_wrapper .even .tour_txt{
	width: 67%;
}

/*.tour_txt h4:after {
  content: "";
  display: block;
  height: 1px;
  background: -webkit-linear-gradient(to right, rgb(116, 35, 30), transparent);
  background: linear-gradient(to right, rgb(230, 36, 38), transparent);
}*/

.tour_txt h4 span {
  font-size: 2.0rem;
}

#tab{
	display:flex;
	gap: 8px;
}
#tab div{
	width:calc(100%/2);
	border-top-left-radius: 8px;
    border-top-right-radius: 28px;
	background:#298e36;
	color:#fff;
	text-align: center;
	text-indent:0.5rem;
    font-size: 18px;
    line-height: 80px;
}
#tab div.current{
	background:#2cab3f;
}
#tab div:hover{
	cursor:pointer;
	opacity:.8;
}
#tab div:last-child{
	background:#59130f;
}
#tab div.current:last-child{
	background:#74231e;
}
@media only screen and (max-width: 640px) {
  .md {
    display: none;
  }
	
  .sm {
    display: block;
  }
	
  img {
    max-width: 100%;
  }
	
  .flexBox, .tour {
    display: block;
  }
	
  .ttl_box .logo {
	max-width: 60px;
  }
	
  .ttl_box {
	padding: 7%;
  }
	
  .section2 .text_1, .tour .slider {
    width: 100%;
    margin-right: 0;
  }
	
  .tour_wapper h3 {
	  font-size: 2.8rem;
	  margin-bottom: 5%;
  }
	
  .section1 h4, .section2 h4 {
	  font-size: 2.0rem;
  }
	
  .tour_txt h4 {
	  font-size: 2.2rem;
  }
	.tour_txt h4 span {
  font-size: 1.8rem;
}
  .introduction_wapper,
  .tour:not(:last-child) {
    margin-bottom: 5%;
  }
	.img_box {
		margin-top: 3%;
	}
	.seat_map {
		margin-bottom: 3%;
	}
	.common_tour_wrapper .even .tour_txt{
		width:100%;
	}
	.common_tour_wrapper .tour_txt h4 span{
		font-size:1.6rem;
	}
	.common_tour_wrapper .tour_txt h4{
		font-size:1.8rem;
		text-align:center;
	}
	.common_tour_wrapper .btn{
		font-size:18px;
	}
	#tab{
		flex-direction:column;
		margin-bottom:8px;
	}
	#tab div{
		width: 96%;
		margin: 0 2%;
		border-radius: 8px;
	}
}
@media only screen and (max-width: 374px) {}
/*# sourceMappingURL=style.css.map */
header, #Gnav, #GnavOverlay, footer {
  display: none !important;
}
body {
  padding-top: 0 !important;
}