@charset "utf-8"; 
/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,span,em,strong,th,var{font-style:normal;font-weight:400;}ol,ul{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:400;}q:before,q:after{content:'';}abbr,acronym{border:0;}strong,em{font-weight:normal}figure{margin:0;padding:0;}input:focus,textarea:focus,select:focus,button:focus{outline:none;}input,button,textarea,select{color: #323743;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:none;border-radius:0;outline:none;font-size:100%;}

/* common */
html{-webkit-text-size-adjust:100%;scroll-behavior:auto;font-size:62.5%}
body{font-size:1.6rem;font-family:"Yu Gothic Medium",YuGothic,-apple-system,BlinkMacSystemFont,Roboto,"Helvetica Neue",HelveticaNeue,Arial,Verdana,"游ゴシック体","游ゴシック Medium","游ゴシック","Yu Gothic",Meiryo,sans-serif;color:#323743;font-feature-settings:"palt";line-height:1.5;letter-spacing:.05em;background:#fff}
body *{box-sizing:border-box}
input,button,textarea,select{font-family:"Yu Gothic Medium",YuGothic,-apple-system,BlinkMacSystemFont,Roboto,"Helvetica Neue",HelveticaNeue,Arial,Verdana,"游ゴシック体","游ゴシック Medium","游ゴシック","Yu Gothic",Meiryo,sans-serif;}

/* ページ共通 */
.kaigai-main{position: relative;}
.kaigai-main *{outline: none!important;}
.kaigai-main *:focus{outline: none!important;}
.kaigai-main img{max-width: 100% !important; height: auto; vertical-align: bottom;}
.arrange .sectsub:not(:first-of-type){border-top: solid 1px #ccc;}
.inner{padding: 0 10px;}

/* 共通リンク色・別ウィンドウ */
a, a:link, a:visited, a:hover{color: #323743; text-decoration: none;}
a.link-txt{color: #3498DB; text-decoration: underline;}
@media screen and (min-width:1000px){a.link-txt:hover{text-decoration:none;}}

/* アイコン */
.m-ico{display:inline-flex;align-items:center;font-style:normal;vertical-align:middle;margin:0 5px;font-weight:400}
.m-ico:before{position:relative;top:-1px;font-family:'Material Icons Round';content:attr(data-icon);font-size:100%}
.m-ico.-arrow{transform:scale(1.3)}
@media screen and (min-width: 769px){.m-ico.-arrow{transform:scale(1.5)}}
.center{text-align: center;}

/* エリアページ共通検索パネル */.area-search{padding-top: 30px;}.area-searchtab{display: flex; margin-left: -5px; padding: 0 10px;}.area-searchtab_item{margin-left: 5px;}.area-searchtab_item-box{display: flex; align-items: center; padding: 5px 12px; height: 100%; min-height: 50px; font-weight: bold; border-radius: 4px 4px 0 0;}.is-active .area-searchtab_item-box{border-top: solid 1px #ccc; border-left: solid 1px #ccc; border-right: solid 1px #ccc; background-color: rgba(255,255,255,.95);}.area-searchtab_item:not(.is-active) .area-searchtab_item-box{color: #fff; background: #999;}.js-tab_search .mva-search_tabitem{display: none;}.js-tab_search .area-searchtab_item .area-searchtab_item-box{transition: background 0.3s;}@media screen and (max-width: 768px){.area-searchtab_item-box{font-size: 1.3rem;}}@media screen and (min-width: 769px){ .area-searchtab_item-box{font-size: 1.4rem;} .area-search{padding-top: 50px;} .area-searchtab{padding: 0;} .area-searchtab_item-box{padding: 5px 30px;} .is-active .area-searchtab_item-box{border: none;} .js-tab_search .area-searchtab_item:not(.is-active) .area-searchtab_item-box{cursor: pointer;} .js-tab_search .area-searchtab_item:not(.is-active):hover .area-searchtab_item-box{background: #afafaf;}}

/* ページ内アンカー */
.pagenav{width: 100%; box-shadow: 0px 1px 2px 1px rgb(0 0 0 / 20%); background-color: #0094D7;}.pagenav.-scroll{position: sticky; left: 0; top: 0; z-index: 5;}.pagenavlist{display: flex;}.pagenav_item{position: relative; flex: 1; width: calc(100% / 4);}.pagenav_item a{display: flex; justify-content: center; align-items: center; flex-direction: column; min-height: 60px; line-height: 1.3; text-align: center; color: #fff; font-weight: bold; transition: background-color 0.2s ease, min-height 0.5s ease;}.pagenav_item:before,.pagenav_item:last-child:after{position: absolute; top: 50%; transform: translateY(-50%); content: ""; display: inline-block; width: 1px; height: 60%; border-left: solid 1px #fff;}.pagenav_item:before{left: 0;}.pagenav_item:last-child:after{right: 0;}.pagenav_item-box{flex: 1; display: flex; align-items: center; padding-top: 5px;}.pagenav_item .m-ico.-arrow{line-height: 1;}@media screen and (max-width: 768px){ .pagenav .inner{padding:0} .pagenav_item:first-child:before, .pagenav_item:last-child:after{display: none;} .pagenav_item-txt{font-size: 1.3rem;} .m-ico{margin: 0 2px 0 0;}}@media screen and (min-width: 769px){ .pagenav_wrap{display: flex; justify-content: space-between; align-items: center;} .pagenavlist{width: calc(100% - 240px);} .pagenav_item a{min-height: 90px; padding-bottom: 5px; line-height: 1.5;} .pagenav_item a:hover{background-color: #2da4da;} .pagenav_item-txt{font-size: 1.3rem;} .pagenav_item-txt em{display: block; font-size: 1.5rem; font-weight: bold;} .pagenav_item-txt em span{font-weight: bold;} .pagenav_item:first-child .m-ico.-arrow:before{opacity: 0;} .fixed .pagenav.-scroll .pagenav_item a{min-height: 70px;} .fixed .pagenav.-scroll .pagenav_item:first-child .m-ico.-arrow:before{opacity: 1;} .m-ico{margin: 0 5px 0 0;}}
/* キービジュアル下バナー */
.pagehead_banner {margin: 0; text-align: center;}.pagehead_banner img{width: inherit; max-width: 100%;}@media screen and (max-width: 768px){.pagehead_banner{padding: 24px 10px;}}@media screen and (min-width: 769px){.pagehead_banner{padding: 32px 0;}}

/* 見出し */
.page-ttl{padding-left: .1em; text-align: center; font-weight: bold; line-height: 1.5;}@media print,screen and (max-width: 768px) { h2{font-size: 2.2rem;}}@media print,screen and (min-width: 769px) {}.page-ttlbox{display: flex; flex-direction: column-reverse; margin: 0 auto; width: 100%; text-align: center;}.page-ttl.-line{position: relative; padding-bottom: 20px;}.page-ttl span{position: relative; font-weight: bold;}.page-ttltxt{margin: 0 10px 10px;}.page-ttltxt span{position: relative; display: inline-block; padding: 0 20px 5px; font-weight: bold;}.page-ttl.-line:after,.page-ttltxt span:after{position: absolute; bottom: 0; content: ""; display: inline-block; border-radius: 50vw;}.page-ttl.-line:after {left: 50%; transform: translate(-50%); width: 100px; height: 4px;}.page-ttltxt span:after{left: 0; width: 100%; height: 4px;}.page-subttlbox{display: flex; flex-direction: column-reverse; margin-left: auto; width: auto;}.page-subttl{text-align: center; font-weight: bold;}.page-subttltxt{margin-bottom: 5px; text-align: center; font-weight: bold;}.page-subttltxt:before, .page-subttltxt:after{content: "－";}.page-subttltxt:before{margin-right: 5px;}.page-subttltxt:after{margin-left: 5px;}.page-txt{margin-top: 30px;}.sect-txt{margin-top: 30px; text-align: center;}@media screen and (max-width: 768px){ .page-ttl span{font-size: 2.0rem;} .page-ttltxt span{font-size: 1.8rem;} .page-subttl{font-size: 2.0rem;} .page-subttltxt{font-size: 1.4rem;}}@media screen and (min-width: 769px){ .page-ttl{margin: 0; font-size: 3.5rem; letter-spacing: .1em;} .page-ttl.-line:after{height: 6px;} .page-ttl span{font-size: 2.8rem;} .page-ttltxt{margin: 0 0 10px;} .page-ttltxt span{font-size: 2.2rem;} .page-subttl{font-size: 3.0rem; letter-spacing: .1em;} .page-subttltxt{font-size: 1.8rem; letter-spacing: .1em;} .page-txt{margin-top: 40px; font-size: 1.8rem; text-align: center;}}

/* 表示・非表示 */
@media screen and (min-width: 769px){.pc-none{display: none!important;}}
@media screen and (max-width: 768px){.sp-none{display: none!important;}}
@media screen and (min-width: 769px){ a:hover{opacity: .6;}}

/* PC/SP切り替え */
.change_pc{margin-top:25px;text-align:center}
.change_pc a{color:#125687;text-decoration:underline}
.change_sp{margin-top:50px}

/* MV */
.mv{position: relative; height: 100%; background-size: cover;}.mv-wrap{margin: 0 10px;}.mv-ttl{margin-left: .1em; letter-spacing: .1em; color: #fff; text-align: center; font-weight: bold; text-shadow: 0 2px 6px rgb(0 0 0 / 80%);}.mv-ttl_name{display: inline-block; margin: 0 0 5px .3em; font-weight: bold; letter-spacing: .3em;}.mv-caption{position: absolute; right: 0; bottom: 5px; z-index: 1; padding: 0 5px; width: 100%; color: #fff; text-align: right; line-height: 1.3; text-shadow: 0 0 0.2em rgb(0 0 0 / 80%);}.mv-txt{color: #fff; background: rgba(0, 0, 0, 0.3); padding: 5px;}.mv-img{position: absolute; left: 0; top: 0; z-index: -1; float: left; width: 100%; height: 100%; overflow: hidden;}.mv-img img{width: 100%; height: 100%; object-fit: cover; object-position: 50% 50%; vertical-align: bottom;}@media print, screen and (max-width: 768px){ .mv{padding: 24px 0 50px;} .mv-ttl{font-size: 2.6rem;} .mv-ttl_name{font-size: 5.0rem;} .mv-caption{font-size: 1.2rem;} .mv-txt{margin: 20px 10px 0; font-size: 1.4rem; text-shadow: 0 2px 6px rgb(0 0 0 / 80%);}}@media print, screen and (min-width: 769px){ .mv{padding-top: 0;} .mv-ttl{font-size: 4.0rem;} .mv-ttl_name{font-size: 9.6rem;} .mv-caption{font-size: 1.4rem;} .mv-txt{margin: 20px 0 0;}}

/* breadcrumbs */
.breadcrumbs_wrapper{display:flex; align-items:center}.breadcrumbs_contents{display:block; width:100%}.breadcrumbs_item{display:inline-block; font-size:1.2rem; line-height:2}.breadcrumbs_item.-home{flex-shrink:0;}.breadcrumbs_inner{margin-bottom: -10px; padding-bottom:10px; overflow-x:auto; white-space:nowrap; width:71vw}.breadcrumbs_item:not(:last-child):after{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);display:inline-block;transform:rotate(-45deg);border:1px solid #323743;border-top:none;border-left:none;vertical-align:middle;content:"";width:1.0666666667vw;height:1.0666666667vw;margin-top:-.7vw;margin-left:1.3333333333vw}a.breadcrumbs_anchor{color:#fff;font-weight:700}@media screen and (max-width:999px){ .f-breadcrumbs{margin: 30px 0; padding: 15px 0; background: #f5f5f5;} .f-breadcrumbs .breadcrumbs_item{color: #6b6e71; margin-right:2.6666666667vw;} .f-breadcrumbs a.breadcrumbs_anchor{color: #323743;} .f-breadcrumbs .breadcrumbs_item:not(:last-child):after{border-color: #323743;}}@media screen and (min-width:1000px){ .breadcrumbs{display: inline-block; padding: 5px 15px; line-height: 1.2; background-color: rgba(0, 0, 0, 0.3);} .breadcrumbs{margin-top: 1rem;} .breadcrumbs_item{margin-right:10px} .breadcrumbs_item, .breadcrumbs_item a{color:#fff} .breadcrumbs_item:last-child{margin-right:0} .breadcrumbs_item:not(:last-child):after{border-color:#fff;width:4px;height:4px;margin-top:-3px;margin-left:4px} .breadcrumbs_inner{width:inherit}}

.ttl{font-weight: bold;}
.ttl-wrap{display: flex; justify-content: space-between; align-items: center;}
.sect-body{margin-top: 20px;}
@media screen and (max-width: 768px){
 .sect{padding: 40px 0;}
 .sectsub{margin-top: 40px;}
 .arrange .sectsub:not(:first-of-type){padding-top: 40px;}
 .ttl{font-size: 2.1rem;}
}
@media screen and (min-width: 769px){
 .sect{padding: 80px 0;}
 .sectsub{margin-top: 80px;}
 .arrange .sectsub:not(:first-of-type){padding-top: 50px;}
 .inner{position: relative; margin: 0 auto; width: 100%; max-width: 1280px;}
 .ttl{font-size: 2.2rem;}
}

/* ボタン */
.btn{cursor: pointer; position: relative; z-index: 0; overflow: hidden; display: block; padding: 16px 10px; width: 100%; line-height: 1.3; font-size: 100%; font-weight: bold; text-align: center; border-radius: 0; transition: border-radius .3s;}

/* 青線 */
.btn.-secondary{color: #3498db; background: transparent linear-gradient(112deg, #3498db, #52c8ff) 0 0 no-repeat padding-box;}.btn.-secondary:after{position: absolute; left: 0; top: 0; content: ""; display: block; z-index: -2; width: calc(100% - 6px); height: calc(100% - 6px); margin: 3px; background: #fff; transition: 0.3s;}.btn.-accent{color: #fff; background: transparent -o-linear-gradient(338deg,#cc0d21 0,#ec64a9 100%) 0 0 no-repeat padding-box; background: transparent linear-gradient(112deg,#cc0d21,#ec64a9) 0 0 no-repeat padding-box;}.btn:hover{border-radius: 40px; opacity: 1;}.btn:hover:after{border-radius: 40px;}.fbtn{margin: 30px auto 0; width: 100%; max-width: 420px;}.fbt{margin: 30px auto 0; width: 100%; max-width: 500px;}.fbt a{display: flex; flex-direction: row-reverse; align-items: center; padding: 8px 5px; min-height: 70px; text-align: center; color: #003B82; font-weight: bold; line-height: 1.3; border-radius: 50vw; border: solid 2px #003B82; background: #fff; transition: opacity 0.3s;}.fbt a:hover{opacity: .6;}.fbt_body{flex: 1;}.fbt .m-ico.-link{margin: 0; font-size: 3.0rem;}.fbt .m-ico.-link:before{transform: rotate(-90deg);}.fbt_flight{margin-top: 5px; color: #989BA1; font-size: 1.2rem; font-weight: bold;}.fbt_txt{font-weight: bold;}@media screen and (min-width: 769px){ .btn{padding: 16px 30px;} .btn[href^="tel"]{pointer-events: none; background: none;} .btn[href^="tel"]:after{background: none;} .fbtn{margin: 50px auto 0;} .fbt{margin-top: 50px;} .fbt a{padding: 8px 20px 8px 10px;} .fbt_txt{font-size: 1.8rem;}}

/* 発地切り替え */
.deptchange-ALL, .deptchange-SPK, .deptchange-SDJ, .deptchange-TYO, .deptchange-NRT, .deptchange-NGO, .deptchange-OSA, .deptchange-FUK, .deptchange-OTH{display: none;}
.deptchange-bd-SPK .deptchange-SPK, .deptchange-bd-SDJ .deptchange-SDJ,.deptchange-bd-TYO .deptchange-TYO, .deptchange-bd-NRT .deptchange-NRT,.deptchange-bd-NGO .deptchange-NGO, .deptchange-bd-OSA .deptchange-OSA, .deptchange-bd-FUK .deptchange-FUK, .deptchange-bd-OTH .deptchange-OTH{display: block;}
:not(.pagenav-dept) > .deptchange{position: relative; z-index: 0; margin: 30px auto 0; padding: 0; width: 100%; max-width: 1280px; background: rgba(255, 255, 255, 0.8); box-shadow: 0 0 3px rgb(0 0 0 / 30%);}:not(.pagenav-dept) > .deptchange .deptchange-list{display: flex; flex-wrap: wrap; justify-content: center;}:not(.pagenav-dept) > .deptchange .deptchange-item{position: relative; cursor: pointer;}:not(.pagenav-dept) > .deptchange .deptchange-item:not(:first-child):before{position: absolute; left: -0.5px; top: 50%; transform: translateY(-50%); content: ""; width: 1px; height: 50px; background: #ccc;}@media print,screen and (max-width: 768px){ :not(.pagenav-dept) > .deptchange .deptchange-list.-depttotal5 .deptchange-item:nth-child(-n + 3){width: calc(100% / 3);} :not(.pagenav-dept) > .deptchange .deptchange-list.-depttotal5 .deptchange-item:nth-child(n + 4){width: calc(100% / 2);} :not(.pagenav-dept) > .deptchange .deptchange-list:not(.-depttotal4) .deptchange-item:nth-child(n+4){border-top: solid 1px #ccc;}}:not(.pagenav-dept) > .deptchange .deptchange-box{display: flex; justify-content: center; align-items: center; padding: 10px; width: 100%; height: 100%; min-height: 60px; line-height: 1.3; font-weight: bold; text-align: center;}:not(.pagenav-dept) > .deptchange .deptchange-item:not(.is-active):after{position: absolute; left: 50%; bottom: 15px; width: 0; height: 5px; content: ""; transform: translateX(-50%); border-radius: 50vw; background: #003B82; transition: -webkit-width .2s ease; transition: width .2s ease; transition: width .2s ease, -webkit-width .2s ease;}:not(.pagenav-dept) > .deptchange .deptchange-box span{position: relative; z-index: 1; font-weight: bold;}:not(.pagenav-dept) > .deptchange .deptchange-item.is-active .deptchange-box{color: #fff; font-weight: bold;}:not(.pagenav-dept) > .deptchange .deptchange-item.is-active .deptchange-box:before,:not(.pagenav-dept) > .deptchange .deptchange-item.is-active .deptchange-box:after{position: absolute; content: "";}:not(.pagenav-dept) > .deptchange .deptchange-item.is-active .deptchange-box:before{left: calc(50% + 0.5px); top: 50%; transform: translate(-50%,-50%); width: calc(100% - 9px); height: calc(100% - 10px); border-radius: 8px; background: #003B82;}@media print,screen and (min-width: 769px){ :not(.pagenav-dept) > .deptchange{margin: 70px auto 0; border-radius: 10px; background: #fff; box-shadow: 0 0 3px rgb(0 0 0 / 30%);} :not(.pagenav-dept) > .deptchange .deptchange-list{flex-wrap: nowrap;} :not(.pagenav-dept) > .deptchange .deptchange-item{width: 100%;} :not(.pagenav-dept) > .deptchange .deptchange-box{min-height: 80px;} :not(.pagenav-dept) > .deptchange .deptchange-item:not(.is-active):after{position: absolute; left: 50%; bottom: 15px; width: 0; height: 5px; content: ""; transform: translateX(-50%); border-radius: 50vw; background: #003B82; transition: -webkit-width .2s ease; transition: width .2s ease; transition: width .2s ease, -webkit-width .2s ease;} :not(.pagenav-dept) > .deptchange .deptchange-box span{font-size: 2.0rem; letter-spacing: .2em;} :not(.pagenav-dept) > .deptchange .deptchange-item:not(.is-active):hover:after{width: 50px;} :not(.pagenav-dept) > .deptchange .deptchange-item.is-active .deptchange-box{color: #fff; font-weight: bold;} :not(.pagenav-dept) > .deptchange .deptchange-item.is-active .deptchange-box:before, :not(.pagenav-dept) > .deptchange .deptchange-item.is-active .deptchange-box:after{position: absolute; content: "";} :not(.pagenav-dept) > .deptchange .deptchange-item.is-active .deptchange-box:after{left: 50%; top: calc(100% - 10px); transform: translateX(-50%); width: 0; height: 0; border-left: 15px solid transparent; border-right: 15px solid transparent; border-top: 20px solid #003B82;}}

/* 発地切り替え */
.kaigai-main.-dept .deptchange-SPK, .kaigai-main.-dept .deptchange-TYO, .kaigai-main.-dept .deptchange-NGO, .kaigai-main.-dept .deptchange-OSA, .kaigai-main.-dept .deptchange-FUK{display: block!important;}

/* キービジュアル下バナー */
#pagehead_banner div{margin: 0; text-align: center;}
#pagehead_banner img{width: inherit; max-width: 100%;}
@media print, screen and (max-width: 768px){
 #pagehead_banner div{padding: 24px 10px;}
 .bnr_pc, .head-bn_pc{display: none;}
}
@media print, screen and(min-width: 769px){
 #pagehead_banner div{padding: 32px 0;}
 .head-bn a:hover{opacity: .6;}
 .bnr_sp, .head-bn_sp{display: none;}
}
#pagehead_banner div:nth-child(n+2){padding-top: 0;}

/* pulldown */
.form-select{position: relative; display: inline-block; width: 100%;}.form-dropdown_title{cursor: pointer; white-space: nowrap; overflow: hidden; position: relative; display: flex; justify-content: space-between; align-items: center; padding: 13px 10px; width: 100%; height: 48px; min-height: calc(1em + 31px); text-align: left; text-overflow: ellipsis; line-height: 1; color: #323743!important; border: 1px solid #bcbdc2; outline: 0; background: #fff;}@media screen and (min-width: 769px){ .form-dropdown_title{padding: 13px 20px;}}.form-dropdown_title .m-ico{transition: .2s; transform: rotateZ(0) scale(1.5);}.form-dropdown_title[aria-expanded=true] .m-ico{transform: rotateZ(180deg) scale(1.5);}.form-dropdown_list{position: absolute; z-index: 10; width: 100%; height: 0; margin: 0; padding: 0; overflow: hidden; list-style: none; opacity: 0; border-bottom: 1px solid #bcbdc2; transition: opacity .3s ease-in-out;}.form-dropdown_list[aria-hidden=false]{display: block; height: auto; background: #fff; opacity: 1;}.form-dropdown_item{padding: 13px 10px; line-height: 1.4; border-right: 1px solid #bcbdc2; border-left: 1px solid #bcbdc2; background: #fff;}@media screen and (min-width: 769px){ .form-dropdown_item{padding: 13px 17px;}}.form-dropdown_item:not(.is-active){cursor: pointer;}.form-dropdown_item.is-active, .form-dropdown_item:not(.is-active):hover{background: #f8f9f9;}

.pagenav-dept{display: none;}
.pagenav-dept .deptchange-list{display: none;}
.pagenav-dept .deptchange-list{position: absolute; z-index: 10; width: 100%; height: 0; margin: 0; padding: 0; overflow: hidden; list-style: none; opacity: 0; border-bottom: 1px solid #bcbdc2; transition: opacity .3s ease-in-out;}
.pagenav-dept .deptchange-list[aria-hidden=false]{display: block; height: auto; background: #fff; opacity: 1;}
.pagenav-dept .deptchange-item{padding: 13px 10px; line-height: 1.4; border-right: 1px solid #bcbdc2; border-left: 1px solid #bcbdc2; background: #fff;}
@media screen and (min-width: 769px){
 .pagenav-dept{display: block; width: 200px;}
 .pagenav-dept .deptchange-item{padding: 13px 17px;}
}
.pagenav-dept .deptchange-item:not(.is-active){cursor: pointer;}
.pagenav-dept .deptchange-item.is-active, .pagenav-dept .deptchange-item:not(.is-active):hover{background: #f8f9f9;}

/* エリアページ共通検索パネル */
.area{padding-top: 30px;}.areatab{display: flex; margin-left: -5px; padding: 0 10px;}.areatab_item{margin-left: 5px;}.areatab_item-box{display: flex; align-items: center; padding: 5px 8px; height: 100%; min-height: 50px; font-weight: bold; border-radius: 4px 4px 0 0;}@media print, screen and (max-width: 759px){ .areatab_item-box{font-size: 1.3rem;}}@media print, screen and (min-width: 760px) and (max-width: 768px){ .areatab_item-box{font-size: 1.4rem;}}.is-active .areatab_item-box{border-top: solid 1px #ccc; border-left: solid 1px #ccc; border-right: solid 1px #ccc; background-color: rgba(255,255,255,.95);}.areatab_item:not(.is-active) .areatab_item-box{color: #fff; background: #999;}.js-tab_search .mva_tabitem{display: none;}.js-tab_search .areatab_item .areatab_item-box{transition: background 0.3s;}@media print, screen and(min-width: 769px){ .area{padding-top: 50px;} .areatab{padding: 0;} .areatab_item-box{padding: 5px 30px;} .is-active .areatab_item-box{border: none;} .js-tab_search .areatab_item:not(.is-active) .areatab_item-box{cursor: pointer;} .js-tab_search .areatab_item:not(.is-active):hover .areatab_item-box{background: #afafaf;}
}

/* 海外DP・海外添乗員同行　*/
.searchtour .main-content, .searchescort .main-content{padding: 11px 20px 20px; border-radius: 0 4px 4px 4px; background-color: rgba(255,255,255,.95);}
@media print, screen and (max-width: 768px){
 .searchtour  .main-content, .searchescort .main-content{margin-top: -1px; padding: 15px; border-radius: 0; border-top: solid 1px #ccc;}
 .-contsearch .searchtour .main-content, .-contsearch .searchescort .main-content{margin-top: 0; border-top: none;}
 #tab1 .main-content{min-height: 28em; height: auto;}
}

/* 海外添乗員同行 */
.searchescort .main-content *:before,.searchescort .main-content *:after{box-sizing: border-box;}
.jtb__device--sp #kaigai_search_area, .jtb__device--sp #kaigai_search_escort{padding: 20px 10px;}
.T-un_topTourSearch .JTB-el_input__body{background: #fff;}


/* エリアページ共通　出発地 */
@media screen and (max-width: 768px){.deptchange{border-radius: 0;}}

/* 商品の特徴 */
.about-head{margin: 30px auto 0; width: 100%; max-width: 1100px;}.about-headlist{display: flex; flex-wrap: wrap; margin: -5px 0 0 -5px;}.about-headlist_item{position: relative; display: flex; align-items: center; flex-direction: row-reverse; margin: 5px 0 0 5px; padding: 10px; width: calc(100% / 2 - 5px); min-height: 50px; line-height: 1.4; border: solid 1px #ccc; background: #fff;}@media screen and (max-width: 768px){ .about-headlist_item{font-size: 1.4rem;} .about-headlist_item br{display: none;} .about-headlist.-hotel .about-headlist_item:last-child{width: calc(100% - 5px);}}.about-head_box{flex: 1;}.about-headlist .m-ico{margin-right: 10px; font-size: 2.0rem; color: #888;}.about-headbt{margin-top: 15px; text-align: center;}.about-headbt a{color: #003B82; font-weight: bold; transition: opacity .3s;}.about-headbt span{position: relative; line-height: 1; font-weight: bold;}.about-headbt span .m-ico{font-size: 2.6rem;}@media screen and (min-width: 769px){ .about-head{margin: 50px auto 0;} .about-headlist{flex-wrap: nowrap; margin: 0 0 0 -20px;} .about-headlist li{margin: 0 0 0 40px; width: 100%; min-height: 75px; border-radius: 5px; border: solid 1px #ccc;} .about-headlist.-ovsdp li:nth-child(-n+2){width: calc(45% / 2 - 40px);} .about-headlist.-ovsdp li:nth-child(n+3){width: calc(55% / 2 - 40px);} .about-headlist.-hotel li:nth-child(-n+2){width: calc(50% / 2 - 40px);} .about-headlist.-hotel li:nth-child(n+3){width: calc(50% - 40px);} .about-headlist li:not(:first-child):after{position: absolute; right: calc(100% + 7px); top: 50%; transform: translateY(-50%); content: "\e145"; font-family: 'Material Icons Round'; font-size: 2.6rem;} .about-headlist .m-ico{font-size: 2.6rem;} .about-headbt{margin-top: 30px;} .about-headbt a:hover{opacity: .6;}}

.mt01{margin-top: 8px;}
.mt02{margin-top: 16px;}
.mt03{margin-top: 32px;}
.mt04{margin-top: 40px;}
.price{color: #cc0d21; font-weight: bold;}
.price span{font-size: 2.5rem; font-weight: bold;}
.attention{position: relative;}
.attention:before{position: absolute; left: 0; top: 0; content: "\203B";}
.attention.-col{color: #999;}

/* 特典・サービス */
.service-wrap{margin-top: 30px;}.service-item{margin-top: 20px; background: #fff; box-shadow: 0 0 0.2em rgb(0 0 0 / 20%);}.service-box-wrap{position: relative; z-index: 0; display: flex; flex-direction: column; height: 100%;}.service-box{position: relative; z-index: 0; display: flex; flex-direction: column; height: 100%;}.service-img figure{position: relative;}.service-img figcaption{position: absolute; right: 0; bottom: 3px; padding: 0 5px; color: #fff; font-size: 1.2rem; line-height: 1.3; text-shadow: 0 0 0.2em rgb(0 0 0 / 80%);}.service-img .svgimg{background: #06b1a9; padding: 10% 20% 5%;}.service-dl{margin: 16px 16px 0;}.service-dl{flex: 1;}.service-dl dt{display: flex; flex-direction: column; text-align: center; font-size: 1.8rem; font-weight: bold;}.service-dl dt span{position: absolute; left: 0; top: 5px; display: inline-block; box-sizing: border-box; padding: 0 10px; margin: 0; height: 40px; min-width: 230px; line-height: 40px; font-size: 1.6rem; font-weight: bold; color: #fff; background: #a00; box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12);}.service-dl dt span:before{position: absolute; content: ''; top: 0; left: -7px; border: none; height: 48px; width: 7px; background: #a00; border-radius: 5px 0 0 5px;}.service-dl dt span:after{position: absolute; content: ''; bottom: -7px; left: -5px; border: none; height: 7px; width: 5px; background: #800; border-radius: 5px 0 0 5px;}.service-dl dd{margin-top: 10px;}@media print,screen and (max-width: 768px){ .service-box{padding: 8px;}}@media screen and (min-width: 769px){ .service-wrap{display: flex; flex-wrap: wrap; justify-content: center; margin: 30px 0 0 -20px;} .service-item{margin: 20px 0 0 20px; width: calc(100% / 3 - 20px);} .service-item a:hover{opacity: .6} .service-dl dt{font-size: 2.0rem;}}

/* 観光情報 */
.sect.-information{padding-bottom: 0;}
.sectsub.-tripideas{margin-top: 30px; padding: 0 0 50px; background: repeating-linear-gradient(-45deg, rgba(248, 244, 234, 50%), rgba(248, 244, 234, 50%) 2px, rgba(248, 244, 234, 100%) 2px, rgba(248, 244, 234, 100%) 4px);}
/* map */
.tripideas-map{background: #daeef1;}.tripideas-maplist{position: relative; margin: 0 auto; width: 320px; height: 435px;}.tripideas-maplist_item{position: absolute; display: flex; align-items: center; padding: 5px; font-weight: bold; border-radius: 4px; cursor: pointer; line-height: 1; transition: opacity 0.3s;}.tripideas-maplist_item.-trendcity{padding: 7px 5px 7px 10px; border-radius: 5px; background: #fff;}.tripideas-maplist_item:before{position: absolute; content: ""; display: inline-block; width: 9px; height: 9px; border-radius: 50vw; background: #ee3a23;}.tripideas-maplist_item .m-ico{margin: 0 0 0 5px; font-weight: normal;}.tripideas-maplist_item .m-ico:before{border-radius: 50vw; background: #fff;}.tripideas-maplist_item.thumbnail-current{color: #fff; background: #ee3a23;}/* detail */.tripideas_item{padding: 30px 20px;}.tripideas_ttl{display: flex; flex-direction: column; margin-left: .1em; text-align: center; font-size: 2.5rem; font-weight: bold; letter-spacing: .1em;}.tripideas_ttl:after{content: "－ " attr(data-en) " －"; margin: 5px 0 0 -.2em; font-size: 1.6rem; font-weight: normal; letter-spacing: 0;}.tripideas_txt{margin-top: 20px;}.tripideas_link{margin-top: 15px;}.tripideas_link a{color: #003B82; font-weight: bold;}.tripideas_access{margin-top: 20px; padding: 10px 15px; background: #f5f5f5;}.tripideas_access dt{font-weight: bold;}@media screen and (max-width: 959px){ .sectsub.-tripideas .inner{padding: 0;} .tripideas-wrap.-nomap{padding-top: 20px;} .tripideas-wrap.-nomap .tripideas-body{margin: 0 10px; background: #fff;} .tripideas-slide .slick-prev, .tripideas-slide .slick-next{margin-top: -15px; width: 22px; text-align: center;} .tripideas-slide .slick-prev:before, .tripideas-slide .slick-next:before{display: flex; justify-content: center; align-items: center; width: 100%; height: 100%; color: #fff; font-size: 2.5rem;} .tripideas-slide .slick-prev{left: -10px; text-align: left; color: #fff; background: #555; border-radius: 0 4px 4px 0;} .tripideas-slide .slick-next{right: -10px; color: #fff; background: #555; border-radius: 4px 0 0 4px;} .tripideas-wrap:not(.-nomap) .tripideas-slide{display: none; position: fixed; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 90%; max-height: calc(100% - 100px);} .tripideas-wrap:not(.-nomap) .tripideas_item.is-animation{opacity: 1;} .tripideas-wrap:not(.-nomap) .tripideas_item{display: none; height: 100%; background: #fff; border-radius: 3px; overflow-y: auto;}}@media screen and (min-width: 769px){ .sectsub.-tripideas{margin-top: 50px; padding: 50px 0 80px;} .tripideas-wrap{display: flex; justify-content: space-between; flex-direction: row-reverse;} .tripideas-body{width: 100%;} .tripideas-wrap:not(.-nomap) .tripideas-body{width: 60%;} .tripideas-slide{height: 100%; background-color: rgba(255, 255, 255, 0.8);} .tripideas-slide .slick-prev, .tripideas-slide .slick-next{margin-top: -15px; width: 30px;} .tripideas-slide .slick-prev{left: 20px; text-align: left;} .tripideas-slide .slick-next{right: 20px;} .tripideas-map{min-width: 478px; width: 40%;} .tripideas-maplist{width: 100%; height: 100%; min-height: 540px;} .tripideas-maplist_item:not(.thumbnail-current):hover{opacity: .6;} .tripideas_item{padding: 50px 80px;} .tripideas_ttl{margin-left: .5em; font-size: 3.0rem; letter-spacing: .5em;} .tripideas_txt{margin-top: 30px;} .tripideas_ttl:after{margin-left: -1.0em;} .tripideas_access{margin-top: 30px; padding: 10px 20px;}
}
/* slideリセット */
.tripideas-slide .slick-prev:before, .tripideas-slide .slick-next:before{border: none;}
.tripideas-slide .slick-prev:before, .tripideas-slide .slick-next:before{transform: rotate(0);}
.tripideas-slide .slick-track{display: flex;}
.tripideas-slide .slick-slide{height: auto !important;}

/* basicinfo */
.basicinfo{margin: 30px 10px 0;}
.basicinfo-dl, .basicinfo-wrap{display: flex; flex-wrap: wrap; margin-top: 20px;}.basicinfo-wrap{border-top: solid 1px #ccc;}.basicinfo-wrap_item{display: flex; width: 100%; border-bottom: solid 1px #ccc;}.basicinfo-dl dt, .basicinfo-wrap_ttl{width: 135px; font-weight: bold;}.basicinfo-dl dd, .basicinfo-wrap_txt{width: calc(100% - 135px);}.basicinfo-dl dt, .basicinfo-dl dd{border-top: solid 1px #ccc;}.basicinfo-wrap_ttl, .basicinfo-wrap_txt{padding: 20px 10px;}.basicinfo-dl dt:last-of-type, .basicinfo-dl dd:last-of-type{border-bottom: solid 1px #ccc;}.basicinfo-dl dd a, .basicinfo-wrap_txt a{display: inline-flex; justify-content: flex-start; align-items: center; color: #003B82; font-weight: bold; line-height: 1;}.basicinfo-dl dd a:after, .basicinfo-wrap_txt a:after{margin-left: 5px; font-size: 2.0rem; font-family: 'Material Icons Round'; content: "\e89e";}@media screen and (min-width: 769px){ .basicinfo{margin: 50px 0 0;} .basicinfo-dl, .basicinfo-wrap{margin-top: 50px;} .basicinfo-dl dt, .basicinfo-wrap_ttl{width: 150px;} .basicinfo-dl dd, .basicinfo-wrap_txt{width: calc(100% - 150px);} .basicinfo-dl dt, .basicinfo-dl dd, .basicinfo-wrap_ttl, .basicinfo-wrap_txt{padding: 20px;} .basicinfo-dl dd.col2, .basicinfo-wrap_item.col2 .basicinfo-wrap_txt{width: calc(100% - 150px);} .basicinfo-wrap_item.col2{width: calc(100% / 2);} .basicinfo-wrap_item:not(.col2){position: relative;} .basicinfo-wrap_item.col2 + .basicinfo-wrap_item:not(.col2):before{position: absolute; right: 0; top: -1px; content: ""; display: inline-block; width: 50%; border-top: solid 1px #ccc;}}
/* キャンペーン */
.cpn-cas{display: flex; flex-wrap: wrap; margin: 10px 0 0 -10px;}.cpn-cas_item{margin: 20px 0 0 10px; width: calc(100% / 2 - 10px);}.cpn-cas_item a{display: flex; flex-direction: column; color: #323743; text-decoration: none; transition: ease .2s;}.cpn-cas_img{order: -1; text-align: center;}.cpn-cas_ttl{margin-top: 5px; font-size: 1.2rem; font-weight: bold;}.cpn-cas_ttl span{font-weight: bold;}.cpn-cas_txt{font-size: 1.4rem;}.sect.-cpn .fbtn{display: none;}@media screen and (max-width: 768px){ .cpn-cas_txt{display: none;}}@media screen and (min-width: 769px){ .cpn-cas{margin: 20px 0 0 -40px;} .cpn-cas_item{margin: 30px 0 0 40px; width: calc(100% / 4 - 40px);} .cpn-cas_item a:hover{opacity: .8;} .cpn-cas_ttl{margin-top: 10px; font-size: 1.4rem;}}
/* spAccodion */
.cas-accordion_more{margin-top: 20px; text-align: center;}
.cas-accordion_more span{text-align: center; color: #003B82; font-weight: bold;}
.cas-accordion_more.is-open{transform: rotate(0deg); transition: transform 0.3s;}
.cas-accordion_more.is-open .m-ico{transform: rotate(180deg);}

/* title */
@media screen and (max-width: 759px){.page-subttl .dept{font-size: 1.6rem; font-weight: bold;}}
@media screen and (min-width: 760px){.page-subttl .dept{font-size: 2.4rem; font-weight: bold;}}
/* 注目情報  */
#news{background: #f3fafd;}#news .info_card{max-width: 1000px; margin: 0 auto; padding: 24px 24px 40px; background: #fff;}#news .info_card h2{text-align: center; font-weight: bold;}#news .info_card .info_list{margin-top: 16px;}#news .info_card .info_list > dt:first-of-type{border-top: 1px dashed #d9d9d9;}#news .info_card .info_list > dt{border-bottom: 1px dashed #d9d9d9;}#news .info_card .info_list > dt a{position: relative; display: flex; justify-content: space-between; align-items: center; padding: 8px 0 8px 48px; color: #323743; text-decoration: none;}#news .info_card .info_list > dt a::after{display: flex; justify-content: center; align-items: center; font-family:'Material Icons Round'; content: "\e5cc"; color: #3498DB; font-size: 2.5rem; line-height: 1;}#news .info_card .info_list > dt.new a::before{position: absolute; left: 0; top: 12px; display: inline-block; padding: 0 .4em; font-size: 1.2rem; content: "NEW"; border-radius: 3px; color: #fff; text-align: center; background-color: #3498DB;}@media screen and (max-width: 759px){ #news{padding: 40px 0;} #news .info_card h2{font-size: 1.8rem;} #news .info_card .info_list > dt a{font-size: 1.4rem;}}@media screen and (min-width: 760px){ #news{padding: 64px 0;} #news .info_card h2{font-size: 2.0rem;}}#news .info_card .info_list > dt span{position: relative; display: flex; justify-content: space-between; align-items: center; padding: 8px 0 8px 48px; color: #323743; text-decoration: none;}#news .info_card .info_list > dt.new span::before{position: absolute; left: 0; top: 12px; display: inline-block; padding: 0 .4em; font-size: 1.2rem; content: "NEW"; border-radius: 3px; color: #fff; text-align: center; background-color: #3498DB;}
/* レイアウト */
@media screen and (max-width: 959px){.subsection_wrap{margin-top: 40px;}}@media screen and (min-width: 960px){.subsection_wrap{margin-top: 80px;}}.container{position: relative;}@media screen and (max-width: 959px){.containe{width: 100%; padding: 0 15px;}}@media screen and (min-width: 960px){.container{max-width: 1280px; margin: 0 auto; padding: 0 ;}}@media screen and (min-width: 769px){.pagenavlist{margin: auto;}}.sect.-information{background: repeating-linear-gradient(-45deg, rgba(248, 244, 234, 50%), rgba(248, 244, 234, 50%) 2px, rgba(248, 244, 234, 100%) 2px, rgba(248, 244, 234, 100%) 4px);}.sectsub.-tripideas{background: transparent}#point .page-subttltxt{margin-top: 64px;}#point .page-subttltxt2{margin-top: 16px; text-align:center; font-weight:bold; color:#CC0D21;}.mv-box.-dept h1.mv-ttl{margin-top: 24px;}.bg_col01{background: repeating-linear-gradient(-45deg, rgba(255, 241, 240, 30%), rgba(255, 241, 240, 30%) 2px, rgba(255, 241, 240, 100%) 2px, rgba(255, 241, 240, 100%) 4px);}
/* early */
#point .page-subttltxt img{height: 34px; margin-right: 10px;}#early{background:#fff; margin: 30px 0; padding: 10px;}#early .ttl_box{display: flex; justify-content: space-evenly; align-items: center; margin: 5px 0 15px 0;}.aritoku_logo{display: flex; align-items: center;}#early ul.logo{border:solid 1px #a00;}#early ul.logo li{white-space: nowrap; display: table-cell; padding: 10px; margin: 5px; border:5px solid #fff; font-size: 2.0rem;}#early .logo_01{background: #a00; color: #fff; font-weight: bold;}#early .logo_02{color:#a00; font-weight: bold; text-align: center; background: #fff;}#early .logo_01 span{font-size:80%; font-weight: bold;}	#early .ttl{text-align: center;}#early .ttl span{font-weight: bold;}#early .ttl_r{color: #a00; font-size: 120%; font-weight: bold;}.cus_ttl_02{font-weight: bold; text-align: center; padding: 10px 10px 0 10px; margin: 10px 10px 0 10px;}.cus_ttl_02 span{padding:5px 10px; margin: 5px;}.cus_ttl_02_s{text-align: center; padding: 0 10px 10px 10px; margin: 0 10px 10px 10px;}.bene ul{margin-bottom: 10px;}.bene img{width: 100%;}#early figcaption{text-align:right; padding-top: 5px;}.bene_box_2clm{display: table-cell; width: calc(100vw / 2); vertical-align: top; padding: 15px 10px; background: #fff;}.bene_box_2clm .menu_detail{font-size: 1.8rem; line-height: 1.5;}.bene_box_2clm .menu_detail li{background: #FFF; padding: 5px 10px; font-weight: bold; font-size: 90%;}@media screen and (max-width: 759px){ #early .ttl_box{flex-direction: column; font-size: 1.8rem;} #early .ttl{width: 100%; margin-top: 10px;} #early .ttl span {display: block;} .aritoku_logo img{height: 60px;} #early ul.logo{width: 100%;} #early ul.logo li{font-size: 1.8rem; padding: 5px; text-align: center; vertical-align: middle; width: calc(100vw - 9.75em); line-height: 120%;} .cus_ttl_02{font-size: 1.5rem; line-height: 25px; margin-bottom: 20px;} .cus_ttl_02_s{font-size: 1.5rem;} .bene {width: 100%; margin: 0;} .bene_box_2clm {display: table-footer-group;} .bene_box_2clm figcaption{padding-bottom: 20px; font-size: 10px;}}@media screen and (min-width: 760px){ #early .ttl_box{padding: 10px 0; border-radius: 50px; background: #FBF5ED; font-size: 2.3rem;} #early .ttl{width: 70%;} .aritoku_logo img{height: 110px; padding-left: 15px;} .cus_ttl_02{font-size: 2.0rem;} .cus_ttl_02_s{font-size: 2.0rem;} .bene{width: auto; margin: 0 50px;}}ul.annotation li{ margin-left: 1.15em;}ul.annotation li:before { width: 1.15em; margin-left: -1.15em; content: "※";}.card ul.annotation li{ font-size: 1.3rem;}ul.annotation.small li{ color: #999;}ul.annotation.bold li{ font-weight: bold;}
/* cards */
.cards{display:grid; margin-top: 32px; grid-template-columns: 1fr; gap: 16px;}.card__link{ background-color: #fff; box-shadow: 0 0 0.5em rgb(0 0 0 / 20%); height: 100%; display: block;}.card__wrap{display: flex; flex-direction: column;}.card__head-inner{display: flex;}.card__unit{ order: 1;}.card__unit .crdt{position: absolute; right: 0; bottom: 5px; z-index: 1; padding: 0 5px; width: 100%; color: #fff; font-size: 1.2rem; text-align: right; line-height: 1.3; text-shadow: 0 0 0.8em rgb(0 0 0 / 80%);}.card__ttl{ order: 2;}.card__ttl .logo{display: inline-flex; align-items: center; margin-right: 5px;}.card__ttl .logo img{max-width: 100%; width: inherit; vertical-align: middle;}.card__ttl span{font-weight: bold; line-height: 1.3}.card__txt {margin-top: 16px;}.card__tags{display: flex; gap: 6px; list-style: none; padding: 0;}.card__tags li{display: block; background: #333; color: #fff; line-height: 1.3; padding: 2px 10px; margin: 3px 0 0 2px; border-radius: 50vw;}.card .small{ font-size: 1.4rem;}.card__list{margin-top: 8px;}.card__list-item{display: flex; align-items: flex-start; position: relative; font-size: 1.3rem;}.card__list-item .m-ico{margin: -2px 5px 0 0; font-size: 1.7rem;}.card__list-item .logo{margin-left: 5px;}.card__list-item .logo img{max-width: 100%; width: inherit; vertical-align: middle;}.card__ico.-air{display: flex; order: -1;}.card__ttl.-air{order: 0;}.card__ico.-air li{margin-left: 4px;}.card__ico.-air li span{display: inline-block; padding: 5px 10px; color: #fff; font-size: 1.4rem; font-weight: bold; line-height: 1; border-radius: 50vw;}.card__ico .economy{background-color: #F0B541;}.card__ico .business{background-color: #003066;}.card__ico .flight{background: #eee; color: #323743!important;}.card__botton{display: block; margin-top: 16px; padding: 6px; color:#fff; font-weight: bold; text-align: center; background: #003B82;}.card__name{font-size: 1.8rem; font-weight: bold;}@media screen and (max-width: 768px){ .card__link{padding: 12px;} .card__wrap{gap: 8px;} .card__head-inner{gap: 12px;} .card__unit{ width: 35%;} .card__unit figure{position: relative;} .card__unit figure img{width: 100%; aspect-ratio: 4 /3 ; object-fit: cover;} .card__ttl{flex: 1;} .card__ttl span{font-size: 1.8rem;} .card__ttl.-air{ margin-top: 8px;} .card__ttl.-air span{font-size: 1.6rem;} .card__tags{margin-top: 12px; font-size: 1.2rem;} .card__body{margin-top: 16px}}@media screen and (min-width: 769px){ .cards{display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;} .card__wrap{padding: 16px; gap: 8px;}  .card__link{display: flex; flex-direction: column; transition: opacity 0.3s;} .card__head{flex-grow: 1;position: relative;} .card__head-inner{display: flex; flex-direction: column;} .card__head-inner figure{position: relative; overflow: hidden; width: 100%; height: 0; padding-top: calc(2.5 / 4 * 100%)} .card__unit img{position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);width: 100%;height: 100%;object-fit: cover;vertical-align: bottom;} .card__ttl,	.card__txt{margin: 16px 16px 0;} .card__ttl span{font-size: 2.0rem;} .card__ttl.-air span{font-size: 1.8rem;} .card__name{ margin-top: 8px;} .card__tags{position: absolute; top: 6px; left: 6px; margin: 0; z-index: 2; font-size: 1.4rem;} .card__body{margin: auto 16px 16px;} .card__foot{margin: 0 16px 16px;} .card__name{text-overflow: ellipsis; word-break: break-word; max-height: calc(1.5em * 2);min-height: calc(1.5em * 2);}}
.cassette__grade{display: inline-block; z-index: 1; margin-bottom: 5px; padding: 5px 10px; color: #fff; font-size: 1.2rem; line-height: 1; background: #0094D7;}.arrange-cas_list li{padding: 4px 10px 4px 23px; line-height: 1; background: #fff;}.arrange-cas_list li.-line{ border: solid 1px #ccc;}@media screen and (max-width: 768px){ .arrange-cas_list{position: unset; max-width: 165px; display: inline-block; margin-top: 0; margin-bottom:5px;} .arrange-cas_list li{position: relative; padding-left: 20px; font-size: 1.4rem;}}@media screen and (min-width: 769px){ .cassette__grade{position: absolute; left: -5px; top: -5px; padding: 8px 10px; font-size: 1.4rem;} .arrange-cas_list{display: flex; flex-wrap: wrap; margin-top: 10px;} .arrange-cas_list li{position: relative; padding-left: 20px; font-size: 1.4rem;}}.arrange-cas_list:not(.-icon) li:not(:first-child){margin-top: 5px;}.arrange-cas_list li:before{position: absolute; left: 2px; top: 1px; font-size: 1.7rem; font-family: 'Material Icons Round';}.arrange-cas_list li.-dept:before{content: "\e905";}.arrange-cas_list li.-area:before{content: "\e0c8";}.arrange-cas_list li.-date:before{content: "\e8df";}.arrange-cas_list li.-htl:before{content: "\ea40";}.arrange-cas_list li.-air:before{content: "\e539";}.arrange-cas_list.-icon{display: flex; flex-wrap: wrap; margin-left: -10px; justify-content: center;}.arrange-cas_list.-icon li{margin-left: 10px;}
/* 安心パック */
.support-box{padding: 20px 10px 5px; height: 100%;}.support-dl dt{margin-top: 5px; font-size: 1.8rem; font-weight: bold; line-height: 1.5;}.support-dl dd{position: relative; margin-top: 10px; padding-left: 75px;}.support-dl dd:before{position: absolute; left: 0; top: 2px; display: inline-block; content: ""; width: 60px; height: 60px; border-radius: 10px;}.support-dl span{font-size: 1.2rem;}@media screen and (min-width: 769px){ .support-box{padding: 20px 20px 5px;} .support-wrap{display: flex; flex-wrap: wrap; justify-content: center; margin: 50px 0 0; background: none; } .support-dl{position: relative; padding-top: 70px;} .support-dl dt{text-align: center; font-size: 2.0rem; font-weight: bold;} .support-dl dd{position: static; margin-top: 15px; padding-left: 0;} .support-dl dd:before{left: 50%; top: 0; transform: translate(-50%, 0);}}.support-item{margin: 0 10px; background: #fff;}.support-item:not(:first-child){border-top: solid 1px #ccc;}.support-item.-help .support-dl dd:before{background: url("/kaigai/_images/common/support_help.svg") center / 70% auto no-repeat #06b1a9;}.support-item.-mail .support-dl dd:before{background: url("/kaigai/_images/common/support_mail.png") center / 70% auto no-repeat #06b1a9;}@media screen and (min-width: 769px){ .support-wrap{display: flex; flex-wrap: wrap; justify-content: center; margin: 50px 0 0; background: none;} .support-item{margin: 0; width: calc(100% / 3); border-top: none; border-left: solid 1px #ccc; } .support-item:not(:first-child){border-top: none;} .support-item:nth-child(n + 4){border-top: solid 1px #ccc;} .support-item:nth-child(3n + 1){border-left: none;} .support-wrap .card__botton{margin: 16px;}}
/* FAQ */
.sect.-faq{background: #f5f5f5;}.faq-dl, .faq-wrap{margin-top: 20px;}.faq_ttl{overflow: hidden; cursor: pointer; display: flex; justify-content: space-between; align-items: center; padding: 15px 5px; transition: all .5s ease;}.faq_ttl:not(:first-of-type), .faq-wrap > div:not(:first-of-type){border-top: solid 1px #ccc;}.faq_ttl span{display: flex; font-weight: bold;}.faq_ttl span:before{margin: -4px 10px 0 0; color: #003B82; content: "Q."; font-size: 2.6rem; line-height: 1;}.faq_ttl .m-ico{margin: 0 0 0 5px; font-size: 2.6rem; transition: all .5s ease;}.faq_ttl .m-ico:before{transition: all .5s ease;}.faq_ttl dt.is-active .m-ico:before{transform: rotateZ(180deg);}.faq_txt{display: none;}.faq_txt-box{display: flex; padding: 5px 5px 15px 5px;}.faq_txt-box:before{margin: -4px 10px 0 0; content: "A."; color: #003B82; font-size: 2.6rem; line-height: 1;}.faq_txt a{text-decoration: underline; transition: all .5s ease;}@media screen and (min-width: 769px){ .faq-dl{margin-top: 50px;} .faq_ttl{padding: 20px 30px;} .faq_ttl span:before{margin-right: 30px;} .faq_ttl:hover{opacity: .6;} .faq_txt-box{padding: 10px 30px 20px 30px;} .faq_txt-box:before{margin-right: 30px;} .faq_txt-box a:hover{opacity: .6;}}
/* pagetop */
.page-top{position:fixed;right:20px;bottom:20px;z-index:100;opacity:0;visibility:hidden;transition:opacity .3s,visibility .3s}.page-top a{display:flex;align-items:center;justify-content:center;width:50px;height:50px;font-size:2.4rem;border:1px solid #fff;border-radius:4px;background:rgba(207,240,255,1);transition:opacity .3s}.page-top a:hover{opacity:.6}.page-top.is-active{visibility:visible;opacity:1}
/* Page Foot */
.pagefoot_sect:not(:first-of-type){border-top: dotted 1px #ccc;}.pagefoot-linklist{display: flex; flex-wrap: wrap; margin: 10px 10px 0 -5px;}.pagefoot-linklist li{margin: 10px 0 0 15px; line-height: 1;}.pagefoot-linklist li:not(:last-child){padding-right: 15px; border-right: solid 1px #ccc;}@media print,screen and (max-width: 768px){ .pagefoot{padding: 0 10px;} .pagefoot_sect{padding-top: 16px; padding-bottom: 24px;} .pagefoot_sect h2{font-size: 1.6rem; font-weight: bold;}}@media print,screen and (min-width: 769px){ .pagefoot{width: 100%; max-width: 1280px; margin: 80px auto 0;} .pagefoot_sect{padding-top: 16px; padding-bottom: 24px;} .pagefoot_sect h2{font-size: 2.0rem; font-weight: bold;} .pagefoot-linklist{margin-left: -15px;}}@media print, screen and (max-width: 768px){.sns{margin-top: 30px;}}@media print, screen and(min-width: 769px){.sns{margin-top: 50px;}}.sns-list{display: flex; margin-left: -10px;}.sns-list_item{margin-left: 10px; width: 40px;}.sns-list_item a{display: block;}.sns-list_item img{width: 100%; height: auto; max-width: none;}
/* Footer Link */
.JTB-el_float__pagetop{background: rgba(207,240,255,1);}.footerlink_wrap{margin-top: 50px;}.footerlink_box h2{padding: 10px; color: #fff; font-size: 1.8rem; text-align: center; background: #555;}@media print, screen and (max-width: 768px){ .foot-sitemap{margin-top: 10px;} .foot-sitemap_list > li{border-top: dotted 1px #ccc; background: #f5f5f5;} .foot-sitemap_box{display: none; width: 100%; background: #fff;} .js-fmenuAccodion{position: relative;} .foot-sitemap_head a{display: block; padding: 10px; font-size: 1.6rem;}
 /* アコーディオン */
 .js-fmenuAccodion a{pointer-events: none;} .js-fmenuAccodion:before{position: absolute; right: 5px; top: 50%; transform: translateY(-50%) rotateZ(0deg); display: inline-block; font-family: 'Material Icons Round'; content: "\e5cf"; font-size: 2.6rem; transition: all .3s ease;} .js-fmenuAccodion.is-open:before{transform: translateY(-50%) rotateZ(180deg);} .foot-sitemap_list:first-of-type > li:first-child{margin-top: 0; padding-top: 0; border-top: none;} .foot-sitemap_list ul{display: flex; flex-wrap: wrap; padding: 10px 15px 20px 0; width: 100%; background: #fff;} .foot-sitemap_list ul > li{margin: 10px 0 0 15px; line-height: 1;} .foot-sitemap_list ul > li:not(:last-child){padding-right: 15px; border-right: solid 1px #ccc;} .footerlink_box + .footerlink_box{margin-top: 30px;}}.foot-sitemap_head a{display: block; font-weight: bold;}.footerlink_info-txt{margin-top: 10px; text-align: center;}.footerlink_info-list{margin-top: 10px;}.footerlink_info-list li{border-top: solid 1px #ccc;}.footerlink_info-list li:last-child{border-bottom: solid 1px #ccc;}.footerlink_info-list li a{position: relative; display: block; padding: 10px 30px 10px 10px;}.footerlink_info-list li a:after{position: absolute; right: 0; top: 50%; transform: translateY(-50%); font-family: 'Material Icons Round'; content: "\e5cc"; font-size: 2.6rem; font-weight: normal;}@media screen and (min-width: 769px){ .footerlink_wrap{display: flex; justify-content: space-between;} .footerlink_box.-sitemap{width: calc(100% - 330px);} .foot-sitemap{margin-top: 20px;} .foot-sitemap_list{display: flex; flex-wrap: wrap; margin-left: -10px;} .foot-sitemap_list > li{display: flex; flex-wrap: wrap; margin-left: 10px;} .foot-sitemap_head{margin-top: 2px; width: 130px;} .foot-sitemap_head a{display: block; padding: 10px; height: 100%; line-height: 1; background: #f5f5f5;} .foot-sitemap_box{width: calc(100% - 130px); margin-top: 2px; padding: 10px 0;} .foot-sitemap_list ul{display: flex; flex-wrap: wrap; margin-top: -10px;} .foot-sitemap_list ul > li{position: relative; margin: 10px 0 0 15px; line-height: 1;} .foot-sitemap_list ul > li:not(:last-child){padding-right: 15px; border-right: solid 1px #ccc;} .footerlink_box.-info{width: 300px;}}
/* Footer */
.kaigaiinfo{padding: 30px 0;}.kaigaiinfo .ttl{text-align: center;}.kaigaiinfo-sect{margin-top: 30px;}.kaigaiinfo-box{margin-top: 10px;}.kaigaiinfo-list{width: 100%; border-top: 1px solid #BCBDC2;}.kaigaiinfo-list + .kaigaiinfo-list{margin-top: 0; border-top: none;}.kaigaiinfo-list_item{border-bottom: 1px solid #BCBDC2;}.kaigaiinfo-list_item a{display: flex; justify-content: space-between; align-items: center; padding: 15px 10px; transition: opacity .3s;}.kaigaiinfo-list_item .m-ico{margin-right: 0; color: #95999e;} @media screen and (min-width: 769px){.kaigaiinfo{padding: 80px 0;} .kaigaiinfo-wrap{display: flex; justify-content: space-between;} .kaigaiinfo-sect{width: calc(100% / 3 - 20px);} .kaigaiinfo-sect:last-child{width: calc((100% / 3) * 2 - 20px);} .kaigaiinfo-box{display: flex; justify-content: space-between; margin-top: 40px;} .kaigaiinfo-list{width: 100%; border-top: none;} .kaigaiinfo-list + .kaigaiinfo-list{margin-left: 40px;} .kaigaiinfo-list_item{border-bottom: 1px solid #BCBDC2;} .kaigaiinfo-list_item:first-child{border-top: 1px solid #BCBDC2;} .kaigaiinfo-list_item a{display: flex; justify-content: space-between; align-items: center; padding: 17px 18px; transition: opacity .3s;} .kaigaiinfo-list_item a:hover{opacity: .6;}}
/* Slider */
.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent;width:100%}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0);width:100%;height:100%}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:before,.slick-track:after{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left}[dir='rtl'] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.slick-prev,.slick-next{position:absolute;top:50%;display:block;font-size:0;padding:0;cursor:pointer;border:none;outline:none;z-index:2;background:none}.slick-prev.slick-disabled:before,.slick-next.slick-disabled:before{opacity:.25}.slick-prev:before,.slick-next:before{font-size:3rem;line-height:1;opacity:.75;color:#3d2502;font-family:'Material Icons Round'}.slick-prev{left:-50px}.slick-next{right:-50px}.slick-prev:before{content:"\e5e0"}.slick-next:before{content:"\e5e1"}.slick-dotted.slick-slider{padding-bottom:50px}.slick-dots{position:absolute;bottom:15px;display:flex;justify-content:center;width:100%}.slick-dots li{position:relative;display:inline-block;width:10px;height:10px;margin:0 5px;padding:0;cursor:pointer}.slick-dots li button{font-size:0;line-height:0;display:block;width:10px;height:10px;padding:5px;cursor:pointer;color:transparent;border:0;outline:none;background:transparent}.slick-dots li button:hover,.slick-dots li button:focus{outline:none}.slick-dots li button:hover:before,.slick-dots li button:focus:before{opacity:1}.slick-dots li button:before{font-size:1rem;line-height:20px;position:absolute;top:0;left:0;content:'●';font-family:Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;text-align:center;opacity:.25;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{opacity:.75;color:#000}.slick-dots>li:first-child:last-child{display:none}
 /* modal */
@media screen and (max-width: 768px){ html.mdlock{overflow: inherit;}  body.mdlock{height: calc(var(--window-inner-height) - 1px); overflow: hidden; box-sizing: border-box;} } @media screen and (min-width: 769px){  body.mdlock{position: fixed; width: 100%; height: 100%; left: 0; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;} } .modal-content{display: none; position: fixed; left: 100%; width: 100%; background: #fff;} .modal-wrap *{box-sizing: border-box;} .modal-wrap{z-index: 10001; display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%;} .modal-overlay{z-index: 10000; display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.6);} .modal-close-bot{text-align: center; padding: 20px;} .modal-close-bot span{display: inline-block; padding: 10px 20px; border: solid 1px #ccc;} .modal-close{position: absolute; right: -30px; top: -40px; font-size: 2.5rem; color: #fff; cursor: pointer; transition: all 0.4s ease;} .modal-close .m-ico{margin: 0;}  @media screen and (max-width: 768px){  .modal-content{height: 100%;}  .modal-content-wrap{display: flex; flex-direction: column; height: 100%;}  .modal-content-in{height: 100%;}  .modal-header{display: flex; align-items: center; padding: 0 10px; height: 56px; box-shadow: 0px 1px 3px rgb(0 0 0 / 30%); background-color: #fff;}  .modal-header_ttl{flex-grow: 1; text-align: center; padding-left: 40px; font-size: 2rem; font-weight: bold;}  .modal-header button + .modal-header_ttl{padding-left: 0;}  .modal-header_bt{width: 40px;}  .modal-body{overflow-y: auto; height: 100%;}  .modal-body::-webkit-scrollbar{background: #ccc; width: 3px;}  .modal-body::-webkit-scrollbar-thumb{background: #aaa;}  .modal-close{right: 0;} } @media screen and (min-width: 769px){  .modal-content{left: 50%; top: 50%; transform: translate(-50%, -50%); margin: 30px auto; padding: 30px; width: 1200px; transition: opacity 0.5s 0s ease; opacity: 0;}  .modal-wrap{overflow-y: auto; width: 100%; height: 100%;}  .modal-wrap::-webkit-scrollbar{background: #ccc; width: 3px;}  .modal-wrap::-webkit-scrollbar{width: 10px; margin-bottom: 30px;}  .modal-wrap::-webkit-scrollbar-thumb{background: #aaa;}  .modal-content.is-animation{opacity: 1;}  .modal-header{display: none;}  .modal-close:hover{opacity: .6;} } @media screen and (max-width: 759px){  .modal-content-in::-webkit-scrollbar{background: #ccc;  width: 3px; }  .modal-content-in::-webkit-scrollbar-thumb{background: #aaa; } } @media screen and (min-width: 760px) and (max-width: 1246px){  .-pc .modal-close{right: 0;} }