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

@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@100;300;400;500;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');

@font-face {
    font-family: 'Futura PT Light';
    font-style: normal;font-weight: normal;
    src:url('../css/FuturaCyrillicLight.woff') format('woff');
}

body {
}
a {
	text-decoration: none;
}
a:hover{
    opacity: 0.75;
}
#contents img {
	width: 100%;
    vertical-align:bottom;
    margin-top: -1px;
}
#contact-SP {
    position:relative;
    background-color:#FFFFFF;
    z-index:20;
}
header{
    background-color:#FFFFFF;
}
footer {
    position:relative;
    background-color:#FFFFFF;
    z-index:20;
}

/*-----------------------------------------------

contents

------------------------------------------------*/   
#container {
    min-width: 100%!important;
}

.contentsInner_wrap{
	width: 100%;
}
.contentsInner_01 {
	width: 100vw;
    height: 100vh;
    position: fixed; 
    background-image: url(../img/hawaii26_main_bg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
	background-size:cover;
    top: 0;
    z-index: -997;
}
/*
.contentsInner_02{
    width: 100%;
    max-width: 1920px;
    height: 100%;
	position: fixed;
    background-image: url(../img/hawaii26_bg_repeat1.jpg);
    background-repeat: repeat;
    background-position: center top;
    top: 0;
    z-index: -998;
}
*/
@media (max-width:767px) {
    #contents{
    }
}
.contentsImg::after{
    content: "";
    display: block;
    clear: both;
}
.wrapper{
    position: relative;
    max-width: 750px;
    margin:0 auto;
    overflow: hidden;
}
.btn{
    background-image: url(../img/hawaii26_bg_btn.jpg);
    width: 100%;
}
.btn_inner{
	width:77.6%;
	margin:0 auto;
	padding-top:8.8%;
	padding-bottom:8%;
}
.btn_flex{
	display: flex;
}
.view{
    padding-top: 3%;
}
@media (max-width:767px) {
.wrapper{
    width:100%;    
}
}
@media (max-width:520px) {
.wrapper{
    max-width:100%;
}
}
#title{
    width: 100%;
    margin: auto;
}
#maintitle{
    width: 100%;
    margin: auto;
}
.maintitle_img{
    margin: auto;
    padding-top: 0;
}
@media (min-width: 767px) {
.pc_none{
    display: none;
}
}
@media (max-width: 767px) {
.sp_none{
    display:none;
}
}
@media (max-width: 500px){
}
.youtube_wrap{
    position: relative;
	
}
.youtube_area{
    position: absolute;
    top: 23%;
    left: 13%;
    width: 73.5%;
}
.video {
    position: relative;
    width: 100%;
    padding-top: 56.25%; /* 16:9のアスペクト比 */
    margin-bottom: 2em;
    height: 0;
}
.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (max-width:767px) {
.video{
        margin-bottom: 1em;
}}

#info .view {
    max-width: 780px;
    margin: auto
  }
#ft_info{
    width: 100%;
    background-color: #faedd9;
}
  #ft_info .inner {
    width: 88%;
    margin: auto;
    padding: 5% 0;
  }
  @media (max-width:520px) {
  #ft_info .inner {
      padding: 3%;
  }
  }

  #ft_info .note {
    font-size: 16px;
    line-height: 2;
    text-align: justify;
  }
  @media (max-width:768px) {
    #ft_info .note {
      font-size: 14px
    }
  }
#ft_info .note li{
	list-style:none!important;
  -webkit-list-style:none!important;
  -ms-list-style:none!important;
}
  .banner{
    width: 100%;
    margin:0 auto;
  }
