/* CSS Document */

/*---------------------------------------------------
 @ common settings
---------------------------------------------------*/
/*clearfix*/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  /*￥*//*/
  height: auto;
  overflow: hidden;
  /**/
}


ul { list-style:none;}
.clear { clear:both;}
.center { text-align:center;}
.txtR { text-align:right;}
.on {}
.msg01 { color:#c00;}
.check { color:#f00;}
.fl {display:inline; float:left;}
.fr { display:inline; float:right;}


div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fildset, input, textarea, p, blockquote, address, hr {
	margin:0;
	padding:0;
	zoom:1;
}

/* --------------------------------------------------
 @ #contents 
-------------------------------------------------- */
#contents {}

#contents h1.tour { padding:10px 0 10px; font-size:12px; color:#666;}
/* --------------------------------------------------
 @ #alpha
-------------------------------------------------- */
#alpha { width:700px; font-size:14px; line-height:1.45em;}

.stepguide { margin:0 0 25px;}

#alpha .clearfix { margin:0 0 20px;}

#alpha .clearfix .fl { width:290px;}

#alpha .clearfix .fr { width:400px;}
#alpha .clearfix .fr p strong { color:#0066cc;}



/* #alpha h2
-------------------------------------------------- */
#alpha h2 { clear:both; margin:0 0 20px; padding:10px 0 15px 42px; font-size:21px; font-weight:bold; color:#0066cc;}

#alpha h2#h20101 { background:url(../img/step1/bg_h2stp0101.gif) left bottom no-repeat;}
#alpha h2#h20102 { background:url(../img/step1/bg_h2stp0102.gif) left bottom no-repeat;}

#alpha h2#h20201 { background:url(../img/step2/bg_h2stp0201.gif) left bottom no-repeat;}
#alpha h2#h20202 { background:url(../img/step2/bg_h2stp0202.gif) left bottom no-repeat;}
#alpha h2#h20203 { background:url(../img/step2/bg_h2stp0203.gif) left bottom no-repeat;}

#alpha h2#h20301 { background:url(../img/step3/bg_h2stp0301.gif) left bottom no-repeat;}
#alpha h2#h20302 { background:url(../img/step3/bg_h2stp0302.gif) left bottom no-repeat;}

/* #alpha h3
-------------------------------------------------- */
#alpha h3 { display:inline; margin:0 0 8px; font-size:16px; font-weight:bold; color:#0066cc;}

/* #next 
-------------------------------------------------- */
#next .fl { height:180px; padding:0 0 60px;}
#next .fr { display:block; position:relative; height:180px;}
#next .fr p { padding:45px 0; font-size:16px; font-weight:bold; line-height:2em;}
#next .fr p.btn { position:absolute; right:0; bottom:0; padding:0;}

/* totop */
#alpha .toTop { padding:8px 0 30px; text-align:right; font-size:12px;}

/* 次ページ遷移テキストリンク */
.nextstep { padding:8px 0 30px; text-align:right; font-size:16px; font-weight:bold;}

/* --------------------------------------------------
 @ .faq
-------------------------------------------------- */
.faq {}
p.faqtop { padding:16px 0 32px; text-align:center;}

.faq #alpha h2 { clear:both; margin:0 0 20px; padding:10px 0 15px 10px; font-size:21px; font-weight:bold; color:#0066cc; background:url(../img/faq/bg_h201.gif) left bottom no-repeat;}
/* 
ul.qlist { margin:0 0 52px 10px;}
ul.qlist li { clear:both; font-size:14px; line-height:1.25em; }
ul.qlist li strong { display:block; float:left; width:37px; padding:0 0 8px; color:#1e65bf; } */
/* ul.qlist li a { color:#2b48be; display:block; float:left; width:640px; text-decoration:none; }
ul.qlist li a:hover { text-decoration:underline; color:#5088ED;} */

#alpha ul.qlist li.clearfix { margin:0 0 0 0;}

.faq dl { margin:0 0 16px;}
.faq dl dt { margin:0 0 17px; padding:7px 8px; border-bottom:1px solid #68c8eb; font-size:16px; font-weight:bold;}
.faq dl dt span { color:#1e65bf; margin-right:1em;}
.faq dl dd { 
  padding: 0px 14px 0 55px;
  font-size: 14px;
  line-height: 2em;
  background: url(../img/faq/faq_bgA.gif) 16px top no-repeat;
}
.faq dl dd p { 
  clear: both;
  margin: 0 0 1.5em;
  color: #000;
}
.faq dl dd p img.fl { margin:0 16px 14px 0;}
.faq dl dd p img.fr { margin:0 0 14px 16px;}

.faq dl dd h3 {
  font-weight: bold;
}

.johobox {
  border: 3px solid #68c8eb;
  padding: 10px 15px;
  margin-bottom: 1.5em;
}

.faq dl dd > ul,
.faq dl dd > div > ul {
  margin-bottom: 1.5em;
}

.faq dl dd > div > ul > li::before,
.faq dl dd > ul > li::before {
  content: "";
  width: 5px;
  height: 5px;
  border-right: 1px solid #1e65bf;
  border-bottom: 1px solid #1e65bf;
  transform: rotate(-45deg);
  display: inline-block;
  margin-right: 6px;
  margin-bottom: 1px;
}
.faq dl dd ul li ul {
  display: flex;
  justify-content: start;
  margin-left: 1em;
}

.faq dl dd ul li ul li {
  margin-right: 10px;
}

.faq dl dd h2 {
  font-size: 18px;
	margin-top: 1.5em;
	margin-bottom: 0.8em;
	border-bottom: 1px dashed #0A64ED;
  padding-bottom: 3px;
  font-weight: bold;
}
/* --------------------------------------------------
 @ #beta
-------------------------------------------------- */
#beta { width:244px;}

#beta h4 { margin:0 0 9px;}
#beta h5.step { margin:0 0 10px 1px; padding:3px 0 3px 60px; font-size:16px; color:#0066cc;}
#beta h5.step a { color:#0066cc; text-decoration:underline;}
#beta h5.step a:hover { color:#5088ED;}

#beta h5#step01 { background:url(../img/side/side_step01.gif) left center no-repeat;}
#beta h5#step02 { background:url(../img/side/side_step02.gif) left center no-repeat;}
#beta h5#step03 { background:url(../img/side/side_step03.gif) left center no-repeat;}

#beta ul.sub01 { margin:0 0 12px 9px;}
#beta ul.sub01 li { padding:0 0 8px 10px; background:url(../img/side/side_li01.gif) left 4px no-repeat; font-size:14px; line-height:1.25em;}

#beta ul.sub02 { margin:30px 0 10px 3px;}
#beta ul.sub02 li { margin:0 0 6px 0; padding:0 0 3px 18px; background:url(../img/side/side_li02.gif) left 0px no-repeat; font-size:14px; line-height:1.25em;}

#beta ul li a { color:#000000; text-decoration:underline;}
#beta ul li a:hover { color:#5088ED;}

/* --------------------------------------------------
 @ footer re
#foot_box { clear:both;}

div#foot_cont_link ul { height:19px; padding-bottom:0px;}
div#foot_cont_link div.inner_wrap { padding-bottom:0;}
---------- */

/************ご利用ガイド************/

#tour_top_wrapper{
margin:0 auto;
width:980px}

#breadcrumb{margin:0 0 25px}



#detail_area h1 {
  margin: 50px auto 50px;
  font-weight: bold;
  font-size: 50px;
  color: #1e65bf;
}

.stepguide { margin:0 0 25px;}

#step_cont:before,
#step_cont:after{
content:"";
display:table;}

#step_cont:after{clear:both;}

#step_cont{
margin:0 0 40px;
zoom:1;/* For IE 6/7 */}


