#back-top{
	display:none !important;
}

small{
	font-size:0.85em;
}


.l-content .slick-dots{
	bottom: -35px;
}
.l-content .slick-dots li button {
	width: 12px;
	height: 12px;
	background:transparent;
/*
	border-radius: 50%;
	overflow: hidden;
*/
}
.l-content .slick-dots li button::before {
	width: 12px;
	height: 12px;
/* 	background: #bfbfbf; */
	border: 1px solid #1B4852;
	border-radius: 50%;
	opacity: 1;
}
.l-content .slick-dots li button:hover::before,
.l-content .slick-dots .slick-active button{
	background:#B6E3E7;
	border-radius: 50%;
}
.l-content .slick-dots li.slick-active button::before {
	opacity: 1;
	color: #B6E3E7;
	border: 1px solid #B6E3E7;
	border-radius: 50%;
}




#experience-header .page-title {
	background: #A6D9E2;
	padding:30px;
	position: relative;
	overflow:hidden;
}
#experience-header .page-title__inner{
	width:100%;
	border:1px solid #fff;
	border-radius:5px;
}
#experience-header h1{
	width: 30vw;
	max-width:380px;
	margin: 0 auto;
}
#experience-header #header-img-work{
	height: 95%;
	position: absolute;
	top: -31px;
	left: 50%;
	transform: translateX(-140%);
}
#experience-header #header-img-life{
	height: 95%;
	position: absolute;
	bottom: -31px;
	right: 50%;
	transform: translateX(140%);
}


#experience-content{
	margin-top: -35px;
	position: relative;
}


#experience-nav{
	position: -webkit-sticky;
	position: sticky;
	top: 10px;
	z-index: 3;
}
#experience-nav ul{
	display:flex;
	justify-content: center;
}
#experience-nav ul li{
	padding:0 0.5%;
}
#experience-nav ul li a{
	display:block;
	font-size: 1.8rem;
	text-align:center;
	color: #1B4852;
	font-weight: bold;
	line-height: 1;
	text-decoration: none;
	border-radius:25px;
	background:#FFF6AD;
	padding:15px 50px;
	box-shadow:3px 3px 0 rgba(0,0,0,0.1);
	transition: all 0.3s ease;
}
#experience-nav ul li a:hover{
	color: #fff;
	background:#1B4852;
/* 	box-shadow:3px 3px 0 rgba(0,0,0,0.25); */
}

.btn{
	text-align:center;
	padding:30px 0;
}


section{
	padding:80px 5%;
}
section .inner{
	max-width: 1000px;
	padding:0 0;
	margin:0 auto;
}
section .title-wrap{
	text-align:center;
	margin-bottom:3em;
}
section .title{
	margin-top: 0;
	margin-bottom: 0.5em;
	font-size: 3rem;
	font-weight: normal;
	line-height: 1;
}
section .sub-title{
	margin-top: 0;
	margin-bottom: 0.3em;
	font-size: 2.2rem;
	font-weight: normal;
	line-height: 1.6;
}
section p{
	font-size:1.6rem;
	line-height: 2;
	margin-bottom:1em;
}

.btn{
	margin-top:1em;
}
.btn a{
	display: inline-block;
	font-size: 1.8rem;
	text-align: center;
	color: #fff;
	font-weight: bold;
	line-height: 1;
	text-decoration: none;
	border-radius: 25px;
	background: #A6D9E2;
	padding: 15px 50px;
	box-shadow: 3px 3px 0 rgba(0,0,0,0.1);
	transition: all 0.3s ease;
}
.btn a:hover{
	background: #68A6B1;
}
.btn a .fa{
	font-size: 1.2em;
}


section .title img{
	height:75px;
}

.tour-detail-img-list{
	display:flex;
}


.tour-lead{
	max-width:750px;
	margin:0 auto;
}

