@charset "utf-8";

@media screen and (max-width: 750px) {

/*----------------------------------------------------*/ 
/* tourTitle
-----------------------------------------------------*/ 

.tourTitle {
	font-size: 2.0rem;
	margin: 20px auto;
	width: auto;
	padding: 0 6%;
}

.tourTitle img {
	height: 30px;
}
    
/*----------------------------------------------------*/ 
/* tourAbout
-----------------------------------------------------*/
    .tourAbout{
        padding: 6%;
        border-top: solid 1px #cccccc;
    }
    .tourAbout:before{
        display: none;
    }
    .tourAbout__inner{
        width: 100%;
        height: auto;
        padding: calc(216*100vw/375) 6% 6%;
        background-position: top 12% center;
        background-size: calc(284*100vw/375);
    }
    
    .tourAbout__txt{
        font-size: 1.4rem;
        line-height: 1.6667;
        padding-top: 6%;
        padding-right: 21%;
        background-position: top 60% right;
        background-size: 22%;
    }
    
    .tourAbout__txt .hide-br{
        display: none;
    }

/*----------------------------------------------------*/ 
/* tourGallery
-----------------------------------------------------*/ 
	
	#tourGallery .pc {
		display: none;
	}

#tourGallery .tourLine,
#tourGallery .tourLine:first-child,
#tourGallery .tourLine.double,
#tourGallery .tourLine.double:first-child {
	height: auto;
}

#tourGallery .tourLine:before,
#tourGallery .tourLine:after {
	display: none;
}

#tourGallery .tourLine:last-child:after {
	display: block;
	height: 5px;
	background-size: auto 5px;
}

#tourGallery #tourTokaiHondashiLine02{
	height:auto;
}

/* tourImage */

#tourGallery .tourLine .tourImage {
	width: 0;
	height: auto;
	position: relative;
}

#tourGallery .tourLine .tourImage.second {
	top: 0;
}
#tourGallery #tourTokaiHondashiLine02 .tourImage{
	height:auto;
}

#tourGallery .tourLine .tourImage svg {
	display: none;
}

#tourGallery .tourLine:first-child .tourImage:first-child {
	height: auto;
}

#tourGallery .tourLine .tourImage {
	width: auto !important;
	margin: 0 !important;
	opacity: 1 !important;
	left: auto !important;
	right: auto !important;
}

#tourGallery .tourLine .tourImage .image {
	display: block;
	overflow: hidden;
	opacity: 0;
}

#tourGallery .tourLine .tourImage[data-direction='lr'] .image,
#tourGallery .tourLine .tourImage[data-direction='lr'] .image img {
	left: 0;
}
	
#tourGallery .tourLine .tourImage[data-direction='rl'] .image,
#tourGallery .tourLine .tourImage[data-direction='rl'] .image img {
	right: 0;
}


/* tourText */

#tourGallery .tourLine .tourText {
	width: auto;
	height: auto;
	position: static;
	margin-left: 0;
	padding: 0 6%;
}

#tourGallery .tourLine .tourText .detail {
	position: relative;
	top: 0;
	transform: translateY(0);
	opacity: 0;
}

#tourGallery .tourLine .tourText .num {
	width: 50px;
	height: 50px;
	font-size: 3.5rem;
}

#tourGallery .tourLine .tourText h2 {
	font-size: 6.3vw;
	margin: 5px 0 5px;
}

#tourGallery .tourLine .tourText p {
	font-size: 1.4rem;
	line-height: 2.4;
}

/* tourHondashiLine01 */
#tourGallery #tourHondashiLine01 .tourText .detail {
	right: auto;
}

#tourGallery #tourHondashiLine01 .tourText .detail .ajipan {
	right: 25px;
	bottom: auto;
	top: -25px;
	width: 65px;
}

/* tourHondashiLine02 */
#tourGallery #tourHondashiLine02 .tourText .detail {
	left: auto;
}

