@charset "UTF-8";

/*----------------------------------------------------*/ 
/* tourTitle
-----------------------------------------------------*/ 

.tourTitle {
	font-size: 2.4rem;
	margin: 20px auto;
	width: 960px;
}

.tourTitle img {
	width: auto;
	height: 60px;
	margin-right: 10px;
	vertical-align: middle;
}

.tourTitle .notice {
	color: #df0202;
	font-size: 1.4rem;
	margin-top: 10px;
}

/*----------------------------------------------------*/ 
/* tourAbout
-----------------------------------------------------*/
.tourAbout{
    position: relative;
    padding: 45px 0;
}

.tourAbout:before {
    content: "";
    width: 100%;
    height: 10px;
    background: url(/kfb/kengaku/img/common/bg_wave_top_border.png) repeat-x;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.tourAbout__inner{
    box-sizing: border-box;
    width: 958px;
    height: 350px;
    padding: 105px 41px 93px 483px;
    background: url(/kfb/kengaku/img/kawasaki/tour_umami_about.jpg) top 37px left 36px  no-repeat;
    margin: 0 auto;
    border: 3px solid #df0000;
    border-radius: 15px;
}

.tourAbout__txt{
    font-size: 1.6rem;
    line-height: 2.5;
    background: url(/kfb/kengaku/img/common/tour_ajipan_01.png) top 5px right 0 no-repeat;
    background-size: 99px;
}

/*----------------------------------------------------*/ 
/* tourGallery
-----------------------------------------------------*/ 

#tourGallery .tourLine {
	height: 400px;
	position: relative;
}

#tourGallery .tourLine:first-child {
	height: 410px;
}

#tourGallery .tourLine.double {
	height: 800px;
}

#tourGallery .tourLine.double:first-child {
	height: 810px;
}

#tourGallery #tourTokaiHondashiLine02{
	height:600px;
}

#tourGallery .tourLine:before {
	content: "";
	width: 100%;
	height: 10px;
	background: url(/kfb/kengaku/img/common/bg_wave_top.png) repeat-x;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

#tourGallery .tourLine:after {
	content: "";
	width: 100%;
	height: 10px;
	background: url(/kfb/kengaku/img/common/bg_wave_btm.png) repeat-x;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
}

#tourGallery .tourLine:first-child:before {
	background-image: url(/kfb/kengaku/img/common/bg_wave_top_border.png);
}

#tourGallery .tourLine:last-child:after {
	background-image: url(/kfb/kengaku/img/common/bg_wave_btm_color01.png);
}

#tourGallery.noProcess .tourLine:last-child:after {
	background-image: url(/kfb/kengaku/img/common/bg_wave_btm.png);
}

#tourGallery #tourTokaiHondashiLine03:after{
	background-image: url(/kfb/kengaku/img/common/bg_wave_btm.png);
}

/* tourImage */

#tourGallery .tourLine .tourImage {
	width: 0;
	height: 400px;
	position: absolute;
	overflow: hidden;
	opacity: 0;
}

#tourGallery .tourLine .tourImage.second {
	top: 400px;
}
#tourGallery #tourTokaiHondashiLine02 .tourImage{
	height:600px;
}

#tourGallery .tourLine .tourImage .image {
	display: none;
}

#tourGallery .tourLine .tourImage svg {
	width: 100%;
	height: 400px;
	position: absolute;
	z-index: 1;
}
#tourGallery #tourTokaiHondashiLine02 .tourImage svg {
	height:780px;
	margin-top:-180px;
}
#tourGallery #tourTokaiHondashiLine03 .tourImage svg{
	height:450px;
	margin-top:-50px;
}
#tourGallery #tourTokaiHondashiLine03 .tourImage.second svg {
	height:590px;
	margin-top:-190px;
}

#tourGallery .tourLine:first-child .tourImage:first-child,
#tourGallery .tourLine:first-child .tourImage:first-child svg {
	height: 410px;
}

#tourGallery .tourLine .tourImage.leftOver {
	left: 0;
	width: calc(50% + 200px);
}