.exp-slider .slick-prev {
	left: 25px;
}
.exp-slider .slick-next {
	right: 25px;
}
.exp-slider .slick-slide{
	max-width: 500px;
	padding:0 15px;
}
.exp-slider .slick-slide img{
	border-radius:100px;
	max-height:360px;
}


#flow .inner{
	max-width:860px;
}
#flow .inner ol{
	counter-reset: li;
}
#flow .inner li{
	border-radius:25px;
	border:3px solid #DDDDDD;
	padding:25px 50px 25px 115px;
	margin-bottom:25px;
	position: relative;
	list-style: none;
}
#flow .inner li:before{
	counter-increment: li;
	content: counter(li)'';

	position: absolute;
	top: 15px;
	left: 25px;
	z-index: 2;

	display: flex;
	justify-content: center;
	align-items: center;
	width:64px;
	height:64px;
	font-size:2.5rem;
	font-weight: bold;
	color: #fff;
	border-radius:50%;
	background:#A6D9E2;
}
#flow .inner li::after{
	content: "";
	border-left: 3px dashed #1B4852;
	height: 100%;
	position: absolute;
	left: 56px;
	top: 79px;
	z-index: 1;
}
#flow .inner li:last-child::after{
	display:none;
}
#flow .inner li p{
	line-height: 1.6;
	margin-top: 0.8em;
	margin-bottom:0;
}


#experience-slide{
	padding: 0;
}


#tours-life{
	background:#FFFBDA;
}

.list-tour{
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
	padding:0;
	margin:0;
	list-style:none;
}
.list-tour > *{
	width:32%;
	margin-bottom: 30px;
}
.list-tour > .dummy {
	margin-bottom: 0px;
}
.list-tour > * a{
	display:block;
	color:#1B4852;
	text-decoration:none;
	border-radius:22px;
	box-shadow:5px 5px 0 rgba(0,0,0,0.1);
	overflow:hidden;
}
.list-tour > * .img{
	position: relative;
	padding-bottom:50%;
	overflow:hidden;
}
.list-tour > * img{
	width:100%;
	height:100%;
	border-radius: 0px;
	position:absolute;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
	object-fit:cover;
}
.list-tour > * dl{
	background:#fff;
	padding:10px 20px;
}
.list-tour > * dl dt{
	font-size:1.1em;
	font-weight:bold;
}
.list-tour > * dl .exp-area{
	text-align:center;
	padding:10px 0;
}
.list-tour > * dl .exp-area .fa{
	font-size:1.2em;
}



.icon_x{
	text-align:center;
	margin: 20px 0 40px;
}
.icon_x img{
	max-width:45px;
	width:20%;
}


#life-exp{
/* 	max-width:980px; */
	margin:0 auto;
}
#life-exp .exp-list-item{
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
	align-items: center;
	border-radius:30px;
	background:#fff;
	padding:35px 60px;
	margin-bottom:20px;
}
#life-exp .exp-list-item .img{
	width:35%;
}
#life-exp .exp-list-item .text{
	width:60%;
}
#life-exp .exp-list-item .text .sub-title{
	margin-bottom:1em;
	position:relative;
}
#life-exp .exp-list-item .text .sub-title b{
	position: relative;
}
#life-exp .exp-list-item .text .sub-title::before{
	content:"";
	width:32px;
	height:32px;
	border-radius:50%;
	background:#B6E3E7;
	position:absolute;
	top: -10px;
	left: -15px;
}
#life-exp .exp-list-item .text p{
	line-height: 1.8;
	margin:0;
}
#life-exp .exp-list-item .img img{
	max-width:600px;
	width: 100%;
}


