@charset "UTF-8";

/*------------------------------------------------------------------------------
	Chuo Kanko Corporation. - Group CSS
	URL: http://kaneyamaen.sbs/
	Date: 2017-09-29
	Copyright (C) Chuo Kanko Corporation. All Rights Reserved.
------------------------------------------------------------------------------*/
/*==============================================================
　body#groupBusplan : 送迎バスのご案内
===============================================================*/
body#groupBusplan .culum3 {
	margin-top:40px;
}
body#groupBusplan .culum3 li{
    width: 48.5%;
    margin-bottom: 4%;
}
body#groupBusplan .culum3 div .photo{
	width:100%;
	overflow:hidden;
	display:block;
	margin-bottom:5px;
}

.bus_ttl {
	background: none;
	padding-top: 0;
}
.bus_ttl .catch{
	font-size:120%;
}
.bus_ttl .target{
	font-size:180%;
}
.bus_ttl .ttl{
	font-size:240%;
}
body#groupBusplan .fuji .fuji_bnr{
	display: grid;	
	grid-template-columns: 470px 1fr;
	gap:30px;
    border: 1px solid #ded7ce;
    padding: 3%;
    margin: 0 auto 3%;
	max-width: 1100px;
}

body#groupBusplan .fuji .fuji_bnr .photo img{
	width: 100%;
	height: auto;
	
}
body#groupBusplan .fuji .fuji_bnr .text h3{
	font-size:220%;
	font-family: 'MyKokoro';
	text-align: center;
	font-weight: normal;
	margin-bottom: 4%;
}
body#groupBusplan .fuji .fuji_bnr .text p{
	font-size:120%;
	text-align: center;
}
body#groupBusplan .fuji .fuji_bnr .text .color-btn.blk-btn{
    margin: 6% auto 0 auto;
    display: block;
    text-align: center;
    max-width: 350px;
}
.riyo_ttl {
	font-size:250%;
	position: relative;
	background: none;
	padding-top: 0;    
	text-align: center;
    font-family: 'MyKokoro';
    font-weight: 200;
    margin: 0 0 4%;
}
.riyo_ttl .circle{
	width: 100px;
	height: auto;    
	transform: translate(20px, 30px);
}
.mishima_txt_route img{
	max-width: 1100px;
	margin:auto auto 6% auto;
	width: 100%;display: block;
}
body#groupBusplan .mishima .photo img{
	width: 100%;
	height: auto;
}
body#groupBusplan .mishima .color-btn.blk-btn{
    max-width: 350px;
    transform: translate(-50px, -160px);
    margin: 0 0 0 auto;
    display: block;
	text-align: center;
}

/*==============================================================
　body#groupFujisan : 送迎バスのご案内 (富士山駅)
===============================================================*/
body#groupFujisan main h3{
	font-family:"Mykokoro",serif;
	font-size:150%;
	margin:4% 0 1%;
	text-align:center;
	font-weight:normal;
}
body#groupFujisan main p.kome{
	font-size:90%;
}
body#groupFujisan main p{
	text-align:center;
}
body#groupFujisan main figure{
	text-align:center;
	padding:2% 0;
}
body#groupFujisan main .dialBox{
	width:75%;
	margin:0 auto 10px;
}
body#groupFujisan main .flowBox ul{
	display: -webkit-flex;
	display: flex;justify-content:space-between;
}
body#groupFujisan main .flowBox ul li{	
   width : calc(100% / 4 - 10px) ;
}
body#groupFujisan main .flowBox ul li p{
	text-align:left;
	font-size:90%;
}
body#groupFujisan main .flowBox ul li img{
	width:100%;
	height:auto;
}
body#groupFujisan .flowBox{
	width:75%;
	margin:8% auto;
}
body#groupFujisan main .flowBox h3{
	margin-bottom:2%;
}
body.busplan main .num{
	display:block;
	font-family:"Mykokoro",safari;
	font-size:130%;
	margin-bottom:5px;
	background:#f6f5f5;
	text-align:center;
	line-height:1;
	padding:2px 0 8px;
}
/*==============================================================
　body#groupMishima : 送迎バスのご案内 (三島駅)
===============================================================*/
body#groupMishima main .lead_photo {
	margin-bottom:3%;
}
body#groupMishima main .lead_photo img{
	width: 100%;
	height:auto;
}
body#groupMishima main figure{
	text-align:center;
	padding:2% 0;
}
body#groupMishima main .dialBox{
	width:75%;
	margin:0 auto 10px;
}
body#groupMishima main .flowBox ul{
	display: -webkit-flex;
	display: flex;justify-content:center;
}
body#groupMishima main .flowBox ul li{	
   width : calc(100% / 5 - 10px) ;
   margin:0 0.5%;
}
body#groupMishima main .flowBox ul li p{
	text-align:left;
	font-size:90%;
}
body#groupMishima main .flowBox ul li img{
	width:100%;
	height:auto;
}
body#groupMishima main .flowBox ul li.wd2{
  -webkit-flex-grow: 2; /* Safari */
  flex-grow:         2;
}

