@charset "utf-8";

body {
	font:13px/1.231 arial,helvetica,clean,sans-serif;
	*font-size:small;
	*font:x-small;
	-webkit-text-size-adjust: 100%;
}
body {font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS P Gothic', sans-serif;}
;;body {font-family: 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS P Gothic', sans-serif;}
*:first-child+html body {font-family: 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS P Gothic', sans-serif;}
* html body {font-family: 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS P Gothic', sans-serif;}
html,body {
	width: 100%;
	height:100%;
	padding:0px;
	margin:0px;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */
h1,h2,h3,h4,h5 {
	font-size: 100%;
	font-weight: normal;
}
#group_travel{
	font-family: "Noto Sans JP", "Original Yu Gothic", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Noto Sans JP";
}
#group_travel * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#group_travel img {
	border: 0px;
	vertical-align: top;
	max-width: 100%;
	height: auto;
	width /***/:auto;
}
#group_travel li {
	list-style-type: none;
	text-decoration: none;
}
#group_travel a {
	text-decoration: none;
}
#group_travel a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";  /* ie 8 */
	-moz-opacity: 0.8;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.8;              /* Safari 1.x */
}
#group_travel {
	width: 100%;
	font-size: 20px;
	color: #3E3A39;
	line-height: 1.6;
	background-color: #FFF;
	min-width: 1000px;
	padding-bottom: 50px;
}
/*--------------------------------------------------*
 *   メインタイトル
 *--------------------------------------------------*/
#group_travel .ttl_main {
}

/*口コミ・ホテルランク*/
#group_travel .date-box{
    display: flex;
}
#group_travel .date-box .iconbox{
    display: flex
}
#group_travel .date-box .iconbox p.rank{
    width: auto;
    font-size: 12px;
    color: #fff;
    border-radius: 5px;
    padding: 0 10px;
    text-align: center;
    display: inline-block;
    margin-right: 5px;
}
#group_travel .date-box .iconbox p.rank.high{
    background: #a48700;
}
#group_travel .date-box .iconbox p.rank.low {
    background: #213264;
}
#group_travel .date-box p.kuchikomi .evaluation{
    font-weight: bold;
    padding-left: 4px;
    font-size: 14px;
}
#group_travel .date-box p.kuchikomi{
    display: flex;
    align-items: center;
}
#group_travel .date-box p.kuchikomi .evaluation.ore{
    color: #ff4e00;
}
#group_travel .date-box p.kuchikomi .evaluation.yellow{
   color: #ff9900;
}
#group_travel .date-box p.kuchikomi .evaluation .comment{
font-size: 14px;
    padding-left: 0;
}
#group_travel .date-box p.kuchikomi .number {
    font-weight: normal;
    color: #000;
    padding: 0;
    margin: 0;
}
#group_travel .date-box p.kuchikomi .number a{
    text-decoration: underline;
    font-size: 12px;
    display: inherit;
}
#group_travel .date-box p.kuchikomi .star {
    display: flex;
        align-items: center;
        margin: 0 0px 0 0;
        position: relative;
        
}
#group_travel .date-box p.kuchikomi .star img{
    width: 17px;
}
#group_travel .date-box p.kuchikomi .star img{
     width: 17px;
}

