@charset "utf-8";

.disnone{display:none;}
html {scroll-behavior: smooth;}
main * {font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;}

/*759px以下*/
@media screen and (max-width: 759.9px) {
#wrapper {line-height: 1.4;}
.spnone{display:none;}

/* CSS */
#dirPathBlock,
#anchorLinkBlock {
	font-size: 10px;
	margin: 1% 1% 0 1%;
}
#dirPathBlock p,
#anchorLinkBlock a{font-size: 12px;}
#anchorLinkBlock a{color: #FFF!important;}
h1 {
	font-size: 12px;
	margin: 0 1%;
}
h2 {color: #FFF;}
article{
	width: 100%;
	background: #0c1341;
	line-height: 1.5;
	padding: 0 0 25px;
}
section {
    width: 100%;
    margin: 0 auto;
    padding: 10px;
    display: block;
    font-size: 14px;
	box-sizing: border-box;
}

/*title*/
#title {
	width: 100%;
    height: 250px;
    background: #222 url(../img/bg.jpg) 70% 95% no-repeat;
    background-size: cover;
}
#title img {width: 100%;}
#title p {
	width: 96%;
    color: #FFF;
    font-size: 12px;
    margin: 0 2%;
    padding: 5px;
    box-sizing: border-box;
    background: rgba(0,0,0,0.3);
}
p.caution {
	text-align: center;
    font-size: 14px;
    font-weight: bold;
    padding: 15px 0!important;
    color: #de1163;
}

/*nav*/
.boxTab{margin: 5px auto;}
.boxTab ul {
	display:flex;
	flex-wrap: wrap;
}
.boxTab li {
    width: calc(100% / 3);
    padding: 0;
    margin: 0;
    text-align: center;
	cursor:pointer;
}
.boxTab li a {
	font-size: 11px;
    color: #2c8f8a;
    height: 50px;
    display: grid;
    align-items: center;
    margin: 0 1px;
    background: rgb(254,255,255);
    background: -moz-linear-gradient(top, rgba(254,255,255,1) 0%, rgba(189,255,252,1) 100%);
    background: -webkit-linear-gradient(top, rgba(254,255,255,1) 0%,rgba(189,255,252,1) 100%);
    background: linear-gradient(to bottom, rgba(254,255,255,1) 0%,rgb(189 255 252) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#e8fdff',GradientType=0 );
	position:relative;
}
.boxTab li.b_on a {
	background: #2c8f8a;
    color: #FFF;
    text-decoration: none!important;
}
.boxTab li.switching_tab:not(.b_on) a:before,
.boxTab li.switching_tab:not(.b_on) a:after {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    transform: rotate(45deg);
}
.boxTab li.switching_tab:not(.b_on) a:before {
	background: #2c8f8a;
    position: absolute;
    bottom: 2px;
    right: 48%;
}
.boxTab li.switching_tab:not(.b_on) a:after {
	background: #c4fffc;
    position: absolute;
    bottom: 4px;
    right: 48%;
}
.boxTab li.goinfo a:before,
.boxTab li.goinfo a:after {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    transform: rotate(45deg);
}
.boxTab li.goinfo a:before {
	background: #2c8f8a;
    position: absolute;
    bottom: 22px;
    right: 2px;
}
.boxTab li.goinfo a:after {
	background: #defffd;
    position: absolute;
    bottom: 22px;
    right: 4px;
}
.h-ui-btn,
.a-ui-btn {
    margin: 0 0 15px;
	display:flex;
}
.h-ui-btn li,
.a-ui-btn li {
	width: 99.5%;
    margin: 0 0.25%;
	padding: 3px 3px 5px;
    font-size: 12px;
    text-align: center;
    display: block;
	color: #0148dd;
    text-decoration: none;
    display: block;
    background: rgb(241,243,255);
    background: linear-gradient(0deg, rgba(241,243,255,1) 0%, rgba(255,255,255,1) 100%);
	cursor:pointer;
}
.h-ui-btn li.b_on,
.a-ui-btn li.b_on{
	color: #FFF;
    background: #2c8f8a;
}
#follow-up_nav.fixed {
    width: 100%;
    position: fixed!important;
    top: 0;
    left: 0;
    z-index: 9999;
    text-align: center;
    background: #FFF;
}

