body{
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #000000;
	font-size: 84%;
	line-height: 1.7em;
	letter-spacing: 0.04em;
	font-family:
    'メイリオ',
    Meiryo,
    'Lucida Grande',
    Verdana,
    'ヒラギノ角ゴ Pro W3',
    'Hiragino Kaku Gothic Pro',
    Osaka,
    'ＭＳ Ｐゴシック',
	sans-serif;
	}

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

#wrapper{
	width:100%;
}

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

#tb-logo{
	float: left;
	width: 40%;
	margin: 11px 0px 9px 8px;
}

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

.head-telmail{
	display: none;
/*	float: right;
	width: 43%;
	margin: 5px 10px 20px 30px;*/
}

/*#head-tel img{
	width: 100%;
	margin-top: 16px;
}

#head-mail img{
	width: 86%;
	margin-top: 10px;
}*/

.head-btn{
	clear: both;
	margin: 14px auto;
	overflow: hidden;
	display: flex;
	width: 94%; /* 親要素の幅を横いっぱいに設定 */
}

#head-contact{
	background-color: #014bac;
	border-radius: 16px;
	color: #fff;
	padding: 5px;
	text-align: center;
	font-size: 98%;	
	font-weight: bold;
	flex: 1;
	margin-right: 7px;}

#head-about{
	background-color: #f60012;
	border-radius: 16px;
	color: #fff;
	padding: 5px;
	text-align: center;
	font-size: 98%;
	font-weight: bold;
	flex: 1;
}

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


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

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

#main-title{
	width: 100%;
	padding-top: 0vw;
	margin: 12vw auto 0vw 5vw;
	text-align: left;
	/*font-family: "EB Garamond", serif;
	font-size: 260%;
	line-height: 1.4em;
	color:#fff;
	text-shadow: 1px 1px 4px #222;*/
}

#top-main-title span{
	display: inline-block;
	font-size: 280%;
	line-height: 1.4em;
  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;
    }
}


main{
	width:100%;
	overflow: hidden;
	}

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





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

/*ハンバーガー*/
.menu-btn {
    position: fixed;
    top: 8px;
    right: 10px;
    display: flex;
    height: 66px;
    width: 66px;
    justify-content: center;
    align-items: center;
	z-index: 90;
	border: 1px solid #000000;
}

.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #000;
    position: absolute;
}

.menu-btn span:before {
    bottom: 8px;
}

.menu-btn span:after {
    top: 8px;
}


#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}


#menu-btn-check {
    display: none;
}


.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 80;
    background-color: #eee;
}
.menu-content ul {
    padding: 110px 10px 0;
}
.menu-content ul li {
    border-bottom: solid 1px #fff;
    list-style: none;
}
.menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 15px;
    box-sizing: border-box;
    color:#000;
    text-decoration: none;
    padding: 9px 15px 10px 8px;
	position: relative;
	font-weight: bold;
}
.menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 16px;
}

.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;/*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    background-color: #eee;
    transition: all 0.5s;/*アニメーション設定*/
}

#menu-btn-check:checked ~ .menu-content {
    left: 80;/*メニューを画面内へ*/
}
/*ハンバーガーend*/

.nav {
	display: none;
}

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


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

.message{
	width: 88%;
	margin: 30px auto;
	font-size: 98%;
	line-height: 1.8em;
	text-align: left;
}

.message-head{
	font-size: 156%;
	line-height: 1.4em;
	text-align: center;
	margin-bottom: 20px;
	font-family: "Shippori Mincho B1", serif;
	font-weight: 600;
	font-weight: bold;
	letter-spacing: -0.02em;
}


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

#point1,#point2,#point3,#point4,#point5{
	float: left;
	width: 46%;
	margin: 0px 6px 18px 6px;
}

.point-img {
	width: 100%;
	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: 90%;
	margin: 35px auto 40px;
	font-size: 100%;
	line-height: 1.7em;
	overflow: hidden;
}

.top-support-head{
	font-family: "Shippori Mincho B1", serif;
	font-weight: 400;
	font-weight: bold;
	font-size: 160%;
	margin-bottom: 28px;
	text-align: center;
}

.top-support img{
	width: 38%;
}

.top-support2 img{
	width: 44%;
}



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

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

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

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

#footer-menu ol{
	width: 80%;
	overflow: hidden;
}

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


footer{
	width:96%;
	padding: 6px 0px 10px 0px;
	margin: auto;
	overflow: hidden;
}

#tb-spice{
	float: left;
	width: 100%;
	margin: 8px 0px 5px 12px;
}

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

.head-telmail-footer{
	width: 90%;
	margin: 10px auto;
}

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

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

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

/* reviews
----------------------------------------------------------------------------------------------- */

.reviews-title-bg{
	background: url(../reviews/img/reviews_headbg.jpg) no-repeat top left;
	width: 100%;
	height: 19vh;
	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: 10vw;
	font-size: 190%;
	font-family: "Cormorant", serif;
	color: #fff;
	text-shadow: 1px 1px 4px #333;
}

.page-title{
	text-align: center;
	margin-top: 6vw;
	font-size: 140%;
	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: 13px;
}

.reviews-nav ul{
	width: 80%;
	margin: 20px auto 0px;
}

.reviews-nav li{
	padding: 8px;
	text-align: center;
	border-bottom: 1px solid #ccc;
	font-family: "Shippori Mincho B1", serif;
	font-size: 110%;
}

.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{
	
}

.reviews-content{
	width: 90%;
	margin: 0px auto;
}
	
.reviews-content-head-title{
	font-size: 140%;
	margin: 45px 0px 20px;
	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: 160px;
	margin: 0px 10px;
}

.reviews-comment img{
	width: 150px;
	margin-left: 10px;
}

.reviews-content-box{
	border: 2px solid #ddd;
	padding: 14px 18px;
	margin: 20px 0px;
	font-size: 96%;
	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-content{
	width: 92%;
	margin: 40px auto 0px;
}

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

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

.qa-nav li{
	padding: 6px 19px 6px 8px;
	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;
	font-size: 90%;
}

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

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

.qa-box{
}

.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-content{
	width: 92%;
	margin: 40px auto 0px;	
}

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

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

.profile-nav  li{
	padding: 6px 19px 6px 8px;
	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;
	font-size: 90%;
}

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

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

.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: 100%;
	margin: 20px auto 50px;
	font-size: 100%;
	line-height: 1.5em;
}

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

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

#profile-privacy-body{
	width: 100%;
	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: 100%;
	text-align: center;
}

.profile-registration-pict img{
	width: 100%;
	margin: auto;
}

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

.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: 92%;
	margin: 30px auto;
	overflow: hidden;
}

.report-message img{
	width: 48%;
}