@charset "utf-8";

@font-face {
    font-family: "zag";
    src: url(/optionaltour/font/zag.bold.otf),
    url(/optionaltour/font/zag.bold.eot);
}

/*header*/
header{
    height: 912px;
    position: relative;
}
header .video_black{
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background: url(/optionaltour/images/pc/branch/top/point.png);
    background-size: 4px 4px;
}
header .video_black video{
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

header #header-search-grp.top_mode{
    background-color: transparent;
    padding: 20px 0;
    position: absolute;
    height: 90px;
    font-size: 0;
    z-index: 2011;
    width: 100%;
    top: 0;
}

header #header-search-grp{
    position: fixed;
}

header #header-search-grp.top_mode .header-logo{
    width: 176px;
    display: inline-block;
    vertical-align: middle;
    font-size: 1.6rem;
}

header #header-search-grp .header-logo{
    width: 176px;
}

header #header-search-grp.top_mode .header-loging{
    float: right;
    color: #fff;
    font-size: 14px;
    padding-top: 5px;
}

header #header-search-grp.top_mode .header-loging a{
    color: #fff;
}


/*header #header-search-grp.top_mode{
    background-color:transparent;
    position: absolute;
    left: 0;
    right: 0;
    top: 314px;
    padding:0;
    height:auto;
    text-align: center;
    z-index: 100;
    height: 108px;
    padding: 10px 0;
    transition: background .2s ease-in;
}*/

header #header-search-grp.top_mode .header-search
{
    height: 88px;
    background-color: #ffffff;
    border-radius: 5px;
    margin: 0 -20px;
    padding-left: 90px;
    padding-right: 25px;
    /* width: 660px; */
    background-image: url(/optionaltour/images/pc/search_icon02.png);
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: 23px center;
    font-size: 0;
    cursor: pointer;
    z-index: 1;
    box-shadow: 0px 0px 0px 4px rgba(0, 0, 0, 0.25);
    position: absolute;
    top: 310px;
}


header #header-search-grp .header-search{
    margin-left: 18px;
}

header #header-search-grp.top_mode .header-search .textOverflowBox{
    overflow: hidden;
}

header #header-search-grp.top_mode .header-search .select-group
{
    position: relative;
    display: table-cell;
    vertical-align: top;
    line-height: 88px;
}

header #header-search-grp.top_mode .header-search .select-group.active span{
    color: #f2973d;
}

header #header-search-grp.top_mode .header-search span
{
    background-color: #ffffff;
    font-size: 26px;
    font-weight: normal;
    position: relative;
    z-index: 10;
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    color: #808080;
    letter-spacing: 2px;
}

header #header-search-grp.top_mode .header-search .select-group > ul {
    display: table;
}

header #header-search-grp.top_mode .header-search .select-group > ul li {
    display: table-cell;
    white-space: nowrap;
    vertical-align: top;
}


header h1{
    text-align: center;
    color: #fff;
    z-index: 5;
    position: absolute;
    width: 100%;
    font-size: 72px;
    font-weight: bold;
    top: 228px;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
}

header h1 span{
    position: absolute;
    top: -15px;
    font-size: 50px;
    font-weight: bold;
}

header .header-contant{
    position: absolute;
    color: #fff;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 100;
    top: 505px;
}

header .header-contant h2{
    font-size: 20px;
    line-height: 1.5;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
    margin-bottom: 30px;
}

header .header-contant h2 span{
    margin-top: 0px;
    display: initial;
    font-size: 28px;
    font-weight:bold;
}

header .header-contant ul li{
    float: left;
    width: 360px;
    height: 118px;
    border: 1px solid #fff;
    background-color: rgba(0, 0, 0, 0.8);
    margin-right: 10px;
    transition: all .5s ease;
}
header .header-contant ul li:last-child{
    margin-right: 0px;
}

header .header-contant .container-box .img-container{
    float: left;
    width: 109px;
    height: 110px;
    transition: all .5s ease;
}

