@charset "utf-8";

/***************************************************
	kyototour.css
***************************************************/

#gHeder #gNav li:nth-child(1) a {
	background-color: rgba(230,125,135,1);
}

@font-face {
	font-family: 'icomoon';
	src: url('/travel-service/fonts/icomoon.eot?xdkr32');
	src: url('/travel-service/fonts/icomoon.eot?xdkr32#iefix') format('embedded-opentype'),
		url('/travel-service/fonts/icomoon.ttf?xdkr32') format('truetype'),
		url('/travel-service/fonts/icomoon.woff?xdkr32') format('woff'),
		url('/travel-service/fonts/icomoon.svg?xdkr32#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-balloon:before {
	content: "\e900";
}
.icon-book:before {
	content: "\e901";
}
.icon-pencil:before {
	content: "\e902";
}
.icon-staff:before {
	content: "\e903";
}
.icon-time:before {
	content: "\e904";
}


/* travel-service
------------------------------------------------------------ */
#travel-service .headerPhoto { background-image: url(/img/travel-service/header_photo.jpg);}
#contents {	margin-top: 30px;}

#topTxt {
	background: url(../img/hitoritabi/img_bg.png) no-repeat 0 0;
	width: 1020px;
	height: 300px;
	padding: 35px 50px 0 537px;
	font-size: 14px;
	margin-top: 30px;
	margin-bottom: 60px;
}

#contents .contentsBlock {
	position: relative;
}
#contents .contentsNav {
	position: absolute;
	top: 448px;
	right: auto;
	margin-left: 880px;
	z-index: 1;
}
#contents .contentsNav.fixed {
	position: fixed;
	top: 150px;
}
#contents .contentsNav.bottom {
	position: absolute;
	top: auto;
	bottom: 0;
}
#contents .contentsNav ul {
	margin-bottom: 0;
}
#contents .contentsNav li {
	width: 100px;
	height: 80px;
	margin-bottom: 1px;
	padding: 2px;
	border: 1px solid #e67d87;
	background-color: #fffafa;
}
#contents .contentsNav li:first-child {
	border-radius: 5px 5px 0 0;
}
#contents .contentsNav li:last-child {
	border-radius: 0 0 5px 5px;
}
#contents .contentsNav li a {
	display: block;
	position: relative;
	height: 100%;
	padding-top: 10px;
	border: 1px solid #f2c1c5;
	background-color: #fffafa;
	color: #e67d87;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
}
#contents .contentsNav li:first-child a {
	border-radius: 3px 3px 0 0;
}
#contents .contentsNav li:last-child a {
	border-radius: 0 0 3px 3px;
}
#contents .contentsNav li a::before {
	display: block;
	content: "";
	position: absolute;
	bottom: 1px;
	right: 1px;
	width: 0;
	height: 0;
	margin-left: -3px;
	border-style: solid;
	border-width: 6px 6px 0 6px;
	border-color: transparent #e67d87 transparent transparent;
}
#contents .contentsNav li a:hover {
	background-color: #eb636b;
	color: #fff;
}
#contents .contentsNav li a .icon {
	display: block;
	margin-bottom: 6px;
	color: #e67d87;
	font-size: 31px;
	text-decoration: none;
}
#contents .contentsNav li a:hover .icon {
	color: #fff;
}

@media only screen and (max-width: 767px) {
	#contents .contentsNav {
		position: static;
		top: auto;
		right: auto;
		width: 100%;
		margin-left: 0;
		z-index: 2;
	}
	#contents .contentsNav.fixed {
		position: fixed;
		top: 75px;
	}
	#contents .contentsNav.bottom {
		position: fixed;
		top: 75px;
		bottom: auto;
	}
	#contents .contentsNav li {
		float: left;
		width: 20%;
	}
	#contents .contentsNav li a {
		font-size: 7px;
	}
	#contents .contentsNav li:first-child {
		border-radius: 0 0 0 5px;
	}
	#contents .contentsNav li:last-child {
		border-radius: 0 0 5px 0;
	}
	#contents .contentsNav li:first-child a {
		border-radius: 0 0 0 3px;
	}
	#contents .contentsNav li:last-child a {
		border-radius: 0 0 3px 0;
	}
}


/* メイン画像・タイトル */
#contents .mainV {
	margin-bottom: 27px;
	padding: 0 10px;
}
.ttl01:before {
	background-image: url(/img/travel-service/ico_ttl01.png);
}
#contents .title01 {
	padding: 5px 0;
	border-bottom: 2px solid #f7e6de;
	color: #372f22;
	font-size: 20px;
	font-weight: normal;
}
#contents .title01 .icon {
	display: inline-block;
	margin-right: 5px;
	font-size: 24px;
	vertical-align: middle;
}
#sp_ttl01 {
	display: none;
}