body#groupMishima .flowBox{
	width:100%;
	margin:8% auto;
}
body#groupMishima main .flowBox h3{
	margin-bottom:2%;
}
body#groupMishima main .contentsBox{
	margin-bottom:14%;
}
body#groupMishima main .contentsBox h2 .kome{
	font-family:  'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif ;
	font-size:60%;
}
body#groupMishima main .spotBox {
	overflow: hidden;
	display: flex;
	-webkit-display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 3%;
}
body#groupMishima main .textBox {
	width: 50%;
	padding:0 2.6%;
}
body#groupMishima main .photoBox {
	width: 50%;
}
body#groupMishima main .photoBox img {
	width: 100%;
	height: auto;
}
 body#groupMishima #intro .textBox p{
	font-size:120%;
 }
body#groupMishima .layoutP-T .photoBox, body#groupMishima .layoutT-P .textBox {
	order: 1;
}
body#groupMishima .layoutP-T .textBox, body#groupMishima .layoutT-P .photoBox {
	order: 2;
}
body#groupMishima main .spotBox h3 {
    font-weight: normal;
    padding: 2px;
    margin-bottom: 7%;
    font-size: 160%;
    line-height: 1.1;
}
body#groupMishima main .spotBox h3 strong{
	position: relative;
	margin-bottom: 9px;
	font-family: "MyKokoro";
	font-size:160%;
	font-weight:normal;
	display:block;
}
body#groupMishima main .spotBox h3 strong span{
	font-size:70%;
}
body#groupMishima main .spotBox .cuisinName {
	font-size: 120%;
	margin-bottom: 25px;
	font-family: "MyKokoro";
}
body#groupMishima main .routeBox{
	background:#fff;
	padding:0 3%;
	margin:0 auto 6%;
	width:85%;
	overflow:hidden;
}
body#groupMishima main .routeBox ul{
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content:space-between;	
	-webkit-flex-wrap: nowrap; /* Safari */
	flex-wrap:         nowrap;
}

body#groupMishima main .routeBox li{
	display:inline-block;
	font-size:100%;
	padding:15px 4px;
	white-space:nowrap;
	text-align:center;
	position:relative;
	z-index:9;
}
body#groupMishima main .routeBox .routeStep{
	margin-bottom:4%;
	position:relative;
}
body#groupMishima main .routeBox .routeStep:after{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	display:block;
	content:"";
	width:90%;
	height:1px;
	background:#dddbd8;
}
body#groupMishima main .routeBox .routeStep:last-of-type{
	margin-bottom:0;
}
body#groupMishima main .routeBox li.point{
	padding-left:22px;
	background:#fff;
}
body#groupMishima main .routeBox li.point:after{
	display:block;
	width:17px;
	height:17px;
	border-radius:50%;
	background:#fff;
	border:4px solid #c9c9c9;
	content:"";
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	margin:auto 0;
}
body#groupMishima main .routeBox li.start{
	padding-left:27px;
	background:#fff;
}
body#groupMishima main .routeBox li.start:after{
	display:block;
	width:22px;
	height:22px;
	border-radius:50%;
	background:#fff;
	border:5px solid #484845;
	content:"";
	position:absolute;
	left:0;
	right:auto;
	top:0;
	bottom:0;
	margin:auto 0;
}
body#groupMishima main .routeBox .routeStep.firstHf{
	margin-bottom:0;
	width:80%;
}
body#groupMishima main .routeBox .routeStep.firstHf .point{
	margin-right:6%
}
body#groupMishima main .routeBox .routeStep .mid{
	width:70px;
	height:1px;
	border-bottom:1px dashed #fff;
}
body#groupMishima main .routeBox .routeStep.latterHf{
	margin-bottom:0;
	width:80%;
	float:right;
}
body#groupMishima main .routeBox .routeStep.latterHf:after{
	right:auto;
}
body#groupMishima main .routeBox .routeStep.latterHf .point{
	margin-left:6%;
}