header .header-contant ul li:nth-child(1) .container-box .img-container{
    background: url(/optionaltour/images/pc/branch/top/header_icon01.png)no-repeat;
}
header .header-contant ul li:nth-child(1) .container-box .img-container:after{
    content: url(/optionaltour/images/pc/branch/top/header_icon01_b.png);
    display: none;
}
header .header-contant ul li:nth-child(2) .container-box .img-container{
    background: url(/optionaltour/images/pc/branch/top/header_icon02.png)no-repeat;
}
header .header-contant ul li:nth-child(2) .container-box .img-container:after{
    content: url(/optionaltour/images/pc/branch/top/header_icon02_b.png);
    display: none;
}
header .header-contant ul li:nth-child(3) .container-box .img-container{
    background: url(/optionaltour/images/pc/branch/top/header_icon03.png)no-repeat;
}
header .header-contant ul li:nth-child(3) .container-box .img-container:after{
    content: url(/optionaltour/images/pc/branch/top/header_icon03_b.png);
    display: none;
}

header .header-contant .container-box{
    height: 112px;
    width: 354px;
    margin: 2px;
    border: 1px #fff solid;
    transition: all .5s ease;
}

header .header-contant .container-box img{
    float: left;
}

header .header-contant .container-box p{
    border-left: 1px #fff solid;
    height: calc(100% - 10px);
    margin: 5px 0 5px 109px;
    text-align: left;
    padding: 10px 20px;
    line-height: 1.5;
    font-size: 18px;
    background: url(/optionaltour/images/pc/branch/top/header_icon04.png) no-repeat right 5px bottom;
    color: #fff;
    transition: all .5s ease;
}
header .header-contant .container-box p:after{
    content: url(/optionaltour/images/pc/branch/top/header_icon04_b.png);
    display: none;
}

header .header-contant ul li:hover{
    background-color: rgba(255, 255, 255, 0.8);
    border: 1px solid #000;
}

header .header-contant ul li:hover .container-box{
    border: 1px #000 solid;
}

header .header-contant ul li:hover .container-box p{
    color: #000;
    border-left: 1px #000 solid;
    background: url(/optionaltour/images/pc/branch/top/header_icon04_b.png) no-repeat right 5px bottom;
}

header .header-contant ul li:nth-child(1):hover .container-box .img-container{
    background: url(/optionaltour/images/pc/branch/top/header_icon01_b.png)no-repeat;
}
header .header-contant ul li:nth-child(2):hover .container-box .img-container{
    background: url(/optionaltour/images/pc/branch/top/header_icon02_b.png)no-repeat;
}
header .header-contant ul li:nth-child(3):hover .container-box .img-container{
    background: url(/optionaltour/images/pc/branch/top/header_icon03_b.png)no-repeat;
}

/*arrow*/
.arrow-warp{
    width: 100%;
    position: absolute;
    bottom: -1px;
    height: 42px;
}
.arrow-warp div{
    display: inline-block;
}
.arrow-warp .arrow-bg{
    background: url(/optionaltour/images/pc/branch/top/top_arrow_bg.png);
    height: 100%;
    width: calc(50% - 42px);
}

.arrow-warp .arrow{
    background: url(/optionaltour/images/pc/branch/top/top_arrow.png) no-repeat center center;
    width: 84px;
    height: 100%;
}

/*main*/

#tour_ranking {
    background: url(/optionaltour/images/pc/ranking_bg.png);
    padding: 45px 0 40px;
}

#tour_ranking .tour-card-warp .tour-card{
    background-color: transparent;
    min-height: 366px;
}

#tour_ranking .tour-card-warp .tour-card .tour-card-head{
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
}

#tour_ranking .tour-card-warp .tour-card .tour-card-image{
    position: relative;
    max-height: inherit;
    height: 100%;
}

#tour_ranking .tour-card-warp .tour-card .tour-card-image img{
    /*position: absolute;*/
    /*top: 0;*/
    /*height: 100%;*/
    /*left: 50%;*/
    /*transform: translateX(-50%);*/
    /*max-width: inherit;*/
}