#tourGallery .tourLine .tourImage.leftOverL {
	left: 0;
	width: calc(50% + 167px);
}

#tourGallery .tourLine .tourImage.leftOverM {
	left: 0;
	width: calc(50% + 93px);
}

#tourGallery .tourLine .tourImage.leftOverS {
	left: 0;
	width: calc(50% + 65px);
}

#tourGallery .tourLine .tourImage.leftJust {
	left: 0;
	width: 50%;
}

#tourGallery .tourLine .tourImage.leftLess {
	left: 0;
	width: calc(50% - 35px);
}

#tourGallery .tourLine .tourImage[data-direction=lr] svg {
	left: 0;
}

#tourGallery .tourLine .tourImage.rightJust {
	margin-left: 50%;
	right: 0;
	width: 50%;
}

#tourGallery .tourLine .tourImage.rightOver {
	margin-left: calc(50% - 100px);
	right: 0;
	width: calc(50% + 100px);
}

#tourGallery .tourLine .tourImage.rightOverS {
	margin-left: calc(50% - 30px);
	right: 0;
	width: calc(50% + 30px);
}

#tourGallery .tourLine .tourImage.rightOverL {
	margin-left: calc(50% - 130px);
	right: 0;
	width: calc(50% + 130px);
}

#tourGallery .tourLine .tourImage.rightLess {
	margin-left: calc(50% + 93px);
	right: 0;
	width: calc(50% - 93px);
}


#tourGallery .tourLine .tourImage[data-direction=rl] svg {
	right: 0;
}

/* tourText */

#tourGallery .tourLine .tourText {
	width: 960px;
	height: 100%;
	position: absolute;
	left: 50%;
	margin-left: -480px;
	z-index: 2;
}

#tourGallery .tourLine .tourText .detail {
	position: absolute;
	top: 50%;
	transform: translateY(-55%);
	opacity: 0;
}

#tourGallery .tourLine .tourText .detail .ajipan {
	position: absolute;
}

#tourGallery .tourLine .tourText .detail .ajipan img {
	width: 100%;
}


#tourGallery .tourLine .tourText .num {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	border-radius: 50%;
	flex-flow: column;
	background: #fff;
	width: 79px;
	height: 79px;
	line-height: 1.0;
	box-sizing: border-box;
	font-size: 5.0rem;
	color: #df0202;
	border: solid 4px #df0202;
	font-family: "Lucida Grande","LucidaSans Unicode",Arial,Verdana,sans-serif;
}

#tourGallery .tourLine .tourText h2 {
	font-size: 4.0rem;
	font-weight: bold;
	margin: 15px 0 10px;
	color: #df0202;
	line-height: 1.5;
}

#tourGallery .tourLine .tourText p {
	font-size: 1.6rem;
	line-height: 2.6;
}

#tourGallery .tourLine .tourText p.notice {
	color: #ed0019;
}

#tourGallery .tourLine .tourText p.note {
	font-size: 1.2rem;
}

/* tourHondashiLine01 */
#tourGallery #tourHondashiLine01 .tourText .detail {
	right: 0;
}

#tourGallery #tourHondashiLine01 .tourText .detail .ajipan {
	right: 275px;
	bottom: -20px;
	width: 100px;
}

/* tourHondashiLine02 */
#tourGallery #tourHondashiLine02 .tourText .detail {
	left: 0;
}

#tourGallery #tourHondashiLine02 .tourText .detail .ajipan {
	position: static;
	width: 158px;
	margin-top: 60px;
}

/* tourHondashiLine03 */
#tourGallery #tourHondashiLine03 .tourText .detail {
	left: 50%;
}

#tourGallery #tourHondashiLine03 .tourText .detail .ajipan {
	right: 0;
	top: 60px;
	width: 109px;
}

/* tourAjinomotoLine01 */
#tourGallery #tourAjinomotoLine01 .tourText .detail {
	right: 0;
}

