@charset "UTF-8";
/*==============================

	common startrip

==============================*/

/*==============================

		PC+SP

==============================*/

.mincho {font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif !important;}

/*--------------------------------------------------
		clearfix
--------------------------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	font-size:0;
	height: 0;
	visibility:hidden;
	clear: both;
}
.clearfix {display: inline-block;}
* html .clearfix {height: 1%;}
.clearfix {display:block;}



/*--------------------------------------------------
		reset
--------------------------------------------------*/
body {
	background: #000000;
}
.l-wrapper {
	background: #000000;
}
.l-content {
	color: #CCCCCC;
}
.l-content-head {
	color: #CCCCCC;
}
.m-nav-breadcrumb a,
.m-nav-breadcrumb-sub a,
.m-nav-breadcrumb-ctg a {
	color: #CCCCCC;
}
.conts,
.conts a {
	color: #CCCCCC;
}
.conts p {
	margin: 0;
}
.conts * {
	box-sizing: border-box;
}



/*		bxslider
--------------------------------------------------*/
.contsMain .bx-wrapper {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	background: none;
}
.sliderBox li {
	display: none;
	min-width: 1px;
	min-height: 1px;
}
.sliderBox li:first-child {display: block;}
.sliderBox li.active {display: block;}
.sliderBox li img {
	width: 100%;
	height: auto;
}
.contsMain .bx-viewport .sliderBox li:last-child {display: block;}



/*--------------------------------------------------
		bxslider
--------------------------------------------------*/
.contsMain .bx-wrapper .bx-pager.bx-default-pager a {
	width: 10px;
	height: 10px;
	background: none;
	border: 1px solid #FFFFFF;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
.contsMain .bx-wrapper .bx-pager.bx-default-pager a:hover,
.contsMain .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #FFFFFF;
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}



/*--------------------------------------------------
		layoutStyle
--------------------------------------------------*/
.layoutStyle1st .txt + .txt,
.layoutStyle1st .txt + .img,
.layoutStyle1st .txt + .list,
.layoutStyle1st .txt + .btn,
.layoutStyle1st .txt + .link,
.layoutStyle1st .img + .img,
.layoutStyle1st .img + .txt,
.layoutStyle1st .img + .list,
.layoutStyle1st .img + .btn,
.layoutStyle1st .img + .link,
.layoutStyle1st .list + .list,
.layoutStyle1st .list + .txt,
.layoutStyle1st .list + .img,
.layoutStyle1st .list + .btn,
.layoutStyle1st .list + .link,
.layoutStyle1st .btn + .btn,
.layoutStyle1st .btn + .txt,
.layoutStyle1st .btn + .img,
.layoutStyle1st .btn + .list,
.layoutStyle1st .btn + .link,
.layoutStyle1st .link + .link,
.layoutStyle1st .link + .btn,
.layoutStyle1st .link + .txt,
.layoutStyle1st .link + .img,
.layoutStyle1st .link + .list {
	margin-top: 1em;
}