#tour_ranking .tour-card-warp .tour-card .tour-card-image:after{
    content: "";
    position: absolute;
    bottom: 0;
    background: -webkit-linear-gradient(to top,#222,#3330 40%);
    background: -o-linear-gradient(to top,#222,#3330 40%);
    background: -moz-linear-gradient(to top,#222,#3330 40%);
    background: linear-gradient(to top,#222,#3330 40%);
    width: 100%;
    padding-top: 100%;
}

#tour_ranking .tour-card-warp .tour-card .tour-card-price{
    bottom: auto;
    top: 205px;
}

#tour_ranking .tour-card-warp .tour-card .tour-card-detail{
    position: relative;
    padding: 256px 10px 20px;
}

#tour_ranking .ranking-icon:before{
    z-index: 1;
}

#tour_ranking .tour-card-warp .tour-card > a:nth-child(1){
    padding-bottom:0;
}

#tour_ranking .tour-card-warp .tour-card .tour-card-detail .title{
    margin-bottom:0;
    color: #fff;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.8);
}

#recommend {
    background-color: #fff2e5;
    padding: 80px 0 60px;
}

#recommend .tour-card-group{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

#recommend .tour-card-warp{
    height:auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

#recommend .recommend-area .sale-mark::after {
    top: -20px;
    right: -20px;
}

#recommend .tour-card-warp .tour-card{
    width: 245px!important;
}

#recommend .tour-card-warp .tour-card .tour-card-image.css-trimming-img{
    padding-top: 184px!important;
}

#recommend .tour-card-warp .tour-card .tour-card-detail{
    padding: 15px 15px 0;
}

#tour_ranking .des_tag,#recommend .des_tag {
    margin-bottom: 10px;
}

#tour_ranking .des_tag li,#recommend .des_tag li {
    background-color: #538ca6;
    display: inline-block;
    vertical-align: top;
    border-radius: 5px;
    padding: 10px 10px;
    font-size: 12px;
    color: #ffffff;
    margin-bottom: 2px;
}


#tour_ranking .sale-mark,#recommend .sale-mark{
    line-height: 1;
    padding-top: 14px;
    z-index: 1;
}

#tour_ranking .sale-mark .sale-mark-text,#recommend .sale-mark .sale-mark-text{
    font-size: 12px;
}

#tour_ranking .sale-mark .sale-mark-percent,#recommend .sale-mark .sale-mark-percent{
    font-size: 24px;
    transform: translateY(3px);
    display: inline-block;
}

#recommend .price-frame-sale span:first-child{
    font-size: 13px;
}

#recommend [class^=price-frame] span.price{
    font-size: 20px;
}

#recommend [class^=price-frame-sale] span.price:before{
    left: 4px;
    border-width: 6px 0 6px 8px;
}

/*tour-making-story*/
#tour-making-story{
    padding: 85px 0 65px 0;
    background: url(/optionaltour/images/pc/branch/top/tour-making-story_bg.jpg)no-repeat center center;
    background-size: cover;
}

#tour-making-story .store-info-area{
    margin-bottom: 25px;
    position: relative;
    height: 500px;
}

#tour-making-story .store-info-area .area{
    position: absolute;
    top: 0;
    width: 100%;
    box-shadow: 6px 5px 0px #ccc;
    display: none;
}

#tour-making-story .store-info-bg{
    height: 500px;
    overflow: hidden;
    position: relative;
}

#tour-making-story .store-info-bg img{
    position: absolute;
    right: 0;
    bottom: 0;
}


#tour-making-story .store-info{
    position: absolute;
    top: 0;
    background-color: #fff;
    width: 340px;
    height: 100%;
    padding-top: 70px;
}

#tour-making-story .store-info:after{
    content: "";
    background-color: #ffffff;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 200px;
    height: 100%;
    -webkit-transform: skewX(-20deg);
    -ms-transform: skewX(-20deg);
    transform: skewX(-20deg);
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
}

#tour-making-story h1{
    color: #a3c8d9;
    font-size: 100px;
    font-family: "Raleway", sans-serif;
    font-style: italic;
    font-weight: 200;
    letter-spacing: -4px;
    display: inline-block;
    position: absolute;
    top: -50px;
    left: 40px;
    z-index: 5;
}

#tour-making-story .info-text{
    position: relative;
    padding-left: 40px;
    z-index: 5;
}

#tour-making-story .info-text h3{
    font-size: 18px;
    line-height: 1.5;
    color: #4c4c4c;
    width: 390px;
    margin-bottom: 17px;
    font-style: italic;
}