section#example .title-wrap{
	margin-bottom: 5em;
}
.example-wrap{
	max-width:1000px;
	border-radius:25px;
	border:3px solid #DDDDDD;
	padding:80px 60px 40px;
	margin:0 auto;
	position: relative;
}
.example-model{
	border-radius:45px;
	border:1px solid #1B4852;
	background:#e1f1f3;
	padding:20px 60px;
	margin:0 auto;
	position: absolute;
	top:0px;
	left:50%;
	transform: translate(-50%, -50%);
}
.example-model dl{
	display: flex;
	justify-content: center;
}
.example-model dl dt,
.example-model dl dd{
	font-size: 1.6rem;
	font-weight:bold;
}
.page-id-4863 .example-model dl dt{
	width: 7em;
	text-align:center;
}
.page-id-4863 .example-model dl dd{
	width:calc(100% - 7em);
}
.example-model dl dd::before{
	content:"：";
}
.example-wrap .title-wrap{
	display: flex;
	align-items: center;
	margin: 0 !important;
}
.example-wrap .day-num{
	display:flex;
	align-items: center;
	justify-content: center;
	width:120px;
	height:120px;
	color:#fff;
	line-height: 1.2;
	border-radius:50%;
	background:#A6D9E2;
	margin:0;
}
.example-wrap .day-num strong{
	font-size: 4.5rem;
}
.example-wrap .day-num span{
	font-size: 2.0rem;
}
.example-wrap h3{
	font-size: 2.5rem;
	color:#1B4852;
	margin-left: 1.5em;
}
.example-wrap .day-wrap{
	display:flex;
	justify-content: space-between;
}
.example-wrap .day-flow{
	border-left:3px solid #1B4852;
	padding:15px 0 50px 25px;
	margin-left: 60px;
}
.example-wrap .day-flow dl{
	display:flex;
	align-items: flex-start;
	margin-bottom:1.0em;
	position: relative;
}
.example-wrap .day-flow dl::before{
	content:"";
	display:block;
	width:14px;
	height:14px;
	border-radius:50%;
	background:#1B4852;
	position: absolute;
	top: 30px;
	left: -34px;
}
.example-wrap .day-flow dl dt,
.example-wrap .day-flow dl dd{
	font-size: 1.6rem;
	line-height: 2;
}
.example-wrap .day-flow dl dt{
	width:80px;
	color:#1B4852;
	font-weight:bold;
	text-align:center;
	background:#FFFBDA;
	padding: 10px 5px;
	line-height: 1;
	border-radius: 10px;
	position:relative;
}
.example-wrap .day-flow dl dt::before{
	content:"";
	display:block;
	width:13px;
	height:9px;
	background:url(img_experience/fukidashi_item.png) right top no-repeat;
	background-size:100% 100%;
	position:absolute;
	left:-10px;
	bottom:2px;
}
.example-wrap .day-flow dl dd{
	width:calc(100% - 80px);
	padding-left:1em;
}
.example-wrap .day-wrap.hav_img .flow-content{
	width:56%;
}
.example-wrap .day-wrap .img{
	width:40%;
}
.example-wrap > p{
	text-align:center;
	margin-top:3em;
}


#faq{
	
}
#faq {
	
}
.qa {
  margin: 40px;
}
.qa__block {
/*
	display: flex;
	flex-direction: column;
*/
	list-style:none;
}
.qa__item:nth-child(odd) {
	background:#F2F2F2;
/* 	display: inline-block; */
}
.qa__head,
.qa__body{
	font-size: 1.6rem;
	line-height: 2;
}
.qa__head {
	position: relative;
	text-align: left;
	background: transparent;
	padding: 20px 30px 20px 20px;
	color: black;
	cursor: pointer;
	width: 100%;
}
.qa__head:before{
	content:"Q.";
	font-size: 3rem;
	line-height: 1;
	margin-right: 0.5em;
}
.qa__head:after {
	content: "";
	border-top: 1px solid black;
	border-left: 1px solid black;
	display: inline-block;
	width: 10px;
	height: 10px;
	transform: rotate(-135deg) translateY(9px);
	position: absolute;
	right: 20px;
	top: 50%;
	transition: transform .4s;
}
.qa__body {
	position: relative;
	padding: 0 20px;
	line-height: 0;
	opacity: 0;
	transition: line-height 0.4s, padding 0.4s, opacity 0.4s;
}
.qa__body.is-open {
	padding: 0px 20px 20px;
	line-height: 1.8;
	opacity: 1;
}
.qa__head.is-open::after {
	transform: rotate(45deg) translateY(-10px);
}
.qa__item:not(:first-child) {
/* 	margin-top: 16px; */
}