body#groupMishima main .routeBox li.bar{
	position:relative;
	width:0px;
	padding:0;
}
body#groupMishima main .routeBox li.traffic{
	position:relative;
	font-family:  'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif ;
	font-size:90%;
	padding:4px 0 25px;
	border:none;
	background:none;
	color:#9e9a95;
}
body#groupMishima main .routeBox li.traffic.timeInfo{
	padding-bottom:4px;
}
body#groupMishima main .routeBox li.traffic:after{
	display:none;
}
body#groupMishima main .routeBox li.traffic:before,
body#groupMishima main .routeBox li.bar:before{
	position:absolute;
	top:0;
	bottom:0;
	margin:auto 0;
	display:none;
	content:"";
	width:100%;
	height:1px;
	background:#dddbd8;
}
body#groupMishima main .routeBox li.point strong{
	display:block;
	width:100%;
	font-weight:normal;
	padding:0px 0px;
}
body#groupMishima main .routeBox li.point .roadName{
	display:block;
	line-height:1;
	position:relative;
	background:#fff;
	color:#544f49;
}
body#groupMishima main .routeBox li.destination{
	line-height:1.3;
}
body#groupMishima main .routeBox li.destination:after{
	width:17px;
	height:17px;
	background:#484845;
	border:none;
}
@media screen and (max-width: 900px) {
body#groupMishima main .routeBox {
	justify-content: center;
}
body#groupMishima main .routeBox li.point {
	text-align:center;
	-webkit-text-orientation: upright;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
}
}
/* body#groupMishima main h3{
    font-weight: normal;
    font-size: 140%;
    font-family: "Mykokoro" , serif;
    margin-bottom: 4%;
	text-align:center;
}
body#groupMishima main h3 .kome{
	font-size:80%;
	margin-left:1%;
	font-family: "メイリオ","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
} */
body#groupMishima main .innerBox{
	width:85%;
	margin:0 auto;
}
body#groupMishima main #timeArea h2{
	padding-top: 0;
	background: none;
    font-size: 250%;
}
body#groupMishima main #timeArea .kome{
	text-align:center;
}
body#groupMishima main #fareArea .lead{
    font-size: 120%;
    font-family: "Mykokoro" , serif;
    margin-bottom: 4%;
	text-align:center;
}
body#groupMishima main .attentionBox h2{
	font-size: 200%;
	background: none;
	padding-top: 0;
}
body#groupMishima main .attentionBox{
    border: 1px solid #ded7ce;
    padding: 4% 30px;
	margin-bottom: 3%;
	max-width: 1100px;
	margin-right: auto;
	margin-left: auto;
}
body#groupMishima main .attentionBox li{
	text-indent:-1em;
	font-size:95%;
	margin-bottom:10px;
	line-height:1.4;
}
body#groupMishima main .routeBox .routeStep{
  -webkit-justify-content: space-between; /* Safari */
  justify-content:         space-between;
}
body#groupMishima main .routeBox li{
	display:inline-block;
	font-size:100%;
	padding:15px 4px;
	white-space:nowrap;
	text-align:center;
	position:relative;
	z-index:9;
}
body#groupMishima main #access h2 {
	font-size: 250%;
	background: none;
	padding-top: 0;
}
body#groupMishima main #access .point_list {
	display: grid;
	align-items: flex-start;
	grid-template-columns: 1fr 1fr 1fr;
	gap:30px;
}
body#groupMishima main #access .point_list .txt_fig{
	margin-bottom: 30px;
	max-width: 200px;
	margin:0 auto 30px auto;
}
body#groupMishima main #access .point_list .box{
	max-width: 280px;
	margin:0 auto;
}
body#groupMishima main #access .point_list .box p{
	line-height: 2;
	font-size:110%;
}
body#groupMishima main #access .point_list .box img{
	margin:auto;
	display: block;
}
body#groupMishima main #access .photo_list {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-top: 6%;
	gap:5px;
}
body#groupMishima main #access .photo_list .photo img{
	width: 100%;
	height: auto;
}
body#groupMishima .howto .map {
	margin-bottom: 30px;
}
body#groupMishima .howto .map img{
	max-width: 100%;
	display: block;
	height: auto;
	margin:auto;
}
body#groupMishima .howto h3 br,
body#groupMishima .howto h2 br{
	display: none;
}
body#groupMishima .howto h2{
	background: none;
	padding-top: 0;
	font-size:250%;
}
body#groupMishima .howto h3{
	font-size:200%;
	font-weight: normal;
	text-align: center;
	margin-bottom: 0.5em;
    font-family: 'MyKokoro';
}
body#groupMishima .howto {
    border: 1px solid #ded7ce;
    padding: 3%;
    margin-right: auto;
	margin-left: auto;
	margin-bottom: 3%;
}
body#groupMishima .howto .flow_list .photo img{
	width: 100%;	
	height: auto;
}
body#groupMishima .howto .flow_list .photo{
	position: relative;
}
body#groupMishima .howto .flow_list .photo:after{
	content:"";
	background: url(../../group/img/mishima/ico_arrow_right.svg) center /cover no-repeat;
	width: 25px;
	height: 25px;
	display: block;
	position: absolute;
	margin:auto;
	top: 0;bottom: 0;
    right: -32px;
}
body#groupMishima .howto .flow_list .box:last-child .photo:after{
	display: none;
}
body#groupMishima .howto .flow_list{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	margin-bottom: 40px;
	gap:40px;
}