#tourGallery #tourHondashiLine02 .tourText .detail .ajipan {
	position: absolute;
	width: 118px;
	top: -18px;
	right: 5px;
	margin: 0;
}

/* tourHondashiLine03 */
#tourGallery #tourHondashiLine03 .tourText .detail {
	left: auto;
}

#tourGallery #tourHondashiLine03 .tourText .detail .ajipan {
	right: 20px;
	top: -71px;
	width: 78px;
}
	
/* tourTokaiHondashiLine01 */
#tourGallery #tourTokaiHondashiLine01 .tourText .detail {
	right: auto;
	width: auto;
}

#tourGallery #tourTokaiHondashiLine01 .tourText .detail .ajipan {
	left: auto;
	right: 0;
	top: -47px;
	width: 67px;
}

/* tourTokaiHondashiLine02 */
#tourGallery #tourTokaiHondashiLine02 .tourText .detail {
	left: 0;
	width: auto;
}

#tourGallery #tourTokaiHondashiLine02 .tourText .detail .ajipan {
	position: absolute;
	width: 111px;
	top: -18px;
	right: 5px;
	margin: 0;
}

/* tourTokaiHondashiLine03 */
#tourGallery #tourTokaiHondashiLine03 .tourText .detail {
	top:0;
	right: auto;
	width: auto;
	margin-top: 0;
}
#tourGallery #tourTokaiHondashiLine03 .tourText .detail.second{
	top:auto;
	right:auto;
	margin-top:20px;
}
#tourGallery #tourTokaiHondashiLine03 .tourText .detail .ajipan {
	right: 0;
	left:auto;
	bottom: auto;
	top: -37px;
	width: 65px;
}
	
/* tourBirdLine01 */
#tourGallery #tourBirdLine01 .tourText .detail {
	right: auto;
	width: auto;
}

#tourGallery #tourBirdLine01 .tourText .detail .ajipan {
	left: auto;
	right: 20px;
	top: -47px;
	width: 78px;
}

/* tourBirdLine02 */
#tourGallery #tourBirdLine02 .tourText .detail {
	left: 0;
	width: auto;
}

#tourGallery #tourBirdLine02 .tourText .detail .ajipan {
	position: absolute;
	width: 111px;
	top: -18px;
	right: 5px;
	margin: 0;
}
	
/* tourBirdLine03 */
#tourGallery #tourBirdLine03 .tourText .detail {
	right: auto;
	width: auto;
	margin: 0;
}

#tourGallery #tourBirdLine03 .tourText .detail .ajipan {
	right: 0;
	top: -45px;
	width: 65px;
}
	
/* tourAjinomotoLine01 */
#tourGallery #tourAjinomotoLine01 .tourText .detail {
	right: auto;
}

#tourGallery #tourAjinomotoLine01 .tourText .detail .ajipan {
	right: 25px;
	bottom: auto;
	top: -18px;
	width: 65px;
}

/* tourAjinomotoLine02 */
#tourGallery #tourAjinomotoLine02 .tourText .detail {
	left: 0;
	width: auto;
}

#tourGallery #tourAjinomotoLine02 .tourText .detail .ajipan {
	position: absolute;
	width: 111px;
	top: -18px;
	right: 5px;
	margin: 0;
}


/* tourAjinomotoLine03 */
#tourGallery #tourAjinomotoLine03 .tourText .detail {
	right: auto;
}

/* tourAjinomotoLine04 */
#tourGallery #tourAjinomotoLine04 .tourText .detail {
	left: auto;
}

#tourGallery #tourAjinomotoLine04 .tourText .detail .ajipan {
	width: 67px;
	top: -71px;
	right: 0;
}

/* tourCookdoLine01 */
#tourGallery #tourCookdoLine01 .tourText .detail {
	right: auto;
}

#tourGallery #tourCookdoLine01 .tourText .detail .ajipan {
	right: 25px;
	bottom: auto;
	top: -18px;
	width: 65px;
}