#questions .btn-wrap,
#contact .account-wrap{
	display:flex;
	justify-content: center;
}
#questions .btn-wrap a,
#contact .account-wrap a{
	font-size:1.8rem;
	color:#1B4852;
	text-align:center;
	border-radius:88px;
	background:rgba(182,227,232,0.5);
	padding:50px;
}
#questions .btn-wrap a strong{
	font-size:1.2em;
}
#questions .btn-wrap dt,
#contact .account-wrap dt{
	margin-bottom:0.5em;
}
#contact .account-wrap a dd img{
	max-width:170px;
}



/* ツアー一覧 */
.post-type-archive-experience-tour{
	background: #FFFBDA;
}





/* ツアー詳細 */

#tour-header{
	width:95%;
	max-width:1200px;
	margin:0 auto 2em;
}
#tour-header .tour-mv{
	margin-bottom:1em;
}
#tour-header .tour-mv img{
	width:100%;
}
#tour-header h1{
	font-size: 2.4rem;
	margin-bottom:0.5em;
}

.tour-area-company{
	display:flex;
	align-items: center;
	font-size:1.8rem;
	color:#1B4852;
}
.tour-area-company li{
	display:flex;
	align-items: center;
	margin-left:1.5em;
}
.tour-area-company li:first-child{
	margin-left:0;
}
.tour-area-company .tour-area .fa{
	font-size:1.8em;
}
.fa-map-marker{
	color:#A6D9E2;
}
.tour-area-company .tour-area .fa,
.company-name-wrap .company-img{
	margin-right:0.3em;
}
.company-name-wrap .company-img{
	display:block;
	width:32px;
	height:32px;
	border-radius:50%;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}

#tour-highlight{
	background:#DAF2F6;
	padding: 50px 0;
}
#tour-highlight .inner{
	max-width: 1200px;
}

.lead-text2-block{
	margin-top:5em;
}

.tour-detail-img-list{
	margin-top:3em;
}
.tour-detail-img-list .img-wrap{
	background:#fff;
	border-radius: 10px;
	padding: 20px;
	margin: 0 10px;
}
.tour-detail-img-list .img-wrap .img{
	margin-bottom: 15px;
}
.tour-detail-img-list .img-wrap h3{
	font-size:1.8rem;
	font-weight:bold;
	padding-left: 0.5em;
	margin-bottom: 5px;
	position: relative;
}
.tour-detail-img-list .img-wrap h3 span{
	position: relative;
}
.tour-detail-img-list .img-wrap h3::before {
	content: "";
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: rgba(255,246,173,0.7);
	position: absolute;
	top: 0px;
	left: -5px;
}
.tour-detail-img-list .img-wrap p{
	font-size:1.4rem;
	margin:0;
}


#want-content{
	border-radius:25px;
	background:#FFFBDA;
	padding:35px 50px;
}
#want-content p{
	margin:0;
}


#job-description{
	background:#DAF2F6;
}
#job-description .content{
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
	align-items:flex-start;
}
#job-description .job-description-content{
	width:45%;
}

#job-description .map{
	width:50%;
}

#job-description .job-description-content dl{
	margin-bottom:1.2em;
}
#job-description .job-description-content dl dt{
	font-size: 1.8rem;
	padding-left: 0.5em;
	position: relative;
}
#job-description .job-description-content dl dt::before {
	content: "";
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: rgba(255,246,173,0.7);
	position: absolute;
	top: 0px;
	left: -5px;
}
#job-description .job-description-content dl dt b{
	position:relative;
}
#job-description .job-description-content dl dd{
/* 	font-size: 1.6rem; */
}