body#groupMishima .howto table th,
body#groupMishima .howto table td{
	border:1px solid #595858;
}
body#groupMishima #intro h2{
	background: none;
	padding-top: 0;
	font-size:250%;
}
/*==============================================================
　body#groupMeeting : 会議・会合のお客さまへ
===============================================================*/
body#groupMeeting main p{
	margin-bottom:1em;
}
body#groupMeeting .contentsBox{
	margin-bottom:12%;
}
body#groupMeeting main #introArea h2{
	margin-bottom:8%;
}
body#groupMeeting .flex-box{
	display: -webkit-flex;
	display: flex;
	align-items: center;
}
body#groupMeeting .flex-box .boxR{
	width:50%;
	padding:0 2.6%;
}
body#groupMeeting .flex-box figure{
	width:50%;
}
body#groupMeeting .flex-box figure img{
	width:100%;
	height:auto;
}
body#groupMeeting #facilityArea .culum3{
	margin-bottom:0%;
}
body#groupMeeting #facilityArea .culum3 .facilityBox{
	width:22%;
	margin:0 0 2.4%;
}
body#groupMeeting #facilityArea .culum3 img{
	max-width:100%;
	height:auto;
	display:block;
	margin:0 auto;
}
body#groupMeeting #facilityArea .infoTxt{
	text-align:center;
}
body#groupMeeting #facilityArea .facilityBox h3{
    margin: 4% 0;	
    text-align: center;
	font-size:140%;
    font-family: "Mykokoro" , serif;
    margin: 2.2% 0 0;
	font-weight:normal;
}
body#groupMeeting #facilityArea .innerBox{
	width:75%;
	margin:0 auto;
}
body#groupMeeting #facilityArea h3{
	font-size:150%;
    font-family: "Mykokoro" , serif;
	font-weight:normal;
	margin-bottom:4%;
	
}
body#groupMeeting #facilityArea h4 {
    border-left: 7px solid #f6f5f5;
    padding: 8px 0;
    padding-left: 22px;
    font-family: "Mykokoro" , serif;
	font-weight:normal;
    font-size: 120%;
	margin-bottom:4%;
}
body#groupMeeting #facilityArea #seanArea {
	margin-bottom:6%;
}
body#groupMeeting #facilityArea #seanArea .flex-box{
	justify-content:space-between;
	align-content:flex-start;
}
body#groupMeeting #facilityArea .infoBox{
	margin-bottom:6%;
}
body#groupMeeting #facilityArea .infoBox table{
	margin-bottom:10px;
}
body#groupMeeting .mapBtn,
body#groupMeeting .planBtn{
	margin:4% 0 8%;
}
/*==============================================================
　body#groupIndex : 団体・グループのお客さまへ
===============================================================*/
/*body#groupIndex main p{
	margin-bottom:1em;
}
body#groupIndex main p.planBtn{
	margin-bottom:6%;
}
body#groupIndex .contentsBox{
	margin-bottom:8%;
}
body#groupIndex #introArea h2{
	margin-bottom:8%;
}
body#groupIndex #introArea .flex-box{
	margin-bottom:6%;
}
body#groupIndex .flex-box{
	display: -webkit-flex;
	display: flex;
	align-items: center;
}
body#groupIndex .flex-box .boxR{
	width:50%;
	padding:0 2.6%;
}
body#groupIndex .flex-box figure{
	width:50%;
}
body#groupIndex .flex-box figure img{
	width:100%;
	height:auto;
}
body#groupIndex .innerBox {
	width:75%;
	margin:0 auto;
}
body#groupIndex .groupBox {
	margin-bottom:6%;
}
body#groupIndex .groupBox li{
	margin-bottom:1%;
}
body#groupIndex .groupBox .flex-box{
	flex-wrap:wrap;
justify-content:space-between;
align-items:flex-start;
}
body#groupIndex .groupBox .flex-box li{
	width:100%;
	margin-bottom:5%;
}
body#groupIndex #groupArea {
	margin-bottom:0;
}
body#groupIndex main .planBtn a{
	display:inline-block;
	margin: 0 1%;
}*/
/*==============================================================
	団体・グループのお客さまへ
===============================================================*/
body#groupIndex main .contentsBox{
	margin-bottom: 8%;
}
body#groupIndex main .lead{
	text-align: center;
    font-family: "MyKokoro";
    font-weight: 200;
    font-size: 160%;
    margin: 0 0 4%;	
    padding-top: 44px;
    background: url(../img/ico/ico_fuji_lrg_brush.png) no-repeat top center;
}
body#groupIndex main .font-min{	
    font-family: "Mykokoro" , serif;
}
body#groupIndex main #introArea .contentsList{
	display: flex;
	margin-bottom: 4%;
}
body#groupIndex main #introArea .contentsList li{
	display: block;
	width: calc(100% / 3);
	position: relative;
}
body#groupIndex main #introArea .contentsList li img{
	width: 100%;
	height: auto;
}

body#groupIndex main #introArea .contentsList li span{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom:0;
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 55%;
	height: 65%;
	background: rgba(0,0,0,0.5);
    font-family: "Mykokoro" , serif;
	font-size: 150%;
	line-height: 1.4;
	color: #fff;
}
body#groupIndex main #introArea .copy{
	padding: 7px 0 12px;
    font-family: "Mykokoro" , serif;
	text-align: center;
	line-height: 1.9;
	margin-bottom: 3%;
	font-size: 150%;
}
body#groupIndex main #introArea .copy p{
	line-height: 1.9;
}
body#groupIndex main #introArea .copyL,
body#groupIndex main #introArea .copy2{
	text-align: center;
    font-family: "Mykokoro" , serif;
	font-size: 150%;
}
body#groupIndex main #introArea .copyL{
}
body#groupIndex main #introArea .copy2{
	margin-bottom: 4%;
}
body#groupIndex main .btns{
	display: flex;
	justify-content: center;
	margin-bottom: 4%;
	width: 100%;
}
body#groupIndex main .btns li{
	display: block;
	text-align: center;
	margin: 0 1%;
	width: 380px;
}
body#groupIndex main .btns li a{
	display: block;
}

body#groupIndex main .text_wd2{
	width: 70%;
	margin: 0 auto 4%;
}
body#groupIndex main .naviLink ul {
	display: flex;
	justify-content: space-between;
}
body#groupIndex main .naviLink li{
	width: 30%;
	display: block;
	text-align: center;
}
body#groupIndex main .naviLink a{
	display: block;
    font-family: "Mykokoro" , serif;
	font-size: 130%;
	line-height: 1.5;
	padding: 10px 0 15px;
    border: 1px solid #ded7ce;
	transition: all 0.3s ease;
}
body#groupIndex main .naviLink a:hover{
	background:#f6f5f5;
}
body#groupIndex main #proposalArea h2{
	padding-top:0;
	background: none;
}
body#groupIndex main #proposalArea .innerWidth{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
body#groupIndex main #proposalArea h2{
	width: 160px;
	height: 160px;
	background:#f6f5f5;
	text-align: center;
	line-height: 1.9;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

