html{
-webkit-text-size-adjust: 100%;
}

body{
	font-family:
    'メイリオ',
    Meiryo,
    'Lucida Grande',
    Verdana,
    'ヒラギノ角ゴ Pro W3',
    'Hiragino Kaku Gothic Pro',
    Osaka,
    'ＭＳ Ｐゴシック',
	sans-serif;
	font-size: 14px;
	line-height: 1.7em;
	letter-spacing: 0.04em;
	}

/* header
----------------------------------------------------------------------------------------------- */

#wrapper{
	width:100%;
}

header{
	width:100%;
	overflow: hidden;
	height: 106px;
	border-bottom: 3px solid #014bac;
	}

#tb-logo{
	float: left;
	width: 206px;
	margin: 8px 0px 0px 15px;
}

#tb-logo img{
	width: 100%;
}

.head-telmail,.head-telmail-footer{
	float: right;
	width: 280px;
	margin: 12px 20px 0px 20px;
}

.head-btn{
	float: right;
	width: 200px;
	margin: 12px 18px 0px 40px;
}

#head-tel img{
	width: 100%;
	margin-top: 17px;
}

#head-mail img{
	width: 60%;
	margin-top: 13px;
}

#head-contact{
	background-color: #014bac;
	border-radius: 18px;
	color: #fff;
	padding: 5px;
	text-align: center;
	font-size: 108%;	
	margin-top: 8px;
	font-weight: bold;
}

#head-about{
	background-color: #f60012;
	border-radius: 18px;
	color: #fff;
	padding: 5px;
	text-align: center;
	font-size: 108%;
	margin-top: 6px;
	font-weight: bold;
}

#head-contact a,#head-about a{
	text-decoration: none;
	color: #fff;
}

@media (min-width: 751px) {
a[href*="tel:"] {
pointer-events: none;
cursor: default;
text-decoration: none;
}
}


/* main
----------------------------------------------------------------------------------------------- */

.bg-slider{
	width: 100%;
	height: 61vw;
	background-position:top center;
	background-size: cover;
	display: flex;
	align-items: top;
	justify-content: center;
	}

#main-title{
	width: 100%;
	padding-top: 0vw;
	margin: 11vw auto 0vw 5vw;
	text-align: left;
	/*font-family: "EB Garamond", serif;*/
	/*font-size: 300%;*/
	/*color:#014bac;*/
	
}

#top-main-title span{
	display: inline-block;
	font-size: 350%;
	line-height: 1.5em;
	
	font-family: "Hina Mincho", serif;
	font-weight: 400;
	font-style: normal;

	/*font-family: "Roboto", sans-serif;
	font-weight: bold;*/
	background-image: linear-gradient(45deg, #014bac 0%, #fff 50%, #fff 100%);
  background-size: 300% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation-name: gradationTextAnimation;
  animation-duration: 11s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
@keyframes gradationTextAnimation{
    0%{
        background-position: 0 0;
    }
    50%{
        background-position: 100% 0;
    }
    100%{
        background-position: 0 0;
    }
}


#top-main-title{
}


main{
	width:100%;
	overflow: hidden;
	margin-bottom: 60px;
	}

.bg1{
	width: 100%;
	background: #ffe8f3 repeat-x top left;
	padding: 35px 0px 30px;
	text-align: center;
}



/* nav
----------------------------------------------------------------------------------------------- */

.nav ul{
	overflow: hidden;
	margin-bottom:  40px;
	
	display: flex;
	width: 100%; /* 親要素の幅を横いっぱいに設定 */
}

.nav li{
	flex: 1;
	background-color: #eee;
	padding: 15px;
	text-align: center;
}

.nav li a{
	text-decoration: none;
	color: #000;
}

.nav li a:hover{
	text-decoration: none;
	color: #ff0000;
}

.nav .reviews,.nav .profile,.nav .report,.nav .consul{
	border-right: 1px solid #fff;
}

.pankuzu{
	margin: 6px 0px 0px 17px;
	font-size: 86%;
}

.hamburger-menu{
	display: none;
}


/* top
----------------------------------------------------------------------------------------------- */

.message{
	width: 560px;
	margin: 50px auto 50px;
	font-size: 105%;
	line-height: 1.8em;
	text-align: center;
}

.message-head{
	font-size: 150%;
	text-align: center;
	margin-bottom: 20px;
	/*font-family: "Shippori Mincho B1", serif;
	font-weight: 600;
	font-weight: bold;*/
	
	font-family: "Hina Mincho", serif;
	font-weight: 400;
	font-style: normal;

	font-size: 190%;
	line-height: 1.5em;
}


.point{
	width: 900px;
	margin: 35px auto 50px;
	font-size: 88%;
	line-height: 1.6em;
	overflow: hidden;
}

