@charset "utf-8";
#content .content-1-column　{
	padding-bottom: 50px !important;
}
.mod-main img {
	width: 100%;
	height: auto;
}
.maincont .lead {
	font-size: 16px;
	text-align: left;
	margin-top: 20px;
}
.cont-inner {
	width: 100%;
	max-width: 920px;
	margin: 40px auto 0;
}
.point-area { text-align: center;}

.point-area li {
	width: 30.327%;
	display: inline-block;
	vertical-align: top;
	background: url("../img/cloud_pc.png") no-repeat;
	background-size: 100% 100%;
	position: relative;
	margin: 67px 0 0 4.5%;
}

.new li { width: 40%;}
.point-area li:first-child,.point-area li:nth-child(4){ margin-left: 0;}
.new li:nth-child(3){ margin-left: 0;}
.new li:nth-child(4){ margin: 67px 0 0 4.5%;}

.point-area li img {
	width: 48.75%;
	position: absolute;
	top: -67px;
	left: 0;
}
.new li img { width: 38%;}
.point-area li dl { padding: 30px 39px 40px 30px;}
.point-area li dl dt {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-size: 19px;
	font-weight: bold;
	color: #6c6c6c;
    letter-spacing: -1px;
}
.point-area li dl dd {
	text-align: left;
	margin-top: 10px;
}

h3 {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	position: relative;
}
h3 span {
	font-size: 26px;
	font-weight: bold;
	color: #c79950;
	text-align: center;
	position: absolute;
	top: 43%;
	left: 0;
	right: 0;
	margin: auto;
}

.babyplan-area {
	width: 100%;
	max-width: 840px;
	margin: 0 auto;
}
.babyplan-area h4 {
	font-family:'秀英にじみ丸ゴシック B', 'Shuei NijimiMGo B';
	font-size: 45px;
	font-weight: bold;
	color: #c79950;
	text-align: center;
}
#nas.babyplan-area h4 em,
#bmh.babyplan-area h4 em {
	font-style: normal;
	color: #5edb8d;
}

.babyplan-area .planimg img {
	width: 63.653%;
	display: block;
	border-radius: 10px;
	margin: 0 auto;
}
.babyplan-area .planimg dl {
	margin-top: 1rem;
	text-align: center;
}
.babyplan-area .planimg dt a {
	font-size: 21px;
	font-weight: bold;
	border-bottom: dotted 2px;
	line-height: 1;
	color: #c79950;
}
.babyplan-area .planimg dd {
	margin-top: 15px;
}
.babyplan-area .colored-subheadings {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	/*line-height: 1;*/
	background: #fed34f;
	/*background-size: 100% auto;*/
	margin-top: 30px;
	padding: 10px;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}
.babyplan-area .colored-subheadings a { border-bottom: 1px dotted;}
.babyplan {
	width: 100%;
	display: inline-block;
	clear: both;
	margin-top: 20px;
}
.babyplan .right {
	width: 50%;
	float: right;
}
/* .babyplan .right img{
	border-radius: 5px;
} */
.babyplan .left {
	width: 47%;
	float: left;
}
.babyplan .btnarea {
	display: inline-block;
}
.babyplan .btnarea p{
	margin-bottom:0;
}
.babyplan .btnarea p .btn {
	margin-top:20px;
    padding: 10px;
}
.babyplan .btn-white {
	width:100%;
	max-width:280px;
    font-size: 14px;
    font-size: 1.4rem;
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    margin-top:20px;
    padding: 8px 40px;
	transition: opacity .25s ease-in-out;
	opacity:1;
    text-decoration: none;
    color: #333;
    border: 1px solid #666;
    border-radius: 4px;
    background-color: #fff;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
}
.babyplan .btn-white:hover {
  text-decoration: none;
  border-bottom: 1px solid #666;
  opacity: .65;
}
.babyplan .btn-white:after {
  position: absolute;
  top: 0;
  right: 12px;
  bottom: 0;
  display: inline-block;
  width: 6px;
  height: 12px;
  margin: auto;
  content:"";
  background-image: url('../../../common/img/sprites/1x-s98e1058949.png');
  background-position: -7px 0;
}

/***** slick *****/
.slick-dotted.slick-slider{
	margin-bottom: 0;
}
.slick-slide{
	display:block !important;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-weight: bold;
	text-align: center;
}
.slick-dots{
	display: none !important;
}
.slick-prev{
	left: 40px !important;
}
.slick-next{
	right: 40px !important;
}
.slick-prev,.slick-next{
	width: 30px !important;
    height: 50px !important;
	background: none !important;
}
.slick-prev:before,.slick-next:before{
	width: 50px !important;
    height: 50px !important;
	border-top: solid 1px #686868 !important;
    border-right: solid 1px #686868 !important;
}
/***** slick end *****/