#tourGallery #tourAjinomotoLine01 .tourText .detail .ajipan {
	right: 275px;
	bottom: -20px;
	width: 100px;
}

/* tourAjinomotoLine02 */
#tourGallery #tourAjinomotoLine02 .tourText .detail {
	left: 0;
	width: 450px;
}

#tourGallery #tourAjinomotoLine02 .tourText .detail .ajipan {
	width: 158px;
	top: 10px;
	right: -34px;
}

/* tourAjinomotoLine03 */
#tourGallery #tourAjinomotoLine03 .tourText .detail {
	right: 55px;
}

/* tourAjinomotoLine04 */
#tourGallery #tourAjinomotoLine04 .tourText .detail {
	left: 0;
}

#tourGallery #tourAjinomotoLine04 .tourText .detail .ajipan {
	width: 107px;
	top: 36px;
	right: -198px;
}

/* tourAjinomotoLine05 */
#tourGallery #tourAjinomotoLine05 .tourText .detail {
	right: 50px;
	margin-top: 20px;
}

#tourGallery #tourAjinomotoLine05 .tourText .detail .ajipan {
	width: 91px;
	top: -65px;
	right: -50px;
}

/* tourCookdoLine01 */
#tourGallery #tourCookdoLine01 .tourText .detail {
	right: 0;
}

#tourGallery #tourCookdoLine01 .tourText .detail .ajipan {
	right: 275px;
	bottom: -20px;
	width: 100px;
}

/* tourCookdoLine02 */
#tourGallery #tourCookdoLine02 .tourText .detail {
	left: 0;
}

#tourGallery #tourCookdoLine02 .tourText .detail .ajipan {
	width: 158px;
	top: -10px;
	right: 0;
}

/* tourCookdoLine03 */
#tourGallery #tourCookdoLine03 .tourText .detail {
	right: 100px;
}

/* tourCookdoLine04 */
#tourGallery #tourCookdoLine04 .tourText .detail {
	left: 0;
}

#tourGallery #tourCookdoLine04 .tourText .detail .ajipan {
	width: 107px;
	bottom: 20px;
	right: -198px;
}

/* tourAminoLine01 */
#tourGallery #tourAminoLine01 .tourImage:first-child,
#tourGallery #tourAminoLine01 .tourImage:first-child svg {
	height: 390px;
}

#tourGallery #tourAminoLine01 .tourImage.second {
	top: 390px;
}

#tourGallery #tourAminoLine01 .tourImage.second,
#tourGallery #tourAminoLine01 .tourImage.second svg {
	height: 420px;
}

#tourGallery #tourAminoLine01 .tourText .detail {
	left: 555px;
	width: 405px
}

#tourGallery #tourAminoLine01 .tourText .detail .ajipan {
	left: -188px;
	top: 65px;
	width: 109px;
}

/* tourAminoLine02 */
#tourGallery #tourAminoLine02 .tourText .detail {
	left: 0;
	width: 390px;
}

#tourGallery #tourAminoLine02 .tourText .detail .ajipan {
	position: static;
	width: 158px;
	margin-top: 60px;
}

/* tourAminoLine03 */
#tourGallery #tourAminoLine03 .tourText .detail {
	left: 555px;
	width: 405px;
	margin-top: 60px;
}

#tourGallery #tourAminoLine03 .tourText .detail .ajipan {
	right: 0;
	top: -65px;
	width: 100px;
}

/* tourTokaiHondashiLine01 */
#tourGallery #tourTokaiHondashiLine01 .tourText .detail {
	right: 0;
	width: 265px;
}

#tourGallery #tourTokaiHondashiLine01 .tourText .detail .ajipan {
	left: -115px;
	bottom: 10px;
	width: 91px;
}

/* tourTokaiHondashiLine02 */
#tourGallery #tourTokaiHondashiLine02 .tourText .detail {
	left: 0;
	width: 390px;
}

#tourGallery #tourTokaiHondashiLine02 .tourText .detail .ajipan {
	position: absolute;
	width: 158px;
	top:120px;
	right:-180px;
}