/*商品*/
.h-ui-tab,
.a-ui-tab{
	border-bottom: 5px double #fff;
    margin-bottom: 50px;
}
.h-ui-tab:last-child{border-bottom: none;}
.commodity_txt{
	margin: 0 auto 10px;
    padding: 10px;
    border: 1px solid #FFF;
    box-sizing: border-box;
    background: rgba(0,0,0,0.5);
}
.commodity_txt *{color: #FFF;}
.commodity_txt h3{
	text-align: center;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 15px;
}
.commodity_txt h3 small{font-size: 16px;}
.commodity_txt p{font-size: 14px;}
.commodity_txt p strong{font-weight: bold;}
.small_txt {
    color: #FFF;
    text-align: center;
    font-size: 0.9em;
    margin-bottom: 50px;
}

/*box*/
.deptab{margin-bottom:25px;}
.recoBoxIn{
	padding: 10px;
    margin: 0 0 15px;
    overflow: hidden;
	background-color: #f7cee8;
    background-image: linear-gradient(315deg, #f7cee8 0%, #caebfc 22%, #eefff0 99%);
}
.recoBoxIn .photo{margin-bottom: 10px;}
.recoBoxIn .photo img{
	width:100%;
	height:auto;
}
.recoBoxIn .photo p{
    font-size: 14px;
    margin: 0;
    padding: 5px;
    line-height: 1.5em;
    background: #FFF;
}
.recoBoxIn .photo p span{font-weight:bold;}
.recoBoxIn dl dt{
	padding:0 0 5px;
	margin:0;
	background-image:url(../images/im_line.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
	overflow:hidden;
	display:block;
}
.recoBoxIn dl dt img{
	display: block;
    float: left;
    width: 32px;
    height: auto;
    margin: 0 10px 0 0;
    padding: 0;	
}
.recoBoxIn dl dt a{
	display:block;
	overflow:hidden;
	color:#333;
}
.recoBoxIn dl dd.Icon{
	margin:5px 5px 0 0;
	overflow:hidden;
}
.recoBoxIn dl dd.Icon img{
	width: 60px;
    height: auto;
    display: block;
    padding: 0 3px 3px 0;
    float: left;
}
.recoBoxIn dl dd.money{
	margin: 0;
    padding: 10px 0;
    font-size: 24px;
    color: #ce0202;
    font-weight: bold;
    text-align: right;
	border-bottom: 1px dashed #555;
}
.recoBoxIn dl dd.money span{font-size:16px;}
.recoBoxIn dl dd.month{
	text-align: left;
    margin: 10px 0 0;
    clear: both;
}
.recoBoxIn dl dd.pass{
	text-align:left;
	margin:5px 5px 0 0;
}
.recoBoxIn dl dd.text{
	margin:5px 0 0 0;
	padding:0 0px 5px 0;
}
.recoBoxIn dl dd.pass span,
.recoBoxIn dl dd.month span{font-weight:bold;}
.travelplan_preparation_now {
	font-size: 14px;
    padding: 10px 0;
    color: #fff;
    text-align: center;
}

/*kaigai_dp*/
.kaigai_dp dl{
	background-color: #f7cee8;
    background-image: linear-gradient(315deg, #f7cee8 0%, #caebfc 22%, #eefff0 99%);
    padding: 10px;
    margin-bottom: 50px;
    position: relative;
}
.kaigai_dp dl .country{
	font-size: 14px;
    position: absolute;
    top: -20px;
    left: 0;
    width: 150px;
    height: 38px;
    display: grid;
    align-items: center;
    background: #051a4b;
    text-align: center;
    color: #FFF;
    border: 2px solid #e9fcf2;
    box-sizing: border-box;
}
.kaigai_dp dt{
	display: flex;
	margin: 20px 0;
}
.kaigai_dp dt img{
	width: 37px;
    height: 26px;
    margin-right: 10px;
	border: 1px solid #222;
}
.kaigai_dp h3{
	font-weight: bold;
    font-size: 18px;
}
.kaigai_dp dl small {
    width: 100%;
	font-size: 14px;
	font-weight:normal;
    display: inline-block;
}
.kaigai_dp dd > img{
	width: 100%;
    height: auto;
	margin: 0 0 15px;
}
.kaigai_dp dd div {
    display: flex;
    flex-wrap: wrap;
}
.kaigai_dp dd div img{
	width: 49%;
    height: auto;
}
.kaigai_dp dd div img{margin: 0 1% 0 0;}
.kaigai_dp dd div img:nth-of-type(2){margin: 0 0 0 1%;}
.kaigai_dp .btn {
    width: 100%;
    height: 48px;
    margin: 10px 0 0;
    background: #222;
    color: #fff;
    text-align: center;
    text-decoration: none;
    display: grid;
    align-items: center;
    position: relative;
}
.kaigai_dp .btn:after {
	content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 15px 15px;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    bottom: 5px;
    right: 5px;
}
.kaigai_dp dd {position: relative;}
.kaigai_dp .credit1,
.kaigai_dp .credit2,
.kaigai_dp .credit3{
	width: fit-content;
	font-size: 10px;
}
.kaigai_dp .credit1 {
    position: absolute;
	top: calc((100% - 135px) / 2);
	left: 5px;
}
.kaigai_dp .credit_rela{
	width: 49%;
	position:relative;
	margin: 0 1% 25px 0;
}
.kaigai_dp .credit_rela:nth-of-type(2){margin: 0 0 25px 1%;}
.kaigai_dp .credit_rela img{width: 100%;}
.kaigai_dp .credit2 {
    position: absolute;
	top: 100%;
    left: 5px;
}
.kaigai_dp .credit3 {
    position: absolute;
	top: 100%;
    left: 5px;
}

#smp_footer {margin-top: 0;}
}

/*760px以上*/
@media screen and (min-width: 760px),print {
/* CSS */
#wrapper {line-height: 1.231;}
#dirPathBlock,
h1,
#anchorLinkBlock{
	width: 100%;
	max-width:970px;
	min-width:760px;
	margin: auto;
}

/*panlist&back*/
#dirPathBlock,
#anchorLinkBlock {
	width: 100%;
	margin: 0 auto;
	display: block;
	font-size: 12px;
}
#dirPathBlock p,
#anchorLinkBlock a{font-size: 12px;}
#anchorLinkBlock a{color: #FFF!important;}
h1 {
	font-size: 14px;
    width: auto;
    max-width: 970px;
    margin: 0 auto 5px;
}
h2 {color: #FFF;}
article{
	padding: 25px 0;
	background: #0c1341;
	line-height: 1.5;
}
section {
    width: 100%;
    max-width: 970px;
    min-width: 760px;
    margin: 0 auto;
    padding: 10px;
    display: block;
    font-size: 16px;
	box-sizing: border-box;
}

/*title*/
#title {
	width: 100%;
    height: 500px;
    background: #222 url(../img/bg.jpg) 70% 95% no-repeat;
    background-size: cover;
}
#title img {
    width: 760px;
    margin: auto;
    padding-top: 50px;
    display: block;
}
#title p {
	width: 740px;
    color: #FFF;
    font-size: 16px;
    margin: auto;
    padding: 10px;
    background: rgba(0,0,0,0.3);
    box-sizing: border-box;
}
p.caution {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 25px!important;
    color: #de1163;
}