body#groupIndex main #proposalArea .boxR{
	width: calc(100% - 180px);
}
body#groupIndex main #proposalArea h3{
    font-family: "Mykokoro" , serif;
	font-size: 130%;
	position: relative;
	padding-left: 30px;
	line-height: 1;
	margin-bottom: 10px;
}
body#groupIndex main #proposalArea h3:before{
	content: "";
	display: block;
	position: absolute;
	border:1px solid #544f49;
	border-radius: 50%;
	top: 0.2em;
	bottom: 0;
	left: 0;
	margin: auto 0;
	width: 20px;
	height: 20px;
}
body#groupIndex main #proposalArea .boxR ul.proposalList {
	margin-bottom: 4%;
	border-bottom: 1px solid #595757;
	padding-bottom: 4%;
}
body#groupIndex main #proposalArea .boxR .proposalList li{
	position: relative;
	padding-left: 30px;
}
body#groupIndex main #proposalArea .boxR .proposalList li:before{
	content: "";
	display: block;
	position: absolute;
	background:#f6f5f5;
	border-radius: 50%;
	top: 0.3em;
	left: 0.3em;
	margin: 0 0 12px;
	width: 14px;
	height: 14px;
}
body#groupIndex main #proposalArea .burList{
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-bottom: 4%;
}
body#groupIndex main #proposalArea .burList a{
	display: block;
}
body#groupIndex main .formList{
	display: flex;
	justify-content: center;
	width: 100%;
	margin: 6% 0;
}
body#groupIndex main .formList li{
	width:40%;
	margin: 0 1%;
}
body#groupIndex main .formList li a{
	background: #e60012;
	display: block;
	text-align: center;
	border: none;
	border-radius: 3px;
	color: #fff;
	line-height: 1;
	padding: 15px 30px 20px;
}
body#groupIndex main .formList li a .arr{
	padding: 0px 0 6px;
    padding-right: 23px;
	background:url(../img/ico/ico_arrow_wht_rgt.png) no-repeat right center;
}
body#groupIndex main #proposalArea .burList li{
	width:32%;
}
body#groupIndex main .blk-btn{
	text-align: center;
}
body#groupIndex main .ppl-btn .arr{
	background: url( ../img/ico/ico_arrow_ppl_rgt.png) no-repeat right 0.5em;
}
body#groupIndex main #reasonArea{
    background: #f6f5f5;
	padding: 6% 0 2%;
}
body#groupIndex main #reasonArea .imageslList{
	display: flex;
	margin-bottom: 4%;
}
body#groupIndex main #reasonArea .imageslList li{
	width: calc(100% / 3);
}
body#groupIndex main #reasonArea .imageslList li img{
	width: 100%;
	height: auto;
}

body#groupIndex main #reasonArea .reasonBox {
	margin-bottom: 7%;
    font-family: "Mykokoro" , serif;
	font-size: 110%;
}
body#groupIndex main #reasonArea .reasonBox.wid1{
}
body#groupIndex main #reasonArea .reasonBox.wid2{
	width: 100%;
}
body#groupIndex main #reasonArea .reasonBox h3{
	font-size: 120%;
	margin-bottom: 15px;
}
body#groupIndex main #reservationArea ol {
	display: flex;
	justify-content:space-between;
}
body#groupIndex main #reservationArea ol li{
	width: 200px;
	height: 150px;
    border: 1px solid #ded7ce;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
    font-family: "Mykokoro" , serif;
	font-size: 110%;
	position: relative;
}
body#groupIndex main #reservationArea ol li:after{
	position: absolute;
	top: 0;
	bottom: 0;
	right: -30px;
	margin: auto 0;
	width: 15px;
	height: 15px;
	display: block;
	content: "";
	border-top: 3px solid #ded7ce;
	border-right: 3px solid #ded7ce;
	transform: rotate(45deg);
}
body#groupIndex main #reservationArea ol li:last-of-type:after{
	display: none;
}
body#groupIndex main #reservationArea ol li.contract{
    background: #f6f5f5;
}
body#groupIndex main #partyArea .culum3{
	justify-content:space-between;
	margin-bottom:4%;
}
body#groupIndex main #partyArea .facilityBox{
	width:22%;
	margin:0;
}
body#groupIndex #partyArea .culum3 li strong{
	padding:10px 0;
	display:block;
	font-weight:normal;
	position:relative;
}
body#groupIndex .culum3 div .photo img {
    width: 100%;
    height: auto;
    display: block;
}
body#groupIndex .culum3 div h3 {	
    white-space: nowrap;
    display: block;
    margin-bottom: 5px;
    position: relative;
    font-size: 140%;
    font-weight: normal;
    text-align: center;
    font-family: "Mykokoro" , serif;
    margin: 2.2% 0 0;
}
body#groupIndex main #optionArea{
	margin-bottom: 4%;
}
body#groupIndex main #optionArea .flexbox{
	display: flex;
	justify-content: space-between;
	margin-bottom: 4%;
}
body#groupIndex main #optionArea .flexbox p{
    font-family: "Mykokoro" , serif;
	font-size: 120%;
}
body#groupIndex main #optionArea .optionBtn a{
	width: 380px;
}
/*==============================================================
　body.group.plan : 団体プラン
===============================================================*/
/*一覧ページ
-------------------------------------------------------------*/
body.group.plan form[name="ypro_form_search2"] .alignC{
	position:relative;
}
body.group.plan form[name="ypro_form_search2"] .alignC:hover{
	opacity:0.6;
}
body.group.plan form[name="ypro_form_search2"] .alignC input{
	opacity:0;
	padding:2px;
	position:relative;
	z-index:9;
}
body.group.plan form[name="ypro_form_search2"] .alignC:after{
	position:absolute;
	content:"空室検索";
	display:block;
	width:100%;
	height:100%;
	top:0;
	left:0;
	display: -webkit-flex;
	display: flex;align-items: center;justify-content: center;
	border:1px solid #555049;
	text-indent:-1em;
	background:url(../img/ico/ico_arrow_blk_rgt-thn.png) no-repeat 75% center;
}
body#groupPlanIndex main #leadArea {
	overflow: hidden;
	margin-bottom: 45px;
	padding: 40px 0;
	width: 100%;
}