#point1,#point2,#point3,#point4,#point5{
	float: left;
	width: 280px;
	margin: 0px 10px 20px 10px;
}

.point-img {
	width: 230px;
	animation: fadeIn 1.2s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
 
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
 
.point span{
	background-color: #2abdf4;
	padding: 5px;
	text-indent: -1em;
	color: #fff;
}

.top-support,.top-support2{
	width: 740px;
	margin: 35px auto 50px;
	font-size: 105%;
	line-height: 1.8em;
	overflow: hidden;
}

.top-support-head{
	font-family: "Hina Mincho", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 180%;
	margin-bottom: 28px;
	text-align: center;
}

.top-support img{
	width: 166px;
}

.top-support2 img{
	width: 192px;
}



/* footer
----------------------------------------------------------------------------------------------- */

#footer-menu{
	background-color: #014bac;
	padding: 34px 38px 26px 40px;
	color: #fff;
	overflow: hidden;
	margin-top: 30px;
}

#footer-menu a{
	color: #fff;
	text-decoration: none;
}

#footer-menu li{
	float: left;
	margin-right: 30px;
	margin-bottom: 10px;
	font-family: "Shippori Mincho B1", serif;
}

#footer-menu ol{
	width: 68%;
	float: left;
	overflow: hidden;
}

#copyright{
	margin-top: 34px;
	font-family: "Cormorant", serif;
	letter-spacing: 0.06em;
	font-size: 96%;
	text-align: right;
}


footer{
	width:100%;
	padding: 6px 0px 10px 0px;
	overflow: hidden;
}

#tb-spice{
	float: left;
	width: 500px;
	margin: 8px 0px 5px 24px;
}

#tb-spice img{
	width: 90%;
}



/* reviews お客様の声
----------------------------------------------------------------------------------------------- */

.reviews-title-bg{
	background: url(../reviews/img/reviews_headbg.jpg) no-repeat top left;
	width: 100%;
	height: 18vw;
	background-position:top center;
	background-size: cover;
	display: flex;
	align-items: middle;
	justify-content: center;
	display: table;
}

.page-title-e{
	text-align: center;
	margin-top: 5.5vw;
	font-size: 280%;
	font-family: "Cormorant", serif;
	color: #fff;
	text-shadow: 1px 1px 4px #333;
}

.page-title{
	text-align: center;
	margin-top: 4vw;
	font-size: 150%;
	color: #fff;
	font-weight: bold;
	font-family: "Cormorant", serif;
	text-shadow: 1px 1px 4px #333;
	letter-spacing: 0.06em;
}

.page-title span{
	border-top: 2px solid #ff0000;
	padding-top: 18px;
}

.reviews-nav ul{
	overflow: hidden;
	margin-top: 15px;
	display: flex;
	width: 100%; /* 親要素の幅を横いっぱいに設定 */
}

.reviews-nav li{
	flex: 1;
	padding: 8px;
	text-align: center;
	font-family: "Shippori Mincho B1", serif;
	font-size: 106%;
}

.reviews-nav li a{
	text-decoration: none;
	color:#000;
}

.reviews-nav span{
	background: url(../reviews/img/reviews_nav_icon.jpg) no-repeat bottom right;
	padding-right: 28px;
	background-size: 25px;
}

.reviews-nav-honeymoon,.reviews-nav-family,.reviews-nav-group,.reviews-nav-girls,.reviews-nav-solo{
	border-right: 1px solid #ccc;
}


.reviews-content{
	width: 960px;
	margin: 20px auto 0px;
}
	
.reviews-content-head-title{
	font-size: 140%;
	margin: 45px 0px 15px;
	font-family: "Cormorant", serif;
	background-color: #cfbf66;
	padding: 6px 10px;
	border-radius: 5px;
	color: #fff;
}

.reviews-content-head{
	overflow: hidden;
}

.reviews-content-head img{
	width: 170px;
	margin: 0px 22px;
}

.reviews-comment img{
	width: 160px;
	margin: 0px 10px;s
}

.reviews-content-box{
	border: 2px solid #ddd;
	padding: 15px 20px;
	margin: 20px 0px;
	font-size: 94%;
	line-height: 1.6em;
}

.reviews-comment{
	background: url(../reviews/img/reviews_line.jpg) no-repeat bottom left;
	padding-bottom: 12px;
	margin-bottom: 10px;
}




/* reviews【行数制限】【クリックで全文表示】
------------------------------------------------------------------------ */

.description,.description2,.description3,.description4,.description5,.description6,.description7,.description8,.description9,.description10,.description11,.description12,.description13,.description14,.description15,.description16,.description17{
	cursor: pointer;
	overflow:hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

#showtext,#showtext2,#showtext3,#showtext4,#showtext5,#showtext6,#showtext7,#showtext8,#showtext9,#showtext10,#showtext11,#showtext12,#showtext13,#showtext14,#showtext15,#showtext16,#showtext17{
	display:none;
}

