@charset "UTF-8";



/*
** tourist
***************************************************/

main.tourist section.section_head {
	background: url(../../business/img/tourist_bg01.png);
	padding: 0;
	line-height: 1.0;
}

main.tourist section.article div {
	border: 2px solid #33a4d1;
	padding: 3em 2em;
	box-sizing: border-box;
}

main.tourist .inquiry div.contact {
	border-radius: 10px;
	padding: 20px;
	box-shadow: 3px 3px 3px #eee;
	border: 1px solid #eee;
	text-decoration: none;
	position: relative;
	box-sizing: border-box;
	overflow: hidden;
}

main.tourist nav.lang_nav {
	display: block;
	max-width: 1200px;
	margin: 0 auto 2em;
	padding: 0;
	overflow: hidden;
}

main.tourist nav.lang_nav ul {
	border: 1px solid #bbb;
	border-radius: 0.5em;
	overflow: hidden;
}

main.tourist nav.lang_nav li {
	width: 20%;
	float: left;
}

main.tourist nav.lang_nav li a {
	border-right: 1px solid #bbb;
	display: block;
	color: #1f1f1f;
	text-decoration: none;
	text-align: center;
	padding: 1em;
	line-height: 1.0;
}

main.tourist nav.lang_nav li a:hover,
main.tourist nav.lang_nav li a.selected {
	background: #aaa;
	color: #fff;
	opacity: 1;
}

main.tourist nav.lang_nav li:last-child a {
	border-right: none;
	word-break: break-all;
}

main.tourist .inquiry.network dl dt,
main.tourist .inquiry div.contact div dl dt {
	text-align: left;
	font-size: 125%;
	font-weight: bold;
	position: relative;
}

main.tourist .inquiry.network dl dt span:before,
main.tourist .inquiry div.contact div dl dt span:before {
	border: 5px solid #f7d300;
	width: 0;
	line-height: 0;
	height: 0;
	margin-right: 0.25em;
	content: '';
	display: inline-block;
	position: relative;
	top: -2px;
}

main.tourist .inquiry.network dl dd ul,
main.tourist .inquiry div.contact div dl dd ul {
	text-align: left;
	margin-bottom: 2em;
}

main.tourist .inquiry.network dl dd ul li,
main.tourist .inquiry div.contact div dl dd ul li {
	margin: 0.5em 0;
	overflow: hidden;
}

main.tourist .inquiry.network dl dd ul span,
main.tourist .inquiry div.contact div dl dd ul li span {
	float: left;
	margin-right: 1em;
	display: inline-block;
	line-height: 2;
}

main.tourist .inquiry div.contact div dl dd ul li a {
	float: right;
	text-align: right;
	display: inline-block;
}

main.tourist .inquiry div.contact div dl dd ul li a:before {
	background: url(../../common/img/com_icon_download.png) no-repeat;
	background-size: contain;
	content: '';
	width: 1.25em;
	height: 1.25em;
	line-height: 0;
	display: inline-block;
	position: relative;
	left: -0.5em;
	top: 0.25em;
}

main.tourist section.telephone div dl {
	overflow: hidden;
}

main.tourist section.telephone div dl dt {
	width: 3em;
	float: left;
}

main.tourist section.telephone div dl dt img {
	width: 100%;
	display: block;
}

main.tourist section.telephone div dl dd {
	position: relative;
	margin-left: 3.5em;
}

main.tourist section.telephone div dl dd strong,
main.tourist section.telephone div dl dd span {
	display: block;
}

main.tourist section.telephone div:last-child a {
	text-align: center;
	display: block;
}

main.tourist section.telephone div a img {
	width: 70%;
	margin: 0 auto;
}

/* 1909_add */

main.tourist .inquiry.network h5 {
	text-align: center;
	font-size: 135%;
	line-height: 2em;
	margin: 1em;
	position: relative;
}

main.tourist .inquiry.network h5:after {
	width: 2em;
	border-bottom: 1px solid #1f1f1f;
	content: "";
	margin-bottom: 2em;
	position: absolute;
	padding-top: 3em;
	left: 50%;
	transform: translateX(-50%);
}

