@charset "utf-8";
* {
    argin: 0;
    padding: 0;
}
#wrapper {
    width: 100%;
    height: 6852px;
    background-image: url("../img/re_3_background.jpg");
	vertical-align: bottom;
}

/*森田さん*/
/*ハンバーガーメニュー設定*/
.logo {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1000;
}

.logo img {
  width: 100px;
  height: auto;
}
                
#headImage{                        
        position: relative;                
}                        
                        
                        
#headImage img{                        
width: 100%;                        
}                        

header {
  position: relative;
}

#headImage {
  width: 100%;
}

#headImage img {
  width: 100%;
  height: auto;
}


/*ハンバーガーメニューcss*/


.hamburger-menu {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  z-index: 1000;
  width: 60px;
  height: 10px;
  padding: 10px;
}

.hamburger-menu span {
  display: block;
  width: 60px;
  height: 8px;
  margin-bottom: 15px;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
  border-radius: 3.0px;
}

.hamburger-menu.open span:nth-child(1) {
  transform: rotate(45deg) translate(16px, 16px);
}

.hamburger-menu.open span:nth-child(2) {
  opacity: 0;
}

.hamburger-menu.open span:nth-child(3) {
  transform: rotate(-45deg) translate(16px, -16px);
}

.slide-menu {
  position: fixed;
  top: 0;
  right: -400px;
  width: 400px;
  height: 100vh;
  background-color: #006aa7;
  opacity: 0.9;
  transition: right 0.3s ease-in-out;
  z-index: 999;
  
}

.slide-menu.open {
  right: 0;
}


.menu-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  padding-top: 100px;
}

.menu-section {
  margin-bottom: 60px;
  text-align: center;
}

.menu-section a{
  display: inline-block;
  text-decoration: none;
  color:#fff;
  transition:0.3s;
  transform: scale(1);
}

.menu-section a:hover{
   transform: scale(1.3);
}

.menu-section h2 {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 35px;
  color: #fff;
}

.menu-section ul {
  list-style-type: none;
  padding: 0;
  margin-top: 0;
}

.menu-section li {
  margin-bottom: 5px;
  color: #fff;
  font-size: 25px;
  font-family: "Noto Sans JP";
}

.image-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}

.image-gallery a:hover{
opacity: 0.6;
}


.image-gallery img {
 width:50px;
 height:50px;
}

#logo_a:hover{
        opacity: 0.6;
}

/**/







/*森田さん*/
header{
    width: 100%;
    height: 682px;
}
.header_img_change{
    position: relative;
}
.header_img_change img{
	width: 100%;
/*
	height: 682px;
	object-fit: cover;
*/
    position: absolute;
    top: -219px;
    left: 0;
    animation: ChangeImage 24s infinite;
    opacity: 0;
}
@keyframes ChangeImage{
    0%{ opacity: 0;}
    25%{ opacity: 1;}
    50%{ opacity: 1;}
    75%{ opacity: 0;}
    100%{ opacity: 0;}
}
.header_img_change img:nth-of-type(1) {
     animation-delay: 0s;
}
.header_img_change img:nth-of-type(2) {
    animation-delay: 12s;
}
.bg{
	position: relative;
}
#logo{
	width: 100px;
	height: 100px;
	position: absolute;
	top: 30px;
    left: 40px;
}
#menu{
	position: absolute;
	top: 30px;
	right: 40px;
}
.bg h1{
	position: absolute;
	top: 180px;
	left: 40px;
	font-family: "Noto Serif JP", serif;
	color: #ffffff;
	font-size: 38pt;
    font-weight: 500;
    line-height: 5rem;
	text-shadow: 3px 3px 0px #232323;
}
#swedenText{
    position: absolute;
    top: 510px;
	right: 0;
}







