@charset "utf-8";
.top_page, .top_page ul.bic_chas, .top_page .eriasr_skii, div.plan_prlist, div.plan_prlist li div.plese_p, .top_chektitle, .top_page ul.bic_chas2{overflow:hidden;}
.clearfix:after{clear:both;content:".";display:block;font-size:0;height:0;visibility:hidden;}
.clearfix{display:inline-block;}
.clearfix{display:block;}
.information{border-bottom:1px solid #EFEFEF;margin-bottom:10px;position:relative;}
.information p.backnumberBtn{overflow:hidden;position:absolute;right:8px;text-indent:100%;top:4px;white-space:nowrap;z-index:1;}
.information dl{background-color:#FFFFFF;border-bottom:1px solid #CBCBCB;padding:15px 10px;}
.information dt{padding-left:58px;}
.information dt.commonNews{background:url("../images/content/top/img_news_common.gif") no-repeat scroll left center rgba(0, 0, 0, 0);}
.information dt.japaneseNews{background:url("../images/content/top/img_news_japan.gif") no-repeat scroll left center rgba(0, 0, 0, 0);}
.information dd{border-bottom:1px dotted #AAAAAA;margin-bottom:5px;margin-top:-1.5em;padding:5px 0 5px 14em;position:relative;}
.roun_box, .roun_box2, .roun_box_sm, .roun_box_sl{margin-bottom:10px;}
.roun_box2{background:none repeat scroll 0 0 #FFFFFF;border:2px solid #00A0EA;border-radius:8px;}
.ui-helper-clearfix {
    min-height: 0;
}
.ui-datepicker {
    display: none;
    padding: 0.2em 0.2em 0;
    width: 17em;
}
.ui-widget {
    font-family: Lucida Grande,Lucida Sans,Arial,sans-serif;
    font-size: 1.1em;
}
.ui-widget-content {
    background: url("images/ui-bg_inset-hard_100_fcfdfd_1x100.png") repeat-x scroll 50% bottom #FCFDFD;
    border: 1px solid #A6C9E2;
    color: #222222;
}
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 5px;
}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 5px;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    border-bottom-left-radius: 5px;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-bottom-right-radius: 5px;
}


html{
    min-width: 1040px;
}
*{
    box-sizing: border-box;
}
body{
    background : url(none);
    background : none;
}

#AddDestination{
    display:none;
}
.Wrap {
    margin: 0 auto;
    width: 1040px;
}
.inner {
    width: 1040px;
    margin: 0 auto;
}
img{
    border-radius: 8px;
}
.defltprice{
    text-align: right;
}
.scrolltop {
    position: fixed;
    bottom: -40px;
    right: 30px;
    z-index: 101;
}
#header h1 {
    color: #fff;
}
.bg-color{
    padding: 2em 0;
    background: #fff9d8;
    -ms-box-shadow: 0px 3px 6px -3px #000 inset;
    -moz-box-shadow: 0px 3px 6px -3px #000 inset;
    -webkit-box-shadow: 0px 3px 6px -3px #000 inset;
    -o-box-shadow: 0px 3px 6px -3px #000 inset;
    box-shadow: 0px 3px 6px -3px #000 inset;
    height: 100%;
}
.bgcolorw{
    background: #f3f3f3;
    padding: 2em 0;
    -ms-box-shadow: 0px 3px 6px -3px #000 inset;
    -moz-box-shadow: 0px 3px 6px -3px #000 inset;
    -webkit-box-shadow: 0px 3px 6px -3px #000 inset;
    -o-box-shadow: 0px 3px 6px -3px #000 inset;
    box-shadow: 0px 3px 6px -3px #000 inset;
}

/*===========================  重要なお知らせ ==========================*/