#tour-making-story .info-text p{
    line-height: 1.8;
    color: #4c4c4c;
    font-size: 14px;
}

#tour-making-story a.story-btn{
    position: absolute;
    bottom: 4px;
    left: 4px;
    display: block;
    width: 332px;/*27*/
    height: 60px;
    background-color: #f2973d;
    line-height: 60px;
    color: #fff;
    z-index: 5;
    text-align: center;
}

#tour-making-story a.story-btn:after{
    content: "";
    position: absolute;
    top: 0px;
    right: -20px;
    border-color: #f2973d transparent transparent transparent;
    border-style: solid solid solid solid;
    border-width: 60px 20px 0px 00px;
}

#tour-making-story a.story-btn i{
    position: absolute;
    right: 30px;
    padding-top: 20px;
}
#tour-making-story a.story-btn i:first-child{
    right:35px;
}

#tour-making-story .making-area ul {
    font-size: 0;
    padding: 0 18px;
}

#tour-making-story .making-area li {
    font-size: 16px;
    display: inline-block;
    vertical-align: top;
    margin: 3px;
    width: 260px;
    position: relative;
}

#tour-making-story .making-area li a {
    display: block;
}

#tour-making-story .making-area li .css-trimming-img {
    padding-top: 80px;
}

#tour-making-story .making-area .overlay-text,
#tour-making-story .making-area .overlay-text p,
#tour-making-story .making-area .overlay-text .mask-text,
#tour-making-story .making-area .overlay-text:hover,#tour-making-story .making-area .selected .overlay-text{
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#tour-making-story .making-area .overlay-text {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.5);
    overflow: hidden;
}

#tour-making-story .making-area .overlay-text p {
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    text-align: right;
    font-size: 24px;
    line-height: 18px;
    padding-top: 54px;
    padding-right: 10px;
    font-style: italic;
    text-shadow:    0px 1px 3px rgba(0, 0, 0, 0.2),
                    1px 1px 3px rgba(0, 0, 0, 0.2),
                    1px 0px 3px rgba(0, 0, 0, 0.2),
                    1px -1px 3px rgba(0, 0, 0, 0.2),
                    0px -1px 3px rgba(0, 0, 0, 0.2),
                    -1px -1px 3px rgba(0, 0, 0, 0.2),
                    -1px 0px 3px rgba(0, 0, 0, 0.2),
                    -1px 1px 3px rgba(0, 0, 0, 0.2);
}

#tour-making-story .making-area .overlay-text .mask-text {
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    padding-top: 8px;
    padding-right: 10px;
    text-align: right;
    opacity: 0;
    overflow: hidden;
    font-size: 16px;
    line-height: 14px;
    font-style: italic;
    text-shadow:    0px 1px 3px rgba(0, 0, 0, 0.2),
                    1px 1px 3px rgba(0, 0, 0, 0.2),
                    1px 0px 3px rgba(0, 0, 0, 0.2),
                    1px -1px 3px rgba(0, 0, 0, 0.2),
                    0px -1px 3px rgba(0, 0, 0, 0.2),
                    -1px -1px 3px rgba(0, 0, 0, 0.2),
                    -1px 0px 3px rgba(0, 0, 0, 0.2),
                    -1px 1px 3px rgba(0, 0, 0, 0.2);
}

#tour-making-story .making-area .overlay-text:hover,#tour-making-story .making-area .selected .overlay-text {
    background-color: rgba(0, 0, 0, 0);
}

#tour-making-story .making-area .overlay-text:hover p,#tour-making-story .making-area .selected .overlay-text p {
    padding-top: 32px;
}

#tour-making-story .making-area .overlay-text:hover .mask-text,#tour-making-story .making-area .selected .overlay-text .mask-text{
    opacity: 1;
}

#tour-making-story .making-area .overlay-text:before ,
#tour-making-story .making-area .overlay-text:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    margin: 2px;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    opacity: 0;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

#tour-making-story .making-area .overlay-text:before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
}

#tour-making-story .making-area .overlay-text:after {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1,0);
    transform: scale(1,0);
}

