@media (min-width:751px){
	#fv { width: 100%; height: 660px; background: url(../images/group_hotels/hotelgroup_mainvisual.jpg) center top; 
		background-size: cover; position: relative; overflow: hidden; }
/*	#fv .slide_i li:first-child { background: url("../images/plan/fv01.jpg") center center no-repeat; 
		background-size: cover; width: 100%; height: 100%; }
	#fv .slide_i li:nth-child(2) { background: url("../images/plan/fv02.jpg") center center no-repeat; 
		background-size: cover; width: 100%; height: 100%; }
	#fv .slide_i li:nth-child(3) { background: url("../images/plan/fv03.jpg") center center no-repeat; 
		background-size: cover; width: 100%; height: 100%; }*/

	#fv .mainWidth { 
		padding-top: 100px; 
/*		position: initial;
		margin-left: auto;*/
	}
	/*#fv h2 { width: 455px; height: 454px; margin: 0 auto; text-indent: -10000px; overflow: hidden;
		background: url(../images/group_hotels/cc.png?2) center center no-repeat; 
		background-size: contain;
	}*/
	#fv #akaaka_logo {
		position: absolute;z-index: 10; left: 0; top: -30px;
	}
	#fv ul.slide_i {
		display: none;
	}
	
	.bg { background: url("../images/plan/bg.jpg"); }

	h3.ttl {
		text-align: center;
	}

/* caption */
.caption {
	margin: 15px 0;
}
.caption h4 {
	font-size: 32px;
	text-align: center;
	color: #0096AA;
}
.caption p {
	font-size: 16px;
	text-align: center;
}


/* tab */
	.containerTrip {
		position: relative;
		z-index: 50;
		margin-top: 60px;
		/*background: #d3eef1;*/
	}
	ul.choicetab {
		display: flex;
		justify-content: center;
	}
	ul.choicetab li {
		margin-right: 5px;
	}
	ul.choicetab li a {
		width: 363px;
		height: 70px;
		background: #EDF4F4;
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
	}
	ul.choicetab li.ui-tabs-active.ui-state-active a {
		background: #d3eef1;
	}
	#maincontents ul.choicetab li a:visited, 
	#maincontents ul.choicetab li a:link {
		color: #008FA3;
		font-size: 20px;
	}


/* .tabArea */
	.tabArea {
		padding-top: 60px;
		padding-bottom: 40px;
		background: #d3eef1;
	}
	.tabAreawap {
	}
	.tabAreawap>.flex{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	#tohokuArea {
		position: relative; 
		z-index: 80;
	}
	#hokkaidoArea {
		position: relative;
		z-index: 40;
	}
	#shutokenArea {
		position: relative;
		z-index: 20;
	}

	.plan_box>.flex {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.plan_box {
		margin: 50px auto;
	}
	.plan_box:last-of-type {
		margin-bottom: 0;
	}

	.areaBox {
		width: 540px;
		width: 49.092%;
		padding: 30px 40px;
		margin-bottom: 20px;
		background: rgba(255,255,255,.8);
		/*border: 1px solid rgba(208,208,208,1);*/
		position: relative;
	}
	.areaBox.new:after { content: ""; width: 120px; height: 80px; position: absolute; top:0; left:0;
		background: url(../images/icon_new.svg) left top no-repeat; background-size: contain; }
	.areaBox h3 {
		padding-top: 64px;
		text-align: center;
		color: #009738;
		margin-bottom: 15px;
		font-size: 20px;
	}
	.areaBox h3 span {
		padding: 0.2em 0.5em;
		border: 1px solid #009738;
	}
	.areaBox h4 {
		text-align: center;
		color: #0096AA;
		margin-bottom: 15px;
		font-size: 20px;
		font-weight: bold;
	}
	.areaBox p {
		margin-bottom: 25px;
	}
/*	.areaBox ul {
		display: flex;
		justify-content: space-between;
	}*/
	.areaBox ul li {
		width: 100%;
		height: 60px;
		margin-bottom: 10px;
		position: relative;
	}
	#maincontents .areaBox ul li>a {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 100%;
		background: url("../images/plan/icon_arrow.svg") center right 15px no-repeat #0096AA;
		color: #FFFFFF;
		padding-right: 20px;
		padding-left: 20px;
		position: relative;
	}
	.areaBox h3 {
		background: url("../images/plan/icon_ticket.svg") center top 10px no-repeat ;
	}
