@charset "UTF-8";
/* CSS Document */

#ivd{
  background: #FFF;
  padding-bottom: 1px;
}

#ivd a,
.contacts a{
  text-decoration: none;
  transition: 0.3s;
}

#ivd a:hover,
.contacts a:hover{
  text-decoration: none;
  transition: 0.3s;
  opacity: 0.7
}

.ivd_inner{
  max-width: 1280px;
  margin: 0 auto;
}

.contacts{
  padding: 110px 0 15px;
  text-align: center;
}

.contacts h1{
  font-size: 18px;
  line-height: 1;
  margin-bottom: 45px;
}

.contacts h1 span{
  font-family:"FrutigerBold";
  font-size: 30px;
  line-height: 1;
  display: block;
  margin-bottom: 8px;
}

.contacts > div{
  margin-bottom: 115px;
  vertical-align: top;
}

.contacts > div a{
  display: inline-block;
}

.contacts > div img{
  width: 110px;
  height: auto;
}

.contacts > div h2{
  font-family: 'UD Shin Go DemiBold', sans-serif;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  color: #1a5ca5;
  display: block;
  margin-top: 20px;
  margin-bottom: 15px;
}

.contacts > div p{
  font-size: 14px;
  line-height: 1.6;
}

.contacts > div a p{
  color: #000;
}

.contacts > div.sns{
  width: 100%;
  display: block;
  text-align: right;
  margin-bottom: 0;
}

.contacts> div.sns a + a{
  margin-left: 8px;
}

.contacts > div.sns a img{
  width: auto;
  height: auto;
}

.ivd_contact p{
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 65px;
}

.ivd_contact > ul{
  width: 70%;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}

.ivd_contact > ul li{
  width: 33.33%;
}

.ivd_mnav{
  text-align: center;
  position: relative;
  z-index: 1;
}
.ivd_mnav_inner{
  padding: 0 15px;
  background: #c9dde0;
}

.ivd_nav ul{
  display: flex;
  justify-content: center;
}

.ivd_nav ul li{
  height: 50px;
  font-size: 14px;
  line-height: 50px;
  white-space: nowrap;
  cursor: pointer;
  position: relative;
}

.ivd_nav ul li.active::after{
  content: "";
  border-top: 10px solid #c9dde0;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.ivd_nav ul li span{
  padding: 0 35px;
  display: block;
  position: relative;
}

.ivd_nav ul li span::before{
  content: "";
  width: 1px;
  height: 14px;
  background: #000;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.ivd_nav ul li:last-of-type span::after{
  content: "";
  width: 1px;
  height: 14px;
  background: #000;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.ivd_nav_box{
  width: 100%;
  height: 0;
  background: #00496a;
  position: absolute;
  top: 50px;
  left: 0;
  transition: .5s all;
  overflow: hidden;
}

.ivd_nav_box > div{
  display: none;
}

.ivd_nav_box > div.open{
  display: block;
}

.ivd_nav_box ul{
  display: flex;
  justify-content: center;
}

.ivd_nav_box a{
  height: 60px;
  font-size: 14px;
  line-height: 60px;
  color: #FFF;
  display: block;
  padding: 0 30px;
}

.ivd_nav_box a:visited{
  color: #FFF;
}

.float_nav{
  width: 100%;
  position: fixed;
  top: -300px;
  left: 0;
  z-index: 100;
  transition: .3s all;
  opacity: 0;
}

.float_nav.arrival{
  top: 0 !important;
  opacity: 1;
}

.totop-footer{
  display: none !important;
}

.to_link{
  width: 100%;
  max-width: 1280px;
  height: 0;
  text-align: right;
  display: flex;
  justify-content: flex-end;
  margin: 0 auto;
  position: fixed;
  bottom: 25px;
  left: 0;
  right: 0;
  z-index: 100;
  opacity: 0;
  transition: .3s opacity;
  pointer-events: none;
}