#step_cont .link_wrap.last{
float:right;
margin:0;
width:240px}

#step_cont .h3 {
    color: #0066CC;
    display: inline;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 8px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}

#step_cont .link_wrap h2{
margin:0 0 7px;}

#step_cont .link_wrap.last h2{
background:#EFEFEF;
border-bottom:1px solid #ddd;
font-size:100%;
font-weight:normal;
margin:0 -13px 15px;
padding:10px 13px}

#step_cont .link_wrap .link_cont{
border:1px solid #dddddd;
border-radius:5px;
margin:0 0 20px;
padding:17px 13px}

#step_cont .link_wrap.last .link_cont{padding:0 13px 17px}

#step_cont .link_wrap .link_cont ul,
#step_cont .link_wrap .link_cont dl{
font-size:105%;
margin:0}

#step_cont .link_wrap .link_cont ul li{
margin:10px 0 0}

#step_cont .link_wrap .link_cont ul li:first-child{margin:0}

#step_cont .link_wrap .link_cont ul li.top{font-weight:bold}

#step_cont .link_wrap .link_cont ul li a{
background:url(/tour/about/images/sitemap/icon_02.gif) no-repeat 7px 1px;
padding:0 0 2px 20px}

#step_cont .link_wrap .link_cont ul li ul,
#step_cont .link_wrap .link_cont ul li dl{padding:0 0 0 13px}

#step_cont .link_wrap .link_cont ul li ul li,
#step_cont .link_wrap .link_cont ul li dl dd{margin:5px 0 0}

#step_cont .link_wrap .link_cont ul li ul li a,
#step_cont .link_wrap .link_cont ul li dl dd a{background:url(/tour/about/images/sitemap/icon_03.gif) no-repeat 8px 3px}

#step_cont .link_wrap .link_cont ul li dl dt{
border-bottom:1px solid #ddd;
color:#666;
margin:10px 0 0;
padding:0 0 3px}

#step_cont .link_wrap .link_cont ul li.home a{background:url(/tour/about/images/sitemap/icon_01.gif) no-repeat 0 0}

#step_cont .link_wrap .link_cont ul li.other,
#step_cont .link_wrap .link_cont dl dd.other{margin:0}

#step_cont .link_wrap .link_cont ul li.other ul,
#step_cont .link_wrap .link_cont dl dd.other ul{
background:url(/tour/about/images/sitemap/icon_04.gif) no-repeat 25px 100%;
padding:5px 0 0 18px}

#step_cont .link_wrap .link_cont ul li.other ul li a,
#step_cont .link_wrap .link_cont dl dd.other ul li a{background:url(/tour/about/images/sitemap/icon_05.gif) no-repeat 8px 8px}

/* hotel qa added*/
.breadcrumbs {
  display: none;
}

#breadCrumb {
  display: flex;
  justify-content: start;
  margin:10px 0;
}