.introduction{
    width: 100%;
    height: 670px;
    background-color: #006aa7;
    display: flex;
    justify-content: space-between;
}
#introduction_text{
    width: 50%;
    height: 100%;
	float: left;
}
#introduction_text div{
    width: 600px;
    height: 410px;
    margin: 97px auto;
}
#introduction_text h2{
	font-family: "Noto Sans JP";
	color: #ffffff;
	font-size: 35pt;
    font-weight: bold;
	margin-bottom: 30px;
    line-height: 3.5rem;
}
#introduction_text p{
	font-family: "Noto Sans JP";
	color: #ffffff;
	font-size: 18pt;
    line-height: 30px;
}
#introduction_text p:not(:last-child){
    margin-bottom: 2rem;
}
#introduction_image{
    width: 50%;
    height: 100%;
	float: left;
}
#introduction_image img{
	width: 100%;
	height: 670px;
	object-fit: cover;
}
.swedenCity_slider{
    width: 100%;
    height: 1020px;
}
.swedenCity_slider img{
    margin: 200px 0;
}
.swedenContents{
    width: 100%;
    height: 3185px;
}
#sightseeing,#culture,#events{
    width: 100%;
    height: 995px;
    box-sizing: border-box;
}
#sightseeing,#culture{
	margin-bottom: 100px;	
}
#sightseeing{
    position: relative;
}
#sightseeing_image{
    position: absolute;
}
#sightseeing_text{
    width: 856px;
    height: 533px;
    background-color: rgba(255,255,255,0.70);
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 40px;
    box-sizing: border-box;
}
#sightseeing_text h2{
    width: 100%;
    height: 125px;
    display: flex;
	font-family: "Noto Serif JP", serif;
	color: #006aa7;
	font-size: 80pt;
    font-weight: 600;
    -webkit-text-stroke: 3px #ffffff;
    text-stroke: 3px #ffffff;
    paint-order: stroke;
    text-align: center;
    align-items: center;
    text-decoration: underline;
    text-decoration-color: #006aa7;
    text-decoration-thickness: 3px;
    text-underline-offset: 20px;
}
#sightseeing_text h3{
    position: absolute;
    top: 130px;
    left: 400px;
	font-family: "Noto Serif JP", serif;
	color: #006aa7;
	font-size: 30pt;
    font-weight: 500;
}
#sightseeing_text p{
    width: 100%;
    height: 120px;
    display: flex;
    padding: 41.5px 0;
	font-family: "Noto Serif JP", serif;
	color: #000000;
	font-size: 16pt;
    text-align: center;
    align-items: center;
    line-height: 2rem;
    text-align: left;
}
#sightseeing_text div{
    width: 776px;
    height: 125px;
    display: flex;
}
#sightseeing_text img{
    border-radius: 10px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
/*    transition: 0.4s ease;*/
	position: relative;
}
/*
#sightseeing_text img:hover{
    filter: brightness(60%) blur(1px);
}
*/
#sightseeing_text div>a:not(:last-child){
    margin-right: 8px;
}
.image_link{
 display:block; 
 position:relative;
}
.image_link img{
  display:block;
  width:100%;
}
.image_link:before{
  content:"";
  display:block;
  width:100%;
  height:100%;
  position:absolute;
  z-index:2;
  background:#000;
  opacity:0;
  transition:0.3s;
  border-radius: 10px;
}
.image_link:after{
  content: attr(data-hover);
  display:block;
  color:#fff;
  line-height:48px;
  width:180px;
  text-align:center;
  position:absolute;
  top:45%;
  left:50%;
  margin-top:-1em;
  margin-left:-90px;
  opacity:0;
  z-index:3;
  transition:0.3s;
  font-weight:bold;
  letter-spacing:0.2em;
  font-size: 25pt;
  font-family: "Noto Serif JP", serif;
/*
  color: transparent;
  -webkit-text-stroke: 2px white;
  paint-order: stroke;
*/
/*
  color: transparent;
  -webkit-text-stroke: 1px rgb(255, 255, 255);
  text-stroke: 1px rgb(255, 255, 255);
  paint-order: stroke;
*/
}
.image_link:hover:before{
  opacity:0.5;
}
.image_link:hover:after{
  opacity:1;
  margin-top:-0.5em;
}
#culture{
    position: relative;
}
#culture_image{
    position: absolute;
    right: 0;
}
#culture_text{
    width: 856px;
    height: 533px;
    background-color: rgba(255,255,255,0.70);
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 40px;
    box-sizing: border-box;
}
#culture_text h2{
    width: 100%;
    height: 125px;
    display: flex;
	font-family: "Noto Serif JP", serif;
	color: #006aa7;
	font-size: 80pt;
    font-weight: 600;
    -webkit-text-stroke: 3px #ffffff;
    text-stroke: 3px #ffffff;
    paint-order: stroke;
    text-align: center;
    align-items: center;
    text-decoration: underline;
    text-decoration-color: #006aa7;
    text-decoration-thickness: 3px;
    text-underline-offset: 20px;
}
#culture_text h3{
    position: absolute;
    top: 130px;
    left: 400px;
	font-family: "Noto Serif JP", serif;
	color: #006aa7;
	font-size: 30pt;
    font-weight: 500;
}
#culture_text p{
    width: 100%;
    height: 120px;
    display: flex;
    padding: 41.5px 0;
	font-family: "Noto Serif JP", serif;
	color: #000000;
	font-size: 16pt;
    text-align: center;
    align-items: center;
    line-height: 2rem;
    text-align: left;
}
#culture_text div{
    width: 776px;
    height: 125px;
    display: flex;
}
#culture_text img{
    border-radius: 10px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    transition: 0.4s ease;
}
#culture_text img:hover{
    filter: brightness(60%) blur(1px);
}
#culture_text div>a:not(:last-child){
    margin-right: 8px;
}
#events{
    position: relative;
}
#events_image{
    position: absolute;
}
#events_text{
    width: 856px;
    height: 533px;
    background-color: rgba(255,255,255,0.70);
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 40px;
    box-sizing: border-box;
}
#events_text h2{
    width: 100%;
    height: 125px;
    display: flex;
	font-family: "Noto Serif JP", serif;
	color: #006aa7;
	font-size: 80pt;
    font-weight: 600;
    -webkit-text-stroke: 3px #ffffff;
    text-stroke: 3px #ffffff;
    paint-order: stroke;
    text-align: center;
    align-items: center;
    text-decoration: underline;
    text-decoration-color: #006aa7;
    text-decoration-thickness: 3px;
    text-underline-offset: 20px;
    letter-spacing: -0.1em;
}
#events_text h3{
    position: absolute;
    top: 130px;
    left: 500px;
	font-family: "Noto Serif JP", serif;
	color: #006aa7;
	font-size: 30pt;
    font-weight: 500;
}
#events_text p{
    width: 100%;
    height: 120px;
    display: flex;
    padding: 41.5px 0;
	font-family: "Noto Serif JP", serif;
	color: #000000;
	font-size: 16pt;
    text-align: center;
    align-items: center;
    line-height: 2rem;
    text-align: left;
}
#events_text div{
    width: 776px;
    height: 125px;
    display: flex;
}
#events_text img{
    border-radius: 10px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    transition: 0.4s ease;
}
#events_text img:hover{
    filter: brightness(60%) blur(1px);
}
#events_text div>a:not(:last-child){
    margin-right: 8px;
}
.gallery{
    width: 100%;
    height: 975px;
	margin: 200px 0 100px 0;
}
#gallery_title{
    width: 100%;
    height: 200px;
    line-height: 200px;
	text-align: center;
	margin-bottom: 50px;
}
#gallery_title img{
	width: 100%;
	height: 200px;
}
#gallery_contents{
    width: 100%;
    height: 725px;