.to_link.viw{
  opacity: 1;
  pointer-events: auto;
}

.to_link a{
  width: 85px;
  display: inline-block;
  transition: .3s all;
  position: absolute;
  bottom: 0;
  right: 100px;
}

.to_link a + a{
  right: 0;
}

@media screen and (min-width: 801px) {
  .to_link a:hover {
    transform: scale(1.15);
  }
}

.float_b{
  border-radius: 5px;
  position: fixed;
  bottom: 140px;
  right: 30px;
  opacity: 0;
  transition: .3s opacity;
  pointer-events: none;
}

.float_b.viw{
  opacity: 1;
  pointer-events: auto;
}

.float_b a{
  display: block;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 5px 5px 8px 0px rgba(0, 94, 131, .4);
  background: #1490c0;
}

.float_b a:hover{
  text-decoration: none;
}

.float_b .float_inner{
  width: 335px;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  transition: .3s opacity;
}

@media screen and (min-width: 801px) {
  .float_b a:hover .float_inner{
    opacity: .8;
    transition: .3s opacity;
  }
}

.float_b .float_inner > div{
  width: 110px;
}

.float_b .float_inner > div + div{
  width: 225px;
  padding: 10px 15px 0;
  box-sizing: border-box;
}

.float_b h2 {
  font-size: 25px;
  line-height: 1.2;
  color: #FFF;
  margin-bottom: 5px;
}

.float_b h2 span{
  font-family:"FrutigerRoma";
  font-size: 18px;
  display: block;
}

.float_b p{
  font-size: 12px;
  line-height: 1.3;
  color: #000;
}

.float_b p.wb{
  height: 22px;
  font-size: 12px;
  line-height: 22px;
  color: #196c8c;
  text-align: center;
  background: #FFF;
  border-radius: 30px;
  margin-top: 5px;
}

.float_b a:hover p{
  color: #000;
}

.float_b a:hover p.wb{
  color: #196c8c;
}

.float_b .close{
  width: 35px;
  position: absolute;
  top: -12px;
  right: -12px;
  cursor: pointer;
}

#ivd .sp,
.ivd_contact .sp{
	display: none !important;
}

#ivd .pc{
	display: block !important;
}

