@charset "UTF-8";
.vamos-page {
  /* Reset ================================================================ */
}
.vamos-page * {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  vertical-align: bottom;
  font-family: 'Noto Serif', serif;
  color: #ffffff;
  line-height: 2;
  font-size: 16px;
}
.vamos-page html {
  overflow-y: scroll;
}
.vamos-page blockquote:before,
.vamos-page blockquote:after {
  content: '';
  content: none;
}
.vamos-page q:before,
.vamos-page q:after {
  content: '';
  content: none;
}
.vamos-page table {
  border-collapse: collapse;
  border-spacing: 0;
}
.vamos-page ul,
.vamos-page ol {
  list-style: none;
}
.vamos-page img {
  vertical-align: top;
}
.travel-item img {
  width: 300px;
}
.vamos-page a {
  text-decoration: none;
  color: #000000;
}
.vamos-page .clearfix:before {
  display: table;
  content: '';
}
.vamos-page .clearfix:after {
  display: table;
  content: '';
  clear: both;
}

/* Style ================================================================
 *
 * /* 1. Base Frame , Common Style --------------------- */
.capt {
  color: #474646;
  font-family: 'Noto Serif', serif;
  font-size: 13px;
  line-height: 1.3;
  letter-spacing: 0.2em;
  vertical-align: baseline;
}

/*a { color:#141010; opacity:1.0; transition-duration: 0.5s; }
 *a:hover { overflow:hidden; opacity:0.7; transition-duration:0.5s; } */
/* 2. Move ------------------------------------------ */
@keyframes mainphotoShow {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale(1.05);
  }
  100% {
    opacity: 0;
  }
}
.fadeUp {
  opacity: 0;
  transform: translate(0, 30px);
  transition: all 1.5s;
}
.fadeUp.move {
  opacity: 1;
  transform: translate(0, 0);
}

.fadeDown {
  opacity: 0;
  transform: translate(0, -30px);
  transition: all 1.5s;
}
.fadeDown.move {
  opacity: 1;
  transform: translate(0, 0);
}

.fadeUp_fast {
  opacity: 0;
  transform: translate(0, 30px);
  transition: all 1s;
}
.fadeUp_fast.move {
  opacity: 1;
  transform: translate(0, 0);
}

/* 3. Detail Style  --------------------------------- */
#content {
  margin-bottom: 60px;
}
#content .d-flex {
  display: flex;
  justify-content: space-between;
  /*align-items: center;*/
}

/*#content .d-flex.images {
	margin-bottom: 20px;
}*/

#content .d-flex .col-2 {
  width: 48%;
}
#content .trans {
  opacity: 1;
}
#content .trans:hover {
  opacity: 0.8;
}
#content #firstview {
  width: 100%;
  height: 540px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  color: #ffffff;
}
#content #firstview > h1 {
  position: absolute;
  top: 185px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
#content #firstview > span {
  content: '';
  display: block;
  width: 100%;
  height: 540px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  opacity: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  animation: mainphotoShow 15s 0s infinite;
}
#content #firstview > span:nth-child(2) {
  background-image: url(../images/BP19-116602D.jpg);
}
#content #firstview > span:nth-child(3) {
  background-image: url(../images/BP22-009182.jpg);
  animation-delay: 5s;
}
#content #firstview > span:nth-child(4) {
  background-image: url(../images/BP22-029055.jpg);
  animation-delay: 10s;
}
/*#content #firstview > span:nth-child(5) {
  background-image: url(../images/france_01.jpg);
  animation-delay: 15s;
}*/
#content .columns {
  width: 1024px;
  margin: 60px auto;
  text-align: center;
}
#content .columns > ul {
  /* display:flex; flex-wrap:wrap; */
}
#content .columns > ul > li {
  float: left;
  overflow: hidden;
  background-color: #141010;
}
#content .columns .past_link a {
  overflow: hidden;
  background-color: #141010;
}
#content .columns > ul > li > p,
#content .columns > ul > li > a {
  display: block;
  position: relative;
}
#content .columns > ul > li > p > b,
#content .columns > ul > li > a > b {
  display: block;
  position: absolute;
  left: 30px;
  bottom: 2em;
  z-index: 1;
  color: #ffffff;
  text-align: left;
}
#content .columns > ul > li > p > b > em,
#content .columns > ul > li > a > b > em {
  display: block;
  margin-bottom: 1em;
  font-size: 22px;
  letter-spacing: 0.3em;
  font-weight: 700;
}
#content .columns > ul > li > p > b > em + small,
#content .columns > ul > li > a > b > em + small {
  display: block;
  font-family: 'Lora', serif;
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.05em;
}
#content .columns > ul > li > a:hover > img,
#content .columns .past_link a:hover > img {
  transform: scale(1.2);
  transition-duration: 1s;
  opacity: 0.5;
  z-index: 0;
}
#content .columns > a {
  display: inline-block;
  position: relative;
  margin: 60px auto 0;
  border: 1px solid #e6e6e6;
  padding: 1em 0;
  min-width: 320px;
  text-align: center;
  font-family: 'Lora', serif;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.2em;
}
#content .columns > a > svg {
  display: block;
  position: absolute;
  right: 0;
  top: 43%;
  fill: #141010;
  transform: rotate(-90deg) scaleX(0.25) scaleY(0.5);
  transition-duration: 0.5s;
}
#content .columns > a:hover > svg {
  transform: rotate(-90deg) scaleX(0.25) scaleY(0.5) translateY(10px);
  transition-duration: 0.5s;
}