/* PCレイアウト */
@media (min-width: 640px) {
/*--------------------------------------------------*
 *   PCでは無効/表示されない
 *--------------------------------------------------*/
	.pc_none {
		display: none !important;
	}
	
	
	/* メインビジュアル */
	.main{
		width: 100%;
		height: auto;
		background-image: url("../img-new/main_back.png");
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		text-align: center;
		padding: 60px 0px;
	}
	
	/* メインボタン */
	.btn_main{
		text-align: center;
		margin-top: auto;
	}

	.btn1_main{
		background-color: #df045b;
		color: #ffffff;
		display: inline-block;
		width: 500px;
		padding:10px 0px;
		max-width: 100%;
		height: auto;
		margin-top: 30px;
		position: relative;
		border: 3px solid #ffffff;
		font-size: 30px;
		font-weight: 600;
	}

	.btn1_main::before{
		border-right: 3px solid #ffffff;
		border-top:3px solid #ffffff;
		bottom:0px;
		content:"";
		height:12px;
		margin: auto;
		right:18px;
		top:0px;
		transform: rotate(45deg);
		width: 12px;
		position: absolute;
	}
	
	.btn1_main span{
		color: #ecf69a;
	}
	
	
	
	
	
	/* コンテンツ幅 */
	.contents01{
		max-width: 1100px;
		width: 100%;
		margin:0 auto;
	}
	
	.contents02{
		max-width: 970px;
		width: 100%;
		margin:0 auto;
	}
	
	
	
	
	
	/* 解決 */
	.resolve{
		margin-top: 50px;
	}
	
	.resolve_title_01{
		text-align: center;
		font-size: 33px;
		font-weight: 600;
	}
	
	.resolve_title_02{
		text-align: center;
		font-size: 42px;
		font-weight: 600;
	}
	
	.resolve_title_02 span{
		color: #01406c;
	}
	
	.resolve_text_01{
		width: 340px;
		background-color: #01406c;
		padding: 30px 0px;
		color: #ffffff;
		font-size: 26px;
		font-weight: 600;
		text-align: center;
	}
	
	.resolve_text_02 p{
		padding-left: 25px;
	}
	
	.resolve_text_03{
		font-size: 30px;
		color: #01406c;
		font-weight: 600;
	}
	
	.resolve_text_04{
		font-size: 20px;
	}
	
	.resolve_01{
		display: flex;
		justify-content: flex-start;
		align-items: center;
		background-color: #e3f4fd;
		margin-top: 20px;
	}
	
	.resolve_box{
		margin-top: 40px;
	}
	
	.triangle {
		width: 0;
		height: 0;
		border-style: solid;
		border-top: 25px solid transparent;
		border-bottom: 25px solid transparent;
		border-left: 25px solid #01406c;
		border-right: 0;
	}
	
	
	
	
	
	/* ボタン */
	.btn_pink{
		text-align: center;
		margin-top: auto;
	}

	.btn1_pink{
		background-color: #df045b;
		color: #ffffff;
		display: inline-block;
		width: 500px;
		padding:10px 0px;
		max-width: 100%;
		height: auto;
		margin-top: 30px;
		position: relative;
		border: 1px solid #ffffff;
		font-size: 30px;
		font-weight: 600;
	}

	.btn1_pink::before{
		border-right: 3px solid #ffffff;
		border-top:3px solid #ffffff;
		bottom:0px;
		content:"";
		height:12px;
		margin: auto;
		right:18px;
		top:0px;
		transform: rotate(45deg);
		width: 12px;
		position: absolute;
	}
	
	.btn1_pink span{
		color: #ecf69a;
	}
	
	
	
	
	
	/* タイトル */
	.title{
		font-size: 42px;
		font-weight: 600;
		text-align: center;
	}
	
	
	
	
	
	/* 当社の3つの特徴 */
	.point{
		width: 100%;
		height: auto;
		background-color: #f7f8f9;
		margin-top: 50px;
		padding: 50px 0px;
	}
	
	.point_box{
		display: flex;
		justify-content: space-between;
		margin-top: 40px;
	}
	
	.point_text{
		width: 470px;
	}
	
	.point_text_01{
		font-size: 25px;
		font-weight: 600;
		color: #323232;
		margin-bottom: 5px;
	}
	
	.point_text_02{
		font-size: 20px;
	}
	
	.point_text_01 span{
		font-size: 20px;
		background-color: #01406c;
		color: #ffffff;
		padding: 0px 8px;
		margin-right: 12px;
	}
	
	.point_01 img{
		max-width: 100%;
		height: auto;
	}
	
	
	
	
	
	/* 当社の強み */
	.strength{
		width: 100%;
		height: auto;
		margin-top: 50px;
	}
	
	.strength_text_01{
		font-size: 25px;
		font-weight: 600;
		text-align: center;
		color: #01406c;
		margin-top: 20px;
	}
	
	.strength_text_02{
		text-align: center;
		margin-top: 15px;
		font-size: 18px;
	}
	
	.strength_box{
		display: flex;
		justify-content: center;
		margin-top: 40px;
	}
	
	.strength_01{
		width: 265px;
		height: 265px;
		background-color: #e3f4fd;
		border-radius: 50%;
		margin-left: 30px;
		margin-right: 30px;
		position: relative;
	}
	
	.strength_01 p{
		text-align: center;
		color: #01406c;
		font-size: 28px;
		font-weight: 600;
		position: absolute;
		left: 0;
		right: 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	
	
	
	
	
	/* お客様の声・ご感想 */
	.voice{
		width: 100%;
		height: auto;
		background-color: #f7f8f9;
		margin-top: 50px;
		padding: 50px 0px;
	}
	
	.voice_box{
		margin-top: 30px;
	}
	
	.industry{
		border: 1px solid #01406c;
		text-align: center;
		color: #01406c;
		width: 110px;
		margin-right: 15px;
	}
	
	.voice_text{
		color: #01406c;
		font-size: 20px;
		font-weight: 600;
		margin-top: -10px;
	}
	
	.voice_date{
		display: flex;
		font-size: 16px;
		margin-top: 7px;
		margin-right: 10px;
	}
	
	.voice_date_01{
		display: flex;
	}
	
	.voice_01 img{
		max-width: 100%;
		height: auto;
		margin-right: 20px;
	}
	
	.voice_box_a{
		background-color: #ffffff;
		border: 2px solid #01406c;
		padding: 20px;
		margin-top: -2px;
	}
	
	.voice_box_01{
		display: flex;
	}
	
	.voice_box_02{
		display: flex;
		align-items: center;
		border-bottom: 1px solid #a19f9f;
		padding: 20px 0px;
	}
	
	.kansou{
		border-bottom: none;
		padding-bottom: 10px;
	}
	
	.voice_box_02_text{
		width: 50%;
		color: #01406c;
		font-size: 17px;
		font-weight: 600;
	}
	
	.voice_box_02_text_01{
		width: 100%;
		font-size: 15px;
	}
	
	.voice_text_01{
		font-size: 15px;
		margin-top: 10px;
	}
	
	.voice_text_02{
		font-size: 15px;
		margin-top: 10px;
		text-align: left;
	}
	
	
	
	
	
	/* ボタン */
	.btn_voice{
		text-align: center;
		margin-top: auto;
	}

	.btn1_voice{
		background-color: #01406c;
		color: #ffffff;
		display: inline-block;
		width: 100%;
		padding:10px 0px;
		max-width: 100%;
		height: auto;
		position: relative;
	}

	.btn1_voice::before{
		border-right: 2px solid #ffffff;
		border-top:2px solid #ffffff;
		bottom:0px;
		content:"";
		height:10px;
		margin: auto;
		right:25px;
		top:0px;
		transform: rotate(45deg);
		width: 10px;
		position: absolute;
	}
	
	
	
	
	
	/* 当社の法人・団体向けサービス */
	.service{
		margin-top: 50px;
	}
	
	.service_box{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-top: 20px;
	}
	
	.service_01{
		width: 32%;
		margin-top: 30px;
	}
	
	.service_01_img img{
		max-width: 100%;
		height: auto;
	}
	
	.service_text_01{
		font-size: 22px;
		font-weight: 600;
		color: #01406c;
		margin-top: 15px;
	}
	
	.service_text_02{
		font-size: 18px;
		font-weight: 600;
	}
	
	.service_text_03{
		font-size: 18px;
		color: #01406c;
		border: 1px solid #01406c;
		text-align: center;
		margin: 10px 0px;
	}
	
	.service_text_04{
		font-size: 16px;
	}
	
	.service_b{
		margin-top: 39px;
	}
	
	
	
	
	
	/* お問い合わせから実施までの流れ */
	.flow{
		width: 100%;
		height: auto;
		background-color: #f7f8f9;
		margin-top: 50px;
		padding: 50px 0px;
	}
	
	.flow_text_01{
		font-size: 22px;
		font-weight: 600;
	}
	
	.flow_text_02{
		font-size: 16px;
	}
	
	.flow_text_03{
		font-size: 15px;
		border: 1px solid #01406c;
		background-color: #ffffff;
		width: 330px;
		text-align: center;
		margin-top: 5px;
	}
	
	.flow_text_03 a{
		color: #01406c;
	}
	
	.flow_box{
		margin-top: 20px;
		position: relative;
	}
	
	.flow_line{
		position: absolute;
		left: 25px;
		top: 30px;
		border-left: 4px solid #01406c;
		width: 10px;
		height: 550px;
		z-index: 1;
	}
	
	.flow_title{
		display: flex;
		align-items: center;
		width: 280px;
		margin-right: 50px;
	}
	
	.flow_01{
		display: flex;
		justify-content: flex-start;
		align-items: center;
		border-bottom: 1px solid #a19f9f;
		padding: 15px 0px;
	}
	
	.icon_img{
		margin-right: 15px;
		z-index: 1;
	}
	
	.icon_img img{
		max-width: 100%;
		height: auto;
	}
	
	.flow_border{
		border-bottom: none;
	}
	
	
	
	
	
	/* モデルコース例 */
	.course{
		width: 100%;
		height: auto;
		margin-top: 50px;
	}
	
	.course_text{
		text-align: center;
		border: 1px solid #01406c;
		font-size: 25px;
		font-weight: 600;
		color: #01406c;
		margin-top: 40px;
	}
	
	.course_date{
		z-index: 1;
	}
	
	.course_text_01{
		font-size: 16px;
		color: #ffffff;
		background-color: #01406c;
		padding: 10px 0px;
		margin-right: 15px;
		width: 80px;
		text-align: center;
	}
	
	.course_text_02{
		font-size: 16px;
	}
	
	.course_text_03{
		font-size: 15px;
		border: 1px solid #01406c;
		background-color: #ffffff;
		width: 200px;
		text-align: center;
		margin-top: 5px;
	}
	
	.course_text_03 a{
		color: #01406c;
	}
	
	.course_box{
		display: flex;
		justify-content: space-between;
		margin-top: 10px;
		position: relative;
	}
	
	.course_line{
		position: absolute;
		left: 38px;
		top: 28px;
		border-left: 4px solid #01406c;
		width: 10px;
		height: 500px;
		z-index: 1;
	}
	
	.course_line_tour{
		position: absolute;
		left: 38px;
		top: 30px;
		border-left: 4px solid #01406c;
		width: 10px;
		height: 450px;
		z-index: 1;
	}
	
	.course_title{
		display: flex;
	}
	
	.course_01{
		display: flex;
		justify-content: flex-start;
		align-items: center;
		padding: 10px 0px;
	}
	
	.course_img{
		margin-top: 10px;
		margin-bottom: 20px;
	}
	
	.course_img p{
		font-size: 16px;
		font-weight: 600;
	}
    
    .course_img p a{
        color: #3E3A39;
    }
	
	
	.deluxe{
		background-color: #a48700;
		border-radius: 50px;
		color: #ffffff;
		text-align: center;
		width: 100px;
	}
	
	.deluxe p{
		font-size: 12px;
	}
	
	
	
	
	
	/* バリ島でおすすめの人気エリア */
	.area{
		width: 100%;
		height: auto;
		background-color: #f7f8f9;
		margin-top: 50px;
		padding: 50px 0px;
	}
	
	.area_box{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-top: 20px;
	}
	
	.area_01{
		width: 32%;
		margin-top: 30px;
	}
	
	.area_01_img img{
		max-width: 100%;
		height: auto;
	}
	
	.area_text_01{
		font-size: 22px;
		font-weight: 600;
		color: #01406c;
		margin-top: 10px;
		margin-bottom: 5px;
	}
	
	.area_text_04{
		font-size: 16px;
	}
	
	
	
	
	
	/* ボタン */
	.btn_area{
		text-align: center;
		margin-top: auto;
	}

	.btn1_area{
		background-color: #ffffff;
		color: #01406c;
		display: inline-block;
		width: 100%;
		padding:5px 0px;
		max-width: 100%;
		height: auto;
		position: relative;
		font-size: 18px;
		border: 1px solid #01406c;
		margin-top: 15px;
	}

	.btn1_area::before{
		border-right: 2px solid #01406c;
		border-top:2px solid #01406c;
		bottom:0px;
		content:"";
		height:10px;
		margin: auto;
		right:20px;
		top:0px;
		transform: rotate(45deg);
		width: 10px;
		position: absolute;
	}
	
	
	
	
	
	/* よくある問合せ */
	.question{
		width: 100%;
		height: auto;
		margin-top: 50px;
	}
	
	.qa{
		margin-top: 30px;
	}
	
	.qa-1 {
		max-width: 100%;
		margin-bottom: 15px;
		border: 1px solid #01406c;
	}

	.qa-1 summary {
		display: flex;
		justify-content: space-between;
		align-items: center;
		position: relative;
		padding: 5px 0px;
		padding-left: 70px;
		padding-right: 20px;
		color: #333333;
		font-size: 20px;
		font-weight: 600;
		cursor: pointer;
	}

	.qa-1 summary::before,
	.qa-1 p::before {
		position: absolute;
		left: 1em;
		font-weight: 600;
		font-size: 1.3em;
	}

	.qa-1 summary::before {
		color: #ffffff;
		content: "Q";
		background-color: #01406c;
		border-radius: 50%;
		width: 35px;
		height: 35px;
		font-size: 18px;
		line-height: 30px;
		text-align: center;
	}

	.qa-1 summary::after {
		color: #01406c;
		content: "+";
		font-size: 30px;
		font-weight: 400;
	}

	.qa-1[open] summary::after {
		color: #01406c;
		content: "-";
		font-size: 50px;
		text-align: center;
		margin-top: -22px;
	}

	.qa-1 p {
		position: relative;
		padding-top: 15px;
		padding-bottom: 15px;
		padding-left: 50px;
		padding-right: 20px;
		font-size: 16px;
	}

	.qa-1[open] p {
		transform: none;
		opacity: 1;
	}

	.qa-1 p::before {
		color: #ffffff;
		content: "A";
		background-color: #df045b;
		border-radius: 50%;
		width: 35px;
		height: 35px;
		font-size: 18px;
		line-height: 30px;
		text-align: center;
		margin-top: -4px;
		margin-left: -20px;
	}
	
	.a_01{
		border-top: 1px solid #a19f9f;
		margin: 0px 20px;
	}
/*--------------------------------------------------*
 *   フローティングメニュー
 *--------------------------------------------------*/
	#floating{
		position: fixed;
		right: 30px;
		bottom: 30px;
		z-index: 200;
		width: 160px;
		height: 160px;
		background-color: #FFF;
		border-radius: 50%;
		display: none;
	}
	#floating a{
		width: 160px;
		height: 160px;
		display: block;
		font-size: 22px;
		color: #FFF;
		line-height: 1.4;
		font-weight: bold;
		text-align: center;
		background: url("../img-new/arrow_floating.png") no-repeat center 110px;
		background-size: 30px auto;
		background-color:#15a4e6;
		border-radius: 50%;
		padding-top: 35px;
	}

}