#showtext:checked ~  .description{
	display:block;
}

#showtext2:checked ~  .description2{
	display:block;
}
	
#showtext3:checked ~  .description3{
	display:block;
}

#showtext4:checked ~  .description4{
	display:block;
}

#showtext5:checked ~  .description5{
	display:block;
}

#showtext6:checked ~  .description6{
	display:block;
}

#showtext7:checked ~  .description7{
	display:block;
}

#showtext8:checked ~  .description8{
	display:block;
}

#showtext9:checked ~  .description9{
	display:block;
}

#showtext10:checked ~  .description10{
	display:block;
}

#showtext11:checked ~  .description11{
	display:block;
}

#showtext12:checked ~  .description12{
	display:block;
}

#showtext:checked ~  .description{
	display:block;
}
	
.description:hover,.description2:hover,.description3:hover,.description4:hover,.description5:hover,.description6:hover,.description7:hover,.description8:hover,.description9:hover,.description10:hover,.description11:hover,.description12:hover,.description13:hover,.description14:hover,.description15:hover,.description16:hover,.description17:hover{
	color:#666;
	}
	

/* よくあるご質問
------------------------------------------------------------------------ */

.qa-title-bg{
	background: url(../reviews/img/reviews_headbg.jpg) no-repeat top left;
	width: 100%;
	height: 18vw;
	background-position:top center;
	background-size: cover;
	display: flex;
	align-items: middle;
	justify-content: center;
	display: table;
}

.qa-nav ul{
	width: 960px;
	margin: 10px auto;
	overflow: hidden;
}

.qa-nav  li{
	padding: 8px 20px 8px 11px;
	text-align: center;
	margin-bottom: 8px;
	margin-right: 8px;
	float: left;
	border: 1px solid #ccc;
	background: url(../qa/img/red_arrow.jpg) no-repeat top right;
}

.qa-nav  li a{
	text-decoration: none;
	color:#000;
}

.qa-nav  li a:hover{
	text-decoration: none;
	color:#555;
}

.qa-content{
	width: 960px;
	margin: 0px auto;
	overflow: hidden;
}

.qa-box-head-title{
	font-size: 140%;
	margin: 40px 0px 15px;
	font-family: "Cormorant", serif;
	background: url(../img/red_line.jpg) no-repeat top left;
	padding-top: 16px;
}

.q-box{	
	padding: 9px 0px 7px 10px;
	background-color: #d8edf9;
	border-radius: 3px;
	margin-bottom: 5px;
	text-decoration: underline;
	}

.a-box{
	margin: 15px 5px 20px; 
}

/* 会社概要
------------------------------------------------------------------------ */

.profile-title-bg{
	background: url(../reviews/img/reviews_headbg.jpg) no-repeat top left;
	width: 100%;
	height: 18vw;
	background-position:top center;
	background-size: cover;
	display: flex;
	align-items: middle;
	justify-content: center;
	display: table;
}

.profile-nav ul{
	width: 960px;
	margin: 10px auto;
	overflow: hidden;
}

.profile-nav  li{
	padding: 8px 20px 8px 11px;
	text-align: center;
	margin-bottom: 8px;
	margin-right: 8px;
	float: left;
	border: 1px solid #ccc;
	background: url(../qa/img/red_arrow.jpg) no-repeat top right;
}

.profile-nav  li a{
	text-decoration: none;
	color:#000;
}

.profile-nav  li a:hover{
	text-decoration: none;
	color:#555;
}

.profile-content{
	width: 960px;
	margin: 0px auto;
	overflow: hidden;
}

.profile-box-head-title{
	font-size: 140%;
	margin: 40px 0px 15px;
	font-family: "Cormorant", serif;
	background: url(../img/red_line.jpg) no-repeat top left;
	padding-top: 16px;
}

#profile-data-body table{
	border-collapse: collapse;
	border: 1px solid #ccc;
	width: 780px;
	margin: 20px auto 50px;
	font-size: 105%;
}

#profile-data-body .data-a{
	border: 1px solid #ccc;
	padding: 8px;
	vertical-align: top;
	width: 180px;
}

#profile-data-body .data-b{
	border: 1px solid #ccc;
	padding: 8px;
	vertical-align: top;
}

#profile-privacy-body{
	width: 780px;
	margin: 30px auto 50px;
	font-size: 105%;
}

#profile-privacy-body ol{
	margin-top: 20px;
}

#profile-privacy-body li{
	list-style-type: decimal;
	margin-left: 30px;
	padding-left: 5px;
}

.privacy-name{
	text-align: right;
	margin-top: 20px;
}