main.tourist .inquiry.network>.contact {
	overflow: hidden;
}

main.tourist .inquiry.network .contact>dl {
	width: 50%;
	float: left;
}

main.tourist .inquiry.network ul.list {
	padding-top: 2em;
}

main.tourist .inquiry.network p.center {
	text-align: center;
	margin-top: 4em;
}

/*
** PC
***************************************************/

@media (min-width: 720px) {

	main.tourist div.section_head {
		position: relative;
		vertical-align: middle;
		text-align: center;
		display: block;
		overflow: hidden;
	}

	main.tourist div.section_head figure {
		float: right;
		width: 65%;
		display: block;
	}

	main.tourist div.section_head figure img {
		vertical-align: bottom;
	}

	main.tourist div.section_head h2 {
		width: 35%;
		float: left;
		text-align: center;
		position: relative;
	}

	main.tourist div.section_head h2 img {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
/*		-webkit-transform: translate(-50%);
		transform: translate(-50%); */
		margin: auto;
	}

	main.tourist div.caption {
		max-width: 860px;
		margin-left: auto;
		margin-right: auto;
	}

	main.tourist div.article div {
		width: 48.5%;
		float: left;
	}

	main.tourist div.article div:last-child {
		float: right;
	}

	main.tourist div.article div.full {
		width: 100%;
		float: none;
	}

	main.tourist div.article div.full ul {
		overflow: hidden;
		margin-top: 2em;
	}

	main.tourist div.article div.full ul li {
		width: 50%;
		float: left;
		text-align: right;
	}

	main.tourist div.article div.full ul li figure {
		margin: 0 1em;
		display: block;
	}

	main.tourist div.article div.full ul li:last-child {
		text-align: left;
	}

	main.event section.inquiry div.contact p.center {
		text-align: center;
		max-width: 640px;
		margin: 1em auto;
	}

	main.event section.inquiry div.contact p.center span {
		display: inline-block;
		text-align: left;
	}

	main.event section.inquiry div.text01 {
		margin: 0 1.5em;
	}

	main.tourist .inquiry div.contact div {
		width: 50%;
		float: left;
		margin: 2em 0 0;
	}

	main.tourist .inquiry div.contact div dl {
		text-align: center;
		width: 70%;
		margin: 0 auto;
	}

	main.tourist section.telephone div {
		width: 50%;
		float: left;
		margin: 0;
	}
	
	main.tourist .inquiry.network .left{
		width: 70%;
		margin: 0 auto ;
		padding: 2em 0 0;
	}

	main.event section.list div {
		padding: 1.5em 3.5em;
	}

	main.event section.list div ul {
		width: 50%;
		float: left;
	}

	main.tourist nav.lang_nav li a {
		transition: .5s;
	}

}


@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
	main.tourist figure._center img,
	main.event figure img,
	main.bus figure._center img{
		width: 100%;
	}
}
/*
** SP
***************************************************/

@media screen and (max-width: 720px) {

	main.tourist {
		font-size: 0.82rem;
	}

	main.tourist div.section_head {
		position: relative;
		vertical-align: middle;
		text-align: center;
		display: block;
		overflow: hidden;
		margin-bottom: 0;
	}

	main.tourist div.section_head figure img {
		vertical-align: bottom;
	}

	main.tourist div.section_head h2 {
		padding: 1em 2em;
	}

	main.tourist div.section_head h2 img {
		width: 80%;
	}

	main.tourist div.article div {
		margin: 0 0 1.5em;
	}

	main.tourist div.article div figure {
		text-align: center;
	}

	main.tourist div.article div figure img {
		width: 65%;
		margin: 0 auto;
	}

	main.tourist div.article div.full ul li {
		margin: 1em 0 0;
	}

	main.event section.list,
	main.travel section.inquiry,
	main.event section.inquiry {
		margin: 0 1.5em;
	}

	main.bus section.article div:first-child {
		margin-top: 2em;
	}

	main.tourist nav.lang_nav {
		font-size: 2.35vw;
	}

	main.tourist .inquiry,
	main.tourist .inquiry div.contact {
		margin-top: 0;
	}

	main.tourist .inquiry div.contact div {
		margin: 2em 0 0;
	}

	main.tourist .inquiry div.contact div dl {
		text-align: center;
		margin: 0 1em;
	}

	main.tourist section.telephone {
		margin-bottom: 0;
	}

	main.tourist section.telephone div {
		margin: 0 1.5em;
		padding: 0;
	}

	main.tourist .bnr {
		margin: 0 1.5em;
		padding: 0 0 2em;
	}
	
	main.tourist .inquiry.network .left{
		margin: 0 1em ;
		padding: 2em 0 0;
	}
	
	main.event section.list {
		margin-bottom: 2.5em;
	}

	main.event section.list div {
		padding: 1.5em;
		margin: 0;
	}

	main.tourist .inquiry.network div.contact div {
		padding: 0 1.5em;
	}

}