/* スマホレイアウト */
@media (max-width: 639px) {
	#group_travel {
		font-size: 14px;
		line-height: 1.4;
		min-width: inherit;
		padding-bottom: 20px;
	}
	#panlist_bali{
		margin-top: 75px;
	}

/*--------------------------------------------------*
 *   メインタイトル
 *--------------------------------------------------*/
#group_travel .ttl_main {
}
/*--------------------------------------------------*
 *   SPでは無効/表示されない
 *--------------------------------------------------*/
.sp_none {
	display: none !important;
}
	
	
	
	
	/* メインビジュアル */
	.main{
		width: 100%;
		height: auto;
		background-image: url("../img-new/main_back_sp.png");
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		text-align: center;
		padding: 6vw 0px;
	}
	
	/* メインボタン */
	.btn_main{
		text-align: center;
		margin-top: auto;
	}

	.btn1_main{
		background-color: #df045b;
		color: #ffffff;
		display: inline-block;
		width: 65vw;
		padding:1.8vw 0px;
		max-width: 100%;
		height: auto;
		margin-top: 4.6vw;
		position: relative;
		border: 2px solid #ffffff;
		font-size: 4.6vw;
		font-weight: 600;
	}

	.btn1_main::before{
		border-right: 3px solid #ffffff;
		border-top:3px solid #ffffff;
		bottom:0px;
		content:"";
		height:1.8vw;
		margin: auto;
		right:2.8vw;
		top:0px;
		transform: rotate(45deg);
		width: 1.8vw;
		position: absolute;
	}
	
	.btn1_main span{
		color: #ecf69a;
	}
	
	
	
	
	
	/* コンテンツ幅 */
	.contents01{
		max-width: 1100px;
		width: 100%;
		margin:0 auto;
		padding: 0px 20px;
	}
	
	.contents02{
		max-width: 970px;
		width: 100%;
		margin:0 auto;
		padding: 0px 20px;
	}
	
	
	
	
	
	/* 解決 */
	.resolve{
		margin-top: 4.6vw;
	}
	
	.resolve_title_01{
		text-align: center;
		font-size: 4.3vw;
		font-weight: 600;
	}
	
	.resolve_title_02{
		text-align: center;
		font-size: 5.6vw;
		font-weight: 600;
		margin-top: 0.7vw;
	}
	
	.resolve_title_02 span{
		color: #01406c;
	}
	
	.resolve_text_01{
		width: 100%;
		background-color: #01406c;
		padding: 1.5vw 0px;
		color: #ffffff;
		font-size: 4vw;
		font-weight: 600;
		text-align: center;
	}
	
	.resolve_text_02 p{
		padding-left: 0px;
		text-align: center;
	}
	
	.resolve_text_03{
		font-size: 4.3vw;
		color: #01406c;
		font-weight: 600;
	}
	
	.resolve_text_04{
		font-size: 3vw;
		margin-top: 1.5vw;
	}
	
	.resolve_01{
		display: block;
		justify-content: flex-start;
		align-items: center;
		background-color: #e3f4fd;
		margin-top: 3vw;
		padding-bottom: 4.6vw;
	}
	
	.resolve_box{
		margin-top: 3vw;
	}
	
	.triangle {
		width: 0;
		height: 0;
		border-style: solid;
		border-right: 3.9vw solid transparent;
		border-left: 3.9vw solid transparent;
		border-top: 3.9vw solid #01406c;
		border-bottom: 0;
		margin: 0 auto;
	}
	
	
	
	
	
	/* ボタン */
	.btn_pink{
		text-align: center;
		margin-top: auto;
	}

	.btn1_pink{
		background-color: #df045b;
		color: #ffffff;
		display: inline-block;
		width: 65vw;
		padding:2vw 0px;
		max-width: 100%;
		height: auto;
		margin-top: 4.6vw;
		position: relative;
		border: 1px solid #ffffff;
		font-size: 4.6vw;
		font-weight: 600;
	}

	.btn1_pink::before{
		border-right: 3px solid #ffffff;
		border-top:3px solid #ffffff;
		bottom:0px;
		content:"";
		height:1.8vw;
		margin: auto;
		right:2.8vw;
		top:0px;
		transform: rotate(45deg);
		width: 1.8vw;
		position: absolute;
	}
	
	.btn1_pink span{
		color: #ecf69a;
	}
	
	
	
	
	
	/* タイトル */
	.title{
		font-size: 5.4vw;
		font-weight: 600;
		text-align: center;
	}
	
	
	
	
	
	/* 当社の3つの特徴 */
	.point{
		height: auto;
		background-color: #f7f8f9;
		margin-top: 6.2vw;
		padding: 6.2vw 0px;
	}
	
	.point_box{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		margin-top: 4.6vw;
	}
	
	.point_box_02{
		flex-direction: column-reverse;
	}
	
	.point_text{
		width: 100%;
	}
	
	.point_text_01{
		font-size: 4vw;
		font-weight: 600;
		color: #323232;
		margin-bottom: 0.7vw;
	}
	
	.point_text_02{
		font-size: 3vw;
	}
	
	.point_text_01 span{
		font-size: 3vw;
		background-color: #01406c;
		color: #ffffff;
		padding: 0px 1.2vw;
		margin-right: 1.8vw;
	}
	
	.point_01{
		margin-top: 2.3vw;
		text-align: center;
	}
	
	.point_01 img{
		object-fit:contain;
		width:100px;
		height:100px;
	}
	
	
	
	
	
	/* 当社の強み */
	.strength{
		width: 100%;
		height: auto;
		margin-top: 7.8vw;
	}
	
	.strength_text_01{
		font-size: 3.7vw;
		font-weight: 600;
		text-align: center;
		color: #01406c;
		margin-top: 3vw;
	}
	
	.strength_text_02{
		text-align: center;
		margin-top: 2.3vw;
		font-size: 3vw;
	}
	
	.strength_box{
		display: flex;
		justify-content: center;
		margin-top: 3vw;
	}
	
	.strength_01{
		width: 31vw;
		height: 31vw;
		background-color: #e3f4fd;
		border-radius: 50%;
		margin-left: 0.7vw;
		margin-right: 0.7vw;
		position: relative;
        aspect-ratio: 1 / 1;
	}
	
	.strength_01 p{
		text-align: center;
		color: #01406c;
		font-size: 3.4vw;
		font-weight: 600;
		position: absolute;
		left: 0;
		right: 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	
	
	
	
	
	/* お客様の声・ご感想 */
	.voice{
		width: 100%;
		height: auto;
		background-color: #f7f8f9;
		margin-top: 7.8vw;
		padding: 7.8vw 0px;
	}
	
	.voice_box{
		margin-top: 4.6vw;
	}
	
	.industry{
		border: 1px solid #01406c;
		text-align: center;
		color: #01406c;
		width: 20vw;
		margin-right: 2.3vw;
	}
	
	.voice_text{
		color: #01406c;
		font-size: 3.7vw;
		font-weight: 600;
		margin-top: 0px;
	}
	
	.voice_date{
		display: flex;
		font-size: 3vw;
		margin-top: 1.5vw;
		margin-right: 4.6vw;
	}
	
	.voice_date_01{
		display: flex;
	}
	
	.voice_01{
		text-align: center;
		margin-top: 3vw;
		margin-bottom: 0px;
	}
	
	.voice_01 img{
		max-width: 100%;
		height: auto;
		margin-right: 0px;
	}
	
	.voice_box_a{
		background-color: #ffffff;
		border: 2px solid #01406c;
		padding: 2.3vw;
		margin-top: -0.5vw;
	}
	
	.voice_box_01{
		display: block;
	}
	.toggle_content{
		interpolate-size: allow-keywords;
		overflow:hidden;
		height:146px;
		position:relative;
		transition: 500ms height ease;
	}
	.toggle_content .toggle_overlay{
		width:100%;
		height:10vw;
		position:absolute;
		background: linear-gradient(rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .7) 20%, rgba(255, 255, 255, 1) 80%);
		bottom:0;
	}
	.toggle_content.open .toggle_overlay{
		display:none;
	}
	
	.toggle_content.open{
		height:auto;
	}

	
	.voice_box_02{
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		border-bottom: 1px solid #a19f9f;
		padding: 2.3vw 0px;
	}
	
	.kansou{
		border-bottom: none;
		padding-bottom: 1.5vw;
	}
	
	.voice_box_02_text{
		width: 100%;
		color: #01406c;
		font-size: 3vw;
		font-weight: 600;
	}
	
	.voice_box_02_text_01{
		width: 100%;
		font-size: 3vw;
		margin-top: 0.7vw;
	}
	
	.voice_text_01{
		font-size: 3vw;
		margin-top: 1.5vw;
		text-align: right;
	}
	
	.voice_text_02{
		font-size: 3vw;
		margin-top: 3vw;
		text-align: left;
	}
	
	
	
	
	
	/* 閉じるボタン */
	.btn_voice_sp{
		text-align: center;
		margin-top: auto;
	}

	.btn1_voice_sp{
		background-color: #ffffff;
		color: #01406c !important;
		display: inline-block;
		width: 46vw;
		padding:0.7vw 0px;
		max-width: 100%;
		height: auto;
		position: relative;
		font-size: 3.7vw;
		font-weight: 600;
		border: 1px solid #01406c;
		margin-top: 2.3vw;		
	}


	.btn1_voice_sp::before{
		border-left: 2px solid #01406c;
		border-top:2px solid #01406c;
		bottom:0px;
		content:"";
		height:1.5vw;
		margin: auto;
		right:3.9vw;
		top:0vw;
		transform: rotate(225deg);
		width: 1.5vw;
		position: absolute;
	}
	.btn1_voice_sp.open::before{
		border-left: 2px solid #01406c;
		border-top:2px solid #01406c;
		bottom:0px;
		content:"";
		height:1.5vw;
		margin: auto;
		right:3.9vw;
		top:1.2vw;
		transform: rotate(45deg);
		width: 1.5vw;
		position: absolute;
	}

	/* その他実例紹介を見るボタン */
	.btn_voice{
		text-align: center;
		margin-top: auto;
	}

	.btn1_voice{
		background-color: #01406c;
		color: #ffffff;
		display: inline-block;
		width: 100%;
		padding:1.5vw 0px;
		max-width: 100%;
		height: auto;
		position: relative;
		font-size: 4.3vw;
	}

	.btn1_voice::before{
		border-right: 2px solid #ffffff;
		border-top:2px solid #ffffff;
		bottom:0px;
		content:"";
		height:1.5vw;
		margin: auto;
		right:3.9vw;
		top:0px;
		transform: rotate(45deg);
		width: 1.5vw;
		position: absolute;
	}
	
	
	
	
	
	/* 当社の法人・団体向けサービス */
	.service{
		margin-top: 7.8vw;
	}
	
	.service_box{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-top: 3vw;
	}
	
	.service_01{
		width: 32%;
		margin-top: 4.6vw;
	}
	
	.service_01_img img{
		max-width: 100%;
		height: auto;
	}
	
	.service_text_01{
		font-size: 3.4vw;
		font-weight: 600;
		color: #01406c;
		margin-top: 2.3vw;
	}
	
	.service_text_02{
		font-size: 2.8vw;
		font-weight: 600;
	}
	
	.service_text_03{
		font-size: 2.8vw;
		color: #01406c;
		border: 1px solid #01406c;
		text-align: center;
	}
	
	.service_text_04{
		font-size: 2.5vw;
	}
	
	.service_b{
		margin-top: 4.6vw;
	}
	
	
	
	
	
	/* 当社の法人・団体向けサービス　タブボタン */
	.service_btn ul{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		margin-top: 3.7vw;
	}
	
	.service_btn_01{
		background-color: #ffffff;
		border: 1px solid #01406c;
		font-size: 3vw;
		font-weight: 600;
		color: #01406c;
		padding: 1.5vw 0px;
		margin-left: 0.3vw;
		margin-right: 0.3vw;
		margin-top: 0.9vw;
		text-align: center;
		width: 49%;
	}
	
	.service_btn a{
		color: #01406c;
	}
	
	.click_blue{
		background-color: #01406c;
		border: 2px solid #01406c;
		color: #ffffff;
	}
	
	.click_btn a{
		color: #ffffff;
	}
	
	
	
	
	
	/* 当社の法人・団体向けサービス　スマホ */
	.service_01_sp{
		background-color: #f7f8f9;
		padding: 2.3vw;
	}
	
	.service_title_sp{
		background-color: #01406c;
		color: #ffffff;
		text-align: center;
		font-size: 4.3vw;
		font-weight: 600;
		padding: 0.7vw 0px;
		margin-top: 3vw;
	}
	
	.service_text_01_sp{
		font-size: 3.7vw;
		font-weight: 600;
	}
	
	.service_text_02_sp{
		font-size: 4.3vw;
		font-weight: 600;
		padding: 0.7vw 0px;
		background-color: #ffffff;
		border: 1px solid #01406c;
		color: #01406c;
		text-align: center;
		margin-top: 2.3vw;
	}
	
	.service_text_03_sp{
		font-size: 3vw;
		margin-top: 2.3vw;
	}
	
	.service_01_sp img{
		margin-top: 2.3vw;
	}
	
	
	
	
	
	/* お問い合わせから実施までの流れ */
	.flow{
		width: 100%;
		height: auto;
		background-color: #f7f8f9;
		margin-top: 7.8vw;
		padding: 7.8vw 0px;
	}
	
	.flow_text_01{
		font-size: 4vw;
		font-weight: 600;
	}
	
	.flow_text_02{
		font-size: 3vw;
	}
	
	.flow_text_03{
		font-size: 3vw;
		border: 1px solid #01406c;
		background-color: #ffffff;
		width: 70vw;
		text-align: center;
		margin-top: 0.7vw;
		padding: 0.7vw 0px;
	}
	
	.flow_text_03 a{
		color: #01406c;
	}
	
	.flow_box{
		margin-top: 3vw;
		position: relative;
	}
	
	.flow_line{
		position: absolute;
		left: 2.8vw;
		top: 4.6vw;
		border-left: 0.6vw solid #01406c;
		width: 10px;
		height: 92vw;
		z-index: 1;
	}
	
	.flow_title{
		display: flex;
		align-items: center;
		width: 100%;
		margin-right: 0px;
	}
	
	.flow_01{
		display: block;
		justify-content: flex-start;
		align-items: center;
		border-bottom: none;
		padding: 0.7vw 0px;
	}
	
	.icon_img{
		margin-right: 2.3vw;
		z-index: 1;
		width: 6.2vw;
	}
	
	.icon_img img{
		max-width: 100%;
		height: auto;
	}
	
	.flow_border{
		border-bottom: none;
	}
	
	.flow_text_sp{
		margin-left: 8.6vw;
	}
	
	
	
	
	
	/* モデルコース例 */
	.course{
		width: 100%;
		height: auto;
		margin-top: 7.8vw;
	}
	
	.course_text{
		text-align: center;
		border: 1px solid #01406c;
		font-size: 4.3vw;
		font-weight: 600;
		color: #ffffff;
		margin-top: 3vw;
		background-color: #01406c;
		padding: 1.5vw 0px;
	}
	
	.course_date{
		z-index: 1;
	}
	
	.course_text_01{
		font-size: 3vw;
		color: #ffffff;
		background-color: #01406c;
		padding: 0.7vw 0px;
		margin-right: 3vw;
		width: 14vw;
		text-align: center;
	}
	
	.course_text_02{
		font-size: 3vw;
	}
	
	.course_text_03{
		font-size: 3vw;
		border: 1px solid #01406c;
		background-color: #ffffff;
		width: 40vw;
		text-align: center;
		margin-top: 0.7vw;
		padding: 0.7vw 0px;
	}
	
	.course_text_03 a{
		color: #01406c;
	}
	
	.course_box{
		display: block;
		justify-content: space-between;
		margin-top: 1.5vw;
		position: relative;
	}
	
	.course_line{
		position: absolute;
		left: 7vw;
		top: 4.3vw;
		border-left: 0.6vw solid #01406c;
		width: 10px;
		height: 110vw;
		z-index: 1;
	}
	
	.course_line_tour{
		position: absolute;
		left: 7vw;
		top: 4.6vw;
		border-left: 0.6vw solid #01406c;
		width: 10px;
		height: 100vw;
		z-index: 1;
	}
	
	.course_title{
		display: flex;
	}
	
	.course_01{
		display: flex;
		justify-content: flex-start;
		align-items: center;
		padding: 2.3vw 0px;
		border-bottom: 1px solid #a19f9f;
	}
	
	.course_img{
		margin-top: 1.5vw;
		margin-bottom: 0px;
	}
	
	.course_img p{
		font-size: 2.8vw;
		font-weight: 600;
		margin-top: 0.7vw;
	}
    
    .course_img p a{
        color: #3E3A39;
    }
	
	.deluxe{
		background-color: #a48700;
		border-radius: 7.8vw;
		color: #ffffff;
		text-align: center;
		width: 25vw;
	}
	
	.deluxe p{
		font-size: 2vw;
	}
	
	.course_img_sp{
		display: flex;
	}
	
	.course_img_01{
		margin-right: 3vw;
	}
	
	.flow_border{
		border-bottom: none;
	}
	
	
	
	
	/* モデルコース例　タブボタン */
	.tab-wrap {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-top: 30px;
	}
	
	.tab-label {
		color: #01406c;
		background: #ffffff;
		border: 1px solid #01406c;
		order: -1;
		width: 49%;
		font-size: 3vw;
		font-weight: 600;
		text-align: center;
		padding: 10px 0px;
		cursor: pointer;
	}
	
	.tab-label:hover{
		opacity: 0.8;
	}
	
	.tab-content {
		width: 100%;
		display: none;
	}
	
	/* アクティブなタブ */
	.tab-switch:checked+.tab-label {
		color: #ffffff;
		background: #01406c;
	}
	
	.tab-switch:checked+.tab-label+.tab-content {
		 display: block;
	}
	
	/* ラジオボタン非表示 */
	.tab-switch {
		display: none;
	}
	
	
	
	
	
	/* バリ島でおすすめの人気エリア */
	.area{
		width: 100%;
		height: auto;
		background-color: #f7f8f9;
		margin-top: 7.8vw;
		padding: 7.8vw 0px;
	}
	
	.area_box{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-top: 3vw;
	}
	
	.area_01{
		width: 32%;
		margin-top: 4.6vw;
	}
	
	.area_01_img img{
		max-width: 100%;
		height: auto;
	}
	
	.area_text_01{
		font-size: 3.4vw;
		font-weight: 600;
		color: #01406c;
		margin-top: 2.3vw;
	}
	
	.area_text_04{
		font-size: 2.5vw;
	}
	
	
	
	
	
	/* バリ島でおすすめの人気エリア　タブボタン */
	.area_btn ul{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-top: 14px;
	}
	
	.area_btn_01{
		background-color: #ffffff;
		border: 1px solid #01406c;
		font-size: 3vw;
		font-weight: 600;
		color: #01406c;
		padding: 1.5vw 0px;
		margin-left: 2px;
		margin-right: 2px;
		margin-top: 1.5vw;
		text-align: center;
		width: 32%;
	}
	
	.area_btn a{
		color: #01406c;
	}
	
	.click_blue{
		background-color: #01406c;
		border: 2px solid #01406c;
		color: #ffffff;
	}
	
	.click_blue a{
		color: #ffffff;
	}
	
	
	
	
	
	/* バリ島でおすすめの人気エリア */
	.area_01_sp{
		background-color: #ffffff;
		padding: 0px 2.3vw;
		padding-bottom: 2.3vw;
	}
	
	.area_title_sp{
		background-color: #01406c;
		color: #ffffff;
		text-align: center;
		font-size: 4.3vw;
		font-weight: 600;
		padding: 0.7vw 0px;
		margin-top: 3vw;
	}
	
	.area_text_03_sp{
		font-size: 3vw;
		margin-top: 2.3vw;
	}
	
	.area_01_sp img{
		margin-top: 2.3vw;
	}
	
	
	
	
	
	/* 詳しく見るボタン */
	.btn_area_sp{
		text-align: center;
		margin-top: auto;
	}

	.btn1_area_sp{
		background-color: #ffffff;
		color: #01406c;
		display: inline-block;
		width: 100%;
		padding:1.5vw 0px;
		max-width: 100%;
		height: auto;
		position: relative;
		font-size: 4.3vw;
		font-weight: 600;
		border: 1px solid #01406c;
		margin-top: 2.3vw;
	}

	.btn1_area_sp::before{
		border-right: 2px solid #01406c;
		border-top:2px solid #01406c;
		bottom:0px;
		content:"";
		height:1.5vw;
		margin: auto;
		right:3.9vw;
		top:0.4vw;
		transform: rotate(45deg);
		width: 1.5vw;
		position: absolute;
	}
	
	
	
	
	
	/* よくある問合せ */
	.question{
		width: 100%;
		height: auto;
		margin-top: 7.8vw;
	}
	
	.qa{
		margin-top: 4.6vw;
	}
	
	.qa-1 {
		max-width: 100%;
		margin-bottom: 2.3vw;
		border: 1px solid #01406c;
	}

	.qa-1 summary {
		display: flex;
		justify-content: space-between;
		position: relative;
		padding: 3vw 0px 2vw;
		padding-left: 10vw;
		padding-right: 3vw;
		color: #333333;
		font-size: 3.7vw;
		font-weight: 600;
		cursor: pointer;
	}

	.qa-1 summary::before,
	.qa-1 p::before {
		position: absolute;
		left: 1em;
		font-weight: 600;
		font-size: 1.3em;
	}

	.qa-1 summary::before {
		color: #ffffff;
		content: "Q";
		background-color: #01406c;
		border-radius: 50%;
		width: 5.4vw;
		height: 5.4vw;
		font-size: 2.8vw;
		line-height: 4.8vw;
		text-align: center;
	}

	.qa-1 summary::after {
		color: #01406c;
		content: "+";
		font-size: 4.6vw;
		font-weight: 400;
	}

	.qa-1[open] summary::after {
		color: #01406c;
		content: "-";
		font-size: 7.8vw;
		text-align: center;
		margin-top: -3.4vw;
	}

	.qa-1 p {
		position: relative;
		padding-top: 15px;
		padding-bottom: 15px;
		padding-left: 7vw;
		padding-right: 20px;
		font-size: 3vw;
	}

	.qa-1[open] p {
		transform: none;
		opacity: 1;
	}

	.qa-1 p::before {
		color: #ffffff;
		content: "A";
		background-color: #df045b;
		border-radius: 50%;
		width: 5.4vw;
		height: 5.4vw;
		font-size: 2.8vw;
		line-height: 4.8vw;
		text-align: center;
		margin-top: -4px;
		margin-left: -3vw;
	}
	
	.a_01{
		border-top: 1px solid #a19f9f;
		margin: 0px 3vw;
	}