/* ▼ファーストビュー */
/* ▼コラムリンク */
#content .columns > ul > li:nth-child(1),
#content .columns > ul > li:nth-child(2) {
margin-right: 20px;
}
/*  #content .columns > ul > li:nth-child(n+3) {
margin-top: 20px;
}*/
#content .columns > ul > li:nth-child(1) {
width: 1024px;
height: 440px;
margin-bottom: 20px;
}
#content .columns > ul > li:nth-child(1) > a {
overflow: hidden;
}
#content .columns > ul > li:nth-child(1) > a img {
width: 100%;
max-width: 100%;
height: 100%;
transition-duration: 1s;
}
#content .columns > ul > li:nth-child(1),
#content .columns > ul > li:nth-child(2),
#content .columns > ul > li:nth-child(3) {
position: relative;
overflow: visible;
}
#content .columns > ul > li:nth-child(2) > i,
#content .columns > ul > li:nth-child(1) > i {
display: block;
position: absolute;
left: 0;
top: -1.5em;
font-family: 'Lora', serif;
font-size: 12px;
line-height: 1;
letter-spacing: 0.2em;
color: #ffffff;
padding: 1em 0;
min-width: 160px;
background-color: #c7310c;
text-align: center;
z-index: 2;
}
#content .columns > ul > li:nth-child(2) > a,
#content .columns > ul > li:nth-child(3) > a {
width: 502px;
height: 340px;
overflow: hidden;
}
#content .columns > ul > li:nth-child(2) > a img,
#content .columns > ul > li:nth-child(3) > a img {
width: 100%;
max-width: 100%;
height: 100%;
transition-duration: 1s;
}
#content .columns > ul > li:nth-child(4) {
margin: 20px 20px 20px 0;
}
#content .columns > ul > li:nth-child(4) > a {
width: 684px;
height: 440px;
}
#content .columns > ul > li:nth-child(4) > a > b > em {
font-size: 28px;
}
#content .columns > ul > li:nth-child(4) > a img {
width: 100%;
max-width: 100%;
height: 100%;
transition-duration: 1s;
}
#content .columns > ul > li:nth-child(5),
#content .columns > ul > li:nth-child(6) {
margin-top: 20px;
}
#content .columns > ul > li:nth-child(5) > a {
width: 320px;
height: 210px;
}
#content .columns > ul > li:nth-child(5) > a > b > em {
font-size: 16px;
}
#content .columns > ul > li:nth-child(5) > a img {
width: 100%;
max-width: 100%;
height: 100%;
transition-duration: 1s;
}
#content .columns > ul > li:nth-child(6) > a {
width: 320px;
height: 210px;
}
#content .columns > ul > li:nth-child(6) > a > b > em {
font-size: 16px;
}
#content .columns > ul > li:nth-child(6) > a img {
width: 100%;
max-width: 100%;
height: 100%;
transition-duration: 1s;
}
#content .columns > ul > li:nth-child(7) > a {
width: 1024px;
height: 440px;
}
#content .columns > ul > li:nth-child(7) > a > b > em {
font-size: 28px;
}
#content .columns > ul > li:nth-child(7) > a img {
width: 100%;
max-width: 100%;
height: 100%;
transition-duration: 1s;
}
#content .section-past,
#content .section-setsumei,
#content .section-socials
/*#content .section-final*/ {
background-color: #f0f0f0;
padding: 60px 0;
}
#content .section-socials {
	padding: 60px 0;
}
#content .section-socials .columns {
margin: 0 auto;
}
#content .section-socials .socials-item {
display: block;
background-color: #fff;
border: 1px solid #e6e6e6;
margin-bottom: 20px;
display: flex;
justify-content: center;
align-items: center;
padding: 25px 0;
}
#content .section-socials .socials-item .add-mrg {
margin-right: 40px;
}
#content .section-socials .images-item {
background-color: #ffffff;
border: 1px solid #e6e6e6;
padding: 20px 0;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
#content .section-socials .images-item img {
margin-bottom: 10px;
}
#content .section-socials .images-item .capt {
color: #474646;
font-size: 12px;
margin-top: auto;
}