@media only screen and (max-width: 767px) {
	#contents .mainV {
		margin-bottom: 10px;
		padding: 0 14px;
	}
	.ttl01:before {
		background-image: url(/img/travel-service/ico_ttl01.png);
		background-size: 40px auto;
	}
	#contents .ttl01 {
		margin: 20px 10px 10px;
	}
	#contents .title01 {
		margin-bottom: 10px;
	}
	#sp_ttl01 {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		padding: 22px 0 28px 10px;
		border-top: 5px solid #e67d87;
		background-color: #fff;
		font-size: 18px;
		z-index: 1;
	}
	#sp_ttl01.fixed {
		display: block;
	}
}


.plan_inn01 {
	width: 870px;
	padding-left: 20px;
}

@media only screen and (max-width: 767px) {
	.plan_inn01 {
		width: 100%;
		padding: 0;
	}
}


/* サービス概要 */
#detailArea {
	margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
	#detailArea {
		margin-bottom: 20px;
		padding: 0 20px;
	}
}


/* 旅行フロー */
#scheduleArea {
	padding-right: 10px;
}
#scheduleArea .serviceflow01 {
	counter-reset: serviceflow01;
	margin-bottom: 18px;
}
#scheduleArea .serviceflow01 dl {
	float: left;
	width: 410px;
	margin-bottom: 0;
	border: 1px solid #f7e6de;
}
#scheduleArea .serviceflow01 dl:last-child {
	float: right;
}
#scheduleArea .serviceflow01 dt {
	width: 120px;
	margin: -1px 0 20px 9px;
	padding: 5px 0;
	border-radius: 0 0 4px 4px;
	background-color: #eb636b;
	color: #fff;
	text-align: center;
}

#scheduleArea .serviceflow01 dd {
	padding: 0 9px 9px;
}
#scheduleArea .serviceflow01 ol {
	margin: 0;
	list-style: none;
}
#scheduleArea .serviceflow01 li {
	position: relative;
	border-bottom: 1px dashed #ddd;
}
#scheduleArea .serviceflow01 li:before {
	display: block;
	counter-increment: serviceflow01;
	content: counter(serviceflow01);
	position: absolute;
	top: 50%;
	left: 9px;
	width: 24px;
	height: 24px;
	margin-top: -12px;
	background-color: #f7e6de;
	border-radius: 50%;
	color: #372f22;
	line-height: 24px;
	text-align: center;
}
#scheduleArea .serviceflow01 li.no_count:before {
	content: "";
	background-color: transparent;
}
#scheduleArea .serviceflow01 li a,
#scheduleArea .serviceflow01 li > span {
	display: block;
	margin: 0 0 0 44px;
	padding: 10px 8px;
	border-left: 1px solid #ddd;
	color: #372f22;
}
#scheduleArea .serviceflow01 li a span {
	font-size: 80%;
}

#scheduleArea .serviceflow02 {
	counter-reset: serviceflow02;
	margin-bottom: 30px;
}
#scheduleArea .serviceflow02 dl {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #ddd;
}
#scheduleArea .serviceflow02 dt {
	position: relative;
	float: right;
	width: 600px;
	margin-bottom: 15px;
	padding-left: 40px;
	color: #372f22;
	font-size: 18px;
	font-weight: bold;
}
#scheduleArea .serviceflow02 dt:before {
	display: block;
	counter-increment: serviceflow02;
	content: counter(serviceflow02);
	position: absolute;
	top: 50%;
	left: 0;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	background-color: #f7e6de;
	border-radius: 50%;
	color: #372f22;
	font-weight: normal;
	line-height: 30px;
	text-align: center;
}
#scheduleArea .serviceflow02 dt span {
	font-size: 80%;
}
#scheduleArea .serviceflow02 dd.image {
	float: left;
}
#scheduleArea .serviceflow02 dd.text {
	float: right;
	width: 600px;
	line-height: 1.8;
}
#contents .arr01 {
	margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
	#scheduleArea {
		margin-bottom: 20px;
		padding: 0 20px;
	}
	#scheduleArea .serviceflow01 {
		margin-bottom: 20px;
	}
	#scheduleArea .serviceflow01 dl {
		float: none;
		width: 100%;
		margin-bottom: 10px;
		border: 1px solid #f7e6de;
	}
	#scheduleArea .serviceflow01 dl:last-child {
		float: none;
	}

	#scheduleArea .serviceflow02 {
		margin-bottom: 10px;
	}
	#scheduleArea .serviceflow02 dl {
		padding-bottom: 10px;
		margin-bottom: 10px;
		border-bottom: 1px dashed #ddd;
	}
	#scheduleArea .serviceflow02 dt {
		position: relative;
		float: right;
		width: calc(100% - 140px);
		min-width: 49%;
		margin-bottom: 10px;
		padding-left: 0;
		color: #372f22;
		font-size: 14px;
		font-weight: bold;
	}
	#scheduleArea .serviceflow02 dt:before {
		display: block;
		counter-increment: serviceflow02;
		content: counter(serviceflow02);
		position: static;
		width: 28px;
		height: 28px;
		margin-top: 0;
		margin-bottom: 5px;
		line-height: 28px;
	}
	#scheduleArea .serviceflow02 dd.image {
		float: left;
		width: 130px;
		max-width: 49%;
		margin-bottom: 10px;
	}
	#scheduleArea .serviceflow02 dd.text {
		clear: both;
		float: none;
		width: 100%;
		line-height: 1.6;
	}
	#contents .arr01 {
		margin-bottom: 20px;
		padding: 0 10px;
	}
}