@media screen and (max-width: 800px) {
		
  #ivd .sp,
  .ivd_contact .sp{
    display: block !important;
  }

  #ivd .pc{
    display: none !important;
  }
  
  #ivd a:hover,
  .contacts a:hover{
    opacity: 1
  }

  .ivd_inner{
    padding: 0 4vw;
    box-sizing: border-box;
  }
  
  .contacts{
    padding: 15vw 0 3vw;
  }

  .contacts h1{
    font-size: 3.5vw;
    margin-bottom: 8vw;
  }

  .contacts h1 span{
    font-size: 5vw;
    margin-bottom: 1vw;
  }

  .contacts > div{
    width: 100%;
    margin-bottom: 15vw;
    display: block;
  }

  .contacts > div a{
    display: block;
  }

  .contacts > div img{
    width: 23vw;
    height: auto;
  }

  .contacts > div h2{
    font-size: 3.8vw;
    line-height: 23vw;
    margin: 0;
    padding-left: 1em;
  }
  
  .contacts > div p{
    font-size: 3vw;
    line-height: 1.6;
  }

  .contacts > div.sns{
    width: 100%;
    display: block;
    text-align: center;
    margin-bottom: 0;
  }
  
  .contacts > div.sns a {
    display: inline-block;
  }

  .contacts > div.sns a + a{
    margin-left: 5vw;
  }

   .contacts > div.sns a img{
    width: 8vw;
    height: auto;
  }
  
  .ivd_contact p{
    font-size: 3vw;
    line-height: 1.3;
    margin-bottom: 8vw;
  }
  
  .ivd_contact > ul{
    width: 100%;
    display: block;
    padding: 0 5vw;
    box-sizing: border-box;
  }

  .ivd_contact > ul li{
    width: 100%;
  } 
  
  .ivd_contact > ul li + li{
    margin-top: 5vw;
  }
  
  .ivd_contact > ul li a{
    display: block;
    display: flex;
    justify-content: flex-start;
  } 
  
  .ivd_mnav{
    text-align: center;
    position: relative;
    z-index: 1;
  }
  .ivd_mnav_inner{
    width: 100vw;
    height: 40px;
    padding: 0;
    box-sizing: border-box;
  }
  
  .ivd_nav ul{
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: flex-start;
    padding: 0 15px;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  
  .ivd_nav ul::-webkit-scrollbar {
    display: none;
  }

  .ivd_nav ul li{
    height: 40px;
    font-size: 14px;
    line-height: 40px;
  }

  .ivd_nav ul li.active::after{
    border-top: 9px solid #c9dde0;
    border-right: 9px solid transparent;
    border-left: 9px solid transparent;
    top: 39px;
  }

  .ivd_nav ul li span{
    padding: 0 30px;
    display: block;
    position: relative;
  }

  .ivd_nav ul li span::before{
    height: 15px;
  }

  .ivd_nav ul li:last-of-type span::after{
    height: 15px;
  }

  .ivd_nav_box{
    width: 100%;
    height: 0;
    background: #00496a;
    position: absolute;
    top: 40px;
    left: 0;
    transition: .5s all;
  }

  .ivd_nav_box > div{
    display: none;
  }

  .ivd_nav_box > div.open{
    display: block;
    overflow-x: auto;
  }

  .ivd_nav_box ul{
    display: flex;
    justify-content: flex-start;
    overflow-x: auto;
  }

  .ivd_nav_box a{
    height: 45px;
    font-size: 14px;
    line-height: 45px;
    white-space: nowrap;
    color: #FFF;
    display: block;
    padding: 0 20px;
  }

  .float_nav{
    width: 100%;
    position: fixed;
    top: -300px;
    left: 0;
    z-index: 100;
    transition: .3s all;
    opacity: 0;
  }

  .float_nav.arrival{
    top: 0 !important;
    opacity: 1;
  }
  
  .to_link{
    width: auto;
    height: auto;
    bottom: 20px;
    left: auto;
    right: 15px;
    z-index: 100;
  }

  .to_link.viw{
    opacity: 1;
  }
  
  .to_link a{
    width: 60px;
    display: block;
    position: static;
    bottom: auto;
    right: auto;
  }

  .to_link a + a{
    right: auto;
    margin-left: 15px;
  }
  
  .float_b{
    width: 80%;
    border-radius: 1vw;
    bottom: 100px;
    right: 5vw;
  }

  .float_b a{
    width: 100%;
    display: block;
    border-radius: 1vw;
    box-shadow: 1vw 1vw 2vw 0px rgba(0, 94, 131, .4);
  }

  .float_b .float_inner{
    width: 100%;
  }

  .float_b .float_inner > div{
    width: 30%;
    box-sizing: border-box;
  }
  
  .float_b .float_inner > div img{
    object-fit: cover;
  }

  .float_b .float_inner > div + div{
    width: 70%;
    padding: 2vw 3vw 0;
  }

  .float_b h2 {
    font-size: 4.5vw;
    line-height: 1.2;
    margin-bottom: 1vw;
  }

  .float_b h2 span{
    font-size: 3.5vw;
    display: block;
  }

  .float_b p{
    font-size: 3vw;
    line-height: 1.3;
    color: #000;
  }

  .float_b p.wb{
    height: 5vw;
    font-size: 3vw;
    line-height: 5vw;
    color: #196c8c;
    text-align: center;
    background: #FFF;
    border-radius: 5vw;
    margin-top: 2vw;
  }

  .float_b .close{
    width: 8vw;
    position: absolute;
    top: -3vw;
    right: -3vw;
    cursor: pointer;
  }

}