p.impor{
    font-size: 15px;
    line-height: 1.5em;
    margin: 0 2em;
}
p.impor span{
    font-size: 15px;
    color: red;
    font-weight: bold;
}
p.important{
    text-align: center;
    font-size: 22px;
    line-height: 1.5em;
    margin-top: 1em;
}
p.important a{
    border:1px solid #f9f68a; 
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 1em;;
    text-decoration: underline;
    display:inline-block;
    font-weight:bold; 
    color: #00a0ea;
    background-color: #fcfac0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fcfac0), to(#f6f283));
    background-image: -webkit-linear-gradient(top, #fcfac0, #f6f283);
    background-image: -moz-linear-gradient(top, #fcfac0, #f6f283);
    background-image: -ms-linear-gradient(top, #fcfac0, #f6f283);
    background-image: -o-linear-gradient(top, #fcfac0, #f6f283);
    background-image: linear-gradient(to bottom, #fcfac0, #f6f283);
    filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#fcfac0, endColorstr=#f6f283);
    cursor: pointer;
}

p.important a:hover{
    border:1px solid #f7f25f;
    background-color: #faf68f;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#faf68f), to(#f3ed53));
    background-image: -webkit-linear-gradient(top, #faf68f, #f3ed53);
    background-image: -moz-linear-gradient(top, #faf68f, #f3ed53);
    background-image: -ms-linear-gradient(top, #faf68f, #f3ed53);
    background-image: -o-linear-gradient(top, #faf68f, #f3ed53);
    background-image: linear-gradient(to bottom, #faf68f, #f3ed53);
    filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#faf68f, endColorstr=#f3ed53);
}



/*===========================  重要なお知らせ ==========================*/



h2.titletacbig {
    color: #fff;
    font-size: 25px;
    padding: 1.5%;
    background-color: #00a0ea;
    text-align: center;
    margin: 0 0 1em;
}
p.titletacbig {
    color: #fff;
    font-size: 25px;
    padding: 1.5%;
    background-color: #00a0ea;
    text-align: center;
    margin: 0 0 1em;
    font-weight: bold;
}
.SearchCol {
    font-size: 12px;
    float: left;
    margin: 0;
    width: 25.5%;
    background: #09A1E7;
    padding: 1% 0 1% 0;
    border-radius: 10px;
    border: 2px solid #fff;
    height: 514px;
}

.SearchCol table {
    margin: 0 auto;
    width: 92%;
}
.SearchCol th, .SearchCol td {
    padding-bottom: 4%;
    color: #fff;
    border-top: 1px dotted #fff;
    vertical-align: middle;
}
.SearchCol th, .SearchCol td img {
    border-radius: 0;
}
.Sear
.SearchCol th, .SearchCol td {
    padding-bottom: 4%;
    color: #fff;
    border-top: 1px dotted #fff;
    vertical-align: top;
}
chCol td p.title_l {
    text-align: left;
    font-weight: bold;
    font-size: 15px;
    line-height: 1.4em;
    letter-spacing: 0.1em;
    padding-top: 1.5%;
    padding-left: 2%;
}
.Wdh200 {
    width: 100%;
}
.DetePickText {
    width: 99%;
    padding: 1.3% 0;
}
.roun_box2 {
    background: none;
    border: 0;
    border-radius: 8px;
    padding: 0 0 2% 0;
}

.maxbox{
    border-radius: 8px;
}
.pickupArea ul{
    width: 98%;
    margin: 1% 1% 1.5em;
    padding: 0;
}
.pickupArea ul li:first-child{
    margin-left: 0;
}
.pickupArea ul li{
    margin-left: 2%;
}

.pickupArea .areaPanel ul li{
    list-style: none;
    float: left;
    width: 23.5%;
}
.pickupArea .areaPanel ul li a img{
    -webkit-box-shadow: 2px 2px 5px #464646;
    -moz-box-shadow: 2px 2px 5px #464646;
    box-shadow: 2px 2px 5px #464646;
}

.pickupArea .areaPanel li a{
    display: block;
    /*background: #3c3c3c;
    padding: 1em 0;
    border-bottom: 4px solid #0088c5;*/
    text-decoration: none;
     opacity: 1;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.pickupArea .areaPanel li a span{
    display: none;
}
.pickupArea .areaPanel li a:hover{
    opacity: .5;
}
.areaPanel{
    width: 100%;
}

.pickupBanner ul{
    width: 100%;
}
.pickupBanner ul li{
    width: 18.95%;
    float: left;
    margin-left: 10px;
    margin-bottom: 1.5em;
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 2px 2px 5px #464646;
    -moz-box-shadow: 2px 2px 5px #464646;
    box-shadow: 2px 2px 5px #464646;
    text-align: center;
}

.pickupBanner ul li a {
    display: block;
    color: #000;
}
.pickupBanner ul li a:hover {
    text-decoration: underline;
}
.pickupBanner ul li a img{
    width: 100%;
    max-width: 300px;
}

.pickupBanner ul li a img:firstchild{
    margin-left: 0px;
}
.pickupBanner ul li a dl{
    padding: 10px;
}
.pickupBanner ul li a dl dt{
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 5px;
}

/* line 415, ../sp.scss */
.modelForm {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 3%;
    z-index: 1000;
    overflow: scroll;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/* line 430, ../sp.scss */
.modelForm > a#close {
    display: block;
    background: #EA5532;
    width: 100%;
    margin-bottom: 1em;
    padding: 0.9em 0;
     border: 2px solid #FFF;
    border-radius: 4px;
    text-align: center;
    color: #FFF;
    font-size: 16px;
    text-decoration: none;
}
/* line 443, ../sp.scss */
.modelForm .SearchCol {
    background: #FFF;
    padding: 3%;
    border-top: 4px solid #00a1e9;
    border-radius: 4px;
    width: 94%;
}
/* line 449, ../sp.scss */
.modelForm .SearchCol form table {
    width: 100%;
}
/* line 451, ../sp.scss */
.modelForm .SearchCol form table td {
    margin-bottom: 0.8em;
    padding-bottom: 0.8em;
    font-size: 12px;
}
/* line 456, ../sp.scss */
.modelForm .SearchCol form table td:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}
/* line 464, ../sp.scss */
.modelForm .SearchCol form table td p {
    float: left;
    width: 24%;
    margin-top: 24px;
    font-weight: normal;
    font-size: 11px;
    margin-left: 0px;
}
.modelForm .SearchCol #AddDestination{
    display: none;
}
/* line 468, ../sp.scss */
.modelForm .SearchCol form table td p > span {
    display: none;
}
/* line 472, ../sp.scss */
.modelForm .SearchCol form table td select {
    float: right;
    background: #FFF url(../images_big/content/top/sein.png) no-repeat;
    background-position: right 50%;
    background-size: 36px, 100%;
    width: 70%;
    height: 42px;
    margin: 0.8em 0 0 0;
    padding: 0 3em 0 0.5em;
    border: 1px solid #d5d5d5;
    border-radius: 4px;
    font-size: 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/* line 491, ../sp.scss */
.modelForm .SearchCol form table td input {
    float: right;
    background: #FFF;
    width: 70%;
    height: 42px;
    margin: 0.8em 0 0 0;
    padding: 0 0 0 0.5em;
    border: 1px solid #d5d5d5;
    border-radius: 4px;
    font-size: 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/* line 509, ../sp.scss */
.modelForm .SearchCol form table td.sp0 p {
    margin-top: 16px;
}
/* line 512, ../sp.scss */
.modelForm .SearchCol form table td.sp0 select {
    margin: 0;
}
/* line 516, ../sp.scss */
.modelForm .SearchCol form table td.posR {
    position: relative;
}
/* line 518, ../sp.scss */
.modelForm .SearchCol form table td.posR img.ui-datepicker-trigger {
    position: absolute;
    top: 36%;
    right: 3%;
}
/* line 525, ../sp.scss */
.modelForm .SearchCol form table td.formTERM > p {
    width: 10%;
}
/* line 528, ../sp.scss */
.modelForm .SearchCol form table td.formTERM > select {
    float: left;
    width: 31%;
    margin-left: 2%;
}
/* line 533, ../sp.scss */
.modelForm .SearchCol form table td.formTERM > span {
    display: block;
    float: left;
    width: 10%;
    margin: 24px 0 0 2%;
    text-align: center;
}
/* line 544, ../sp.scss */
.modelForm .SearchCol form > p input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    display: block;
    background-color: #ffdc50;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffdc50), to(#ffb023));
    background-image: -webkit-linear-gradient(top, #ffdc50, #ffb023);
    background-image: -webkit-linear-gradient(top, #ffdc50, #ffb023);
    background-image: linear-gradient(to bottom, #ffdc50, #ffb023);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ffdc50,endColorstr=#ffb023);
    width: 100%;
    margin-top: 3%;
    padding: 0.6em 0;
    border: 1px solid #ffd118;
    border-radius: 4px;
    text-align: center;
    color: #333;
    font-size: 16px;
    text-decoration: none;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
ul.modal li{
    float: left;
    width: 20%;
}
ul.modal li:first-child{
    width: 40%;
}
ul.modal li a{
    width: 100%;
    display: block;
}

.flexslider{
    margin: 0 auto!important;
    max-width: 600px;
}

.flex-control-thumbs li {
    width: 20%!important;
}
.sliderbox{
    padding: 2%;
    background: linear-gradient(to top left, #F7DE05, #DA8E00, #EDAC06, #F7DE05, #ECB802, #DAAF08, #B67B03);
    border: 2px solid yellow;
    margin: 1%;
    border-radius: 10px;
}

.plan_list_box2 {
    border-bottom: 0px;
}
.plan_list_box5 {
    width: 99%;
    margin: 0 0 0 1%;
}
.plan_list_box3 {
    width: 33.3%;
    height: 470px;
    float: left;
    border-top: 0;
}
.plan_list_box3 .plan_pho_skii {
    height: auto;
    width: 100%;
}
.plan_list_box3 .plan_pho_skii img{
    height: auto;
    width: 100%;
    max-width: 312px;
}
.plan_list_box3 .plan_fra_skii {
    width: 92%;
    float: none;
    margin: 0 auto;
}
.plan_list_box3 .plan_ttl_skii {
    width: 100%;
}
.plan_list_box3 .plan_staff_skii {
    display: none;
}
.plan_list_box3 .plan_comment_skii {
    height: auto;
    width: 100%;
    background: #ccc;
}
.plan_prlist_skii{
    border-radius: 8px;
    margin-bottom: 2em;
}


/*　お知らせのところ　*/
.topsub_con .leftbox {
    width: 65%;
}
.topsub_con .rightbox {
    width: 33%;
    margin-left: 2%;
}
/* 変更取消方法　*/
div.bnrColumn {
    width: 100%;
    box-sizing: border-box;
}
div.bnrLeftColumn, div.bnrRightColumn {
    width: 49.5%;
    box-sizing: border-box;
}
div.bnrLeftColumn {
    margin-right: 1%;
}
.leftwdh{
    float: left!important;
    width: 70%;
}
div.melmagabox {
    margin: 1% 1% 1% 0;
    width: 99%;
    float: none;
}
div.melmagabox img{
    max-width: 180px;
    width: 100%;
}
.Wdhseco {
    width: 30%;
}
.rightbox.tour .socialIconArea div.sideBarSection ul li{
    width: 50%;
    float: left;
    background: #fff;
}
.h2und h2{
    text-align: center;
    background: #bbb5fd;
    padding: 1%;
    width: 100%;
    font-size: 14px;
}
.rightbox.tour .sideBarSection {
    width: 100%;
}

.information{
    border: 0;
}

.information2 {
    border-bottom: 1px solid #EFEFEF;
    margin-bottom: 10px;
    position: relative;
}
.information2 p.backnumberBtn {
    overflow: hidden;
    position: absolute;
    right: 8px;
    text-indent: 100%;
    top: 4px;
    white-space: nowrap;
    z-index: 1;
}
.information2 p.backnumberBtn a {
    background: url("../images/content/top/bu_list_news.jpg") no-repeat scroll left top rgba(0, 0, 0, 0);
    display: block;
    height: 24px;
    width: 74px;
}
.information2 p.backnumberBtn a:hover {
    background: url("../images/content/top/bu_list_news_o.jpg") no-repeat scroll left top rgba(0, 0, 0, 0);
}
.information2 dl {
    background-color: #FFFFFF;
    border-bottom: 1px solid #CBCBCB;
    padding: 15px 10px;
}
.information2 dt {
    padding-left: 58px;
}
.information2 dt.commonNews {
    background: url("../images/content/top/img_news_common.gif") no-repeat scroll left center rgba(0, 0, 0, 0);
}
.information2 dt.japaneseNews {
    background: url("../images/content/top/img_news_japan.gif") no-repeat scroll left center rgba(0, 0, 0, 0);
}
.information2 dt.skiNews {
    background: url("../images/content/top/img_news_ski.gif") no-repeat scroll left center rgba(0, 0, 0, 0);
}

/* eyes kumura add20141211 */
.information2 dt.foreignNews {
    background: url("../images/content/top/img_news_kaigai.gif") no-repeat scroll left center rgba(0, 0, 0, 0);
}

.information2 dd {
    border-bottom: 1px dotted #AAAAAA;
    margin-bottom: 5px;
    margin-top: -1.5em;
    padding: 5px 0 5px 14em;
    position: relative;
}
.information2 dd a {
    background: url("../images/common/icon/icon_link.gif") no-repeat scroll left center rgba(0, 0, 0, 0);
    padding-left: 15px;
}

.information2 p.oshirase_n {
    background-color: #00A1E9;
    border-radius: 10px 10px 0 0;
    color: #FFFFFF;
    padding: 7px 10px;
    font-size: 15px;
    font-weight: bold;
    width: 100%;
}

.information p.oshirase_n {
    background-color: #00A1E9;
    border-radius: 10px 10px 0 0;
    color: #FFFFFF;
    padding: 7px 10px;
    font-size: 15px;
    font-weight: bold;
    width: 100%;
}

.flex-direction-nav a:before {
    text-align: center;
    width: 40px;
    color: rgba(0, 0, 0);
    text-shadow:1px 1px 0px #fff,
                -1px 1px 0px #fff, 
                1px -1px 0px #fff, 
                -1px -1px 0px #fff, 
                1px 1px 0px #fff, 
                -1px 1px 0px #fff, 
                1px -1px 0px #fff, 
                -1px -1px 0px #fff;
}
.flex-pauseplay a {
    width: 30px;
    height: 30px;
}
.flex-pauseplay a:before {
    font-size: 30px;
}
.notice{
    padding: 1em 0;
}
.notice p{
    text-align: center;
    font-size: 22px;
    font-weight: bold;
}
.notice p a{
    border:1px solid #f9f68a; 
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 1em;;
    text-decoration: underline;
    display:inline-block;
    font-weight:bold; 
    color: #00a0ea;
    background-color: #fcfac0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fcfac0), to(#f6f283));
    background-image: -webkit-linear-gradient(top, #fcfac0, #f6f283);
    background-image: -moz-linear-gradient(top, #fcfac0, #f6f283);
    background-image: -ms-linear-gradient(top, #fcfac0, #f6f283);
    background-image: -o-linear-gradient(top, #fcfac0, #f6f283);
    background-image: linear-gradient(to bottom, #fcfac0, #f6f283);
    filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#fcfac0, endColorstr=#f6f283);
    cursor: pointer;
}

.notice p a:hover{
    border:1px solid #f7f25f;
    background-color: #faf68f;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#faf68f), to(#f3ed53));
    background-image: -webkit-linear-gradient(top, #faf68f, #f3ed53);
    background-image: -moz-linear-gradient(top, #faf68f, #f3ed53);
    background-image: -ms-linear-gradient(top, #faf68f, #f3ed53);
    background-image: -o-linear-gradient(top, #faf68f, #f3ed53);
    background-image: linear-gradient(to bottom, #faf68f, #f3ed53);
    filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#faf68f, endColorstr=#f3ed53);
}
.bhsns{
    padding: 1em 0;
    background: #e2e2e2;
}
.bhsns p{
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}
.bhsns ul.snslist{
    width: 100%;
}
.bhsns ul.snslist li{
    float: left;
    width: 25%;
    text-align: center;
}
.bhsns ul.snslist li br{
    display: none;
}
.cxsecomtbt{
    padding: 1em 0;
    background: #f3f3f3;
}
.cxsecomtbt .leftbox{
    float: left;
    width: 25%;
    padding: 1em;
}
.cxsecomtbt .leftbox p{
    line-height: 1.5em;
    margin: 10px 0 0 0;
}
.cxsecomtbt .leftbox:nth-child(2){
    margin: 0;
    border-right: 2px solid #e2e2e2;
    border-left: 2px solid #e2e2e2;
}
.cxsecomtbt .leftbox:nth-child(3){
    margin: 0;
    border-right: 2px solid #e2e2e2;
}
.cxsecomtbt .leftbox form{
    text-align: center;
}
.cxsecomtbt .leftbox p.tbtimg{
    text-align: center;
}
.cxsecomtbt .leftbox p.bigfo{
    text-align: center;
    padding: 0 0 1em;
    font-weight: bold;
    font-size: 15px;
}
.customerbox{
    padding: 1em;
    background: #f3f3f3;
}
.customerbox p{
    float: left;
    width: 14%;
    padding: 1.1em 0;
    text-align: center;
    font-weight: bold;
    font-size: 15px;
}
.customerbox ul{
    float: left;
    width: 86%;
}
.customerbox ul li{
    float: left;
    width: 16%;
    text-align: center;
    line-height: 2em;
}
.customerbox ul li a{
    color: #00a0ea;
}


.mailmagabox{
    padding: 1em;
    background: #e2e2e2;
}
.mailmagabox p{
    float: left;
    width: 14%;
    text-align: center;
    font-weight: bold;
    font-size: 15px;
}
.mailmagabox ul{
    float: left;
    width: 86%;
}
.mailmagabox ul li{
    float: left;
    width: 16%;
    text-align: center;
}
.mailmagabox ul li a{
    color: #00a0ea;
}
.outsidelinkbox{
    padding: 1em;
    background: #e2e2e2;
}
.outsidelinkbox p{
    float: left;
    width: 14%;
    text-align: center;
    padding: 1.4em 0;
    font-weight: bold;
    font-size: 15px;
}
.outsidelinkbox ul{
    float: left;
    width: 86%;
}
.outsidelinkbox ul li{
    float: left;
    width: 25%;
    text-align: center;
}


/*      ヘッダー　　　　　　*/

#header{
    margin: 0 0 1em;
}
#header .header-top{
    margin: 0 0 1em;
}
#header .header-top .header-t-left{
    float: left;
    width: 30%;
}
#header .header-top .header-t-center{
    float: left;
    width: 36%;
}
#header .header-top .header-t-center img{
    width: 100%;
}

/*=======================キャッシュレス用　終わったら消す=========================*/
#header .header-top .header-t-center{
	text-align: center;
}
#header .header-top .header-t-center img{
    width: 56%;
    margin: 1% auto 0;
}
/*=======================キャッシュレス用　終わったら消す=========================*/

#header .header-top .header-t-right{
    float: right;
    width: 34%;     
}
#header .header-top .header-t-right img{
    float: right;
    max-width: 100%; 
    margin: 0 0 1em;
}
#header .header-top .header-t-right ul li{
    float: left;
    width: 40%;
}
#header .header-top .header-t-right ul li:first-child{
    width: 60%;
}
#header .header-top .header-t-right ul li a {
    display: block;
    font-size: 11px;
    border: 0.1em solid #cacaca;
    padding: 0.3em;
    margin-left: 0.8em;
    background-color: #fff;
    border-radius: 2px;
    background: -webkit-linear-gradient(top,#fff 5%,#cacaca 100%);
    background: -webkit-linear-gradient(top,#fff 5%,#cacaca 100%);
    background: linear-gradient(to bottom,#fff 5%,#cacaca 100%);
    text-align: center;
    font-weight: bold;
    color: #3e3e39;
    text-decoration: none;
    cursor: pointer;
}
#header .header-list ul{
    max-width:  1040px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0px auto;
}
#header .header-list ul li{
    float: left;
    width: 25%;
    text-align: center;
    font-size: 19px;
    font-weight: bold;
}
#header .header-list ul li.small-list1{
    width:14%;
    font-size:15px;
}
#header .header-list ul li.small-list2{
    width:14%;
    font-size:15px;
}
#header .header-list ul li a{
    display: block;
    border-left: 2px solid #ccc;
    border-top: 2px solid #00a0ea;
    border-bottom: 2px solid #00a0ea;
    background: #fff9d8;
    color: #00a0ea;
    line-height: 3.69em;
}
#header .header-list ul li a:hover{
    background: #000;
    color: #fff;
}
#header .header-list ul li.borig a{
    border-right: 2px solid #ccc;
}
#header .header-list ul li.small-list1 a{
    border-left:  2px solid #00a0ea;
    -webkit-border-radius: 10px 0px 0px 10px / 10px 0px 0px 10px;
    -moz-border-radius: 10px 0px 0px 10px / 10px 0px 0px 10px;
    border-radius: 10px 0px 0px 10px / 10px 0px 0px 10px;
    line-height: 4.67em;
}
#header .header-list ul li.small-list2 a{
    border-right:  2px solid #00a0ea;
    border-left: 0;
    -webkit-border-radius: 0px 10px 10px 0px / 0px 10px 10px 0px;
    -moz-border-radius: 0px 10px 10px 0px / 0px 10px 10px 0px;
    border-radius: 0px 10px 10px 0px / 0px 10px 10px 0px;
    line-height: 4.67em;
}
/*      ヘッダー　　　　　　*/

  /* ドロップダウンメニュー*/
.dropdown {
    display: block;
}
.menu1 {
    position: relative;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}

.menu1 > li {
    float: left;
    width: 100%;
    line-height: 50px;
    background: #00a0ea;
    border: 2px solid #fff;
}

.menu1 > li a {
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

.menu1 > li a:hover {
    color: #999;
}

ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 150;
}

ul.menu__third-level {
    visibility: hidden;
    opacity: 0;
}

ul.menu__fourth-level {
    visibility: hidden;
    opacity: 0;
}

.menu1 > li:hover {
    background: #008aca;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.menu__second-level li {
    border-top: 1px solid #111;
}

.menu__third-level li {
    border-top: 1px solid #111;
}

.menu__second-level li a:hover {
    background: #007cb5;
}

.menu__third-level li a:hover {
    background: #008aca;
}

.menu__fourth-level li a:hover {
    background: #007cb5;
}

/* 下矢印 */
.init-bottom:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0 0 15px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* floatクリア */
.menu1:before,
.menu1:after {
    content: " ";
    display: table;
}

.menu1:after {
    clear: both;
}

.menu1 {
    *zoom: 1;
}
.menu1 > li.menu__single {
    position: relative;
}

li.menu__single ul.menu__second-level {
    position: absolute;
    top: 40px;
    width: 100%;
    background: #00a0ea;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

li.menu__single:hover ul.menu__second-level {
    top: 50px;
    visibility: visible;
    opacity: 1;
}
      /* ドロップダウンメニュー*/



/*　担当者オススメ　*/

.favocourse ul{
    margin-bottom: 2%;
}
.favocourse ul.fixclear{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}
.favocourse ul li{
    float: left;
    width: 24.25%;
    padding: 1em;
    margin: 0 0 0 1%;
    background: #fff9d8;
}
.favocourse ul li:first-child{
    margin: 0;
}
.favocourse ul li a{
    width: 100%;
    display: block;
    opacity: 1;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.favocourse ul li a:hover{
    opacity: .5;
}
.favocourse ul li a p img{
    width: 100%;
}
.favocourse ul li a .TOlist{
    background: #fff;
    padding: 3%;
}
.favocourse ul li a .TOlist p.TOtitle{
    font-size: 20px;
    text-align: center;
    color: #000;
    line-height: 1.4em;
}
.favocourse ul li a .TOlist .TOsetsu p{
    color: #000;
    line-height: 1.4em;
    font-size: 12px;
    font-weight: normal;
}
.favocourse ul li a .TOlist .TOsetsu p.TOprice{
    text-align: center;
    color: red;
    font-size: 18px;
}
/*　担当者オススメ　*/

/*　お知らせ用モーダル　*/
.modal-1{
    display:none;
    overflow-y: auto;
    max-height: 90%;
}

.modal-body{
    position: fixed;
    z-index: 1000;
    background: #B0E0E6;
    width: 70%;
    left: 15%;
    top: 15%;
    height: 69%;
    overflow-y: scroll;
    -webkit-overflow-scrolling:touch;
}

.modal-bg{
     z-index: 1;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    background-color: rgba(0,0,0,0.75);
}

.close{
    cursor: pointer;
}
.modal-1{
    width:690px;
}

.modal-1 .close{
    padding: 0;
    margin: 0;
    text-align: right;
    text-indent: 0;
}

.modal-1 p{
    width: 97%;
    font-size:14px;
    text-align:justify;
    letter-spacing: 0.1em;
    padding: 2%;
    margin: 0 auto;
}
.modal_border{
    padding: 2%;
}
/*　お知らせ用モーダル　*/


/* sp用スライダー*/

.main_slider {
  height: 24em;
}
.main_slider .main_link {
  float: right;
  position: relative;
  display: none;
  background: #FFFFFF;
  width: 24em;
  height: 24em;
  text-align: center;
}
.main_slider .main_link ul li {
  list-style: none;
}
.main_slider .main_link .bx-pager {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #FFFFFF;
  background: rgba(255, 255, 255, 0.8);
  padding: 0.9375em 0;
  text-align: center;
  z-index: 100;
}
.main_slider .main_link .bx-pager .bx-pager-item {
  display: inline-block;
  margin: 0 0.5em;
  vertical-align: middle;
}
.main_slider .main_link .bx-pager a {
  display: inline-block;
  width: 0.875em;
  height: 0.875em;
  background: #CACAca;
  text-indent: -9999px;
  overflow: hidden;
  border-radius: 50%;
}
.main_slider .main_link .bx-pager .active {
  background: #231815;
}
/* line 79, test.scss */
.main_slider .main_link .bx-prev {
  display: none;
  position: absolute;
  top: 0;
  left: -3em;
  background: #231815;
  background: rgba(0, 0, 0, 0.8);
  width: 3em;
  height: 100%;
  overflow: hidden;
  text-indent: -9999px;
  z-index: 100;
}
.main_slider .main_link .bx-prev:after {
  content: '';
  width: 0.5em;
  height: 0.5em;
  display: inline-block;
  border-top: solid 0.2em #FFFFFF;
  border-right: solid 0.2em #FFFFFF;
  position: absolute;
  top: 50%;
  right: 40%;
  margin-top: -0.25em;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.main_slider .main_link .bx-next {
  position: absolute;
  top: 0;
  left: -3em;
  display: block;
  background: #231815;
  background: rgba(0, 0, 0, 0.8);
  width: 3em;
  height: 100%;
  overflow: hidden;
  text-indent: -9999px;
  z-index: 100;
}
.main_slider .main_link .bx-next:after {
  content: '';
  width: 0.5em;
  height: 0.5em;
  display: inline-block;
  border-top: solid 0.2em #FFFFFF;
  border-right: solid 0.2em #FFFFFF;
  position: absolute;
  top: 50%;
  right: 40%;
  margin-top: -0.25em;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*　sp用スライダー*/

/* バナーメイン*/

/*========================= 上2~3個・下3個用================================*/
.specialite ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.specialite ul li{
    width: 32.33%;
    margin-bottom: 5px;
    float:  left;
    margin: 0.5%;
}
.specialite ul li.bigimg{
    width: 65.1%;
}
.specialite ul li.bigimg .fixed{
    background: rgba(255,255,255,0.8);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}
.specialite ul li.bigimg .fixed a{
    margin: 0 auto;
    width: 25%;
}
.specialite ul li.bigimg .fixed img{
    text-align: center;
    width: 100%;
}
.specialite ul li a{
    display: block;
    background: #fff;
    border-radius: 10px;
}
.specialite ul li.bigimg a{
    width: 100%;
}
.specialite ul li a img{
    width: 100%;
}
.specialite ul li.bigimg img{
    width: 100%;
}
.specialite ul li a img:hover{
    opacity: 0.3;
    filter: alpha(opacity=30);
}
/*========================= 上2~3個・下3個用================================*/



/*========================= 左1個・右2個用　合計3個　================================*/
.specialite2 ul.first{
    float: left;
    width: 65.5%;
    margin: 0 1% 0 0;
    margin-bottom: 1.5em;
}
.specialite2 ul.second{
    width: 32.5%;
    float: left;
    margin: 0 0 0 1%;
}
.specialite2 ul li{
    width: 100%;
    margin-bottom: 5px;
    margin: 0.5%;
}
.specialite2 ul.second li:first-child{
    margin: 0 0 2% 0;
}
.specialite2 ul li.bigimg{
    width: 100%;
}
.specialite2 ul li.bigimg .fixed{
    background: rgba(255,255,255,0.8);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}
.specialite2 ul li.bigimg .fixed a{
    margin: 0 auto;
    width: 25%;
}
.specialite2 ul li.bigimg .fixed img{
    text-align: center;
    width: 100%;
}
.specialite2 ul li a{
    display: block;
    background: #fff;
    border-radius: 10px;
}
.specialite2 ul li.bigimg a{
    width: 100%;
}
.specialite2 ul li a img{
    width: 100%;
}
.specialite2 ul li.bigimg img{
    width: 100%;
}
.specialite2 ul li a img:hover{
    opacity: 0.3;
    filter: alpha(opacity=30);
}
/*========================= 左1個・右2個用　合計3個　================================*/

@media (max-width:800px){
.fixed ul li a.deco{
    line-height: 2.7em;
}
}
@media (max-width:640px){
    
.bhsns ul.snslist li br{
    display: block;
}

html{
    min-width: 0px;
}
.Wrap {
    width: 100%;
}
.inner {
    width: 100%;
}
.spnone{
    display: none;
}
#header .header-top .header-t-left {
    float: none;
    width: 100%;
}
#header .header-top .header-t-left .header_logo {
    float: none;
    width: 100%;
}
	
.SearchCol {
    background-color: #f5f5f5;
    text-align: center;
    font-size: 12px;
    float: none;
    margin: 0 15px 50px 0;
    width: 100%;
    height: auto;
}
.modelForm .SearchCol form table td {
    position: relative;
}
.SearchCol th, .SearchCol td img {
    border-radius: 0;
    position: absolute;
    top: 40%;
    right: 3%;
}
    
.pickupBanner ul li{
    width: 48%;
}
.plan_comment_skii{
    display: none!important;
}
.pickupArea ul li:first-child{
    margin-right: 0;
}
.plan_list_box3 {
    padding: 0; 
    width: 100%;
}
.plan_list_box3 .plan_fra_skii {
    width: 100%;
}
.plan_list_box3 .plan_ttl_skii {
    width: 76%;
    padding: 1%;
}
.plan_list_box3 .plan_pho_skii {
    height: auto;
    width: 20%;
}
.pickupArea ul li{
    width: 22%;
}
    
.areaPanel{
    float: none;
    width: 100%;
}
.pickupmore{
    float: none;
    width: 100%;
    margin-left: 0%;
}
.pickupmore li a{
    background: #fff;
    border-bottom: 0px;
    padding: 0;
}
    
.pickupArea ul{
    width:98%;
    padding:0;
}
    
.plan_list_box3 {
    height: auto;
}
    
.outlink ul{
    width: 100%;
}
.outlink ul li{
    width: 179px;
    margin: 0 auto;
}
#dnavi {
    position: fixed;
}


.information2 dd {
    margin-top: 1.5em;
    margin-bottom: 1em;
    padding:0;
    position: static;
}

div.bnrLeftColumn, div.bnrRightColumn {
    width: 49.5%;
}
.topsub_con .leftbox {
    width: 100%;
}
.topsub_con .leftbox, .japanColumn {
    float: none;
}
.topsub_con .rightbox {
    width: 100%;
    margin: 0%;
}
.topsub_con .rightbox, .abroadColumn {
    float: none;
}
.modelForm .SearchCol {
    border-radius: 0;
    width: 100%;
}
.modelForm .SearchCol form > p input {
    text-indent: 0;
    padding: 0.6em 0 2em;
}
    
      
    
    /* menubar*/
.nav {
    padding: 0 2%;
    margin: 0 auto 6%;
    width: 100%;
}
.nav li {
    list-style: none;
    float: left;
}
.nav li a.deco {
    line-height: 5.4em;
    text-align: center;
    text-decoration: none;
	font-size: 12px;
	color: #00a0ea;
	background: -moz-linear-gradient(
		top,
		#ffffff 0%,
		#ffffff 50%,
		#d6d6d6);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#ffffff),
		color-stop(0.50, #ffffff),
		to(#d6d6d6));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#ffffff, endcolorstr=#d6d6d6);
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#ffffff, endcolorstr=#d6d6d6)";
    zoom: 1;
    background: linear-gradient(to bottom, #fff, #d6d6d6);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 3px solid #00a0ea;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 3px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 3px rgba(255,255,255,1);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 3px rgba(255,255,255,1);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.1),
		0px 1px 0px rgba(255,255,255,1);
}
.nav li a.deco:hover {
	background: -moz-linear-gradient(
		top,
		#d6d6d6 0%,
		#d6d6d6 50%,
		#ffffff);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#d6d6d6),
		color-stop(0.50, #d6d6d6),
		to(#ffffff));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#d6d6d6, endcolorstr=#fff);
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#d6d6d6, endcolorstr=#fff)";
    zoom: 1;
    background: linear-gradient(to bottom, #d6d6d6, #fff);
}
.hun-menu,
.hun-menu span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
}
ul.modal li a.hun-menu {
    position: relative;
    width: 100%;
    height: 5.385em;
    background: #00a0ea;
    color: #fff;
    text-align: center;
	border-radius: 10px;
    border: 2px solid #fff;
}
ul.modal li a.hun-menu:hover {
    background: #007cb5;
}
.hun-menu span {
    position: absolute;
    left: 0;
    width: 60%;
    margin-left: 20%;
    height: 4px;
    background-color: #fff;
    border-radius: 4px;
}
.hun-menu span:nth-of-type(1) {
    top: 25px;
}
.hun-menu span:nth-of-type(2) {
    top: 40px;
}
.hun-menu span:nth-of-type(3) {
    top: 55px;
}
.fixed {
    background: #555;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}
.fixed ul li.non{
    display: none;
}
.fixed ul li:first-child{
    width: 80%;
}
.fixed ul li a.deco{
    font-size: 24px;
    line-height: 2.7em;
}
ul li.smimg{
    width: 20%;
}
    /*manubar*/
.rightbox.tour .sideBarSection {
    padding: 1.5%;
}
.socialIconArea ul {
    width: 100%;
}
.rightbox.tour .sideBarSection img {
    width: 100%;
    max-width: 40px;
}
    
    
.cxsecomtbt .leftbox{
    float: none;
    width: 100%;
    margin: 2em 0;
}
.cxsecomtbt .leftbox:nth-child(2){
    margin: 0;
    padding: 0;
    border:0;
}
#header .header-top .header-t-left {
    float: none;
    width: 100%;
}
#header .header-top .header-t-left .header-logo {
    float: left;
    width: 48%;
    margin-right: 2%;
}
#header .header-top .header-t-left .header-logo img {
    width: 100%;
}
.dropdown {
    float: left;
    width: 48%;
    margin-right: 2%;
}
	
/*==========================キャッシュレス用　終わったら消す===========================*/
#header .header-top .header-t-left {
    float: left;
    width: 50%;
}
#header .header-top .header-t-left .header-logo {
    float: none;
    width: 98%;
}
.dropdown {
    float: none;
    width: 98%;
}
#header .header-top .header-t-center {
    width: 50%;
}
#header .header-top .header-t-center img {
    width: 62%;
}
/*==========================キャッシュレス用　終わったら消す===========================*/
    
.pickupArea .areaPanel li a span{
    display: block;
}
.pickupArea .areaPanel li a{
    display: block;
    background: #3c3c3c;
    padding: 1em 0;
    border-bottom: 4px solid #0088c5;
    border-radius: 4px;
    text-align: center;
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
}
.pickupArea .areaPanel li a:hover{
    opacity: 1;
}
.pickupArea li a img{
    display: none;
}
.favocourse ul li {
    width: 48%;
    margin: 1%;
}
.favocourse ul li:first-child {
    margin: 1%;
}
    
    
    /* バナーメイン*/
    
    
    /* sp用スライダー */
.main_slider {
    height: auto;
}
.main_slider .main_link {
    float: none;
    background: transparent;
    width: 100%;
    max-width: 24em;
    height: auto;
    margin: 0 auto 1em auto;
}
.main_slider .main_link a img{
    width: 100%;
}
.main_slider .main_link .bx-pager {
    position: relative;
    padding: 1em 0;
    text-align: center;
    z-index: 100;
}
.main_slider .main_link .bx-prev {
    display: block;
}
.main_slider .main_link .bx-next {
    left: auto;
    right: -3em;
}
     /* sp用スライダー */

}

@media (max-width:530px){
.pickupBanner ul li{
    width: 47%;
} 
}
@media (max-width:520px){
.leftwdh{
    width: 50%;
}
.Wdhseco {
    width: 40%;
}
}
@media (max-width:470px){
.favocourse ul li a .TOlist .TOsetsu p.TOprice {
    font-size: 13px;
} 
}
@media (max-width:380px){
.pickupBanner ul li{
    width: 46%;
}
.menu1 > li a {
    font-size: 14px;
}
.pickupBanner ul li a dl dt {
    font-size: 12px;
}
}
@media (max-width:360px){
.favocourse ul li {
    width: 98%;
    margin: 1%;
}
.favocourse ul li:first-child {
    margin: 0 1%;
}
.favocourse ul li a .TOlist .TOsetsu p.TOprice {
    font-size: 18px;
} 
}