body#groupPlanIndex main #leadArea .tl {
	padding-top:44px;
    background:url(../img/ico/ico_fuji_lrg_brush.png) no-repeat top center;
	text-align:center;
	margin-bottom:2%;
}
body#groupPlanIndex main #leadArea .txt {
	width:100%;
	text-align:center;
}
body#groupPlanIndex main .postList{
	justify-content: flex-start;
	margin-bottom:8%;
}
body#groupPlanIndex main .postList li{
	margin:0 0.65% 5%;
}
body#groupPlanIndex main .postList li br + br{
	display:none;
}
body#groupPlanIndex main .postList li .begining {
	display: block;
}
body.group.plan .contactArea .boxR {
    width: 30%;
    text-align: center;
}
body.group.plan main {
}
body.group.plan main .searchBox {
	margin-bottom:6.4%;
	display: -webkit-flex;
	display: flex;
	justify-content:center;
	align-items: center;
}
body.group.plan main .searchBox #dateBox{
	display: -webkit-flex;
	display: flex;
	justify-content:flex-start;
	align-items: center;
}
body.group.plan main .searchBox .title{
	display: -webkit-flex;
	display: flex;
	justify-content:flex-start;
	align-items: center;
	margin-right:20px;
}
body.group.plan #wrapper main .searchBox .blu-btn{
	margin-bottom:0;
}
body.group.plan main .searchBox .title select{
	margin:0 10px;
}
body.group.plan main .searchBox form {
	width: 100%;
	display: -webkit-flex;
	display: flex;
	align-items: center;
}
body.group.plan main .searchBox h2, body.group.plan main .searchBox .innerBox {
}
body.group.plan main .searchBox h2 {
	padding:0 4% 0 0;
	margin:0 4% 0 0;
	background:none;
	border-right:1px solid #d9d0c4;
	line-height:1.1;
}
body.group.plan main .searchBox .closeBtn{
	display:none;
}
body.group.plan main .searchBox h2.planSerch_title{
	display:block;
}
body.group.plan main .searchBox h2 img {
	width: 70%;
	display:none;
}
body.group.plan main .searchBox h3,
body.group.plan main .searchBox #dateBox,
body.group.plan main .searchBox .alignC,
body.group.plan main .searchBox p {
	vertical-align: middle;
}
body.group.plan main .searchBox #dateBox{
	width:50%;
}
body.group.plan main .searchBox p{
}
body.group.plan main .searchBox #dateBox span,
body.group.plan main .searchBox #dateBox select,
body.group.plan main .searchBox #dateBox button {
	-webkit-flex-shrink:0;
  flex-shrink:0;   
}
body.group.plan main .searchBox #dateBox span{
	margin:0 7px;
}
body.group.plan main .searchBox .innerBox > p {
	display: none;
}
body.group.plan main .searchBox .innerBox {
	width:80%;
	padding:0;
}
body.group.plan main .searchBox .blu-btn {
	width: auto;
	height: 38px;
	padding: 8px 40px;
}
body.group.plan main .searchBox .innerBox select {
	min-width: 30px;
border: 1px solid #d9d0c4;
padding:3px;
padding-right:23px;
background:url(../img/ico/ico_arrow_down.png) no-repeat 95% center;
border-radius:3px;
}
body.group.plan main .searchBox .innerBox .searchBtn {
	background:url(../../room/img/kihin/bg_d-brown_paper.png);
	border-radius:3px;
	width:154px;
	height:auto;
}
body.group.plan main .searchBox .alignC {
}
body.group.plan main .searchBox h3 {
	padding-right: 0px;
	font-family: "Mykokoro", serif;
	line-height:1;
	-webkit-flex-shrink:0;
  flex-shrink:0;
  margin-right:20px;
}
body.group.plan main .searchBox .calendarBtn {
	width: 40px;
	border-radius: 3px;
	padding: 5px;
	background:#ebebeb;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
body.group.plan main .searchBox .calendarBtn:hover {
	opacity:0.7;
}
body.group.plan main .searchBox .calendarBtn img {
	width: 100%;
	height: auto;
	display: block;
}
body.group.plan main .searchBox #search_calendar {
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.9);
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	padding: 0;
	z-index: 9;
	-webkit-transition: all 1.5s ease;
	transition: all 1.5s ease;
	opacity: 0;
}
body.group.plan main .searchBox #search_calendar a {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
body.group.plan main .searchBox #search_calendar a:hover {
	opacity: 0.7;
}
body.group.plan main .searchBox #search_calendar.open {
	display: block;
	opacity: 1;
}
body.group.plan main .searchBox #search_calendar .calendarBox {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	padding: 0;
	width: 40%;
	height: 50%;
}
body.group.plan main .searchBox #search_calendar .calendarBox .cl_close {
	position: absolute;
	right: -70px;
	top: -50px;
	border-radius: 50%;
	background: url(../img/bg_black_paper02.png);
	display: block;
	width: 50px;
	height: 50px;
	text-indent: -9999px;
}
body.group.plan main .searchBox #search_calendar .calendarBox .cl_close:before,
body.group.plan main .searchBox #search_calendar .calendarBox .cl_close:after {
	display: block;
	content: '';
	width: 3px;
	height: 50%;
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	background-color:#f0f0f0;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
body.group.plan main .searchBox #search_calendar .calendarBox .cl_close:after {
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
body.group.plan main .searchBox #search_calendar .calendarBox table {
	width: 100%;
}
body.group.plan main .searchBox #search_calendar .calendarBox table th, body.group.plan main .searchBox #search_calendar .calendarBox table td {
	text-align: center;
	border-bottom: 1px solid #ded7ce;
}
body.group.plan main .searchBox #search_calendar .calendarBox table th {
	padding: 10px 0;
}
body.group.plan main .searchBox #search_calendar .calendarBox table th a {
	display: block;
	padding: 8px 10px;
	border:1px solid rgba(0,0,0,0.4);
	color:#555049;
	font-weight: normal;
}
body.group.plan main .searchBox #search_calendar .calendarBox table th.cl_back a {
	background: url(../img/ico/ico_arrow_blk_lft-thn.png) no-repeat 10% center;
}
body.group.plan main .searchBox #search_calendar .calendarBox table th.cl_next a {
	background: url(../img/ico/ico_arrow_blk_rgt-thn.png) no-repeat 90% center;
}
body.group.plan main .searchBox #search_calendar .calendarBox table td {
	padding: 10px 5px;
}
body.group.plan main .searchBox #search_calendar .calendarBox table td a {
	background:#f6f5f5;
	border:1px solid rgba(0,0,0,0.4);
	padding: 10px;
	color:#555049;
	display: block;
	border-radius: 2px;
}
body.group.plan main .searchBox #search_calendar .calendarBox table .cl_week span {
	background: url(../img/bg_black_paper02.png);
	color: #fff;
	position: relative;
	width: 37px;
	height: 37px;
	display: inline-block;
	border-radius: 50%;
	padding-top: 8px;
}
body.group.plan main .searchBox .color-btn.blu-btn{
	background:url(../img/bg_black_paper02.png);
}