/*--------------------------------------------------*
 *   写真調整
 *--------------------------------------------------*/
	#group_travel img.ph_service_01 {
	width: 100%;
	height: 25.33vw;
	object-fit: cover;
	}
	#group_travel img.ph_service_02 {
	width: 100%;
	height: 25.33vw;
	object-fit: cover;
	object-position: 50% 20%;
	}
	#group_travel img.ph_service_03 {
	width: 100%;
	height: 25.33vw;
	object-fit: cover;
	}
	#group_travel img.ph_service_04 {
	width: 100%;
	height: 25.33vw;
	object-fit: cover;
	object-position: 50% 20%;
	}
	#group_travel img.ph_service_05 {
	width: 100%;
	height: 25.33vw;
	object-fit: cover;
	object-position: 0% 60%;
	}
	#group_travel img.ph_service_06 {
	width: 100%;
	height: 25.33vw;
	object-fit: cover;
	object-position: 30% 80%;
	}
	#group_travel img.ph_area_01 {
	width: 100%;
	height: 33.33vw;
	object-fit: cover;
	object-position: 30% 60%;
	}
	#group_travel img.ph_area_02 {
	width: 100%;
	height: 33.33vw;
	object-fit: cover;
	object-position: 30% 60%;
	}
	#group_travel img.ph_area_03 {
	width: 100%;
	height: 33.33vw;
	object-fit: cover;
	object-position: 30% 20%;
	}
	#group_travel img.ph_area_04 {
	width: 100%;
	height: 33.33vw;
	object-fit: cover;
	object-position: 30% 80%;
	}
	#group_travel img.ph_area_05 {
	width: 100%;
	height: 33.33vw;
	object-fit: cover;
	object-position: 30% 40%;
	}
	#group_travel img.ph_area_06 {
	width: 100%;
	height: 33.33vw;
	object-fit: cover;
	object-position: 30% 10%;
	}
	#group_travel img.ph_area_07 {
	width: 100%;
	height: 33.33vw;
	object-fit: cover;
	object-position: 30% 80%;
	}
	#group_travel img.ph_area_08 {
	width: 100%;
	height: 33.33vw;
	object-fit: cover;
	object-position: 30% 60%;
	}
	#group_travel img.ph_area_09 {
	width: 100%;
	height: 33.33vw;
	object-fit: cover;
	object-position: 30% 0%;
	}
