@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:medium;}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!important;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;}

/* 共通リンク色・別ウィンドウ */
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:1000px){.m-ico.-arrow{transform:scale(1.5)}}

/*  表示・非表示  */
@media screen and (max-width:999px){.pc-only{display:none}}
@media screen and (min-width:1000px){.sp-only{display:none}}
@media screen and (max-width: 768px){.sp-none{display: none!important;}}
@media screen and (min-width: 769px){.pc-none{display: none!important;}}
@media screen and (min-width: 760px){.sp-item{display: none;}}
@media screen and (max-width: 759px){.pc-item{display: none;}}
@media screen and (max-width: 999px){.pagenavlist_item span.pc-only{display: none!important;}}

/*  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: 999px){
  .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: 1000px){
  .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}
}

/* 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}

/* ページ共通 */
.kaigai-main *{outline: none!important;}
.kaigai-main *:focus{outline: none!important;}
.kaigai-main{position: relative;}
.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;}
.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: 999px){
  .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: 1000px){
  .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: 1000px){
  .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 screen and (max-width: 999px){
  :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 screen and (min-width: 1000px){: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;}
}

/* キービジュアル下バナー */
#pagehead_banner div{margin: 0; text-align: center;}
#pagehead_banner img{width: inherit; max-width: 100%;}
@media print, screen and (max-width: 999px){
  #pagehead_banner div{padding: 24px 10px;}
  .bnr_pc, .head-bn_pc{display: none;}
}
@media print, screen and (min-width: 1000px){
  #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;}

/* 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: 1000px){.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;}
}

/* modal */
@media screen and (max-width: 999px){
  html.mdlock{overflow: inherit;}
  body.mdlock{height: calc(var(--window-inner-height) - 1px); overflow: hidden; box-sizing: border-box;}
}
@media screen and (min-width: 1000px){
  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: 999px){
  .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: 1000px){
  .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;}
}

/* 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: 1000px){
  .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: 1000px){
  .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: 1000px){
  .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-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 8px; height: 100%; min-height: 50px; font-weight: bold; border-radius: 4px 4px 0 0;}
@media print, screen and (max-width: 759px){
  .area-searchtab_item-box{font-size: 1.3rem;}
}
@media print, screen and (min-width: 760px) and (max-width: 999px){
  .area-searchtab_item-box{font-size: 1.4rem;}
}
.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 print, screen and (min-width: 1000px){
  .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;}
}

/* 海外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: 999px){
  .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;}
}
/* 海外添乗員同行 */
.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;}

/* ページ内アンカー */
.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;}
.pagenavlist_item{position: relative; flex: 1; width: calc(100% / 4);}
.pagenavlist_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;}
.pagenavlist_item:before, .pagenavlist_item:last-child:after{position: absolute; top: 50%; transform: translateY(-50%); content: ""; display: inline-block; width: 1px; height: 60%; border-left: solid 1px #fff;}
.pagenavlist_item:before{left: 0;}
.pagenavlist_item:last-child:after{right: 0;}
.pagenavlist_item-box{flex: 1; display: flex; align-items: center; padding-top: 5px;}
.m-ico.-search{margin: 0 5px 0 0; font-size: 2.0rem;}
.pagenavlist_item .m-ico.-arrow{line-height: 1;}
@media screen and (max-width: 999px){.pagenavlist_item:first-child:before,
  .pagenavlist_item:last-child:after{display: none;}
  .pagenavlist_item-txt{font-size: 1.3rem;}
  .pagenavlist_item span{display: none;}
}
@media screen and (min-width: 1000px){
  .pagenav-wrap{display: flex; justify-content: space-between; align-items: center;}
  .pagenavlist{width: calc(100% - 240px);}
  .pagenavlist_item a{min-height: 90px; padding-bottom: 5px; line-height: 1.5;}
  .pagenavlist_item a:hover{background-color: #2da4da;}
  .pagenavlist_item-txt{font-size: 1.3rem;}
  .pagenavlist_item-txt em{display: block; font-size: 1.6rem; font-weight: bold;}
  .pagenavlist_item-txt em span{font-weight: bold;}
  .m-ico.-search{font-size: 3.0rem;}
  .pagenavlist_item:first-child .m-ico.-arrow:before{opacity: 0;}
  .fixed .pagenav.-scroll .pagenavlist_item a{min-height: 70px;}
  .fixed .pagenav.-scroll .pagenavlist_item:first-child .m-ico.-arrow:before{opacity: 1;}
}

/*  エリアページ共通　出発地 */
@media screen and (max-width: 999px){.deptchange{border-radius: 0;}}

/*  見出し
============================================================================= */
.page-ttlbox{display: flex; flex-direction: column-reverse; margin: 0 auto; width: 100%; text-align: center;}
.page-ttl{padding-left: .1em; text-align: center; font-weight: bold; line-height: 1.5;}
.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-ttl{position: relative; text-align: center; font-weight: bold;}
.sect-txt{margin-top: 30px; text-align: center;}
@media screen and (max-width: 999px){
  .page-ttl{margin: 0 10px; font-size: 2.2rem;}
  .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;}
  .sect-ttl{font-size: 2.2rem;}
}
@media screen and (min-width: 1000px){
  .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;}
  .sect-ttl{font-size: 3.5rem;}
}