#job-description .map h4{
	color: #fff;
	line-height: 1;
	font-size: 3em;
	letter-spacing: 0.1em;
	margin-bottom: -0.1em;
}
#job-description .map iframe{
	width:100%;
	height: 550px;
	border-radius: 5px;
}



#about-host .host-wrap{
	display:flex;
	flex-wrap:wrap;
	align-items: flex-start;
	justify-content: space-between;
	border-radius:50px;
	box-shadow:5px 5px 0 rgba(0,0,0,0.1);
	padding:35px 50px;
	margin-bottom:3em;
}
#about-host .host-wrap .img{
	width:20%;
	background-position:center center;
	background-size:cover;
	border-radius:50%;
	padding-bottom: 20%;
}
#about-host .host-wrap .text{
	width:77%;
}

.tour-entry-btn{
	position:fixed;
	right:20px;
	bottom:20px;
	z-index:3;
}
.tour-entry-btn a{
	display:flex;
	align-items: center;
	font-size:1.8rem;
	font-weight:bold;
	color:#1B4852;
	line-height: 1.3;
	text-decoration:none;
	border-radius:30px;
	box-shadow: 3px 3px 0 rgba(0,0,0,0.1);
	background:#FFF6AD;
	padding:10px 20px 10px 30px;
		transition: all 0.3s ease;
}
.tour-entry-btn a:hover{
	color: #fff;
	background:#1B4852;
/* 	box-shadow:3px 3px 0 rgba(0,0,0,0.25); */
}
.tour-entry-btn a .fa{
	font-size: 3rem;
	margin-left:0.5em;
}


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



}
@media only screen and (min-width: 768px) {
	.sp-content{
		display:none;
	}
}
@media only screen and (max-width: 767px) {
	.pc-content{
		display:none;
	}

	section {
		padding: 50px 3%;
	}
	section .title-wrap {
		margin-bottom: 1.5em;
	}
	section .title {
		font-size: 2rem;
	}
	section .sub-title {
		font-size: 1.8rem;
	}
	section p {
		font-size: 1.4rem;
		line-height: 1.8;
	}
	section .title img {
		height: auto;
		max-height:55px;
	}
	
	#life-exp .exp-list-item .img,
	#life-exp .exp-list-item .text,
	#experience-nav ul li,
	.example-wrap .day-wrap.hav_img .flow-content,
	#job-description .job-description-content,
	#job-description .map,
	#about-host .host-wrap .text {
		width: 100%;
	}
	
	section.tour-lead,
	#tour-work-info,
	#job-description {
		padding-right: 5%;
		padding-left: 5%;
	}
	
	#tour-header h1 {
		font-size: 1.8rem;
		line-height: 1.6;
	}
	.tour-area-company {
		font-size: 1.4rem;
	}
	.company-name-wrap .company-img {
		width: 25px;
		height: 25px;
	}
	
	.tour-detail-img-list {
		margin-top: 2em;
	}
	
	#experience-header .page-title {
		padding: 15px;
	}
	#experience-header .page-title__inner {
		padding: 60px 0 70px;
	}
	#experience-header h1 {
		width: 100%;
	}
	#experience-header #header-img-work {
		height: 60%;
		transform: translateX(-115%);
	}
	#experience-header #header-img-life {
		height: 60%;
		bottom: -20px;
		transform: translateX(120%);
	}
	
	#experience-content {
		margin-top: 0;
	}
	#experience-nav {
		width: 100%;
		padding: 0 1%;
		position: fixed;
		top: unset;
		bottom: 5px;
	}
	#experience-nav ul li a{
	    display: flex;
	    align-items: center;
	    justify-content: center;
		height: 100%;
		font-size: 1.3rem;
		line-height: 1.2;
		padding: 10px 10px;
	}

	#tour-work-info .tour-detail-img-list{
		display:block;
	}

	.exp-slider .slick-slide {
		max-width: 85vw;
		padding: 0 7px;
	}
	.exp-slider .slick-slide img {
		border-radius: 70px;
	}

	#flow .inner li {
		border-radius: 15px;
		padding: 20px 15px 15px 65px;
		margin-bottom: 15px;
	}
	#flow .inner li::before {
		top: 10px;
		left: 15px;
		width: 40px;
		height: 40px;
		font-size: 1.8rem;
	}
	#flow .inner li::after {
		border-left: 3px dotted #1B4852;
		left: 34px;
		top: 50px;
	}
	#flow .inner li p {
		line-height: 1.4;
		margin-top: 0.5em;
	}
	
	#tours-life{
		padding-right:0;
		padding-left:0;
	}
	#work-exp{
		padding-right:3%;
		padding-left:3%;
	}
	.list-tour > * {
		width: 48%;
		margin-bottom: 20px;
	}
	.list-tour > * dl {
		padding: 10px 10px;
	}
	.list-tour > * dl dt {
		font-size: 1.0em;
		line-height: 1.4;
	}
	.list-tour > * dl .exp-area {
		padding: 5px 0 0;
	}
	
	.icon_x img {
		width: 10%;
	}
	
	#life-exp .exp-list-item {
		display: block;
		border-radius: 20px;
		padding: 25px 30px;
		margin-bottom: 0px;
		margin: 0 10px;
	}
	 #life-exp .exp-list-item .img{
		 margin-bottom: 1.5em;
	}
	
	.example-wrap {
		border-radius: 15px;
		padding: 60px 10px 20px;
	}
	.example-model {
		max-width: 80%;
		padding: 15px 20px;
	}
	.example-model dl dt,
	.example-model dl dd {
		font-size: 1.4rem;
	}
	.example-model dl dd{
		white-space: nowrap;
	}
	.example-wrap .day-num {
		width: 65px;
		height: 65px;
		line-height: 1;
	}
	.example-wrap .day-num strong {
		font-size: 3.0rem;
	}
	.example-wrap .day-num span {
		font-size: 1.3rem;
	}
	.example-wrap h3 {
		font-size: 1.8rem;
		margin-left: 1.0em;
	}
	.example-wrap .day-flow {
		border-left: 2px solid #1B4852;
		padding: 10px 0 20px 15px;
		margin-left: 31px;
	}
	.example-wrap .day-flow dl::before {
		width: 12px;
		height: 12px;
		top: 25px;
		left: -22px;
	}
	.example-wrap .day-flow dl dt {
		width: 60px;
		font-size: 1.3rem;
	}
	.example-wrap .day-flow dl dd {
		width: calc(100% - 60px);
		font-size: 1.4rem;
		line-height: 1.6;
		padding-top: 0.35em;
		padding-left: 0.8em;
	}
	.example-wrap .day-wrap .img{
		width:80%;
		margin-bottom:1em;
	}
	
	#job-description .content{
		display:block;
	}
	#job-description .job-description-content dl dt {
		font-size: 1.6rem;
	}
	#job-description .map iframe {
		height: 300px;
	}
	
	#about-host .host-wrap {
		display:block;
		padding: 15px 20px;
	}
	#about-host .host-wrap .img {
		width: 40%;
		padding-bottom: 40%;
		margin: 0 auto 1em;
	}

	#want-content {
		padding: 25px 30px;
	}

	.qa {
		margin: 30px 1%;
	}
	.qa__head {
		line-height: 1.6;
		padding: 10px 35px 10px 15px;
	}
	.qa__head, .qa__body {
		font-size: 1.5rem;
	}
	
	#questions .btn-wrap a,
	#contact .account-wrap a {
		font-size: 1.5rem;
		padding: 30px;
	}
}