/* tourTokaiHondashiLine03 */
#tourGallery #tourTokaiHondashiLine03 .tourText .detail {
	right: 10px;
	width: 390px;
	top:217px;
}
#tourGallery #tourTokaiHondashiLine03 .tourText .detail.second {
	right: -85px;
	top:610px;
}

#tourGallery #tourTokaiHondashiLine03 .tourText .detail .ajipan {
	right: 115px;
    top: 239px;
    width: 100px;
}

/* tourBirdLine01 */
#tourGallery #tourBirdLine01 .tourText .detail {
	right: 0;
	width: 255px;
}

#tourGallery #tourBirdLine01 .tourText .detail .ajipan {
	left: -125px;
	bottom: -25px;
	width: 109px;
}

/* tourBirdLine02 */
#tourGallery #tourBirdLine02 .tourText .detail {
	left: 0;
}

#tourGallery #tourBirdLine02 .tourText .detail .ajipan {
	width: 158px;
	right: 10px;
	top: 0;
}

/* tourBirdLine03 */
#tourGallery #tourBirdLine03 .tourText .detail {
	right: 0;
	width: 370px;
	margin-top: 40px;
}

#tourGallery #tourBirdLine03 .tourText .detail .ajipan {
	right: 20px;
	top: -75px;
	width: 100px;
}

/* tourUmamiLine01*/
#tourGallery #tourUmamiLine01 .tourText .detail {
	left: 0;
}

#tourGallery #tourUmamiLine01 .tourText .detail .ajipan {
	width: 158px;
	top: -30px;
	right: -100px;
}

/* tourUmamiLine02 */
#tourGallery #tourUmamiLine02 .tourText .detail {
	right: 30px;
}

/* tourUmamiLine03 */
#tourGallery #tourUmamiLine03 .tourText .detail {
	left: 0;
}

#tourGallery #tourUmamiLine03 .tourText .detail .ajipan {
	width: 104px;
	top: 55px;
	right: -130px;
}


/*----------------------------------------------------*/ 
/* process
-----------------------------------------------------*/ 

#process {
	background: #faf5e7;
	position: relative;
	padding: 100px 0;
}

#process:after {
	content: "";
	width: 100%;
	height: 10px;
	background: url(/kfb/kengaku/img/common/bg_wave_btm.png) repeat-x;
	position: absolute;
	bottom: 0;
}

#process h2 {
	font-size: 4.0rem;
	font-weight: bold;
	text-align: center;
	line-height: 2.0;
	margin-bottom: 70px;
}

#process h2 span {
	color: #df0202;
	display: inline-block;
}

#process h2 span:before,
#process h2 span:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 34px;
	height: 49px;
	background-size: 34px 49px;
	background-repeat: none;
}

#process h2 span:before {
	background-image: url(/kfb/kengaku/img/kawasaki/tour_icon_strline_01.png);
	margin-right: 10px;
}

#process h2 span:after {
	background-image: url(/kfb/kengaku/img/kawasaki/tour_icon_strline_02.png);
	margin-left: 10px;
}

#process ul.process {
	margin: 0 0 20px 40px;
}

#process ul.process:after {
	content: "";
	display: block;
	clear: both;
}

#process ul.process li {
	position: relative;
	width: 140px;
	height: 160px;
	box-sizing: border-box;
	border-radius: 5px;
	background: #fff;
	text-align: center;
	margin: 0 40px 50px 0;
	float: left;
}

#process ul.process li:after {
	content: "";
	width: 30px;
	height: 32px;
	background: url(/kfb/kengaku/img/common/tour_icon_arrow_01.png) no-repeat;
	position: absolute;
	right: -30px;
	top: 50%;
	transform: translateY(-50%);
}

#process ul.process li.continue:after {
	width: 46px;
	height: 32px;
	background-image: url(/kfb/kengaku/img/common/tour_icon_arrow_02.png);
	right: -46px;
}

#process ul.process li .start {
	position: absolute;
	top: -50px;
	left: 50%;
	width: 154px;
	transform: translateX(-50%);
}