/* tourCookdoLine02 */
#tourGallery #tourCookdoLine02 .tourText .detail {
	left: 0;
	width: auto;
}

#tourGallery #tourCookdoLine02 .tourText .detail .ajipan {
	position: absolute;
	width: 111px;
	top: -18px;
	right: 5px;
	margin: 0;
}


/* tourCookdoLine03 */
#tourGallery #tourCookdoLine03 .tourText .detail {
	right: auto;
}

/* tourCookdoLine04 */
#tourGallery #tourCookdoLine04 .tourText .detail {
	left: auto;
}

#tourGallery #tourCookdoLine04 .tourText .detail .ajipan {
	width: 67px;
	top: -71px;
	right: 0;
}
/* tourAjinomotoLine05 */
#tourGallery #tourAjinomotoLine05 .tourText .detail {
	right: 0;
	margin-top: 0;
}

#tourGallery #tourAjinomotoLine05 .tourText .detail .ajipan {
	right: 0;
	bottom: auto;
	top: -71px;
	width: 67px;
}
	
/* tourAminoLine01 */
#tourGallery #tourAminoLine01 .tourImage:first-child,
#tourGallery #tourAminoLine01 .tourImage:first-child svg {
	height: auto;
}

#tourGallery #tourAminoLine01 .tourImage.second {
	top: auto;
}

#tourGallery #tourAminoLine01 .tourImage.second,
#tourGallery #tourAminoLine01 .tourImage.second svg {
	height: auto;
}

#tourGallery #tourAminoLine01 .tourText .detail {
	left: auto;
	width: auto
}

#tourGallery #tourAminoLine01 .tourText .detail .ajipan {
	left: auto;
	right: 44%;
	top: -71px;
	width: 78px;
}

/* tourAminoLine02 */
#tourGallery #tourAminoLine02 .tourText .detail {
	left: 0;
	width: auto;
}

#tourGallery #tourAminoLine02 .tourText .detail .ajipan {
	position: absolute;
 width: 111px;
 top: -18px;
 right: 5px;
 margin: 0;
}

/* tourAminoLine03 */
#tourGallery #tourAminoLine03 .tourText .detail {
	left: auto;
	width: auto;
	margin-top: 0;
}

#tourGallery #tourAminoLine03 .tourText .detail .ajipan {
	right: 0;
 bottom: auto;
 top: -63px;
 width: 65px;
}

/* tourUmamiLine01*/
#tourGallery #tourUmamiLine01 .tourText .detail {
	left: 0;
    padding-top: 10%;
}

#tourGallery #tourUmamiLine01 .tourText .detail .ajipan {
    position: absolute;
    width: 111px;
    top: -18px;
    right: 5px;
    margin: 0;
}

/* tourUmamiLine02 */
#tourGallery #tourUmamiLine02 .tourText .detail {
	right: 0;
    padding-top: 10%;
}

/* tourUmamiLine03 */
#tourGallery #tourUmamiLine03 .tourText .detail {
	left: 0;
    padding-top: 10%;
}

#tourGallery #tourUmamiLine03 .tourText .detail .ajipan {
    width: 67px;
    top: -71px;
    right: 0;
}

/*----------------------------------------------------*/ 
/* openday
-----------------------------------------------------*/ 
    #openday{
        padding: 40px 0;
    }
    
    #openday .openday-ttl{
        font-size: 1.6rem;
        padding-left: 12px;
        margin-bottom: 10px;
    }
    
    #openday .openday-ttl:before{
        width: 4px;
        height: 20px;
    }
    
    #openday .openday-txt{
        font-size: 1.2rem;
        line-height: 2;
        padding: 0 0 calc(230*100vw/375);
        background-position: center bottom;
        background-size: calc(330*100vw/375);
    }
	
}