#content .section-past .heading,
#content .section-final .heading,
#content .section-setsumei .heading {
font-size: 24px;
line-height: 1;
color: #474646;
font-weight: 700;
padding-top: 30px;
letter-spacing: 0.3em;
}
#content .section-final .heading-sub {
font-size: 13px;
letter-spacing: 0.2em;
color: #474646;
font-weight: 700;
padding-top: 40px;
}
#content .section-final .travel {
padding: 75px 0;
}
#content .section-final .travel-item {
display: inline-block;
width: 32%;
}


/*# sourceMappingURL=index.css.map */

/* edit css */
.bg_swiss {
  /* background: url('/attending/tyo/vamos/images/BP19-137644D.jpg') no-repeat; */
  background-size: cover;
}
.bg_swiss > a {
  width: 100%;
  height: 100%;
}
.icn-line {
  max-width: 100px;
}
.mb-20 {
  margin-bottom: 20px;
}

/*start_リニューアル2021対応*/
:where(.vamos-page) *,
:where(.vamos-page)::after,
:where(.vamos-page)::before {
  box-sizing: content-box;
}

:where(.vamos-page) img {
  width: auto;
}
/*end_リニューアル2021対応*/


.past_link {
	display: flex;
	justify-content: space-between;
}

.past_link a {
	width: calc((100% / 4) - 2%);
}

#content .section-past .columns {
	margin-top: 0;
}

.section-past .past_link .section-middle-item {
    position: relative;
    margin-top: 30px;
    display: block;
}

.section-past .past_link .section-middle-item .txt {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.setsumei_wapper {
	width: 1024px;
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
}

.setsumei {
	padding: 10px;
	background-color: #fff;
	margin-right: 2%;
	margin-bottom: 20px;
	width: 168px;
	box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .2);
}

.setsumei:nth-of-type(5n) {
	margin-right: 0;
}

.setsumei dt {
	font-size: 21px;
	line-height: 1.3;
	font-weight: bold;
	color: #c7310c;
	margin-bottom: 10px;
	padding: 5px 0;
}

.setsumei_day {
	font-size: 19px;
	line-height: 1.3;
	vertical-align: baseline;
	display: inline;
	color: #474646;
	letter-spacing: -0.3px;
}

.setsumei_day span {
	font-size: 12px;
	line-height: 1.3;
	color: #000;
	vertical-align: baseline;
	display: inline;
}

.setsumei .setsumei_info {
	font-size: 18px;
	line-height: 1.0;
	color: #474646;
	margin: 20px 0 30px;
}

.setsumei .setsumei_info span {
	font-size: 15px;
	line-height: 1.0;
	color: #fff;
	background-color: #474646;
	padding: 3px 5px;
	margin-right: 10px;
}

.setsumei_link a {
	display: inline-block;
	position: relative;
	padding: 5px 25px 5px 20px;
	border-radius: 4px;
 	transition: border-color 0.3s, background-color 0.3s;
	background-color: #c7310c;
	color: #fff;
	line-height: 1.3;
}

.setsumei_link a:hover {
	opacity: 0.7;
}

.setsumei_link a::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: 6px;
  background: #fff;
  border-radius: 50%;
  transform: translateY(-50%);
}

.setsumei_link a::after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  position: absolute;
  top: 50%;
  right: 12px;
  border-top: 2px solid #c7310c;
  border-right: 2px solid #c7310c;
  transform: translateY(-50%) rotate(45deg);
}

.greeting_wapper {
	display: flex;
	flex-wrap: wrap;
}
.greeting {
	padding: 15px;
    background-color: #fff;
	margin-right: 5%;
    margin-bottom: 5%;
    width: 456px;
    box-shadow: 0 3px 5px 0 rgb(0 0 0 / 20%);
}

.greeting:first-child {
    background: url(/attending/t/tyo-i/vamos/images/map_italy.png) no-repeat;
	background-position:50% 50%;
}

.greeting:nth-child(2) {
    background: url(/attending/t/tyo-i/vamos/images/map_spain.png) no-repeat;
	background-position:50% 50%;
}