#process ul.process li .start img {
	width: 100%;
}

#process ul.process li .image {
	padding-top: 10px;
}

#process ul.process li .title {
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.3;
	position: absolute;
	width: 100%;
	bottom: 15px;
	left: 0;
}

#process ul.process li .title span {
	font-size: 1.0rem;
	vertical-align: top;
}

/* kensa */
#process ul.process li.kensa .image {
	padding-top: 35px;
}

#process ul.process li.kensa .image img {
	width: 48px;
}

/* noimage */
#process ul.process li.noimage .title {
	bottom: auto;
	top: 50%;
	transform: translateY(-50%);
}

/* complete */
#process ul.process li.complete {
	background: none;
}

#process ul.process li.complete:after {
	display: none;
}

#process ul.process li.complete .image {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
}

#process ul.process li.complete .image.hondashi img {
	width: 128px;
	position: relative;
}

#process ul.process li.complete .image.ajinomoto img {
	height: 130px;
	position: relative;
	left: 0;
}

#process ul.process li.complete .image.cookdo img {
	height: 130px;
	position: relative;
	left: 0;
}

#process ul.process li.complete .title {
	bottom: auto;
	top: -20px;
	left: 50%;
	width: 169px;
	transform: translateX(-50%);
}

#process ul.process li.complete .title img {
	width: 100%;
}

/* wide */

#process ul.process li.wide {
	width: 320px;
}

#process ul.process li.wide .image {
	padding: 6.3% 0 0 20px;
	text-align: left;
}

#process ul.process li.wide .title {
	bottom: 15%;
	left: 0;
}

#process ul.process li.wide .title span {
	font-size: 1.4rem;
	vertical-align: middle;
}

#process ul.process li.wide .title span {
	box-sizing: border-box;
	display: block;
	padding-right: 1em;
	text-align: left;
	text-shadow: 0 4px 0 #fff, 4px 0 0 #fff, 0 -4px 0 #fff, -4px 0 0 #fff, -4px -4px 0 #fff, 4px -4px 0 #fff, -4px 4px 0 #fff, 4px 4px 0 #fff;
}

#process ul.process li.wide .title span.laytop {
	margin: 0 0 10% 150px;
}

#process ul.process li.wide .title span.laybtm {
	margin: 0 0 0 114px;
}

#process ul.process li.long .title {
	box-sizing: border-box;
	line-height: 1.5;
	padding: 0 .6em;
}

/* narrow */

#process ul.process.narrow {
	margin-left: 0;
}

#process ul.process.narrow li {
	width: 120px;
}

#process ul.process.narrow li .title {
	box-sizing: border-box;
	line-height: 1.5;
	padding: 0 .6em;
}

/*----------------------------------------------------*/ 
/* openday
-----------------------------------------------------*/ 
#openday {
	background: #faf5e7;
	position: relative;
	padding: 100px 0;
}

#openday:after {
	content: "";
	width: 100%;
	height: 10px;
	background: url(/kfb/kengaku/img/common/bg_wave_btm.png) repeat-x;
	position: absolute;
	bottom: 0;
}

#openday .openday-ttl{
    position: relative;
    font-size: 2rem;
    font-weight: bold;
    padding-left: 20px;
    margin-bottom: 30px;
}

#openday .openday-ttl:before{
    content: "";
    display: block;
    width: 8px;
    height: 30px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #df0202;
    border-radius: 4px;
}

#openday .openday-txt{
    font-size: 1.4rem;
    line-height: 2.8571;
    padding: 113px 0px 124px 503px;
    background: url(/kfb/kengaku/img/kawasaki/tour_umami_openday.jpg) top 0 left 0 no-repeat;
}

/*----------------------------------------------------*/ 
/* course_others
-----------------------------------------------------*/ 

#course_others {
	width: 960px;
	margin: 0 auto;
	padding: 60px 0 0;
}
#course_others.tokai_hondashi{
	position:relative;
	width:auto;
	padding: 60px 0;
}
#course_others h2 {
	font-size: 2.0rem;
	margin-bottom: 20px;
	line-height: 1;
}