@media screen and  (min-width: 501px) and (max-width: 750px) {

/*----------------------------------------------------*/ 
/* tourAbout
-----------------------------------------------------*/
    .tourAbout__txt{
        padding-top: 0;
        padding-right: 50%;
        background-size: 11%;
    }

/*----------------------------------------------------*/ 
/* process
-----------------------------------------------------*/ 

#process {
	padding: 10.4vw 0;
}

#process:after {
	height: 0.5vw;
	background-size: auto 0.5vw;
}

#process h2 {
	font-size: 4.7vw;
	margin-bottom: 7.3vw;
}

#process h2 span:before,
#process h2 span:after {
	width: 3.5vw;
	height: 5.1vw;
	background-size: 3.5vw 5.1vw;
}

#process h2 span:before {
	margin-right: 1vw;
}

#process h2 span:after {
	margin-left: 1vw;
}

#process ul.process {
	margin: 0 0 2.1vw 2vw;
}

#process ul.process li {
	width: 14.6vw;
	height: 16.7vw;
	margin: 0 4.2vw 5.2vw 0;
}

#process ul.process li:after {
	content: "";
	width: 3.1vw;
	height: 3.3vw;
	background-size: 3.1vw 3.3vw;
	right: -3.1vw;
}

#process ul.process li.continue:after {
	width: 4.8vw;
	height: 3.3vw;
	background-size: 4.8vw 3.3vw;
	right: -4.8vw;
}

#process ul.process li .start {
	top: -5.2vw;
	width: 16vw;
}

#process ul.process li .image {
	padding-top: 1vw;
}

#process ul.process li .image img {
	width: 12.5vw;
}

#process ul.process li .title {
	font-size: 1.6rem;
	bottom: 1.7vw;
}

/* kensa */
#process ul.process li.kensa .image {
	padding-top: 3.6vw;
}

#process ul.process li.kensa .image img {
	width: 5vw;
}


#process ul.process li.complete .image.hondashi img {
	width: 13.3vw;
}

#process ul.process li.complete .title {
	top: -2.1vw;
	width: 17.6vw;
}
	
#process ul.process li .title {
	font-size: 1.7vw !important;
}

#process ul.process li.wide {
	width: 33.3vw;
}

#process ul.process li.wide .image {
	padding-left: 2.1vw;
}

#process ul.process li.wide .title span {
	font-size: 1.5vw;
}

#process ul.process li.wide .title span {
	text-shadow: 0 .4vw 0 #fff, .4vw 0 0 #fff, 0 -.4vw 0 #fff, -.4vw 0 0 #fff, -.4vw -.4vw 0 #fff, .4vw -.4vw 0 #fff, -.4vw .4vw 0 #fff, .4vw .4vw 0 #fff;
}

#process ul.process li.wide .title span.laytop {
	margin: 0 0 10% 15.6vw;
}

#process ul.process li.wide .title span.laybtm {
	margin: 0 0 0 11.9vw;
}

#process ul.process li.complete .image.ajinomoto img {
	height: 13.5vw;
	width: auto;
}

#process ul.process.narrow {
	margin-left: 1vw;
}

#process ul.process.narrow li {
	width: 12vw;
}

#process ul.process.narrow li.complete {
	margin-right: 0;
}

#process ul.process li.complete .image.cookdo img {
	height: 13.5vw;
	width: auto;
}
    
/*----------------------------------------------------*/ 
/* openday
-----------------------------------------------------*/ 
    #openday .main_contents{
        margin: 0;
        padding: 0 6%;
    }
    
    #openday .openday-ttl{
        font-size: 2rem;
    }
    
    #openday .openday-ttl:before{
        height: 27px
    }

/*----------------------------------------------------*/ 
/* course_others
-----------------------------------------------------*/ 

#course_others {
	width: auto;
	padding: 6.3vw 0 0;
	margin: 0 1vw;
}

#course_others h2 {
	margin-bottom: 2.1vw;
}