/*--------------------------------------------------*
 *   フローティングメニュー
 *--------------------------------------------------*/
 #floating{
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 200;
	width: 100%;
	height: 12vw;
	background-color: #FFF;
	display: none;
}
#floating a{
	width: 100%;
	height: 24vw;
	display: block;
	font-size: 4.8vw;
	color: #FFF;
	line-height: 12vw;
	font-weight: bold;
	text-align: center;
	background: url("../img-new/arrow_floating.png") no-repeat 88% 4.6vw;
	background-size: 6.67vw auto;
	background-color:#15a4e6;
}
#page_s_top{
	z-index: 201;
}

/*口コミ・ホテルランク*/
#group_travel .date-box{
   display: block;
}
#group_travel .date-box .iconbox p.rank{
    width: auto;
    font-size: 2.5vw;
    color: #fff;
    border-radius: 3px;
    padding: 0 1vw;
    text-align: center;
    display: inline-block;
    margin-right: 2px;
}
#group_travel .date-box .iconbox p.rank.high{
    background: #a48700;
}
#group_travel .date-box .iconbox p.rank.low {
    background: #213264;
}
#group_travel .date-box p.kuchikomi .evaluation{
    font-weight: bold;
    padding-left: 2px;
    font-size: 2.5vw;
}
#group_travel .date-box p.kuchikomi{
    display: flex;
    align-items: center;
    margin-top: 0px;
}
#group_travel .date-box p.kuchikomi .evaluation.ore{
    color: #ff4e00;
}
#group_travel .date-box p.kuchikomi .evaluation.yellow{
   color: #ff9900;
}
#group_travel .date-box p.kuchikomi .evaluation .comment{
font-size: 2.5vw;
    padding-left: 0;
}
#group_travel .date-box p.kuchikomi .number {
    font-weight: normal;
    color: #000;
    padding: 0;
    margin: 0;
}
#group_travel .date-box p.kuchikomi .number a{
    text-decoration: underline;
    font-size: 2.2vw;
    display: inherit;
}
#group_travel .date-box p.kuchikomi .star {
    display: flex;
}
#group_travel .date-box p.kuchikomi .star img{
    width: 2.3vw;
	height: 2.3vw;
}

}