#course_others ul {
	overflow: hidden;
}

#course_others li {
	width: 460px;
	box-sizing: border-box;
	min-height: 120px;
	border: solid 2px #b0b0b0;
	border-radius: 5px;
	float: left;
	margin: 0 0 20px 40px;
}

#course_others li:nth-child(odd) {
	margin-left: 0;
}

#course_others li a {
	display: block;
	padding: 12px 5px 8px 20px;
	text-decoration: none;
	overflow: hidden;
	position: relative;
}

#course_others li a > * {
	display: inline-block;
	vertical-align: middle;
}

#course_others li .image {
	position: relative;
	z-index: 1;
}

#course_others li.hondashi .image {
	width: 87px;
}

#course_others li.ajinomoto .image {
	width: 57px;
	margin-left: 7px;
}

#course_others li.cookdo .image {
	width: 70px;
}

#course_others li.umami .image,
#course_others li.bird .image {
	width: 89px;
}


#course_others li .image img {
	width: 100%;
}

#course_others li .time {
	position: absolute;
	top: 12px;
}

#course_others li.hondashi .time {
	left: 95px
}

#course_others li.ajinomoto .time {
	left: 75px
}

#course_others li.cookdo .time {
	left: 82px
}

#course_others li.umami .time,
#course_others li.bird .time {
	left: 102px
}

#course_others li.umami .time p{
    line-height: 1.5;
}


#course_others li .time p {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	border-radius: 50%;
	flex-flow: column;
	background: #faf5e7;
	color: #333;
	width: 90px;
	height: 90px;
	line-height: 1.0;
	box-sizing: border-box;
	padding-top: 5px;
}

#course_others li .time strong {
	display: block;
	color: #df0202;
	font-size: 1.4rem;
	letter-spacing: -0.1em;
}

#course_others li .time strong span {
	font-size: 3.6rem;
	font-weight: bold;
	font-family: "Lucida Grande","LucidaSans Unicode",Arial,Verdana,sans-serif;
}

#course_others li .course {
	font-size: 2.0rem;
	font-weight: bold;
	text-decoration: underline;
	margin-left: 30px;
}
#course_others li a:hover .course {
	text-decoration: none;
}
#course_others li .course:before {
	content: "";
	width: 8px;
	height: 12px;
	background: url(/kfb/kengaku/img/common/icon_arrow_01.png) no-repeat;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

#course_others li.hondashi .course {
	margin-left: 100px;
}

#course_others li.ajinomoto .course {
	margin-left: 115px;
}

#course_others li.cookdo .course {
	margin-left: 105px;
}

#course_others li.umami a > .detail,
#course_others li.bird a > .detail {
	width: 230px;
	margin-left: 100px;
}

#course_others li.umami .course,
#course_others li.bird .course {
	line-height: 1.4;
	margin: 0;
}

#course_others.tokai_hondashi .link_ic03{
	margin-top:0;
}
#course_others.tokai_hondashi .link_ic03 + .link_ic03{
	margin-left:40px;
}

#footer_kengaku.tokai_hondashi_footer{
	margin-top:0;	
}
/*----------------------------------------------------*/ 
/* tourNotice
-----------------------------------------------------*/ 
.p-tourNotice{
	margin: 0 auto;
	width: 960px;
}
.p-tourNotice .p-tourNotice__hdg{
	color: #df0202;
	font-weight: bold;
	font-size: 2.0rem;
	margin-bottom: 1em;
}
.p-tourNotice .p-tourNotice__img{
	vertical-align: middle;
	margin-right: 10px;
	top: -2px;
	position: relative;
}
.p-tourNotice .p-tourNotice__item{
	margin: 0 0 1.25em;
	padding-left: 1em;
	position: relative;
}
.p-tourNotice .p-tourNotice__item:after{
	content: "●";
	position: absolute;
	left: 0;
	top: 0;
}