#tour-making-story .making-area .overlay-text:hover:before,
#tour-making-story .making-area .overlay-text:hover:after, #tour-making-story .making-area .selected .overlay-text:after,#tour-making-story .making-area .selected .overlay-text:before{
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

#tour-making-story button{
    top: 50%;
    border: 0;
    width: 50px;
    height: 50px;
    position: absolute;
    cursor: pointer;
    z-index: 10;
}
#tour-making-story #left_btn{
    background: url(/optionaltour/images/pc/branch/top/left_arrow.png)no-repeat;
    left: -25px;
}

#tour-making-story #right_btn{
    background: url(/optionaltour/images/pc/branch/top/right_arrow.png)no-repeat;
    right: -25px;
}


/*about*/
#about{
    background: url(/optionaltour/images/pc/branch/top/about.jpg)no-repeat top center;
    background-size: cover;
    height: 490px;
    padding: 80px 0 60px;
}

#about a{
    display: block;
    width: 300px;
    height: 40px;
    background-color: #fff;
    border-radius: 10px;
    margin: 0 auto;
    color: #538ca6;
    position: relative;
}
#about a p{
    line-height: 40px;
    text-align: center;
}

#about a i.fa-angle-right{
    position: absolute;
    right: 15px;
	padding-top: 11px;
}

#about a i.fa-angle-right:first-child{
    right: 20px;
}

#about .h1-bg{
    background: url(/optionaltour/images/pc/branch/top/quotation_mark.png)no-repeat 45% 100%;
    background-size: 720px 100%;
    height: 131px;
    line-height: 131px;
}
#about .h1-bg h1{
    letter-spacing: 10px;
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 55px;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    font-weight: normal;
    transform: skewX(-10deg);
}

#about h2{
    margin-bottom: 30px;
}

#about h3{
    display: block;
    font-size: 30px;
    text-align: center;
    font-style: italic;
    margin-bottom: 55px;
    font-family: "zag", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    letter-spacing: 3px;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}

/*information*/
#information{
    padding: 80px 0;
    background-color: #e6e6e6;
}

#information .info-warp > div{
    display: inline-block;
    margin: 0 auto;
}

#information .info-warp{
    padding: 0 40px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

#information .info-warp .news-warp{
    margin-right: 40px;
    width: 553px;
    padding: 0 40px;
    background-color: #fff;
    box-sizing: border-box;
    position: relative;
}

#information .info-warp .news-warp:before{
    content: "";
    height: 3px;
    width: 100%;
    position: absolute;
    top: 0;
    text-align: center;
    left: 0;
    background-color: #538ca6;
}

#information .info-warp .news-warp dt{
    color: #538ca6;
    font-size: 14px;
    position: relative;
    height: 12px;
    line-height: 12px;
}

#information .info-warp .news-warp dt:after{
    content: "";
    position: absolute;
    top: 0;
    border-top: 1px solid #538ca6;
    width: 100%;
    margin: 5px 0;
}

#information .info-warp .news-warp dt p{
    background-color: #fff;
    position: absolute;
    z-index: 1;
    display: inline-block;
    padding-right: 10px;
}

#information .info-warp .news-warp dd{
    padding: 10px 0 30px 0;
    font-size: 16px;
    line-height: 1.5;
}

#information .info-warp .news-warp dd .title{
    font-weight: bold;
    color: #538ca6;
    margin-bottom: 5px;
    font-size: 18px;
}

#information .info-warp .news-warp dd .text {
    font-size: 14px;
    line-height: 1.8;
    color: #4c4c4c;
}

#information .info-warp .news-warp h3{
    height: 70px;
    line-height: 70px;
    font-size: 18px;
    font-weight: 400;
    font-family: "Raleway", sans-serif;
}

#information .info-warp .news-warp h3 span{
    color: #538ca6;
    font-size: 32px;
}

#information .info-warp .fb-warp{
    width: 426px;
    background-color: #fff;
    box-sizing: border-box;
}


/*search-box*/
#search-contentsBox{
    z-index: 10000;
}

[class^="popUp-overlay-"]{
    margin-top: 0px;
}

/*ipad fix*/
@media screen and (max-width:1140px){
    #tour-making-story #left_btn{
        left: 0px;
    }

    #tour-making-story #right_btn{
        right: 0px;
    }
}