.greeting:nth-child(3) {
    background: url(/attending/t/tyo-i/vamos/images/map_england.png) no-repeat;
	background-position:50% 50%;
}

.greeting:nth-child(4) {
    background: url(/attending/t/tyo-i/vamos/images/map_germany.png) no-repeat;
	background-position:50% 50%;
}

.greeting:nth-of-type(2n) {
    margin-right: 0;
}

.greeting dt {
	font-size: 20px;
    font-weight: bold;
    color: #474646;
	padding: 0.5rem;
	position: relative;
	text-align: center;
}

.greeting dt:after {
  position: absolute;
  bottom: -5px;
  left: calc(50% - 30px);
  width: 60px;
  height: 3px;
  content: '';
  border-radius: 3px;
  background: #fa4141;
}

.greeting dt span {
	font-size: 13px;
    color: #474646;
	display: block;
}

.greeting_cont {
	font-size: 16px;
	line-height: 1.5;
    color: #474646;
	text-align: left;
	margin-top: 20px;
}

.greeting_cont img {
	width: 25%;
	float: right;
}

.greeting_name {
	font-size: 13px;
	line-height: 1.5;
    color: #474646;
	text-align: right;
	margin-top: 20px;
}

.italy::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 30px;
  background: url(/attending/t/tyo-i/vamos/images/fl_it.png) no-repeat;
  background-size: contain;
  margin-right: 5px;
  vertical-align: middle;
}

.spain::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 30px;
  background: url(/attending/t/tyo-i/vamos/images/fl_sp.png) no-repeat;
  background-size: contain;
  margin-right: 5px;
  vertical-align: middle;
}

.england::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 30px;
  background: url(/attending/t/tyo-i/vamos/images/fl_eg.png) no-repeat;
  background-size: contain;
  margin-right: 5px;
  vertical-align: middle;
}

.germany:before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 30px;
  background: url(/attending/t/tyo-i/vamos/images/fl_gm.png) no-repeat;
  background-size: contain;
  margin-right: 5px;
  vertical-align: middle;
}

.capt span {
	color: #474646;
    font-family: 'Noto Serif', serif;
    font-size: 22px;
    line-height: 1.5;
    letter-spacing: 0.2em;
    vertical-align: baseline;
}

.link_btn {
	position: relative;
}

.link_btn::after {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 50%;
    right: 15px;
    border-top: 1px solid #474646;
    border-right: 1px solid #474646;
    transform: translateY(-50%) rotate(45deg);
}

.news {
	width: 1024px;
	margin: 50px auto;
	padding-bottom: 20px;
	text-align: center;
}

.news p {
	font-size: 28px;
    line-height: 1;
	font-weight: 300;
	text-align: left;
	color: #6a6a6a;
	/*background:rgba(0, 0, 0, 0) linear-gradient(transparent 70%, #ffff00 0%) repeat scroll 0 0;*/
	padding: 0 10px;
	text-align: center;
}

.news p span {
	font-size: 14px;
	color: #6a6a6a;
    letter-spacing: -0.001em;
}

.news img {
	width: auto;
	height: 55px;
}

.greeting_link {
	padding-top: 10px;
	text-align: right;
}

.greeting_link a {
    font-size: 16px;
    line-height: 1.5;
    color: #474646;
	text-decoration: underline;
}

.greeting_link a:hover {
	opacity: 0.7;
}

.blog_box_parrent {
	position: relative;
    background-color: #fff;
    width: calc(90% / 3);
	padding: 5px;
	box-shadow: 0 3px 5px 0 rgb(0 0 0 / 20%);
}
.blog_box_parrent a{
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.blog_box_parrent:hover{
	opacity:0.5;
	transition: all 0.3s;
}
.tabiBlog {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
}

.tabiBlogTmp .photo {
    overflow: hidden;
	height: 200px;
}

.tabiBlogTmp .photo img {
    width: 100%;
}

.blog_flex {
    display: flex;
    flex-wrap: wrap;
    width: 308px;;
}
.date_flex {
    display: flex;
    justify-content: space-between;
	align-items: center;
}

.tabiBlogTmp .ttl {
    font-size: 16px;
    line-height: 1.6;
    color: #333333;
	text-align: left;
}

.tabiBlogTmp .pref {
    font-size: 14px;
    text-align: center;
    color: #FFFFFF;
    font-weight: 600;
    background-color: #c7310c;
    padding: 5px 10px;
    margin: 10px 0;
    margin-right: 15px;
    line-height: 1;
}

.tabiBlogTmp .day {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.07em;
    color: #333;
    padding-top: 3px;
	margin: 10px 0;
}