/* スタッフ紹介 */
#staffArea {
	margin-bottom: 25px;
}
#staffArea dl {
	padding: 60px 30px 30px;
	margin-bottom: 10px;
	border: 1px solid #f7e6de;
}
#staffArea dl.inoue {
	background: url(/img/travel-service/inoue_name_pc.png) 0 0 no-repeat;
}
#staffArea dl.yagi {
	background: url(/img/travel-service/yagi_name_pc.png) 0 0 no-repeat;
}
#staffArea dt {
	float: right;
	width: 560px;
	margin-bottom: 15px;
	color: #372f22;
	font-size: 30px;
}
#staffArea dt span {
	display: inline-block;
	margin-right: 18px;
	font-size: 16px;
}
#staffArea .yagi dt span {
	font-size: 12px;
}
#staffArea dd.image {
	float: left;
	width: 220px;
}
#staffArea dd.text {
	float: right;
	width: 560px;
}

@media only screen and (max-width: 767px) {
	#staffArea {
		margin-bottom: 20px;
		padding: 0 20px;
	}
	#staffArea dl {
		padding: 27px 0 20px;
		margin-bottom: 10px;
		border: 1px solid #f7e6de;
	}
	#staffArea dl.inoue {
		background: url(/img/travel-service/inoue_name_sp.png) 100% 0 no-repeat;
		background-size: auto 27px;
	}
	#staffArea dl.yagi {
		background: url(/img/travel-service/yagi_name_sp.png) 100% 0 no-repeat;
		background-size: auto 27px;
	}
	#staffArea dt {
		float: none;
		width: 100%;
		margin-bottom: 10px;
		padding: 0 10px;
		font-size: 21px;
		text-align: right;
	}
	#staffArea dt span {
		display: inline-block;
		margin-right: 18px;
		font-size: 12px;
	}
	#staffArea .yagi dt span {
		font-size: 12px;
	}
	#staffArea dd.image {
		float: none;
		width: 100%;
		margin: 10px 0;
		padding: 10px 10px 0;
		border-top: 1px dotted #f7e6de;
	}
	#staffArea dd.text {
		float: none;
		width: 100%;
		padding: 0 10px;
	}
}


/* お客様の声 */
#voiceArea {
	margin-bottom: 0;
}
#voiceArea .voiceList {
}
#voiceArea .voiceList dl {
	margin-bottom: 10px;
	padding: 10px 10px 10px 15px;
	background-color: #fffafa;
}
#voiceArea .voiceList dt {
/*	float: right;
	width: 595px;*/
	margin-bottom: 10px;
	color: #372f22;
	font-size: 18px;
	font-weight: bold;
}
/*#voiceArea .voiceList dd.image {
	float: left;
	width: 210px;
}*/
/*#voiceArea .voiceList dd.text {
	float: right;
	width: 595px;
}*/

@media only screen and (max-width: 767px) {
	#voiceArea {
		margin-bottom: 0;
		padding: 0 20px;
	}
	#voiceArea .voiceList dl {
		margin-bottom: 10px;
		padding: 10px 10px 10px 15px;
		background-color: #fffafa;
	}
	#voiceArea .voiceList dt {
/*		display: inline-block;
		float: none;
		width: calc(100% - 150px);*/
		margin-bottom: 10px;
		padding-left: 5px;
		color: #372f22;
		font-size: 14px;
		font-weight: bold;
		vertical-align: middle;
	}
/*	#voiceArea .voiceList dd.image {
		display: inline-block;
		float: none;
		width: 140px;
		margin-bottom: 10px;
		vertical-align: middle;
	}*/
	#voiceArea .voiceList dd.text {
		clear: both;
		float: none;
		width: 100%;
	}
}


/* お申込フォーム */
#applicationArea {
	padding-top: 30px;
}
#applicationArea .ttl04 {
	background-size: 22px auto;
}
#applicationArea table {
	width: 100%;
}
#applicationArea tr:nth-child(odd) {
	background-color: #f7e6de;
}

@media only screen and (max-width: 767px) {
	#applicationArea tr:nth-child(odd) {background: none;}
	#applicationArea th {
		display: block;
		width: 100%;
		background-color: #f7e6de;
	}
	#applicationArea td {
		display: block;
		width: 100%;
	}
}


/* #travel-service.service03 母娘（おやこ）の旅専用窓口
------------------------------------------------------------ */
#travel-service.service03 {}