@media screen and (max-width: 1200px) {
body.group.plan main .searchBox .innerBox{
	display:inline-block;
	width:auto;
}
body.group.plan main .searchBox form {
	display:block;
	text-align:center;
}
body.group.plan main .searchBox #dateBox{
	width:100%;
	margin-bottom:2%;
}
body.group.plan main .searchBox form .title{
	display:inline-block;
	margin-right:2%;
}
body.group.plan main .searchBox form .alignC{
	width:33%;
	display:inline-block;
}
body.group.plan #wrapper form[name="ypro_form_search2"] .alignC input{
	width:100%;
	height:30px;
}
body.group.plan main .searchBox h3{
	display:block;
	margin-bottom:10px;
	margin-right:12px;
}
}
/*詳細ページ
-------------------------------------------------------------*/
body#groupPlanIndividual main .searchBox{
	margin-top:6%;
}
body#groupPlanIndividual #introArea h2 {
	background: none;
	padding: 0;
	text-align: center;
    border-bottom: 1px solid #ded7ce;
	padding-bottom:3%;
	margin-bottom:2%;
}
body#groupPlanIndividual #introArea h2 strong {
	display: block;
	margin-top: 10px;
	font-weight: normal;
}
body#groupPlanIndividual #mainVisual {
	margin-bottom: 40px;
}
body#groupPlanIndividual #mainVisual:empty{
	margin-bottom:0;
}
body#groupPlanIndividual #mainVisual video {
	width: 100%;
	height: auto;
}
body#groupPlanIndividual #contentArea {
	padding: 40px 0;
	margin-bottom: 6.4%;
	position: relative;
}
body#groupPlanIndividual #contentArea .deco {
	position: absolute;
}
body#groupPlanIndividual #contentArea .cloud1 {
	bottom: 10%;
	left: 0;
}
body#groupPlanIndividual #contentArea .cloud2 {
	right: 0;
	top: 12%;
}
body#groupPlanIndividual #contentArea .innerWidth {
	position: relative;
	background: #fff;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	z-index: 2;
}
body#groupPlanIndividual #contentArea #photoArea {
	width: 24%;
}
body#groupPlanIndividual #contentArea #photoArea img {
	display: block;
	width: 100%;
	height: auto;
}
body#groupPlanIndividual #contentArea #photoArea div {
	margin-bottom: 30px;
}
body#groupPlanIndividual #contentArea #textArea {
	width: 73%;
}
body#groupPlanIndividual #contentArea #textArea p {
	margin-bottom: 2%;
}
body#groupPlanIndividual #contentArea #textArea #mainCopy {
	background: none;
	padding: 0;
	margin-bottom: 20px;
	text-align: left;
}
body#groupPlanIndividual #contentArea #textArea .redSeat {
}
body#groupPlanIndividual #reservationArea {
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	margin-bottom: 6.4%;
	text-align:center;
}
body#groupPlanIndividual #reservationArea .planslider {
	width: 30%;
	height:225px;
	overflow:hidden;
}
body#groupPlanIndividual #reservationArea .boxR {
	width: 68%;
}
body#groupPlanIndividual #reservationArea .outlineTable th {
	width: 18%;
	font-weight: normal;
}
body#groupPlanIndividual #reservationArea .outlineTable {
	border-top: 1px solid #ded7ce;
	border-collapse: collapse;
	margin-bottom: 20px;
	width: 100%;
}
body#groupPlanIndividual #reservationArea .outlineTable th, body#groupPlanIndividual #reservationArea .outlineTable td {
	border-bottom: 1px solid #ded7ce;
	padding: 12px 0;
	text-align:left;
}
body#groupPlanIndividual #reservationArea h2 {
	background: none;
	text-align: left;
	font-size: 110%;
	margin: 0;
	padding: 0;
}
body#groupPlanIndividual #reservationArea h2 strong {
	display: block;
	font-weight: normal;
	font-family: 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	margin-top: 5px;
}
body#groupPlanIndividual #reservationArea .price {
	text-align: left;
}
body#groupPlanIndividual #reservationArea .price br{
}
body#groupPlanIndividual #reservationArea .price, body#groupPlanIndividual #reservationArea .komeText {
	display: inline-block;
}
body#groupPlanIndividual #reservationArea .komeText {
	padding-left: 12%;
}
body#groupPlanIndividual #reservationArea .color-btn {
	margin: 0 auto;
	text-align: center;
	color: #fff;
	border-radius: 3px;
	display: inline-block;
	background:url(../../room/img/kihin/bg_d-brown_paper.png);
	padding:10px 3% 14px;
}
body#groupPlanIndividual #reservationArea .color-btn .arr {
	background: url(../img/ico/ico_arrow_nrw_wht_rgt.png) no-repeat right center;
}
body#groupPlanIndividual .telArea {
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	margin-bottom: 6.4%;
	border: 1px solid #ded7ce;
	width: 75%;
	margin: 0 auto;
}
body#groupPlanIndividual .telArea h2 {
	background: url(../img/bg_black_paper.png) repeat left bottom;
	width: 43%;
	color: #fff;
	padding: 43px 25px;
	font-size: 120%;
	margin-bottom: 0;
	line-height: 1.2;
}
body#groupPlanIndividual .telArea h2 .eng {
	color: #d0d8e7;
}
body#groupPlanIndividual .telArea .boxR {
	width: 57%;
	text-align: center;
	padding-top: 1%;
}
body#groupPlanIndividual .telArea .boxR .dial {
	font-family: "Roboto Slab", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3",  "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	position: relative;
	font-size: 110%;
}
body#groupPlanIndividual .telArea .boxR .dial:before {
	height: 1px;
	width: 70%;
	background: #a8a6a4;
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	padding: 0;
	z-index: 0;
}
body#groupPlanIndividual .telArea .boxR .dial span {
	padding: 4px 10px;
	background: #fff;
	display: inline-block;
	z-index: 1;
	position: relative;
}
body#groupPlanIndividual .telArea .boxR .telBox .telNumber {
	display: block;
	font-size: 36px;
	font-family: "Roboto Slab", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3",  "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	line-height: 1.2;
}