/*  商品の特徴 */
.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: 999px){
  .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: 1000px){
  .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;}
}

/*  ツアーカセット
============================================================================= */
.tour-cassette, .air-cassette, .arrange-ca{margin-top: 30px;}
.tour-cassette_item,.arrange-cas_item {margin-top: 10px;}
.air-cassette_item {margin-top: 20px;}
.tour-cassette_item a{position: relative; display: block; padding: 15px; height: 100%; line-height: 1.5; text-decoration: none!important; background: #fff; box-shadow: 0 0 0.5em rgb(0 0 0 / 20%); transition: opacity 0.3s;}
.air-cassette_item a {display: block; overflow: hidden;                                                               background: #fff; box-shadow: 1px 1px 4px rgb(0 0 0 / 30%); transition: opacity 0.2s ease;}
.tour-cassette_item.-icon{display: flex; flex-wrap: wrap;}
.tour-cassette_photo{position: relative; width: 30%;}
.tour-cassette_photo figure{position: relative; overflow: hidden; width: 100%; height: 0; padding-top: calc(375 / 500 * 100%)!important;}
.-ovsdp .tour-cassette_photo figure{padding-top: calc(2.5 / 4 * 100%)!important;}
.tour-cassette_photo figcaption{position: absolute; right: 0; bottom: 5px; padding: 0 5px; font-size: 1.2rem; line-height: 1.1rem; color: #fff; text-shadow: 1px 1px 0 #333, -1px -1px 0 #333, -1px 1px 0 #333, 1px -1px 0 #333, 0px 1px 0 #333, 0-1px 0 #333, -1px 0 0 #333, 1px 0 0 #333;}
.tour-cassette_photo img{position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 100%; height: 100%; object-fit: cover; vertical-align: bottom;}
.tour-cassette_name{font-size: 1.8rem; font-weight: bold; line-height: 1.3;}
.tour-cassette_name span{font-weight: bold;}
.tour-cassette_name span.logo{display: inline-flex; align-items: center; height: 100%; margin-right: 5px;}
.tour-cassette_name span.logo img{max-width: 100%; width: inherit; vertical-align: middle;}  
.tour-cassette_txt{margin-top: 15px; width: 100%;}
.lookjtb-cst_icon{display: flex; flex-wrap: wrap; margin: 12px 0 0 -2px; width: 100%;}
.lookjtb-cst_icon li{margin: 3px 0 0 2px; padding: 2px 10px; line-height: 1.3; color: #fff; font-size: 1.2rem; border-radius: 50vw; background: #333;}
.tour-cassette_list{margin-top: 15px; width: 100%;}
.-ovsdp .tour-cassette_list{margin-top: 0;}
@media screen and (max-width: 999px){
  .tour-cassette_head:after{content:"."; display:block; height:0; clear:both; visibility:hidden; font-size: 0; line-height: 0;}
  .tour-cassette_head{display:inline-block;}
  .-kaigaitour .tour-cassette_list{margin-left: calc(35% + 10px);}
  .-model .tour-cassette_list{margin-top: 0;}
}
.tour-cassette_list-item{display: flex; align-items: flex-start; position: relative; font-size: 1.3rem;}
.tour-cassette_list li:not(:first-child){margin-top: 5px;}
.tour-cassette_list-item .m-ico{margin: -2px 5px 0 0; font-size: 1.7rem;}
.tour-cassette_list-item .logo{margin-left: 5px;}
.tour-cassette_list-item .logo img{max-width: 100%; width: inherit; vertical-align: middle;}
.tour-cassette_list.-icon{display: flex; flex-wrap: wrap; margin-left: -10px;}
.tour-cassette_list.-icon li{margin-left: 10px;}
.tour-cassette_price{display: flex; justify-content: center; align-items: flex-end; margin-top: 10px; width: 100%; line-height: 1.3;}
.tour-cassette_price-num{color: #cc0d21; font-weight: bold;}
.tour-cassette_price-num span{font-size: 2.5rem; font-weight: bold;}
.tour-cassette_price-txt{padding-bottom: 5px; font-size: 1.3rem;}
.tour-cassette_att{position: relative; margin-top: 15px; padding-left: 1.2em; width: 100%; font-size: 1.2rem;}
.tour-cassette_att:before{position: absolute; left: 0; top: 0; content: "\203B";}

@media screen and (max-width: 999px){
  .tour-cassette_photo{float: left; margin: 0 10px 10px 0; width: 35%;}
  .tour-cassette_name{margin-left: calc(35% + 10px);}
  .tour-cassette_price, .tour-cassette_txt{clear: both;}
}
@media screen and (min-width: 1000px){
  .tour-cassette{display: flex; flex-wrap: wrap; margin: 30px 0 0 -20px;}
  .tour-cassette_item{margin: 20px 0 0 20px; width: calc(100% / 3 - 20px);}
  .tour-cassette_item a{display: block; padding: 0 0 20px;}
  .tour-cassette_item a:hover{opacity: .6;}
  .tour-cassette_photo{width: 100%;}
  .tour-cassette_name{margin: 0 20px; width: auto; font-size: 2.0rem;}
  .tour-cassette_photo + .tour-cassette_name{margin-top: 15px;}
  .tour-cassette_list.-icon{margin-left: 10px;}
  .tour-cassette_txt{margin: 15px 20px 0; width: auto;}
  .lookjtb-cst_icon{position: absolute; left: 0; top: 8px; z-index: 1; margin: -5px 0 0 -3px; padding: 0 8px;}
  .lookjtb-cst_icon li{margin: 5px 0 0 3px; padding: 3px 10px; font-size: 1.4rem;}
  .tour-cassette_list{margin: 15px 20px 0; width: auto;}
  .tour-cassette_list-item{font-size: 1.4rem;}
  .tour-cassette_price{margin: 15px 20px 0; width: auto;}
  .tour-cassette_att{margin: 10px 20px 0; width: auto; font-size: 1.3rem;}
}

/* 海外航空券カセット
============================================================================= */
.air-cassette_wrap{display: flex; flex-direction: column; padding-bottom: 15px;}
.air-cassette_ico{order: -1; display: flex; margin: 15px 15px 0 11px;}
.air-cassette_ico li{margin-left: 4px;}
.air-cassette_ico li span{display: inline-block; padding: 5px 10px; color: #fff; font-size: 1.4rem; font-weight: bold; line-height: 1; border-radius: 50vw;}
.air-cassette_class .economy{background-color: #F0B541;}
.air-cassette_class .business{background-color: #003066;}
.air-cassette_type .flight{color: #323743; background: #eee;}
.air-cassette_name{margin: 15px 10px 0; text-align: center; font-size: 1.8rem;}
.air-cassette_name span{font-weight: bold;}
.air-cassette_price{margin: 10px 10px 0; text-align: center; font-size: 1.4rem;}
.air-cassette_price span{color: #CC0D21; font-weight: bold;}
.air-cassette_price em{font-size: 2.8rem; font-weight: bold;}
.air-cassette_price-txt{margin: 0 10px; text-align: center; font-size: 1.4rem;}
.air-cassette_att{margin: 10px 10px 0; text-align: center; color: #999; font-size: 1.2rem;}
.tour-cassette_price + .air-cassette_att{margin-top: 0;}
.air-cassette_link{display: none;}

@media print, screen and (min-width: 1000px){
  .air-cassette{display: flex; margin: 30px 0 0 -20px;}
  .air-cassette_item{margin: 0 0 0 20px; width: calc(100% / 3 - 20px);}
  .air-cassette_item a:hover{opacity: .6;}
  .air-cassette_wrap{padding-bottom: 20px;}
  .air-cassette_ico{margin: 15px 20px 0 16px;}
  .air-cassette_link{display: block; margin: 15px 20px 0; padding: 5px; color: #fff; font-weight: bold; text-align: center; border: solid 1px #003B82; background: #003B82;}
}

/* タブ */
.air-tabhead{margin-top: 20px;}
.air-tabheadlist{display: flex; justify-content: center; margin-left: -5px;}
.air-tabheadlist_item{display: flex; justify-content: center; align-items: center; margin-left: 5px; padding: 5px; min-height: 50px; border: solid 1px #003B82; background: #fff; transition: opacity 0.2s ease;}
.air-tabheadlist_item:not(.is-active){cursor: pointer;}
.air-tabheadlist_item.is-active{color: #fff; background: #003B82;}
@media print, screen and (min-width: 1000px){
  .air-tabhead{margin-top: 30px;}
  .air-tabheadlist{margin-left: -20px;}
  .air-tabheadlist_item{padding: 10px; min-width: 150px; min-height: 60px; margin-left: 20px;}
  .air-tabheadlist_item:not(.is-active):hover{opacity: .6;}
  .air-tabbody{margin-top: 40px;}
}

/* 海外ホテル・オプション
============================================================================= */
.arrange-cas_box{position: relative; display: block; padding: 15px; height: 100%; line-height: 1.5; background: #f5f5f5; box-shadow: 0 0 0.5em rgb(0 0 0 / 20%);}
.arrange-cas_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_photo{position: relative;}
@media screen and (max-width: 999px){
  .arrange-cas_photo{float: left; margin: 0 10px 10px 0; width: 35%;}
  .arrange-cas_photo + .arrange-cas_name,
  .arrange-cas_photo + .arrange-cas_grade + .arrange-cas_name{margin-left: calc(35% + 10px);}
  .arrange-cas_price, .arrange-cas_txt, .arrange-cas_list{clear: both;}
  .-ovshtl .arrange-cas_list{position: absolute; right: 15px; top: 5px;}
}
.arrange-cas_photo figure{position: relative; overflow: hidden; width: 100%!important; height: 0; padding-top: calc(375 / 500 * 100%)!important;}
.arrange-cas_photo img{position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 100%; height: 100%; object-fit: cover;}
.arrange-cas_name{font-size: 1.8rem; font-weight: bold; line-height: 1.3;}
.arrange-cas_list{display: flex; flex-wrap: wrap; margin-top: 10px;}
.arrange-sect.-ovsair .arrange-cas_list.-icon{justify-content: center;}
.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: 0; top: -2px; 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;}
.arrange-cas_list.-icon li{margin-left: 10px;}
.-ovshtl .arrange-cas_list li{padding: 4px 10px 4px 23px; line-height: 1; border: solid 1px #ccc; background: #fff;}
.-ovshtl .arrange-cas_list li:before{left: 5px; top: 3px;}
.arrange-cas_txt{margin-top: 15px;}
.arrange-cas_price{display: flex; flex-direction: column; justify-content: center; align-items: flex-end; margin-top: 10px; width: 100%; line-height: 1.3;}
.arrange-sect.-ovsair .arrange-cas_price{align-items: center;}
.arrange-sect.-ovsairhtl .arrange-cas_price{justify-content: flex-end;}
.arrange-cas_price-num{color: #cc0d21; font-weight: bold;}
.arrange-cas_price-num span{font-size: 2.5rem; font-weight: bold;}
.arrange-cas_price-txt{padding-bottom: 5px; font-size: 1.3rem;}
.arrange-cas_price-txt{font-size: 1.3rem;}
.arrange-cas_attwrap{text-align: center;}
.arrange-cas_att{position: relative; margin-top: 15px; padding-left: 1.2em; font-size: 1.2rem;}
.arrange-cas_attwrap .arrange-cas_att{display: inline-block;}
.arrange-cas_att:before{position: absolute; left: 0; top: 0; content: "\203B";}
p.arrange-cas_link{display: none;}
ul.arrange-cas_link{margin-top: 15px;}
ul.arrange-cas_link li{margin-top: 5px;}
ul.arrange-cas_link li a{display: block; padding: 5px; color: #fff; font-weight: bold; text-align: center; border: solid 1px #003B82; background: #003B82;}
.arrange-cas_feature{margin-bottom: 10px; padding-bottom: 10px; text-align: right; border-bottom: solid 1px #ccc;}
.arrange-cas_feature a{position: relative; display: inline-block; padding: 5px 25px 5px 15px; color: #003B82; font-size: 1.2rem; font-weight: bold; text-align: center; border-radius: 50vw; border: solid 1px #003B82; background: #fff;}
.arrange-cas_feature 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: 1000px){
  .arrange-cas{display: flex; flex-wrap: wrap; margin: 50px 0 0 -20px; text-align: left;}
  .arrange-cas_item{margin: 20px 0 0 20px; width: calc(100% / 3 - 20px);}
  .arrange-cas_box{display: flex; flex-direction: column; padding: 0 0 20px;}
  .arrange-sect.-ovsairhtl .arrange-cas_box, .arrange-sect.-ovsair .arrange-cas_box{padding: 20px 0;}
  .arrange-cas_grade{position: absolute; left: -5px; top: -5px; padding: 8px 10px; font-size: 1.4rem;}
  .arrange-cas_name{display: flex; align-items: center; margin: 0 20px;}
  .arrange-cas_photo + .arrange-cas_name,
  .arrange-cas_grade + .arrange-cas_name{margin-top: 15px;}
  .arrange-cas_list + .arrange-cas_name{margin-top: 5px;}  
  .arrange-cas_list{margin: 15px 20px 0; width: auto;}
  .arrange-cas_list.-icon{margin-left: 10px;}
  .arrange-cas_txt{margin: 15px 20px 0; width: auto;}
  .arrange-cas_price{margin: 5px 20px 0; width: auto;}
  .arrange-cas_att{margin: 10px 20px 0; width: auto;}
  p.arrange-cas_link{display: block; margin: 15px 20px 0; padding: 5px; color: #fff; font-weight: bold; text-align: center; border: solid 1px #003B82; background: #003B82;}
  ul.arrange-cas_link{margin: 15px 20px 0;}
  .arrange-cas_feature a{font-size: 1.3rem;}
}
.tour-cassette_link{margin: 15px 0 0;    padding: 5px; color: #fff; font-weight: bold; text-align: center; border: solid 1px #003B82; background: #003B82;}
.service-link {margin: 30px 20px 0; padding: 5px; color: #fff; font-weight: bold; text-align: center; border: solid 1px #003B82; background: #003B82;}
@media screen and (min-width: 1000px){
  .tour-cassette_link{margin: 15px 20px 0;}
}

/*  特典・サービス
============================================================================= */
.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{position: relative; z-index: 0; display: flex; flex-direction: column; padding-bottom: 20px; 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: 10px 20px 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 screen and (min-width: 1000px){
  .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;}
}

/*  安心パック */
.support-wrap{margin-top: 30px; background: #fff;}
.support-item{position: relative; margin: 0 10px;}
.support-item:not(:first-child){border-top: solid 1px #ccc;}
.support-box{padding: 20px 10px 5px; height: 100%;}
.support-packnum{display: inline-block; padding: 7px 10px; color: #fff; font-size: 1.2rem; font-weight: bold; line-height: 1; background: #003B82;}
.support-packnum span{font-weight: bold;}
.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-item.-heart .support-dl dd:before{background: url("/kaigai/_images/common/support_heart.svg") center / 70% auto no-repeat #06b1a9;}
.support-item.-help .support-dl dd:before{background: url("/kaigai/_images/common/support_help.svg") center / 70% auto no-repeat #06b1a9;}
.support-item.-omimai .support-dl dd:before{background: url("/kaigai/_images/common/support_omimai.svg") center / 70% auto no-repeat #06b1a9;}
.support-item.-tel .support-dl dd:before{background: url("/kaigai/_images/common/support_tel.svg") center / 70% auto no-repeat #06b1a9;}
.support-item.-talk .support-dl dd:before{background: url("/kaigai/_images/common/support_talk.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;}
.support-dl span{font-size: 1.2rem;}
@media screen and (min-width: 1000px){.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; background: #fff;}
  .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-packnum{position: absolute; left: 0; top: 0; padding: 10px 5px; border-radius: 0 0 10px 0;}
  .support-packnum span{display: block; text-align: center; font-size: 3.0rem;}
  .support-box{padding: 30px 30px 5px;}  
  .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);}
}
/* 観光情報 */
.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: 1000px){
  .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{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: 1000px){.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: 999px){
  .cpn-cas_txt{display: none;}
}
@media screen and (min-width: 1000px){
  .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;}
}
/*  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: 1000px){.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;}
}
/*  Page Foot */
.pagefoot{margin-top: 20px;}
.pagefoot_sect{padding-bottom: 20px;}
.pagefoot_sect:not(:first-of-type){border-top: dotted 1px #ccc;}
.pagefoot_sect h2{padding: 20px 10px 0; font-size: 1.6rem; font-weight: bold;}
.pagefoot-featurelist{display: flex; flex-wrap: wrap; margin: 10px 10px 0 0;}
.pagefoot-featurelist li{margin: 10px 0 0 10px; width: calc(100% / 2 - 10px);}
.pagefoot_featurelist li a{display: block; color: #323743; text-decoration: none; transition: ease .2s;}
.pagefoot-featurelist_txt{margin-top: 5px; text-align: left; line-height: 1.3;}
.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 screen and (min-width: 1000px){
  .pagefoot{margin-top: 50px;}
  .pagefoot_sect:not(:first-of-type){margin-top: 30px; padding-top: 30px;}
  .pagefoot_sect h2{padding: 20px 0 0; font-size: 2.0rem;}
  .pagefoot-featurelist{margin: 0 0 0 -20px;}
  .pagefoot-featurelist li{margin: 20px 0 0 20px; width: calc(100% / 3 - 20px);}
  .pagefoot_featurelist a:hover{opacity: .8;}
  .pagefoot-linklist{margin-left: -15px;}
}
@media print, screen and (max-width: 999px){.sns{margin-top: 30px;}}
@media print, screen and (min-width: 1000px){.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: 999px){
  .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: 1000px){
  .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;}
}
/* 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);}
/*20240729CMSクレジット表記追加 */
span.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%);}
@media screen and (min-width: 760px){.news__list > dt a{padding: 10px 10px 7px 75px;}}
/*スマホ不具合　20250116追加*/
@media screen and (max-width: 759px){/*エリアページ　OP商品導線表示*/
  #fit #op p.arrange-cas_link{display: block; margin: 15px 20px 0; padding: 5px; color: #fff; font-weight: bold; text-align: center; border: solid 1px #003B82; background: #003B82;}
  /*エリアページ　ホテル　グレードとエリア名被り修正*/
  .-ovshtl .arrange-cas_list{position: unset; max-width: 165px;}
  .arrange-cas_list{display: inline-block; margin-top: 0; margin-bottom:5px;}
  .txt_s{font-size:1.2rem;}
}
/*20251008 海外ホテル「その他のホテルを検索する」CTAボタン調整*/
.btn-mt{margin-top: 20px !important;}
/* ページ内アンカー */
@media screen and (min-width: 1000px){.pagenavlist.-full{width:100%;}
  .pagenavlist.-nosearch .pagenavlist_item:first-child .m-ico.-arrow:before{opacity: 1;}
}
.pagenavlist.-col2 .pagenavlist_item{width: calc(100% / 2);}
.pagenavlist.-col3 .pagenavlist_item{width: calc(100% / 3);}
.pagenavlist.-col5 .pagenavlist_item{width: calc(100% / 5);}
/* 発地切り替え */
.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;}
/*  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: 1000px){.pagenavlist{margin: auto;}}
@media screen and (max-width: 999px){.pagenav-wrap.-point em{font-size: 1.2rem}}
.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 .service-dl{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;}
@media screen and (min-width: 1000px){.pagenavlist.-point-op .pagenavlist_item-txt em{font-size: 1.5rem;}}
.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);}
@media screen and (max-width: 999px){.pagenavlist_item span{display: block;}}

/*  レイアウト /kaigai/area/css/early_style.css */
#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 .service-link{margin: 30px 20px 20px;}
#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;}
}
/* 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}