/*	#toFukushima h3 {
		background: url("../images/plan/icon_wafuku.svg") center top 10px no-repeat ;
	} 
	#toMiyagi h3 {
		background: url("../images/plan/icon_ship.svg") center top 15px no-repeat ;
	} 
	#toYamagata h3 {
		background: url("../images/plan/icon_ship2.svg") center top 15px no-repeat ;
	} 
	#toYamagata2 h3 {
		background: url("../images/plan/icon_cherry.svg") center top 10px no-repeat ;
	} */

/* .sublist  */
	.sublist {
		width: 100%;
		position: relative;
		z-index: 100;
		display: none;
	}
	.areaBox ul li:first-of-type .sublist { z-index: 500; }
	.sublistinner {
		border-left: 1px solid #008FA3;
		border-right: 1px solid #008FA3;
		border-bottom: 1px solid #008FA3;
		padding: 20px 25px;
		background: #FFFFFF;
	}
	.sublistinner h5 {
		display: inline-block;
    	padding: 0.2em 0.5em;
    	border: 1px solid #009738;
    	color: #009038;
    	margin-bottom: 10px;
	}
	.sublistinner a {
		display: flex;
		flex-direction: column;
		width: 100%;
		height: 40px;
		padding-right: 20px;
		justify-content: center;
		background: url("../images/plan/icon_arrow_l_blue.svg") center right 15px no-repeat #FFFFFF;
	}
	#maincontents .sublistinner a:visited, 
	#maincontents .sublistinner a:link {
		color: #008FA3;
	}

}


.commingsoon { 
	display: flex; 
	justify-content: center;
	align-items: center;
	font-size: 40px;
	color: ;
	padding: 100px 0;
}




@media (max-width:750px) {

	#fv .mainWidth { padding-top: 22vw;	}
	/*#fv .slide_i li:first-child { background: url("../images/pref/miyagi/fv01_sp.jpg") center center no-repeat; background-size: cover; width: 100%; height: 100%; }
	#fv .slide_i li:nth-child(2) { background: url("../images/pref/miyagi/fv02_sp.jpg") center center no-repeat; background-size: cover; width: 100%; height: 100%; }
	#fv .slide_i li:nth-child(3) { background: url("../images/pref/miyagi/fv03_sp.jpg") center center no-repeat; background-size: cover; width: 100%; height: 100%; }*/
	#fv { width: 100%; height: 120vw;/*height: 133vw;*/ background: url(../images/group_hotels/hotelgroup_mainvisual_sp.jpg); 
		background-size: cover; position: relative; overflow: hidden; }
	
	/*#fv h2 { width:70vw; height: 67.2vw; margin: 0 auto; text-indent: -10000px; overflow: hidden;
		background: url(../images/group_hotels/cc.png?2) center center no-repeat;
		background-size: contain; 
	}*/

	#fv ul.slide_i {
		display: none;
	}

	#fv #akaaka_logo {
		position: absolute; z-index: 10; left: -6vw; top: -10vw; width: 40vw; ;
	}
	.map img.for_sp { max-width: 90%; }
	.areaUnit#areaInfo01 .spotInfo ul li { width: 100%; }

	.bg { background: url("../images/plan/bg.jpg"); }
	h3.ttl {
		text-align: center;
	}

/* caption */
.caption {
	margin: 3vw 0;
}
.caption h4 {
	font-size: 7vw;
	text-align: center;
	padding-bottom: 1vw;
	color: #0096AA;
}
.caption p {
	font-size: 3.7vw;
	text-align: center;
}

/* tab */
	.containerTrip {
		position: relative;
		z-index: 50;
		/*background: #d3eef1;*/
		background-size: 60vw auto;
		margin-top: 10vw;
	}
	#maincontents ul.choicetab {
		display: flex;
		justify-content: center;
		width: 88vw;
		margin-left: auto;
		margin-right: auto;
	}
	ul.choicetab li {
		width: 32%;
	}
	ul.choicetab li:nth-child(2) {
		margin-left: 2%;
		margin-right: 2%;
	}
	ul.choicetab li a {
		width: 100%;
		height: 6vw;
		background: #EDF4F4;
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
	}
	ul.choicetab li.ui-tabs-active.ui-state-active a {
		background: #d3eef1;
	}
	#maincontents ul.choicetab li a:visited, 
	#maincontents ul.choicetab li a:link {
		color: #008FA3;
		font-size: 4vw;
		padding: 1em 0;
	}
	#maincontents .containerTrip .mainWidth{
		margin: auto; 
	}