/*==============================

		PC

==============================*/
@media screen and (min-width: 768px) {
.spOnly {display: none !important;}

/*--------------------------------------------------
		conts
--------------------------------------------------*/
.conts .w1000 {
	max-width: 1000px;
	padding: 0 20px;
	margin: 0 auto;
}
.conts img {
	width: 100%;
	height: auto;
}
.conts .txtLink a img {
	width: auto;
	height: auto;
}



/*--------------------------------------------------
		section
--------------------------------------------------*/
.sec + .sec {
	margin-top: 60px;
}



/*--------------------------------------------------
		block
--------------------------------------------------*/
.block + .block {
	margin-top: 40px;
}



/*--------------------------------------------------
		box
--------------------------------------------------*/
.box + .box {
	margin-top: 20px;
}



/*--------------------------------------------------
		contsMain
--------------------------------------------------*/
.contsMain {
	margin-bottom: 20px;
}
.contsMain .contsTitle {
	margin-bottom: 10px;
}
.contsMain .contsTitle h1 {
	font-size: 2.4rem;
	font-weight: normal;
	line-height: 1.4;
}


/*--------------------------------------------------
		contsNav
--------------------------------------------------*/
.contsNav {
	margin-bottom: 20px;
}
.contsNav ul {
	display: flex;
	justify-content: space-around;
	max-width: 600px;
	margin: 0 auto;
}
.contsNav ul li {
	padding-bottom: 20px;
}
.contsNav ul li a {
	display: inline-block;
	text-decoration: none;
	border-bottom: 1px solid #FFFFFF;
	position: relative;
}
.contsNav ul li a:hover {
	text-decoration: none;
}
.contsNav ul li a::after {
	content: "▼";
	display: block;
	font-size: 1rem;
	vertical-align: top;
	position: absolute;
	bottom: -18px;
	left: 50%;
	transform : translateX(-50%);
}



/*--------------------------------------------------
		titleStyle1st
--------------------------------------------------*/
.titleStyle1st {
	font-size: 1.4rem;
	line-height: 1.4;
	letter-spacing: 1px;
}
.titleStyle1st span {
	display: inline-block;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.2;
	border-bottom: 2px solid #333333;
}



/*--------------------------------------------------
		locaBlock
--------------------------------------------------*/
.locaBlock {
	display: flex;
	flex-wrap: wrap;
	padding: 0 calc(60 / 1000 * 100%);
}
.locaBlock .locaBox {
	width: calc(420 / 880 * 100%);
	background: -moz-linear-gradient(left, #000000 10%, #FFFFFF 10%);
	background: -webkit-linear-gradient(left, #000000 10%,#FFFFFF 10%);
	background: linear-gradient(to right, #000000 10%,#FFFFFF 10%);
	padding: 0;
	margin: 40px calc(40 / 880 * 100%) 0 0;
	transition: 0.3s;
}
.locaBlock .locaBox:nth-child(2n) {
	margin-right: 0;
}
.locaBlock .locaBox:nth-child(-n+2) {
	margin-top: 0;
}
.locaBlock .locaBox a,
.locaBlock .locaBox a img {
	transition-property: none;
	transition-duration: 0;
	transition-timing-function: ease;
	transition-delay: 0;
}
.locaBlock .locaBox a {
	display: block;
	color: #333333;
	height: 100%;
	padding-bottom: 40px;
	position: relative;
}
.locaBlock .locaBox a::after {
	content: " ";
	display: block;
	width: 82%;
	height: 1px;
	background: #000000;
	position: absolute;
	bottom: 0;
	right: 0;
}
.locaBlock .locaBox a:hover {
	text-decoration: none;
}
.locaBlock .locaBox a:hover,
.locaBlock .locaBox a:focus,
.locaBlock .locaBox a:active,
.locaBlock .locaBox a img:hover,
.locaBlock .locaBox a img:focus,
.locaBlock .locaBox a img:active,
.locaBlock .locaBox a:hover img,
.locaBlock .locaBox a:focus img,
.locaBlock .locaBox a:active img {
	opacity: 1;
}
.locaBlock .locaBox:hover {
	opacity: 0.7;
}
.locaBlock .locaBox .boxInner {
	width: 82%;
	padding: 30px 2% 0 0;
	margin-left: 18%;
}
.locaBlock .locaBox .boxInner .locaName {
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.4;
	letter-spacing: 1px;
	margin-bottom: 10px;
}
.locaBlock .locaBox .boxInner .locaType dt {
	float: left;
	padding-left: 25px;
	position: relative;
}
.locaBlock .locaBox .boxInner .locaType dt::before {
	content: " ";
	display: block;
	width: 18px;
	height: 15px;
	background: url(/int_jp/trip/startrip/common/img/icon_loca_type_01.png) no-repeat 0 0;
	background-size: 18px 15px;
	position: absolute;
	top: 50%;
	left: 0;
	transform : translateY(-50%);
}
.locaBlock .locaBox .boxInner .locaType dd {
	float: left;
	padding-left: 10px;
}
.locaBlock .locaBox .boxInner .locaExplan {
	margin-top: 10px;
}
.locaBlock .comingsoonBox:hover {
	opacity: 1;
}
.locaBlock .comingsoonBox a {
	pointer-events: none;
}



/*--------------------------------------------------
		bannerBlock01
--------------------------------------------------*/
.bannerBlock01 {
	display: flex;
	flex-wrap: wrap;
	max-width: 760px;
	margin: 0 auto;
}
.bannerBlock01 .box {
	width: calc(360 / 760 * 100%);
	padding: 0;
	margin: 40px calc(40 / 760 * 100%) 0 0;
}
.bannerBlock01 .box:nth-child(-n+2) {
	margin-top: 0;
}
.bannerBlock01 .box:nth-child(2n) {
	margin-right: 0;
}
.bannerBlock01 .blockTitle {
	display: flex;
	align-items: center;
	text-align: center;
	font-size: 1.6rem;
	margin-bottom: 20px;
}
.bannerBlock01 .blockTitle:before,
.bannerBlock01 .blockTitle:after {
	content: " ";
	display: inline;
	border-top: 1px solid;
	flex-grow: 1;
}
.bannerBlock01 .blockTitle:before {
	margin-right: 0.5em;
}
.bannerBlock01 .blockTitle:after {
	margin-left: 0.5em;
}



/*--------------------------------------------------
		bannerBlock02
--------------------------------------------------*/
.bannerBlock02 {
	max-width: 760px;
	margin: 0 auto;
}
.bannerBlock02 .blockTitle {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	font-size: 1.6rem;
	text-align: center;
	margin-bottom: 20px;
}
.bannerBlock02 .blockTitle:before,
.bannerBlock02 .blockTitle:after {
	content: " ";
	display: inline;
	border-top: 1px solid;
	flex-grow: 1;
}
.bannerBlock02 .blockTitle:before {
	margin-right: 0.5em;
}
.bannerBlock02 .blockTitle:after {
	margin-left: 0.5em;
}
.bannerBlock02 .blockInner {
	display: flex;
	flex-wrap: wrap;
}
.bannerBlock02 .box {
	width: calc(360 / 760 * 100%);
	padding: 0;
	margin: 40px calc(40 / 760 * 100%) 0 0;
}
.bannerBlock02 .box:nth-child(-n+2) {
	margin-top: 0;
}
.bannerBlock02 .box:nth-child(2n) {
	margin-right: 0;
}



/*--------------------------------------------------

--------------------------------------------------*/



/*--------------------------------------------------

--------------------------------------------------*/



/*--------------------------------------------------

--------------------------------------------------*/



/*==============================
		detailConts
==============================*/

/*--------------------------------------------------
		snsBlock
--------------------------------------------------*/
.detailConts .snsList {
	display: flex;
	align-items: center;
}
.detailConts .snsList li {
	width: 46px;
}
.detailConts .snsList li img {
	width: 100%;
}
.detailConts .snsList li .m-icn-blank {
	display: none;
}
.detailConts .snsBlockTop .snsList {
	justify-content: flex-end;
}
.detailConts .snsBlockTop .snsList li + li {
	margin-left: 10px;
}
.detailConts .snsBlockBtm .snsList {
	justify-content: center;
}
.detailConts .snsBlockBtm .snsList li + li {
	margin-left: 20px;
}



/*--------------------------------------------------
		reportSec
--------------------------------------------------*/
.detailConts .reportSec {
	color: #333333;
	padding: 40px 0;
	background: #FFFFFF;
}
.detailConts .reportSec .secInner {
	padding: 0 calc(50 / 1000 * 100%);
}
.reportSec a {
	color: #003399;
}

/*		blockMain
--------------------------------------------------*/
.detailConts .blockMain {
	margin-bottom: 60px;
}
.detailConts .snsBlockTop + .blockMain {
	margin-top: 20px;
}
.detailConts .blockMain .img {
	margin-bottom: 10px;
}
.detailConts .blockMain h2 {
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.4;
	letter-spacing: 1px;
	text-align: center;
	margin-bottom: 10px;
}
.detailConts .blockMain .locaType {
	display: flex;
	justify-content: center;
	padding-bottom: 20px;
	margin-bottom: 20px;
	position: relative;
}
.detailConts .blockMain .locaType::after {
	content: " ";
	display: block;
	width: 45px;
	height: 1px;
	background: #000000;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform : translateX(-50%);
}
.detailConts .blockMain .locaType dt {
	padding-left: 25px;
	position: relative;
}
.detailConts .blockMain .locaType dt::before {
	content: " ";
	display: block;
	width: 18px;
	height: 15px;
	background: url(/int_jp/trip/startrip/common/img/icon_loca_type_01.png) no-repeat 0 0;
	background-size: 18px 15px;
	position: absolute;
	top: 50%;
	left: 0;
	transform : translateY(-50%);
}
.detailConts .blockMain .locaType dd {
	padding-left: 10px;
}
.detailConts .blockMain .locaExplan {
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
}

/*		reportBlock
--------------------------------------------------*/
.detailConts .reportSec .reportBlock .blockInner {
	max-width: 610px;
	margin: 0 auto;
}
.detailConts .reportSec .reportBlock .box + .box {
	margin-top: 40px;
}
.detailConts .reportSec .reportBlock .caImpreBox01 {
	font-size: 1.6rem;
	line-height: 1.6;
	padding: 20px;
	background: #E0E0DA;
}

/*		reportInfo
--------------------------------------------------*/
.detailConts .reportSec .reportInfo .blockInner {
	max-width: 610px;
	margin: 0 auto;
}
.detailConts .reportSec .reportInfo .box + .box {
	margin-top: 40px;
}
.detailConts .reportSec .reportInfo .blockTitle {
	margin-bottom: 40px;
}
.detailConts .reportSec .reportInfo .blockTitle h3 {
	display: inline-block;
	font-size: 1.8rem;
	font-weight: bold;
	border-bottom: 1px solid #333333;
}
.detailConts .reportSec .reportInfo .box01 {
	display: table;
	width: 100%;
}
.detailConts .reportSec .reportInfo .box01 .boxInner {
	display: table-row;
}
.detailConts .reportSec .reportInfo .box01 .boxInner + .boxInner .txtTh,
.detailConts .reportSec .reportInfo .box01 .boxInner + .boxInner .txtTd {
	padding-top: 5px;
}
.detailConts .reportSec .reportInfo .box01 .txtTh {
	display: table-cell;
	vertical-align: top;
	font-weight: bold;
	white-space: nowrap;
	width: 120px;
}
.detailConts .reportSec .reportInfo .box01 .txtTd {
	display: table-cell;
	vertical-align: top;
	text-indent: -1em;
	padding-left: 1em;
}
.detailConts .reportSec .reportInfo .box01 .txtTd::before {
	content: "：";
}
.detailConts .reportSec .reportInfo .box01 .txtTd a {
	color: #333333;
}
.detailConts .reportSec .reportInfo .box01 + .box02 {
	margin-top: 10px;
}
.detailConts .reportSec .reportInfo .box01 + .box02 .txt {
	font-size: 1.2rem;
}
.detailConts .reportSec .reportInfo .box03 .map {
	width: 100%;
	height: 0;
	padding-top: calc(360 / 610 * 100%);
	position: relative;
}
.detailConts .reportSec .reportInfo .box03 .map iframe {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.detailConts .reportSec .reportInfo .box03 .txt {
	text-align: right;
	margin-top: 10px;
}
.detailConts .reportSec .reportInfo .box03 .txt em {
	color: #999999;
	font-weight: normal;
}



/*--------------------------------------------------
		theothers01
--------------------------------------------------*/
.detailConts .reportSec + .theothers01 {
	margin-top: 0;
}
.detailConts .theothers01 {
	padding: 40px 0 60px 0;
	background: #EFEFEC;
}
.detailConts .theothers01 .block01 .box01 .txtLink {
	text-align: center;
	margin-bottom: 40px;
}
.detailConts .theothers01 .block01 .box01 .txtLink a {
	color: #333333;
	font-size: 1.8rem;
}
.detailConts .theothers01 .block01 .box01 .txtLink a span {
	font-size: 2rem;
	font-weight: bold;
}
.detailConts .theothers01 .block01 .box01 .bnr li {
	max-width: 500px;
	margin: 0 auto;
}
.detailConts .theothers01 .block01 .box01 .bnr.bnr2Column {
	max-width: 800px;
	margin: 0 auto;
}
.detailConts .theothers01 .block01 .box01 .bnr.bnr2Column li {
	width: calc(380 / 800 * 100%);
	float: left;
}
.detailConts .theothers01 .block01 .box01 .bnr.bnr2Column li + li {
	margin-left: calc(20 / 800 * 100%);
}
.detailConts .theothers01 .block01 .box02{
	max-width: 800px;
	margin:0 auto;
}
.detailConts .theothers01 .block01 .box02 .bnr{
	width:calc(100% - 20px);
}
.detailConts .theothers01 .block01 .box+.box{
	margin-top: calc((20/1000)*100%);
}



/*--------------------------------------------------

--------------------------------------------------*/



/*==============================

		caConts

==============================*/

/*--------------------------------------------------
		locaBlock
--------------------------------------------------*/
.caConts .locaBlock .locaBox {
	background: -moz-linear-gradient(left, #E0E0DA 10%, #FFFFFF 10%);
	background: -webkit-linear-gradient(left, #E0E0DA 10%,#FFFFFF 10%);
	background: linear-gradient(to right, #E0E0DA 10%,#FFFFFF 10%);
}



/*==============================
		detailConts
==============================*/
/*--------------------------------------------------
		caTopBox01
--------------------------------------------------*/
.caConts .blockMain .caTopBox01 {
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.caConts .blockMain .caTopBox01 + .box {
	margin-top: 40px;
}
.caConts .blockMain .caTopBox01 .img {
	width: 120px;
	margin: 0;
}
.caConts .blockMain .caTopBox01 .txt01 {
	font-size: 1.6rem;
	letter-spacing: 2px;
	text-align: center;
	width: 390px;
	margin: 0;
}
.caConts .blockMain .caTopBox01 .txt02 {
	font-size: 3.2rem;
	letter-spacing: 2px;
	text-align: center;
	width: 390px;
	margin: 0;
}



/*--------------------------------------------------
		caGuideBox01
--------------------------------------------------*/
.blockMain .caGuideBox01 {
	margin-top: 60px;
}
.caGuideBox01 {
	width: 500px;
	margin: 0 auto;
}
.caGuideBox01 .boxInner {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px 40px;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
}
.caGuideBox01 .boxInner .img {
	width: 100px;
	padding: 0 35px 0 15px;
	margin: 0;
}
.caGuideBox01 .boxInner .boxR {
	font-size: 1.6rem;
	width: 320px;
	margin: 0;
}
.caGuideBox01 .boxInner .boxR .txt {
	display: block;
	line-height: 2;
	background-image: linear-gradient(180deg,rgba(0,0,0,0) 0%,rgba(0,0,0,0) 97%,#CCCCCC 97%,#CCCCCC 100%);
	background-size: 100% 2em;
}
.caGuideBox01 .notes {
	font-size: 1.2rem;
	line-height: 1.2;
	margin: 10px 10px 0 10px;
}

/*--------------------------------------------------
		conductor
--------------------------------------------------*/
.conductor{
	margin-top:30px;
}
.conductor .block01{
	color:#cccccc;
	margin:0 auto;
	max-width:700px;
}
.conductor .box01{
	color: #cccccc;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-decoration: none;
}
.conductor .box01 .img-spot{
	width:calc((50% - 20px)/2);
	min-width: 150px;
}
.conductor .box01 .txtlink{
	width:50%;
	font-size: 1.3rem;
}
.conductor .box01 .txtlink .txt01{
	font-size: 2.5rem;
	position: relative;
	/*letter-spacing: 0.3rem;*/
	display: inline-block;
}
.conductor .box01 .txtlink .txt01::before,
.conductor .box01 .txtlink .txt01::after{
	content:"";
	display: block;
	position: absolute;
	border-top:solid 2px #CCCCCC;
	border-right:solid 2px #CCCCCC;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	width: 12px;
	height: 12px;
	top:30%;
}
.conductor .box01 .txtlink .txt01::before{
	right:-25px;
}
.conductor .box01 .txtlink .txt01::after{
	right:-18px;
}

.conductor .box01 .txtlink .txt02{
	border-bottom: solid 2px;
	/*display: inline-block;*/
	position: relative;
	padding-right:15px;
}
.conductor .box01 .txtlink .txt02::before{
	content: "CLICK";
	position: absolute;
	bottom:0px;
	right:15px;
}
.conductor .box01 .txtlink .txt02::after{
	content: "";
	position: absolute;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 7px solid #ffffff;
	bottom:6px;
	right:0px;
}

/*--------------------------------------------------
		serviceSec
--------------------------------------------------*/
.serviceSec .box01{
	display: flex;
	flex-basis: auto;
	justify-content: space-between;
}
.serviceSec .block01{
	width:calc((100% - 40px)/2);
}


/*--------------------------------------------------
		info 200508
--------------------------------------------------*/
.conts .secInfo,
.conts .secInfo+.sec{ /* お知らせ上下余白 */
	margin-top: 20px;
}
.sec .listInfo li{
	text-indent: -1em;
	padding-left: 1em;
}
.infoBlock .box01 .listInfo {
	padding: 0 calc(60 / 1000 * 100%);
}
.infoBlock .box02 .boxInner {
	padding: 0 calc(60 / 1000 * 100%);
}


}





/*==============================

		TAB

==============================*/
@media screen and (min-width: 768px) and (max-width: 900px) {

/*--------------------------------------------------

--------------------------------------------------*/



/*--------------------------------------------------

--------------------------------------------------*/



/*--------------------------------------------------

--------------------------------------------------*/



/*==============================
		detailConts
==============================*/

/*--------------------------------------------------

--------------------------------------------------*/



/*--------------------------------------------------

--------------------------------------------------*/



/*--------------------------------------------------

--------------------------------------------------*/










}





/*==============================

		SP

==============================*/
@media screen and (max-width: 767px) {
.pcOnly {display: none !important;}

.l-content-body {
	margin-top: 20px;
}



/*--------------------------------------------------
		conts
--------------------------------------------------*/
.conts .w96 {
	padding: 0 2%;
}
.conts img {
	width: 100%;
	height: auto;
}
.conts .txtLink a img {
	width: auto;
	height: auto;
}



/*--------------------------------------------------
		section
--------------------------------------------------*/
.sec + .sec {
	margin-top: 40px;
}



/*--------------------------------------------------
		block
--------------------------------------------------*/
.block + .block {
	margin-top: 30px;
}



/*--------------------------------------------------
		box
--------------------------------------------------*/
.box + .box {
	margin-top: 20px;
}



/*--------------------------------------------------
		contsMain
--------------------------------------------------*/
.contsMain {
	margin-bottom: 20px;
}
.contsMain .contsTitle {
	margin-bottom: 10px;
}
.contsMain .contsTitle h1 {
	font-size: 3.75vw;
	font-weight: normal;
	line-height: 1.4;
}



/*--------------------------------------------------
		contsNav
--------------------------------------------------*/
.contsNav {
	margin-bottom: 20px;
}
.contsNav ul {
	display: flex;
	justify-content: space-around;
	width: 100%;
}
.contsNav ul li {
	padding-bottom: 20px;
}
.contsNav ul li a {
	display: inline-block;
	text-decoration: none;
	border-bottom: 1px solid #FFFFFF;
	position: relative;
}
.contsNav ul li a:hover {
	text-decoration: none;
}
.contsNav ul li a::after {
	content: "▼";
	display: block;
	font-size: 1rem;
	vertical-align: top;
	position: absolute;
	bottom: -18px;
	left: 50%;
	transform : translateX(-50%);
}



/*--------------------------------------------------
		titleStyle1st
--------------------------------------------------*/
.titleStyle1st {
	font-size: 3.75vw;
	line-height: 1.4;
}
.titleStyle1st span {
	display: inline-block;
	font-size: 5.6vw;
	line-height: 1.2;
	border-bottom: 2px solid #333333;
}



/*--------------------------------------------------
		locaBlock
--------------------------------------------------*/
.locaBlock {
	padding: 0 2%;
}
.locaBlock .locaBox {
	width: 100%;
	background: -moz-linear-gradient(left, #000000 10%, #FFFFFF 10%);
	background: -webkit-linear-gradient(left, #000000 10%,#FFFFFF 10%);
	background: linear-gradient(to right, #000000 10%,#FFFFFF 10%);
	padding: 0;
	position: relative;
}
.locaBlock .locaBox a {
	display: block;
	color: #333333;
	height: 100%;
	padding-bottom: 20px;
	position: relative;
}
.locaBlock .locaBox a::after {
	content: " ";
	display: block;
	width: 86%;
	height: 1px;
	background: #000000;
	position: absolute;
	bottom: 0;
	right: 0;
}
.locaBlock .locaBox a:hover {
	text-decoration: none;
}
.locaBlock .locaBox a:hover,
.locaBlock .locaBox a:focus,
.locaBlock .locaBox a:active,
.locaBlock .locaBox a img:hover,
.locaBlock .locaBox a img:focus,
.locaBlock .locaBox a img:active {
	opacity: 1;
}
.locaBlock .locaBox:hover {
	opacity: 0.7;
	transition: 0.3s;
}
.locaBlock .locaBox .boxInner {
	width: 86%;
	padding: 10px 2% 0 0;
	margin-left: 14%;
}
.locaBlock .locaBox .boxInner .locaName {
	font-size: 5.6vw;
	font-weight: bold;
	line-height: 1.4;
	letter-spacing: 1px;
	margin-bottom: 10px;
}
.locaBlock .locaBox .boxInner .locaType dt {
	float: left;
	padding-left: 25px;
	position: relative;
}
.locaBlock .locaBox .boxInner .locaType dt::before {
	content: " ";
	display: block;
	width: 18px;
	height: 15px;
	background: url(/int_jp/trip/startrip/common/img/icon_loca_type_01.png) no-repeat 0 0;
	background-size: 18px 15px;
	position: absolute;
	top: 50%;
	left: 0;
	transform : translateY(-50%);
}
.locaBlock .locaBox .boxInner .locaType dd {
	float: left;
	padding-left: 10px;
}
.locaBlock .locaBox .boxInner .locaExplan {
	margin-top: 10px;
}
.locaBlock .comingsoonBox:hover {
	opacity: 1;
}
.locaBlock .comingsoonBox a {
	pointer-events: none;
}



/*--------------------------------------------------
		bannerBlock01
--------------------------------------------------*/
.bannerBlock01 {
	width: 100%;
}
.bannerBlock01 .box {
	width: 100%;
}
.bannerBlock01 .blockTitle {
	display: flex;
	align-items: center;
	text-align: center;
	font-size: 1.6rem;
	margin-bottom: 10px;
}
.bannerBlock01 .blockTitle:before,
.bannerBlock01 .blockTitle:after {
	content: " ";
	display: inline;
	border-top: 1px solid;
	flex-grow: 1;
}
.bannerBlock01 .blockTitle:before {
	margin-right: 0.5em;
}
.bannerBlock01 .blockTitle:after {
	margin-left: 0.5em;
}



/*--------------------------------------------------
		bannerBlock02
--------------------------------------------------*/
.bannerBlock02 {
	width: 100%;
}
.bannerBlock02 .blockTitle {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	font-size: 1.6rem;
	text-align: center;
	margin-bottom: 10px;
}
.bannerBlock02 .blockTitle:before,
.bannerBlock02 .blockTitle:after {
	content: " ";
	display: inline;
	border-top: 1px solid;
	flex-grow: 1;
}
.bannerBlock02 .blockTitle:before {
	margin-right: 0.5em;
}
.bannerBlock02 .blockTitle:after {
	margin-left: 0.5em;
}
.blockInner {
	display: flex;
	flex-wrap: wrap;
}
.bannerBlock02 .box {
	width: 49%;
	margin: 10px 2% 0 0;
}
.bannerBlock02 .box:nth-child(2n) {
	margin-right: 0;
}
.bannerBlock02 .box:nth-child(-n+2) {
	margin-top: 0;
}



/*--------------------------------------------------

--------------------------------------------------*/



/*--------------------------------------------------

--------------------------------------------------*/



/*--------------------------------------------------

--------------------------------------------------*/



/*--------------------------------------------------

--------------------------------------------------*/



/*--------------------------------------------------

--------------------------------------------------*/



/*==============================
		detailConts
==============================*/

/*--------------------------------------------------
		snsBlock
--------------------------------------------------*/
.detailConts .snsList {
	display: flex;
	align-items: center;
	justify-content: center;
}
.detailConts .snsList li {
	width: 12%;
}
.detailConts .snsList li img {
	width: 100%;
}
.detailConts .snsList li .m-icn-blank {
	display: none;
}
.detailConts .snsBlockTop .snsList li + li {
	margin-left: 8%;
}
.detailConts .snsBlockBtm .snsList li + li {
	margin-left: 8%;
}



/*--------------------------------------------------
		reportSec
--------------------------------------------------*/
.detailConts .reportSec {
	color: #333333;
	padding: 10px 0 20px 0;
	background: #FFFFFF;
}
.detailConts .reportSec .secInner {
	padding: 0 2%;
}
.reportSec a {
	color: #003399;
}

/*		blockMain
--------------------------------------------------*/
.detailConts .blockMain {
	margin-bottom: 20px;
}
.detailConts .snsBlockTop + .blockMain {
	margin-top: 10px;
}
.detailConts .blockMain .img {
	margin-bottom: 20px;
}
.detailConts .blockMain h2 {
	font-size: 5.6vw;
	font-weight: bold;
	line-height: 1.4;
	letter-spacing: 1px;
	text-align: center;
	margin-bottom: 10px;
}
.detailConts .blockMain .locaType {
	display: flex;
	justify-content: center;
	padding-bottom: 20px;
	margin-bottom: 20px;
	position: relative;
}
.detailConts .blockMain .locaType::after {
	content: " ";
	display: block;
	width: 45px;
	height: 1px;
	background: #000000;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform : translateX(-50%);
}
.detailConts .blockMain .locaType dt {
	padding-left: 25px;
	position: relative;
}
.detailConts .blockMain .locaType dt::before {
	content: " ";
	display: block;
	width: 18px;
	height: 15px;
	background: url(/int_jp/trip/startrip/common/img/icon_loca_type_01.png) no-repeat 0 0;
	background-size: 18px 15px;
	position: absolute;
	top: 50%;
	left: 0;
	transform : translateY(-50%);
}
.detailConts .blockMain .locaType dd {
	padding-left: 10px;
}
.detailConts .blockMain .locaExplan {
	font-size: 4.3vw;
	font-weight: bold;
	text-align: center;
}

/*		reportBlock
--------------------------------------------------*/
.detailConts .reportSec .reportBlock {
	font-size: 1.4rem;
}
.detailConts .reportSec .reportBlock .blockInner {
	padding: 0 4%;
}
.detailConts .reportSec .reportBlock .box + .box {
	margin-top: 20px;
}
.detailConts .reportSec .reportBlock .caImpreBox01 {
	padding: 10px 2%;
	background: #E0E0DA;
}

/*		reportInfo
--------------------------------------------------*/
.detailConts .reportSec .reportInfo .blockInner {
	padding: 0 4%;
}
.detailConts .reportSec .reportInfo .box + .box {
	margin-top: 20px;
}
.detailConts .reportSec .reportInfo .blockTitle {
	margin-bottom: 20px;
}
.detailConts .reportSec .reportInfo .blockTitle h3 {
	display: inline-block;
	font-size: 5vw;
	font-weight: bold;
	border-bottom: 1px solid #333333;
}
.detailConts .reportSec .reportInfo .box01 {
	display: table;
	width: 100%;
}
.detailConts .reportSec .reportInfo .box01 .boxInner {
	display: table-row;
}
.detailConts .reportSec .reportInfo .box01 .boxInner + .boxInner .txtTh,
.detailConts .reportSec .reportInfo .box01 .boxInner + .boxInner .txtTd {
	padding-top: 5px;
}
.detailConts .reportSec .reportInfo .box01 .txtTh {
	display: table-cell;
	vertical-align: top;
	font-weight: bold;
	white-space: nowrap;
}
.detailConts .reportSec .reportInfo .box01 .txtTd {
	display: table-cell;
	vertical-align: top;
	text-indent: -1em;
	padding-left: 1em;
}
.detailConts .reportSec .reportInfo .box01 .txtTd::before {
	content: "：";
}
.detailConts .reportSec .reportInfo .box01 .txtTd a {
	color: #333333;
}
.detailConts .reportSec .reportInfo .box01 + .box02 {
	margin-top: 10px;
}
.detailConts .reportSec .reportInfo .box01 + .box02 .txt {
	font-size: 1rem;
}
.detailConts .reportSec .reportInfo .box03 {
	width: 100%;
}
.detailConts .reportSec .reportInfo .box03 .map {
	width: 100%;
	height: 0;
	padding-top: calc(360 / 610 * 100%);
	position: relative;
}
.detailConts .reportSec .reportInfo .box03 .map iframe {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.detailConts .reportSec .reportInfo .box03 .txt {
	text-align: right;
	margin-top: 10px;
}
.detailConts .reportSec .reportInfo .box03 .txt em {
	color: #999999;
	font-weight: normal;
}



/*--------------------------------------------------
		theothers01
--------------------------------------------------*/
.detailConts .reportSec + .theothers01 {
	margin-top: 0;
}
.detailConts .theothers01 {
	padding: 20px 0 40px 0;
	background: #EFEFEC;
}
.detailConts .theothers01 .block01 .box01 {
	text-align: center;
}
.detailConts .theothers01 .block01 .box01 .txtLink {
	margin-bottom: 20px;
}
.detailConts .theothers01 .block01 .box01 .txtLink a {
	color: #333333;
	font-size: 1.4rem;
}
.detailConts .theothers01 .block01 .box01 .txtLink a span {
	font-size: 1.6rem;
	font-weight: bold;
}
.detailConts .theothers01 .block01 .box01 .bnr {
	padding: 0 4%;
}
.detailConts .theothers01 .block01 .box01 .bnr li + li {
	margin-top: 20px;
}



/*--------------------------------------------------

--------------------------------------------------*/



/*--------------------------------------------------

--------------------------------------------------*/



/*--------------------------------------------------

--------------------------------------------------*/



/*==============================

		caConts

==============================*/

/*--------------------------------------------------
		locaBlock
--------------------------------------------------*/
.caConts .locaBlock .locaBox {
	background: -moz-linear-gradient(left, #E0E0DA 10%, #FFFFFF 10%);
	background: -webkit-linear-gradient(left, #E0E0DA 10%,#FFFFFF 10%);
	background: linear-gradient(to right, #E0E0DA 10%,#FFFFFF 10%);
}



/*==============================
		detailConts
==============================*/
/*--------------------------------------------------
		caTopBox01
--------------------------------------------------*/
.caConts .blockMain .caTopBox01 {
	display: flex;
	justify-content: space-around;
	align-items: center;
	padding-top: 10px;
}
.caConts .blockMain .caTopBox01 .img {
	width: 24%;
	margin: 0;
}
.caConts .blockMain .caTopBox01 .txt {
	letter-spacing: 2px;
	font-weight: bold;
	text-align: center;
	width: 38%;
	margin: 0;
}
.caConts .blockMain .caTopBox01 .txt01 {
	font-size: 2.5vw;
}
.caConts .blockMain .caTopBox01 .txt02 {
	font-size: 4.37vw;
}



/*--------------------------------------------------
		caGuideBox01
--------------------------------------------------*/
.blockMain .caGuideBox01 {
	margin-top: 20px;
}
.caGuideBox01 {
}
.caGuideBox01 .boxInner {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px 2%;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
}
.caGuideBox01 .boxInner .img {
	width: 25%;
	padding: 0 6% 0 4%;
	margin: 0;
}
.caGuideBox01 .boxInner .boxR {
	font-size: 1.4rem;
	width: 75%;
	margin: 0;
}
.caGuideBox01 .boxInner .boxR .txt {
	display: block;
	line-height: 2;
	background-image: linear-gradient(180deg,rgba(0,0,0,0) 0%,rgba(0,0,0,0) 97%,#CCCCCC 97%,#CCCCCC 100%);
	background-size: 100% 2em;
}
.caGuideBox01 .notes {
	font-size: 1.2rem;
	line-height: 1.2;
	margin-top: 10px;
}

/*--------------------------------------------------
		conductor
--------------------------------------------------*/
.conductor .block01{
	margin:0 auto;
	color: #CCCCCC;
}
.conductor .box01{
	color: #CCCCCC;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.conductor .box01 .img-spot{
	width:calc((100% - 10px)/2);
}
.conductor .box01 .txtlink{
	width:100%;
	text-align: center;
	font-size: 1.3rem;
	padding:15px;
}
.conductor .box01 .txtlink .txt01{
	font-size: 1.8rem;
	position: relative;
	letter-spacing: 0.3rem;
}
.conductor .box01 .txtlink .txt01::before,
.conductor .box01 .txtlink .txt01::after{
	content:"";
	display: block;
	position: absolute;
	border-top:solid 1px #CCCCCC;
	border-right:solid 1px #CCCCCC;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	width: 12px;
	height: 12px;
	top:30%;
}
.conductor .box01 .txtlink .txt01::before{
	right:0vw;
}
.conductor .box01 .txtlink .txt01::after{
	right:2vw;
}
.conductor .box01 .txtlink .txt02{
	border-bottom: solid 1px;
	display: inline-block;
}

/*--------------------------------------------------
		serviceSec
--------------------------------------------------*/
.serviceSec .box01{
	display: flex;
	flex-direction: column;
	flex-basis: auto;
	justify-content: space-between;
}
.serviceSec .block01+.block01{
	margin: 20px 0 0;
}


/*--------------------------------------------------
		info 200508
--------------------------------------------------*/
.sec .listInfo li{
	font-size: 1.2rem;
	text-indent: -1em;
	padding-left: 1em;
}

.infoBlock .box01 .listInfo {
	padding: 0 2%;
}
.infoBlock .box02 .boxInner {
	padding: 0 2%;
}

}

@media screen and (max-width: 767px) {

.m-tag-list{
font-size: 14px;
padding-bottom: 16px;
 }
}

@media screen and (min-width: 768px) {
.m-tag-list{
font-size: 19px;
padding-bottom: 15px;
 }
}