/*    padding-bottom: 200px;*/
    box-sizing: border-box;
	margin-top: 30px;
}
#gallery1,#gallery2{
    width: 100%;
    height: 337px;
    display: flex;
}
#gallery1{
    margin-bottom: 50px;
}
.gallery_item_center{
    margin: 0 auto;
}
.item{
    width: 334px;
    height: 337px;
    float: left;
    position: relative;
}
.item:not(:last-child){
    margin-right: 30px;
}
.item_img{
    position: absolute;
}
.item_img img{
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}
.heart {
    width: 39px;
    height: 40px;
    background-image: url("../img/heart_onClick_before.png");
    position: absolute;
    right: 0;
    top: 202px;
    cursor: pointer;
}
.heart.change {
    background-image: url("../img/heart_onClick_after.png");
}
.item_name{
    width: 295px;
    height: 96px;
    background-color: #ffffff;
    position: absolute;
    top: 241px;
	font-family: tbudrgothic-std, sans-serif;
	font-style: normal;
	font-weight: 400;
    color: #000000;
    font-size: 14pt;
    line-height: 2rem;
    text-align: center;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}
.item_name p{
    margin: 16px 0;
}
footer{
	width: 100%;
	height: 220px;
	background-color: #006aa7;
}
#icons{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
#icons a{
    margin: 50px 0;
}
#icons a:hover{
	opacity: 0.6;
}
#copy{
	text-align: center;
	font-size: 18px;
	color: #fff;
}
.scroll_up {
  transition: 0.8s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}
.scroll_up.on {
  transform: translateY(0);
  opacity: 1.0;
}
.scroll_left {
    -webkit-transition: 0.8s ease-in-out;
    -moz-transition: 0.8s ease-in-out;
    -o-transition: 0.8s ease-in-out;
    transition: 0.8s ease-in-out;
    transform: translateX(-30px);
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
}
.scroll_left.on {
    opacity: 1.0;
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    transform: translateX(0);
}
.scroll_right {
    -webkit-transition: 0.8s ease-in-out;
    -moz-transition: 0.8s ease-in-out;
    -o-transition: 0.8s ease-in-out;
    transition: 0.8s ease-in-out;
    transform: translateX(30px);
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
}
.scroll_right.on {
    opacity: 1.0;
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    transform: translateX(0);
}
.timing01 {transition-delay: .2s;}
.timing02 {transition-delay: .4s;}
.timing03 {transition-delay: .6s;}

.catch_copy span {
  transition: 1s;
  opacity: 0;
  transform: translateY(20px);
  display: block;
}
.catch_copy span:first-child {
  animation: catch_anime 1.4s forwards 1s;
}
.catch_copy span:nth-child(2) {
  animation: catch_anime 1.4s forwards 2s;
}
@keyframes catch_anime {
  0% {
    transform: translateY(20px);
  }
   100% {
    opacity: 1;
    transform: translateY(0);
  }
}