#course_others li {
	width: 47.3vw;
	margin: 0 0 2.1vw 3.3vw;
	min-height: 12.5vw;
}

#course_others li a {
	padding: 1.3vw 0.5vw 0.8vw 2.1vw;
}

#course_others li.hondashi .image {
	width: 9.1vw;
}

#course_others li.ajinomoto .image {
	width: 5.9vw;
	margin-left: 0.7vw
}

#course_others li.cookdo .image {
	width: 7.3vw;
}

#course_others li.umami .image,
#course_others li.bird .image {
	width: 9.3vw;
}

#course_others li .time {
	top: 1.3vw;
}

#course_others li.hondashi .time {
	left: 9.9vw;
}

#course_others li.ajinomoto .time {
	left: 7.8vw;
}

#course_others li.cookdo .time {
	left: 8.5vw;
}

#course_others li.umami .time,
#course_others li.bird .time {
	left: 10.6vw
}


#course_others li .time p {
	width: 9.3vw;
	height: 9.3vw;
	padding-top: 0.5vw;
}

#course_others li .time strong {
	font-size: 1.4rem;
}

#course_others li .time strong span {
	font-size: 3.8vw;
}

#course_others li .course {
	font-size: 2.1vw;
	margin-left: 3.1vw;
}
#course_others li .course:before {
	content: "";
	width: 0.8vw;
	height: 1.3vw;
	background-size: 0.8vw 1.3vw;
	margin-right: 1vw;
}

#course_others li.hondashi .course {
	margin-left: 10.4vw;
}

	#course_others li.ajinomoto .course {
	margin-left: 12vw;
}

#course_others li.cookdo .course {
	margin-left: 10.9vw;
}

#course_others li.umami a > .detail,
#course_others li.bird a > .detail {
	width: 24vw;
	margin-left: 9.4vw;
}

#course_others.tokai_hondashi .link_ic03 + .link_ic03{
	margin-left:0;
	margin-top:12px;
}

}

@media screen and  (max-width: 500px) {

/*----------------------------------------------------*/ 
/* process
-----------------------------------------------------*/ 

#process {
	padding: 40px 0;
}

#process:after {
	height: 5px;
	background-size: auto 5px;
}

#process h2 {
	font-size: 6.7vw;
	margin-bottom: 70px;
	line-height: 1.3;
}

#process h2 span {
	line-height: 2.0;
}

#process h2 span:before,
#process h2 span:after {
	width: 25px;
	height: 36px;
	background-size: 25px 36px;
}

#process ul.process {
	margin: 0 auto;
	width: 90%;
}

#process ul.process li {
	width: auto;
	height: auto;
	margin: 0 0 32px 0;
	float: none;
	padding: 15px;
	text-align: left;
	min-height: 100px;
}

#process ul.process li:after,
#process ul.process li.continue:after {
	content: "";
	width: 32px;
	height: 31px;
	background-image: url(/kfb/kengaku/img/common/sp/tour_icon_arrow_01.png);
	background-size: 32px 31px;
	right: auto;
	top: auto;
	transform: translateY(0);
	bottom: -30px;
	left: 50%;
	margin-left: -16px;
}

/* noimage */
#process ul.process li.noimage {
}


#process ul.process li .start {
	top: -40px;
	width: 135px;
}

#process ul.process li .image {
	padding-top: 0;
	width: 70px;
	display: inline-block;
	text-align: center;
}

#process ul.process li .title {
	font-size: 2.0rem;
	bottom: auto;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
}

#process ul.process li .title span {
	font-size: 1.4rem;
	display: block;
}

/* kensa */
#process ul.process li.kensa .image {
	padding-top: 5px;
}

#process ul.process li.kensa .image img {
	width: 64%;
}

/* complete */

#process ul.process li.complete {
	padding-top: 30px;
}

#process ul.process li.complete .image {
	position: static;
	width: auto;
	text-align: center;
	display: block;
}