/* #tabArea */
	.tabArea {
		padding-top: 4vw;
		padding-bottom: 10vw;
		background: #d3eef1;
	}

	#tohokuArea {
	position: relative; 
	z-index: 80;
	}
	#hokkaidoArea {
	position: relative;
	z-index: 40;
	}
	#shutokenArea {
	position: relative;
	z-index: 20;
	}

	.tabAreawap>.flex{
	}

	.plan_box {
		margin: 10vw auto;
	}
	.plan_box:last-of-type {
		margin-bottom: 0;
	}
	
	.areaBox {
		width: 100%;
	    min-height: 75vw;
		padding: 4vw;
		margin-bottom: 6vw;
		background: rgba(255,255,255,.8);
		position: relative;
		/*border: 1px solid rgba(208,208,208,0.8);*/
	}

	.areaBox.new:after { content: ""; width: 20vw; height: 12vw; position: absolute; top:0; left:0;
		background: url(../images/icon_new.svg?v2) left top no-repeat; background-size: contain; }
	.areaBox h3 {
		padding-top: 10vw;
		text-align: center;
		color: #009738;
		margin-bottom: 4vw;
		font-size: 5vw;
	}
	.areaBox h3 span {
		padding: 0.2em 0.5em;
		border: 1px solid #009738;
	}
	.areaBox h4 {
		text-align: center;
		color: #0096AA;
		margin-bottom: 4vw;
		font-size: 5vw;
		font-weight: bold;
	}
	.areaBox p {
		font-size: 4vw;
    	line-height: 6vw;
    	margin-bottom: 4vw;
	}
	.areaBox ul {
	}
	.areaBox ul li {
		width: 100%;
		height: 100%;
		/*min-height: 57vw;*/
		/*height: 13vw;*/
		margin-bottom: 4vw;
	}
	#maincontents .areaBox ul li>a {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		width: 100%;
		/*height: 100%;*/
		height: 13vw;
		background: url("../images/plan/icon_arrow.svg") center right 4vw no-repeat #0096AA;
		background-size: 2vw auto;
		color: #FFFFFF;
		padding-right: 6vw;
		padding-left: 6vw;
		font-size: 3.7vw;
	}
	.areaBox h3 {
		background: url("../images/plan/icon_ticket.svg") center top no-repeat ;
		background-size: auto 7vw;
	}
/*	#toFukushima h3 {
		background: url("../images/plan/icon_wafuku.svg") center top no-repeat ;
		background-size: auto 7vw;
	} 
	#toMiyagi h3 {
		background: url("../images/plan/icon_ship.svg") center top no-repeat ;
		background-size: auto 7vw;
	} 
	#toYamagata h3 {
		background: url("../images/plan/icon_ship2.svg") center top  no-repeat ;
		background-size: auto 7vw;
	} 
	#toYamagata2 h3 {
		background: url("../images/plan/icon_cherry.svg") center top no-repeat ;
		background-size: auto 7vw;
	} */


/* .sublist  */
	.sublist {
		width: 100%;
		position: relative;
		z-index: 100;
		display: none;
	}
	.areaBox ul li:first-of-type .sublist { z-index: 500; }

	.sublistinner {
		border-left: 1px solid #008FA3;
		border-right: 1px solid #008FA3;
		border-bottom: 1px solid #008FA3;
		padding: 4vw;
		background: #FFFFFF;
	}
	.sublistinner h5 {
		display: inline-block;
    	padding: 0.2em 0.5em;
    	border: 1px solid #009738;
    	color: #009038;
    	font-size: 4vw;
    	margin-bottom: 2vw;
	}
	.sublistinner a {
		display: flex;
		flex-direction: column;
		width: 100%;
		height: 13vw;
		padding-right: 4vw;
		justify-content: center;
		background: url("../images/plan/icon_arrow_l_blue.svg") center right no-repeat #FFFFFF;
		background-size: 2vw auto;
		font-size: 4vw;
	}
	#maincontents .sublistinner a:visited, 
	#maincontents .sublistinner a:link {
		color: #008FA3;
	}

.commingsoon { 
	display: flex; 
	justify-content: center;
	align-items: center;
	font-size: 6vw;
	padding: 10vw 0;
}


}