 @charset "utf-8";

body div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,
form,fieldset,legend,input,textarea,p,blockquote,th,td{
    padding: 0;
    margin: 0;
}
li{
    list-style: none;
}
a{
    text-decoration: none;
    display: block;
}
 html{
  font-size: 16px;
 }
body{
    width: 100%;
    margin: 0;
    font-size: 100%;
    font-family: "Noto sans cjk jp","游明朝";
    font-weight: 500;
}
.br-sp{
    display: none;
}
.br-pc{
    display: block;
}
.wrapper{  
    margin: 0 auto;
}
/*------------------header------------------*/
.header-menu-sp,
.header-logosp{
    display: none;
}
.header-logopc{
    position: absolute;
    left: 12px;
    top: 12px;
}
.header-content{
    display: flex;
    justify-content: space-between;
}
.header-logo{
    position: fixed;
    z-index: 5;
    top: 0;
    padding: 12px;
    box-sizing: border-box;
}
.global-nav {
    position: fixed;
    right: -620px; 
    top: 0;
    width: 560px; 
    height: 100vh;
    padding-top: 110px;
    background-color: #fff;
    opacity: 0.9;
    transition: all .6s;
    z-index: 200;
    overflow-y: auto; 
  }
  .hamburger {
    position: fixed;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    right: 0;
    top: 0;
    z-index: 300;
    margin: 23px;
    box-sizing: border-box;
    background-color: #FFFFFF; 
    cursor: pointer;
  }
  .global-nav__item {
    padding: 0 70px;
  }
  .global-nav__item a{
    display: block;
    color: #000000;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.4;
    font-family: "Noto Sans CJK JP";
    margin-bottom: 50px;
    position: relative;
  }
  .global-nav__item a:hover{
      opacity: 0.6;
  }
  .global-nav__item a::after{
    font-family: "Material Icons";
    content: "\e5e1";
    color: #000000;
    font-size: 20px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .menu-number{
    font-family: "Avenir";
    margin-right: 20px;
    font-size: 23px;
  }
  .menu-form{
    font-weight: 700;
    font-size: 18px;
    line-height: 1.4;
    display: inline-block;
    position: relative;
  }
  .menu-form::before{
    content: url("../img/icon/map_black.png");
    position: absolute;
    left: 250px;
    top: 50%;
    transform: translateY(-50%);
  }
  .hamburger__line {
    position: absolute;
    right: 15px;
    width: 18px;
    height: 1px;
    background-color: #111;
    transition: all .6s;
  }
  .hamburger__line--1 {
    top: 21px;
    height: 3px;
    width: 30px;
  }
  .hamburger__line--2 {
    top: 30px;
    height: 3px;
    width: 30px;
  }
  .hamburger__line--3 {
    top: 39px;
    height: 3px;
    width: 15px;
  }
  .nav-open .hamburger{
      background-color: rgba(255,255,255,0);
  }
  .nav-open .global-nav {
    right: 0;
  }
  .nav-open .hamburger__line--1 {
    transform: rotate(45deg);
    top: 20px;
    width: 30px;
  }
  .nav-open .hamburger__line--2 {
    width: 0;
    left: 50%;
  }
  .nav-open .hamburger__line--3 {
    transform: rotate(-45deg);
    top: 20px;
    width: 30px;
  }
/*------------------main-visual------------------*/
#main-visual{
    box-sizing: border-box;
    padding: 20px;
    background-image: url("../img/main/main.png");
    background-repeat: no-repeat;
    background-color: #F2ECE2;
    position: relative;
    background-size: cover;
    background-position: center;
    height: 0;
    width: 100%;
    padding-top: calc(646 / 1366 * 100%);
}
.main-rap{
    width: 100%;
    height: auto;
}
.main-left{
    position: absolute;
    left: 0;
    top: 25%;
    z-index: 2;
    animation-name: fadeleft;
    animation-duration: 2s;
}
@keyframes fadeleft {
  0% {
    opacity: 0;
    transform: translateX(-60px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.main-right{
    position: absolute;
    right: 0;
    top: 82%;
    animation-name: faderight;
    animation-duration: 2s;
    z-index: 2;
}
@keyframes faderight {
  0% {
    opacity: 0;
    transform: translateX(60px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.main-txt-pc{
    position: absolute;
    top: 52px;
    right: 83px;
    z-index: 3;
}
.main-txt-sp{
    display: none;
}
/*------------------about------------------*/
#about{
    box-sizing: border-box;
    padding: 40px 139px 65px;
    text-align: center;
    background-color: #0A445F;
    position: relative;
    z-index: 1;
}
#about::before{
    content: "";
    background-image: url(../img/about/about_top.png);
    display: block;
    width: 100%;
    height: 35px;
    position: absolute;
    left: 0;
    top: -35px;
}
#about::after{
    content: "";
    background-image: url(../img/about/about_bottom.png);
    display: block;
    width: 100%;
    height: 35px;
    position: absolute;
    left: 0;
    bottom: -35px;
}
.con-inner::before{
    content: url("../img/about/about_side.png");
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.con-inner::after{
    content: url("../img/about/about_right.png");
    position: absolute;
    right: 0;
    z-index: 2;
}
.about-sidetxt{
    position: absolute;
    left: 47px;
    top: 100px;
    color: #FFFFFF;
    font-size: 12px;
    font-family: "Avenir";
    font-weight: 900;
}
.about-sidetxt::before{
    content: "";
    width: 1px;
    height: 57px;
    background-color: #FFFFFF;
    position: absolute;
    top: -65px;
    left: 50%;
    transform: translateX(-50%);
}
.about-sidetxt::after{
    font-family: "Material Icons";
    content: "\e5cf";
    color: #FFFFFF;
    font-size: 30px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -25px;
}
.about-title-content{
    display: flex;
    justify-content:center;
    align-items: end;    
}
.about-title-content h2{
    font-size: 1.977vw;
    color: #FFFFFF;
    margin-right: 14px;
    line-height: 1.2;
}
.about_titlesp{
    display: none;
}
.about-subtitle{
    margin-top: 5px;
    font-size: 23px;
    color: #FFFFFF;
    font-weight: 400;
}
.about-text{
    margin: 36px auto 45px auto;
    display: inline-block;
}
.about-text p{
    text-align: left;
    color: #FFFFFF;
    font-weight: 400;
}
.about-nav{
    display: flex;
    justify-content: center;
}
.about-link{
    display: flex;
    justify-content: center;
}
.about-link li{
    margin-right: 5px;
}
.about-link_box{
    height: 78px;
    display: flex;
    font-family: "游明朝体";
    background-color: #FFFFFF;
    color: #2F3554;
    border-radius: 8px;
    padding: 10px 0 0 10px;
    font-size: px;
    line-height: 21px;
    position: relative;
    z-index: 1;
}
.number,
.number2{
    font-family: "Avenir";
    font-weight: bold;
    color: #C1AE8A;
    padding-top: 5px;
}
.box{
    padding-right: 10px;
}
.about-link_text{
    font-weight: 800;
    display: inline;
    margin-left: 5px;
}
.about-link_box::after{
    font-family: "Material Icons";
    content: "\e5cf";
    color: #0A445F;
    font-size: 30px;
    position: absolute;
    bottom: 1px;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    
}
.box2{
    padding-right: 10px;
}
.about-link_text2{
    font-family: "游明朝体";
    font-weight: 800;
    text-align: center;
    margin-left: 5px;
    font-size: 16px;
    line-height: 1.3;
}
.about-link_textsp{
    display: none;
}
.link:hover{
    opacity: 0.6;
}
.about-link p:hover:after{
    opacity: 1;
}
.about-link_text3 {
    padding: 19px 35px 36px 26px;
     font-family: "游明朝体";
    font-weight: 800;
}
/*------------------content------------------*/
#content{
    background-image: url("../img/content/bg_red.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #A13A31;
    padding: 95px 140px 120px;
    position: relative;
}
.content-inner{
    background-color: #FFFFFF;
    padding: 65px 0 20px;
    border-radius: 18px;
}
.contet-title{
    text-align: center;
    margin-bottom: 72px;
}
.contet-title h1{
    margin: 31px 0 77px;
}
.event-topsp{
    display: none;
}
.contet-title h1{
    font-family: "游明朝体";
    font-size: 46px;
}
/*------------------coupon------------------*/
.coupon-title{
    background-color: #0A445F;
}
.section-title{
    padding: 31px 0 23px 67px;
    display: flex;
    align-items: center;
}
.sctiontitle-pc{
    margin-right: 20px;
}
.sctiontitle-sp{
    display: none;
}
.section-title h2{
    font-size: 35px;
    line-height: 1.4;
    font-weight: 700;
    color: #FFFFFF;
    position: relative;
    top: -5px;
}
.coupon-explanation{
    padding: 30px 0 48px 139px;
    display: flex;
}
.coupon-phot-pc{
    margin-right: 40px;
}
.coupon-phot-sp{
    display: none;
}
.coupon-explanation p{
    font-size: 18px;
    line-height: 1.6;
}
/*------------------section-wrap------------------*/
.section-wrap{
    padding: 0 65px;
}
/*------------------method-content------------------*/
.method-title{
    height: 58px;
    text-align: center;
    background-image: url("../img/content/bg_method.png");
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 29px;
}
.method-title h3{
    padding-top: 5px;
    display: inline-block;
    font-family: "游明朝体";
    font-size: 27px;
    line-height: 1.6;
    letter-spacing: 0.05em;
    color: #FFFFFF;
}
.method-title h3::after{
    content: "";
    display: block;
    width: 165%;
    height: 1px;
    background-color: #E2D1BD;
    position: relative;
    top: -5px;
    left: 50%;
    transform: translateX(-50%);
}
.method-content{
    display: flex;
    justify-content: center;
    text-align: center;
}
.method-item{
    background-color: #F1EBE1;
    width: 231px;
    height: 300px;
    padding-top: 26px;
    box-sizing: border-box;
    margin: 0 15px;
}
.method-item h4{
    font-family: "Avenir";
    font-size: 24px;
}
.method-number{
    margin-left: 5px;
}
.method-item-icon{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 120px;
    margin-top: 8px;
}
.method-item p{
    font-size: 15px;
    line-height: 1.6;
}
.mehod-text-sp{
    display: none;
}
.line-icon-sp{
    display: none;
}
.coupon-map{
    margin: 45px 0 58px;
    text-align: center;
}
.coupon-map iframe{
    border: solid 5px #C1493E;
    width: 100%;
}
.coupon-map a{
    display: inline-block;
    padding: 10px 50px;
    background-color: #0A445F;
    margin: 25px 0 58px;
    border-radius: 28px;
}
.coupon-map-link{
    font-size: 16px;
    line-height: 1.5;
    color: #FFFFFF;
    text-align: center;
    
}
.coupon-map-link p:after{
    content: url("../img/content/map_icon.png");
    vertical-align: middle;
    margin-left: 7px;
}
.map-tab{
    text-align: left;
}
.tab-table {
    width: 100%;
    padding-bottom: 10px;
    border-spacing: 0;
    border-bottom: 1px solid #A13A31;
    display: flex;
    align-items: start;
    margin-bottom: 15px;
}
.tab-table dt{
    width: 167px;
    text-align: center;
    background-color: #A13A31;
    color: #FFFFFF;
    border-radius: 18px;
    font-size: 15px;
    line-height: 1.6;
    padding: 6px 0;
}
.tab-table dd{
    padding: 6px 0;
    padding-left: 22px;
    line-height: 1.6;
}
.detail-txt{
    margin-top: 15px;
    color: #A13A31;
    font-weight: 700;
    line-height: 1.5;
}
/*------------------line-qr------------------*/
#line-qr{
    margin: 75px 0;
    text-align: center;
}
.line-qr-content{
    display: inline-block;
}
.line-qr-item{
    box-sizing: border-box;
    width: 560px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #AF814B;
    padding: 15px 45px;
    margin-bottom: 30px;
    position: relative;
}

.line-qr-item h3{
    text-align: left;
    font-size: 30px;
    line-height: 1.2;
    color: #FFFFFF;
    margin-right: 20px;
}
.line-qr-item-text-sp{
    display: none;
}
.line-qr-item h3::after{
    content: url("../img/content/line_icon.png");
    position: relative;
    right: -10px;
}
.line-qr-content a{
    display: inline-block;
    color: #FFFFFF;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.7;
    position: relative;
}
.link-form::after{
    content: url("../img/content/map_icon.png");
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
}
/*------------------cruise------------------*/
.section-inner{
    background-color: #FFFFFF;
    padding: 40px 0 78px;
    border-radius: 18px;
}
.cruise-title{
    background-color: #C1493E;    
    display: flex;
    align-items: center;
    padding: 5px 55px;
    margin-bottom: 40px;
}
.cruise-title h2{
    margin: 0 135px 0 120px;
    font-size: 35px;
    color: #FFFFFF;
    line-height: 1.4;
    position: relative;
}
.cruise-title h2::before{
    content: url("../img/icon/icon_free.png");
    position: absolute;
    left: -102px;
    top: 50%;
    transform: translateY(-50%);
}
 .cruise-item-pc img{
     position: relative;
     top: -15px;
     left: 0;
}
.cruise-content{
    display: flex;
}
.caption-supplement-sp{
    display: none;
}
.table-caption{
    font-weight: 700;
}
.caption-supplement{
    font-size: 14px;
}
.cruise-time dd{
    line-height: 1.8;
}
.information-supplement {
    font-size: 11px;
    margin-bottom: 20px;
}
.information-supplement span{
    font-size: 14px;
    font-weight: 700;
    color: #8F2825;
    line-height: 1.2;
}
.questionnaire-supplement span{
    font-size: 19px;
    font-weight: 700;
    color: #8F2825;
    line-height: 1.2;
    letter-spacing: 0.05em;
}
.questionnaire-supplement p{
    margin-top: 7px;
    font-size: 15px;
    font-weight: 700;
    color: #8F2825;
    line-height: 1.4;
}
.price-supplement span{
    font-size: 11px;
    position: relative;
    
}
.cruise-map-link{
    display: inline-block;
    margin-bottom: 23px;
    color: #000000;
    line-height: 1.5;
}
.cruise-map-link::after{
    content: url("../img/icon/map_black.png");
    position: relative;
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
}
.cruise-method-title{
    margin: 58px 0 29px;
}
.cruise-method-icon{
    align-items: start;
}
/*------------------line------------------*/
#line{
    margin: 80px 0;
}
.news-title,
.line-title{
    background-color: #C1AE8A;
}

.line-title rt{
    font-size: 11px;
    letter-spacing: 0.05em;
}
.subtitle{
    margin: 40px 0 45px;
    font-size: 18px;
    line-height: 1.6;
}
.line-open-map{
    margin-left: 80px;
}
.line-content{
    text-align: center;
    margin-bottom: 38px;
}
.line-content-phot-sp{
    display: none;
}
.line-content-right{
    margin-left: 28px;
}
.line-content-right h3{
    font-size: 18px;
    line-height: 1.5;
}
.line-content-right p{
    margin: 30px 0;
    font-size: 1.8rem;
    line-height: 1.5;
}
.line１-content-right span{
    font-size: 11px;
    line-height: 2;
}
.line-open-map{
    margin-left: 40px; 
}
.line-open-map dl:first-of-type{
    margin-bottom: 0;
    border: none;
}
.lineopen-event-item{
    display: flex;
    padding-top: 15px;
    margin-bottom: 15px;
}
.lineopen{
    flex: 1;
}
lineopen-event-item-right{
    border:none;
}
.lineopen-event-txtpc{
    font-size: 11px;
}
.lineopen-event-txtsp{
    display: none;
}
.art-title{
    margin-bottom: 20px;
    font-size: 1.7rem;
}
.event-art {
    display: block;
}
.event-art dt{
    margin-right: 20px;
}
.art-profile{
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 15px;
}
.event-art h3{
    font-size: 2rem;
}
.profile-img {
    width: 48%;
}
.profile-img img{
    width: 100%;
}
.profile-txt{
    width: 49%;
    
}
/*------------------news------------------*/
.news-title-sec{
    font-size: 40px;
    margin: auto 0;
}
.news-table{
    margin-bottom: 7px;
}
.guidance-txt{
    display: flex;
    margin: 30px 0;
}
.guidance-txt-item{
    margin-right: 50px;
    padding: 15px;
    border: 1px solid #A13A31;
    position: relative;
}
.guidance-txt-item::after{
    font-family: "Material Icons";
    content: "\e5df";
    color: #A13A31;
    font-size: 50px;
    position: absolute;
    right: -50px;
    top: 50%;
    transform: translateY(-50%);
}
.last-item::after{
    display: none;
}
.news-eventtitle{
    margin: 30px 0 ;
}
.news-eventmap{
    display: flex;
}
.news-eventmap h4{
    margin-bottom: 5px;
}
.news-eventmap-left{
    margin-right: 55px;
}
.news-eventtxt{
    margin: 36px 0 50px;
}
.news-eventgoal{
    padding-bottom: 15px;
}
.news-eventgoal iframe{
    margin-top: 21px;
}
.goal-text{
    margin: 20px 0;
}
.atre-sp{
    display: none;
}
.event-qr{
    display: flex;
    align-items: center;
}
.event-qr {
    margin-top: 5px;
}
.event-qr img{
    margin-right: 35px;
}
.benefits{
    display: flex;
    justify-content: center;
}
.benefits p{
    letter-spacing: 0.05em;
}
.benefits-right{
    margin-left: 50px;
}
.benefits-map{
    text-align: center;
    margin-top: 50px;
}
/*------------------line-contact------------------*/
#contact{
    margin-top: 105px;
    text-align: center;
    position: relative;
}
.contact-wrap{
    display: inline-block;
    color: #FFFFFF;
    
}
.link-form:hover{
    opacity: 0.6;
}
.contact-wrap h2{
    font-size: 35px;
    margin-bottom: 25px;
}
.line-qr-content p{
    margin-top: 40px;
    font-family: "游ゴシック体";
    font-size: 17px;
    font-weight: 700;
}
.top-link{
    font-family: "Century Gothic Pro";
    font-size: 17px;
    font-weight: 700;
    color: #FFFFFF;
    position: absolute;
    right: 0;
    bottom: -90px;
}
.top-link::after{
    font-family: "Material Icons";
    content: "\e5ce";
    color: #FFFFFF;
    font-size: 30px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px;
}
/*------------------footer------------------*/
#footer{
    background-color: #DDCCAD;
    padding: 38px 0;
    text-align: center;
}
.footer-logo img{
    vertical-align: bottom;
}
.footer-logo-sp{
  display: none; 
}
.footer-logo p{
    font-size: 10px;
    line-height: 2.6;
    color: #8B272B;
    margin-top: 0;
}
.footer-txt {
    margin-top: 15px;
    font-size: 10px;
    line-height: 1.6;
}  