#process ul.process li.complete .image.hondashi img {
	width: 170px;
	left: 0;
}

#process ul.process li.complete .title {
	position: static;
	width: auto;
	transform: translateX(0);
	margin-bottom: 20px;
}

#process ul.process li.complete .title img {
	width: 145px;
}
	
#process ul.process li.wide {
	min-height: 160px !important;
	width: auto;
}

#process ul.process li.wide .image {
	padding: 0;
	width: 46%;
}

#process ul.process li.wide .title {
	bottom: auto;
	top: 50%;
}

#process ul.process li.wide .title span.laytop {
	margin: 0 0 10% 47%;
	padding-top: 1em;
}

#process ul.process li.wide .title span.laybtm {
	margin: 0 0 .5em 36%;
}

#process ul.process li.long {
	min-height: 130px !important;
}

#process ul.process.narrow {
	margin: 0 auto;
}

#process ul.process.narrow li {
	width: auto;
}

/*----------------------------------------------------*/ 
/* course_others
-----------------------------------------------------*/ 

#course_others {
	width: auto;
	margin: 0 auto;
	padding: 50px 0 0;
}

#course_others h2 {
	font-size: 6.7vw;
	margin: 0 6% 20px;
}

#course_others ul {
	overflow: hidden;
	border-top: solid 1px #cccccc;
}

#course_others li {
	width: auto;
	border: none;
	border-bottom: solid 1px #cccccc;
	border-radius: 0;
	float: none;
	margin: 0;
}

#course_others li a {
	display: table;
	width: 100%;
	padding: 4vw 3.6vw 4vw 3.6vw;
	box-sizing: border-box;
}

#course_others li a > * {
	display: table-cell;
	vertical-align: middle;
}

#course_others li .image {
	width: 27vw !important;
	text-align: center;
	margin-right: 5.2vw;
}

#course_others li.ajinomoto .image img {
	width: 66px;
}

#course_others li.cookdo .image img {
	width: 85px;
}

#course_others li .detail {
	padding-left: 10px;
	position: relative;
}


#course_others li .time {
	position: static;
}

#course_others li .time .hide-br{
    display: none;
}

#course_others li .time p {
	display: block;
	border-radius: 0;
	background: none;
	color: #333;
	width: auto;
	height: auto;
	position: static;
	padding-top: 10px;
	text-align: left;
}

#course_others li .time strong {
	display: inline;
	color: #df0202;
	letter-spacing: normal;
	margin-left: 10px;
}

#course_others li.umami .time strong{
    font-size: 2rem;
    margin-left: 0;
}

#course_others li .time strong span {
	font-size: 2.0rem;
	font-weight: bold;
	font-family: "I-OTF-UDゴ本文Pro R","メイリオ",Meiryo,"HiraginoKakuGothic Pro","ヒラギノ角ゴPro W3","ＭＳＰゴシック","Lucida Grande","LucidaSans Unicode",Arial,Verdana,sans-serif;
}

#course_others li .course {
	margin-left: 0 !important;
}
#course_others li a:hover .course {
	text-decoration: none;
}
#course_others li .course:before {
	width: 11px;
	height: 20px;
	background: url(/kfb/kengaku/img/common/sp/icon_arrow_01.png) no-repeat;
	background-size: 11px 20px;
	position: absolute;
	left: auto;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	margin-right: 0;
}

#course_others.tokai_hondashi .link_ic03 + .link_ic03{
	margin-left:0;
	margin-top:12px;
}
/*----------------------------------------------------*/ 
/* tourNotice
-----------------------------------------------------*/ 
/* 20200117 gio edit */
.p-tourNotice {
	width: auto;
	padding: 6%;
}
.p-tourNotice .p-tourNotice__hdg{
	font-size: 6.7vw;
	margin-bottom: 0;
}
.p-tourNotice .p-tourNotice__img {
	top: -4px;
}
}