/*nav*/
.gnbox{
	width: 100%;
	max-width:970px;
	min-width:760px;
	margin: 0 auto!important;
}
.boxTab{
	width: 100%;
	max-width:970px;
	min-width:760px;
	margin: 15px auto;
}
.boxTab ul {display:flex;}
.boxTab li {
    width: calc(100% / 3);
    padding: 0;
    margin: 0;
    text-align: center;
	cursor:pointer;
}
.boxTab li a {
    font-size: 16px;
    color: #2c8f8a;
    height: 50px;
    display: grid;
    align-items: center;
    margin: 0 1px;
    background: rgb(254,255,255);
    background: -moz-linear-gradient(top, rgba(254,255,255,1) 0%, rgba(189,255,252,1) 100%);
    background: -webkit-linear-gradient(top, rgba(254,255,255,1) 0%,rgba(189,255,252,1) 100%);
    background: linear-gradient(to bottom, rgba(254,255,255,1) 0%,rgb(189 255 252) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#e8fdff',GradientType=0 );
    position: relative;
}
.boxTab li.b_on a {
	background: #2c8f8a;
    color: #FFF;
    text-decoration: none!important;
}
.boxTab li.switching_tab:not(.b_on) a:before,
.boxTab li.switching_tab:not(.b_on) a:after {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    transform: rotate(45deg);
}
.boxTab li.switching_tab:not(.b_on) a:before {
	background: #2c8f8a;
    position: absolute;
    bottom: 22px;
    right: 15px;
}
.boxTab li.switching_tab:not(.b_on) a:after {
	background: #defffd;
    position: absolute;
    bottom: 24px;
    right: 15px;
}
.boxTab li.goinfo a:before,
.boxTab li.goinfo a:after {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    transform: rotate(45deg);
}
.boxTab li.goinfo a:before {
	background: #2c8f8a;
    position: absolute;
    bottom: 22px;
    right: 15px;
}
.boxTab li.goinfo a:after {
	background: #defffd;
    position: absolute;
    bottom: 22px;
    right: 17px;
}
.h-ui-btn,
.a-ui-btn {
    margin: 0 0 25px;
	display:flex;
}
.h-ui-btn li,
.a-ui-btn li {
	width: 99.5%;
    margin: 0 0.25%;
    line-height: 50px;
    text-align: center;
    display: block;
	color: #0148dd;
    text-decoration: none;
    display: block;
    background: rgb(241,243,255);
    background: linear-gradient(0deg, rgba(241,243,255,1) 0%, rgba(255,255,255,1) 100%);
	cursor:pointer;
}
.h-ui-btn li.b_on,
.a-ui-btn li.b_on{
	color: #FFF;
    background: #2c8f8a;
}
#follow-up_nav.fixed {
    position: fixed!important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    margin: 0;
    text-align: center;
    background: #FFF;
}