/* 202504 */

main.event section.list div .section_title04 {
	margin-bottom: 1em;
	font-size: 115%;
}

main.event section.list div .section_title04 span {
	color: #f7d300;
	font-size: 120%;
	margin-right: 0.2em;
}


.inquiry {
	clear: both;
}


.head_wrap {
	background: url(/business/shared/image/tourist_visual.png) no-repeat;
}

._split > div {
	display: block;
	border-radius: 10px;
	padding: 20px;
	box-shadow: 3px 3px 3px #eee;
	border: 1px solid #eee;
	text-decoration: none;
	position: relative;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
}

._split > div p:last-child {
	margin-bottom: 0;
}

._split > div h2,
main.tourist .inquiry div.contact h3 {
	height: 7rem;
	text-align: center;
	position: relative;
	margin-top: 0;
}

main.tourist .inquiry div.contact h3 {
	height: 3rem;
	margin-top: 1rem;
}

main.tourist .inquiry div.contact h3 span,
._split > div h2 span {
	display: block;
	position: absolute;
	width: 100%;
	text-align: center;
	top: 50%;
	line-height: 1.0;
	transform: translateY( -50% );
}

main.tourist .inquiry div.contact h3 span {
	line-height: 3.0;
}

main.tourist .inquiry div.contact h3 span:after,
._split > div h2:after {
	content: "";
	background: #f7d300;
	width: 4rem;
	height: 4px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX( -50% );
}

@media (min-width: 768px) {

	p.read {
		margin-bottom: 50px;
	}

	.data_thumb01 {
		width: 60%;
		margin: 2em auto;
	}

	.head_wrap {
		background-size: cover;
		height: 20vw;
	}

	._split {
		display: flex;
		justify-content: space-between;
		padding: 0;
	}

	._split > div {
		width: 48.5%;
	}

	._split > div p.caption {
		flex-grow: 1;
	}

}

@media (max-width: 769px) {

	.data_thumb01 {
		margin: 1.5em auto;
	}

	article#company {
		font-size: 0.82rem;
	}

	.head_wrap {
		background-position: center;
		background-size: cover;
		height: 14rem;
	}

	._split > div {
		margin-bottom: 2rem;
	}

}

/* telephone */

.telephone div dl {
	overflow: hidden;
}

.telephone div dl dt {
	width: 3em;
	float: left;
}

.telephone div dl dt img {
	width: 100%;
	display: block;
}

.telephone div dl dd {
	position: relative;
	margin-left: 3.5em;
}

.telephone div dl dd strong,
.telephone div dl dd span {
	display: block;
}

.telephone div:last-child a {
	text-align: center;
	display: block;
}

.telephone div a img {
	width: 70%;
	margin: 0 auto;
}

._center {
	text-align: center;
}

@media (min-width: 769px) {

	.telephone {
		margin: 50px auto;
		width: 70%;
	}

	.telephone div {
		display: flex;
		align-items: center;
		justify-content: center;
	}

}

@media (max-width: 769px) {

	.telephone {
		margin: 1.5em 0;
	}
}