@media screen and (max-width: 1200px) {
	body#groupIndex main #introArea .contentsList li span{
		font-size: 110%;
	}
	body#groupIndex main #proposalArea .burList li{
		width: 31%;
	}
	body#groupIndex main #reservationArea ol{
		display: block;
	}
	body#groupIndex main #reservationArea ol li{
		height: auto;
		width: 100%;
		border-radius: 0;
		padding: 10px 0 15px;
		margin-bottom: 40px;
	}
	body#groupIndex main #reservationArea ol li:after{
		top: auto;
		bottom: -28px;
		left: 0;
		right: 0;
		margin: 0 auto;
    transform: rotate(135deg);
	}
	body#groupIndex main #reservationArea ol li br{
		display: none;
	}
	body#groupIndex main #optionArea .flexbox .image{
		width: 30%;
	}
	body#groupIndex main #optionArea .flexbox .image img{
		width: 100%;
		height: auto;
	}
	body#groupIndex .culum3 div h3 {
		font-size: 110%;
	}
	body#groupIndex main .formList li{
		width: 49vw;
	}
}
@media screen and (max-width: 1000px) {
	body#groupIndex main .formList{
		display:block;
	}
	body#groupIndex main .formList li{
		width: 70%;
		margin: 0 auto;
		margin-bottom: 10px;
	}
}