.profile-box-mini-head-title{
	font-size: 110%;
	margin: 25px 0px 15px;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 4px;
}

.profile-registration-pict{
	width: 960px;
	text-align: center;
}

.profile-registration-pict img{
	width: 680px;
	margin: auto;
}

.profile-condition-data{
	width: 780px;
	margin: 30px auto 50px;
	font-size: 105%;	
}

.profile-condition-data li{
	background: url(../profile/img/adobepdf.png) no-repeat top left;
	padding-left: 26px;
	padding-top: -2px;
	margin-top: 2px;
}

/* 視察レポート
------------------------------------------------------------------------ */

.report-title-bg{
	background: url(../report/img/report_headbg.jpg) no-repeat top left;
	width: 100%;
	height: 18vw;
	background-position:top center;
	background-size: cover;
	display: flex;
	align-items: middle;
	justify-content: center;
	display: table;
}

.report-message{
	width: 960px;
	margin: 30px auto;
	overflow: hidden;
}

.report-message img{
	width: 320px;
}

.report-content{
	overflow: hidden;
	width: 960px;
	margin: 0px auto;
}

.report-list-box{
	width: 220px;
	float: left;
	margin-right:20px;
}

.report-list-box a{
	text-decoration: none;
	color: #000;
}	

.report-list-box a:hover{
	color: #666;
}	

.report-list-img{
	width: 220px;
	margin-bottom: 8px;
}

.report-list-img img{
	width: 220px;
}

.report-list-title{
	font-size: 108%;
	font-weight: bold;
	line-height: 1.6em;
	margin-bottom: 4px;
}

.report-list-txt{
	font-size: 90%;
	line-height: 1.6em;
}


/* 視察レポート-詳細ページ
------------------------------------------------------------------------ */

.report-detail{
	overflow: hidden;
	width: 960px;
	margin: 30px auto;
}


.report-detail-title{
	width: 900px;
	height: 540px;
	position: relative;
	margin: auto;
}

.report-detail-title p{
	background-color: rgba( 0, 0, 0, 0.40 );
	width: 880px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 260%;
	line-height: 1.5em;

  font-family: "Hina Mincho", serif;
  font-weight: 400;
  font-style: normal;

	color: #fff;
	padding: 10px;
	margin: 0;
}

.report-detail-body-img-box{
	overflow: hidden;
	margin: 10px 0px;
}

.report-detail-lead{
	margin: 30px 0px;
}

.img-left-200{
	float: left;
	width: 200px;
	margin-right: 20px;
	margin-bottom: 10px;
}

.img-left-400{
	float: left;
	width: 400px;
	margin-right: 20px;
	margin-bottom: 10px;
}

/* トラベルコンサルタント
------------------------------------------------------------------------ */

.consultant-title-bg{
	background: url(../report/img/consultant_headbg.jpg) no-repeat top left;
	width: 100%;
	height: 18vw;
	background-position:top center;
	background-size: cover;
	display: flex;
	align-items: middle;
	justify-content: center;
	display: table;
}

.consultant-message{
	width: 960px;
	margin: 30px auto;
	overflow: hidden;
}

.consul-staff-box{
	border-bottom: 1px dotted #000;
	padding: 15px 25px;
	margin: 22px auto;
	font-size: 94%;
	line-height: 1.6em;
	width: 910px;
}

.consul-staff{
	background: url(../consultant/img/consultant_line.jpg) no-repeat bottom left;
	padding-bottom: 12px;
	margin-bottom: 10px;
}


/* consultant【行数制限】【クリックで全文表示】
------------------------------------------------------------------------ */

.consul-detail,.consul-detail2,.consul-detail3,.consul-detail4,.consul-detail5{
	cursor: pointer;
	overflow:hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

#consul-showtext,#consul-showtext2,#consul-showtext3,#consul-showtext4,#consul-showtext5{
	display:none;
}

#consul-showtext:checked ~  .consul-detail{
	display:block;
}

#consul-showtext2:checked ~  .consul-detail2{
	display:block;
}
	
#consul-showtext3:checked ~  .consul-detail3{
	display:block;
}

#consul-showtext4:checked ~  .consul-detail4{
	display:block;
}

#consul-showtext5:checked ~  .consul-detail5{
	display:block;
}
	
.consul-detail:hover,.consul-detail2:hover,.consul-detail3:hover,.consul-detail4:hover,.consul-detail5:hover{
	color:#666;
}

.consul-staff-name{
	font-size: 120%;
	margin-top: 75px;
	line-height: 1.6em;
}

.consul-detail,.consul-detail2,.consul-detail3,.consul-detail4,.consul-detail5{
	clear: both;
}

.consul-img-left{
	float: left;
	margin: 0px 20px 20px 0px;
}