/*商品*/
.h-ui-tab,
.a-ui-tab{
	border-bottom: 5px double #fff;
    margin-bottom: 50px;
}
.h-ui-tab:last-child{border-bottom: none;}
.commodity_txt{
	width: 740px;
    margin: 0 auto 10px;
    padding: 15px;
    border: 1px solid #FFF;
    box-sizing: border-box;
    background: rgba(0,0,0,0.5);
}
.commodity_txt *{color: #FFF;}
.commodity_txt h3{
	text-align: center;
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 15px;
}
.commodity_txt h3 small{font-size: 16px;}
.commodity_txt p{font-size: 18px;}
.commodity_txt p strong{font-weight: bold;}
.small_txt {
    color: #FFF;
    text-align: center;
    font-size: 0.9em;
    margin-bottom: 50px;
}

/*box*/
.deptab{margin-bottom:25px;}
.recoBoxIn{
	padding: 25px;
    margin: 0 0 25px;
    overflow: hidden;
	background-color: #f7cee8;
    background-image: linear-gradient(315deg, #f7cee8 0%, #caebfc 22%, #eefff0 99%);
}
.recoBoxIn .photo{
	width: 300px;
    height: auto;
    float: left;
    margin: 0 25px 0 0;
}
.recoBoxIn .photo img{
	width:100%;
	height:auto;
}
.recoBoxIn .photo p{
    font-size: 14px;
    margin: 0;
    padding: 5px;
    line-height: 1.5em;
    background: #FFF;
}
.recoBoxIn .photo p span{
	font-weight:bold;
}
.recoBoxIn dl{
	width: calc(100% - 325px);
    margin: 0;
    display: block;
    float: left;
}
.recoBoxIn dl dt{
	padding:0 0 5px;
	margin:0;
	background-image:url(../images/im_line.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
	overflow:hidden;
	display:block;
}
.recoBoxIn dl dt img{
	display: block;
    float: left;
    width: 32px;
    height: auto;
    margin: 0 15px 0 0;
    padding: 0;	
}
.recoBoxIn dl dt a{
	display:block;
	overflow:hidden;
	color:#333;
}
.recoBoxIn dl dd.Icon{
	margin:5px 5px 0 0;
	overflow:hidden;
}
.recoBoxIn dl dd.Icon img{
	width: 60px;
    height: auto;
    display: block;
    padding: 0 3px 3px 0;
    float: left;
}
.recoBoxIn dl dd.money{
	margin: 0;
    padding: 10px 0;
    font-size: 24px;
    color: #ce0202;
    font-weight: bold;
    text-align: right;
	border-bottom: 1px dashed #555;
}
.recoBoxIn dl dd.money span{
	font-size:16px;
}
.recoBoxIn dl dd.month{
	text-align: left;
    margin: 10px 0 0;
    clear: both;
}
.recoBoxIn dl dd.pass{
	text-align:left;
	margin:5px 5px 0 0;
}
.recoBoxIn dl dd.text{
	margin:5px 0 0 0;
	padding:0 0px 5px 0;
}
.recoBoxIn dl dd.pass span,
.recoBoxIn dl dd.month span{font-weight:bold;}
.travelplan_preparation_now {
    font-size: 16px;
    padding: 10px 0;
	color: #fff;
}

/*kaigai_dp*/
.kaigai_dp dl{
	background-color: #f7cee8;
    background-image: linear-gradient(315deg, #f7cee8 0%, #caebfc 22%, #eefff0 99%);
    padding: 25px;
    margin-bottom: 50px;
    position: relative;
}
.kaigai_dp dl .country{
	font-size: 14px;
    position: absolute;
    top: -20px;
    left: 0;
    width: 150px;
    height: 38px;
    display: grid;
    align-items: center;
    background: #051a4b;
    text-align: center;
    color: #FFF;
    border: 2px solid #e9fcf2;
    box-sizing: border-box;
}
.kaigai_dp dt{
	display: flex;
	margin-bottom: 25px;
}
.kaigai_dp dt img{
	width: auto;
    height: 38px;
    margin-right: 25px;
	border: 1px solid #222;
}
.kaigai_dp h3{
	font-weight: bold;
    font-size: 24px;
}
.kaigai_dp dl small {
    width: 100%;
	font-size: 16px;
	font-weight:normal;
    display: inline-block;
}
.kaigai_dp dd{display: flex;}
.kaigai_dp dd > img{
	width: 400px;
    height: 300px;
	margin-right: 25px;
}
.kaigai_dp dd div img{
	width: 47%;
    height: auto;
    margin: 0 1%;
}
.kaigai_dp .btn {
	width: 90%;
	height: 48px;
    margin: 25px auto;
    background: #222;
    color: #fff;
    text-align: center;
    text-decoration: none;
    display: grid;
    align-items: center;
	position:relative;
}
.kaigai_dp .btn:after {
	content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 15px 15px;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    bottom: 5px;
    right: 5px;
}
.kaigai_dp .credit1,
.kaigai_dp .credit2,
.kaigai_dp .credit3{
	width: 160px;
    font-size: 10px;
}
.kaigai_dp .credit1 {
    position: absolute;
    bottom: 150px;
    left: 30px;
}
.kaigai_dp .credit_rela{
	display: inline;
    position: relative;
}
.kaigai_dp .credit2 {
	position: absolute;
    top: 100px;
    left: 5px;
    font-size: 8px;
}
.kaigai_dp .credit3 {
	position: absolute;
    top: 100px;
    left: 5px;
    font-size: 8px;
}

}