.partition { margin-top: 45px;}

/*#gor.babyplan-area { margin-top: 70px;}*/

#gor.babyplan-area h4 em,
#smh.babyplan-area h4 em {
    font-style: normal;
    color: #cf8eea;
}
/*#gor.babyplan-area h5,
#smh.babyplan-area h5 {
	background: url(../img/lodging_gor.png) repeat-y;
	background-size: 100% auto;
}

#ito.plan-area { margin-top: 70px;}

#ito.babyplan-area h4 em,
#cyh.babyplan-area h4 em {
    font-style: normal;
    color: #5bc9e1;
}
#ito.babyplan-area h5,
#cyh.babyplan-area h5 {
	background: url(../img/lodging_ito.png) repeat-y;
	background-size: 100% auto;
}

#zmh.babyplan-area h4 em,
#sss.babyplan-area h4 em {
    font-style: normal;
    color: #ff9999;
}
#zmh.babyplan-area h5,
#sss.babyplan-area h5 {
	background: url(../img/lodging_zmh.png) repeat-y;
	background-size: 100% auto;
}*/


@media screen and (max-width:920px){
	.point-area li dl dt { font-size: 2vw;}
	h3 span { font-size: 2.8vw;}
	/*.slick-prev { left: 30px !important;}
	.slick-next { right: 30px !important;}*/
}
@media screen and (max-width:800px){
	.point-area li img { top: -50px;}
}
@media screen and (max-width:768px){
	.slick-prev { left: 0 !important;}
	.slick-next { right: 30px !important;}
}
@media screen and (max-width:700px){
	.maincont .lead br { display: none;}
	.cont-inner {
		width: 90%;
		max-width: auto;
		margin: 20px auto 0;
	}
	.babyplan-area {
		/*width: 85%;*/
		max-width: auto;
	}
	.btn-white { display: block !important;}
	.point-area li, .new li:nth-child(4) {
		width: 100%;
		background: url(../img/cloud_sp.png) no-repeat;
		background-size: 100% 100%;
		position: relative;
		margin: 12% 0 0 0;
	}
	.point-area li img {
		width: 29.366%;
		position: absolute;
		top: -45%;
		left: 0;
	}
	.point-area li dl { padding:20px;}
	.point-area li dl dt {
		 /*font-size: 20px; */
		width: 90%;
		font-size: 3.8vw;
		margin: 0 auto;
	}
	.point-area li dl dt br { display: none;}
	.point-area li dl dt br.block { display: block;}
	h3 { margin:25px 0 0 -10px;}
	h3 span {
		font-size: 3.8vw;
		left: 12%;
	}
	.babyplan-area h4 { font-size: 24px;}
	.babyplan-area .planimg img { width: 100%;}
	.babyplan-area .planimg dd { text-align: left;}

	.slick-prev:before, .slick-next:before{
		width: 20px !important;
		height: 20px !important;
	}
	.slick-next { right: -5px !important;}
	.slick-prev { left: -5px !important;}
	.babyplan .right {
		width: 100%;
		float: none;
	}
	.babyplan .left {
		width: 100%;
		float: none;
		margin-top: 10px;
	}
	.babyplan .btnarea p .btn { margin-top: 0;}
	.partition {
		margin-top: 30px;
		line-height: 0;
	}
	/*#gor.babyplan-area,#ito.babyplan-area { margin-top: 35px;}*/
	.heightLine-group1,.heightLine-group2 { height: auto !important;}
}/*max-width:700px*/

@media screen and (max-width:560px){
	.point-area li img { top: -35%;}
}/*max-width:560px*/

@media screen and (max-width:400px){
	.point-area li img { top: -18%;}
}/*max-width:400px*/

/*タブの追加*/
.programbox {
	max-width: 980px;
	margin: 0 auto;
}

.programbox ul.v_tab_group {
	/* width: 350px; */
	width: 380px;
	margin: 10px auto 0px;
}

.tab_group {
    width: 340px;
	margin: 10px auto 0px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
}

.tab_group li {
	font-size: 21px;
	font-weight: bold;
    margin: 0 5px 5px;
	cursor: pointer;
	color: #6c6c6c;
	background-image: linear-gradient(transparent 85%, #4cbc76 85%);
	padding: 0 1%;
}

.tab_group li:nth-child(3n+1){ background-image: linear-gradient(transparent 85%, #4cbc76 85%);}
.tab_group li:nth-child(3n+2){ background-image: linear-gradient(transparent 85%, #e97373 85%);}
.tab_group li:nth-child(3n){ background-image: linear-gradient(transparent 85%, #5bc9e1 85%);}

.tab_group li.active {
	color: #fff;
	background: #4cbc76;
}
.tab_group li:nth-child(3n+2).active {
	color: #fff;
	background: #e97373;
}
.tab_group li:nth-child(3n).active {
	color: #fff;
	background: #5bc9e1;
}
.panel {
	background: #ffffff;
	padding: 0 40px;
	/*display: none;*/
	visibility: hidden;
	opacity:0;
	height: 0;
	/*position: relative;
	z-index: -1;*/
}
.panel.show {
	/*display: block;*/
	visibility: visible;
	opacity:1;
	height: auto;
	padding: 30px 2px;
	/*z-index: 1;*/
}

@media only screen and (max-width: 750px){
	.panel.show { padding: 15px 0px;}
	.tab_group {
		margin-top: 15px;
		width: 85%;
	}
	.tab_group li {
		font-size: 16px;
		margin:2%;
		padding: 1%;
	}
	.programbox ul.v_tab_group { width: 160px;}
}
/*
@media only screen and (max-width: 375px){
	.tab_group li {
		font-size: 14px;
		margin:2% 4% 0 0;
		padding: 0% 1%;
	}
}*/
.inquiries {
    /* width: 98%; */
	max-width:220px;
    /* margin: 0 auto; */
    padding: 8px 10px;
    border: 1px solid #666;
    border-radius: 5px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
}
@media only screen and (max-width: 750px){
	.maincont .inquiries {
		max-width:320px;
		width: 100%;
		margin: 0 auto;
	}
}
.ttl_img230328 {
	display: block;
	margin: 80px auto 50px;
	width: 580px;
}
@media only screen and (max-width: 750px){
	.ttl_img230328 { width: 100%;}
}

.bg_plan {
    background: url(../img/babypanelbk.jpg) repeat-y;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
	padding: 30px 0;
}
.babyplan-hotel {
	display: block;
	margin: 0 auto;
    padding: 0 10px;
	width: 91%;
	background-color: #fff;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}
.babyplan_btn {
	display: inline-block;
	margin: 30px auto 0;
	width: 280px;
	padding: 0.5em 1em;
	text-decoration: none;
	background: #FED34F;
	color: #fff;
	font-weight: bold;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
}
.babyplan_btn:active {
	box-shadow: inset 0 0 2px rgba(128, 128, 128, 0.1);
	transform: translateY(2px);
  }
.center { text-align: center;}
.htData230329 table { width: 100%;}
.htData230329 tr { border-bottom: 1px solid #FCE5A1;}
.htData230329 th {
    padding: 0.8em 0 0.8em ;
    white-space: nowrap;
    vertical-align: top;
}
.htData230329 td { padding: 0.8em 0;}
.babyplan_p{
	clear: both;
    padding: 10px 20px 20px;
}

.slick_panel .slick-prev:before,
.slick_panel .slick-next:before {
	width: 15px !important;
    height: 15px !important;
    border-top: solid 1px #000 !important;
    border-right: solid 1px #000 !important;
}
.slick_panel .slick-next:before {
	position: absolute;
    top: 20px;
    left: 40px !important;
}
.slick_panel .slick-prev:before{
	position: absolute;
    top: 20px;
    left: -26px !important;
}
.slick-dots li button:before {
	font-size: 18px;
	top: 6px;
	color: black;
}

.babyplan-area .colored-subheadings {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin: 30px;
    padding: 10px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}
.panel:first-of-type(1) .babyplan-area .colored-subheadings { background-color: #4CBC76;}
.panel:nth-of-type(3n+1) .babyplan-area .colored-subheadings { background-color: #4CBC76;}
.panel:nth-of-type(3n+2) .babyplan-area .colored-subheadings { background-color: #E97373;}
.panel:nth-of-type(3n) .babyplan-area .colored-subheadings { background-color: #5BC9E1;}

p.indent-1 {
	padding-left: 1em !important;
	text-indent: -1em;
	margin-bottom: 7px;
}

@media screen and (max-width: 700px){
	.babyplan-hotel { width: 100%;}
	.babyplan-area .colored-subheadings {
		margin: 0;
		font-size: 16px;
	}
	.babyplan_btn { width: 80%;}
}