@charset "utf-8";

a:hover {
	opacity: 0.7;
}

/*---------------------
ページ内共通パーツ
----------------------*/
.more_btn {
	display: table;
	margin: 25px auto 0;
	border-radius: 35px;
	background: #dc2a18;
}
.more_btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3px 50px 0;
    height: 40px;
    border-radius: 35px;
    color: #fff;
    font-size: 150%;
    line-height: 0;
}
.more_btn a span {
	position: relative;
	padding: 0 11px 0 0;
	letter-spacing: 0.2em;
}
.more_btn a span:before {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 9px solid #fff;
    content: "";
    transform: translateY(-50%);
}
.contents_title > img {
	height: 33px;
}
.contents_title h2 {
	display: block;
	margin: 20px auto 0;
	font-size: 150%;
	letter-spacing: 0.5em;
}
.contents_title + p {
	margin: 30px auto 0;
	font-size: 150%;
	letter-spacing: 0.2em;
}

/*---------------------
main_img
----------------------*/
.main_img {
	overflow: hidden;
	background: #fff;
	position: relative;
}
/*.main_img > div {
	margin: 0 -200px 0;
	padding: 13vw 250px 12vw;
	border-bottom-right-radius: 1800px 300px;
	border-bottom-left-radius: 1800px 300px;
	background: url(../images/main_img.webp) top center / calc(110% - 400px) auto no-repeat;
	text-align: left;
}
.main_img h1{
	display: block;
	margin: 0 0 0 2%;
	text-shadow: 0 0 15px rgba(237,181,151,0.9), 0 0 15px rgba(237,181,151,0.9);
	color: #fff;
	font-size: 350%;
	font-weight: 600;
	letter-spacing: 0.6em;
	position: absolute;
}*/
.bx-controls.bx-has-pager.bx-has-controls-direction {
    display: none;
}
/*.main_img img {
	width: 37%;
}*/
.bx-wrapper {
    margin: 0 auto;
}
/*------------------------
 reserve
------------------------*/
.reserve {
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 500px;
	width: 90%;
}
.reserve div {
	display: flex;
	overflow: hidden;
	border: 1px solid #cf473d;
	border-radius: 5px;
}
.reserve div > a,
.reserve div > span {
	display: block;
	width: 100%;
	cursor: pointer;
}
.reserve div > a:hover {
	opacity: 0.7;
}
.reserve .tel {
	width: 25%;
	font-size: 120%;
}
.reserve .tel a,
.reserve .tel span {
	padding: 41px 10px 0;
	background: url(../images/icon_tel.png) center 10px / 30px auto no-repeat #fff;
	color: #cf473d;
	font-size: 14px;
}
.reserve .form {
	width: 70%;
}
.reserve .form a {
	position: relative;
	background: #cf473d;
	color: #fff;
	font-size: 12px;
}
.reserve .form a > span {
	position: absolute;
	top: 50%;
	left: 50%;
	padding: 4px 0 0 50px;
	background: url(../images/icon_calender.png) left center / 40px auto no-repeat;
	white-space: nowrap;
	transform: translateX(-50%) translateY(-50%);
}
.reserve .form a span span {
	display: block;
	font-size: 170%;
}
/*---------------------
campaign
----------------------*/
#campaign {
	position: relative;
	padding: 80px 0 calc(4.5vw + 40px );
	background: #fff;
}
#campaign > a > img {
	margin: 50px auto 0;
	max-width: 852px;
	width: 45%;
}
#campaign .more_btn {
    margin: -20px auto 0;
    z-index: 9999;
    position: relative;
}

/*---------------------
plan
----------------------*/
#plan ul {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    width: 80%;
    margin: 0 auto;
}
#plan ul li {
    width: 45%;
    position: relative;
}
#plan .contents_title {
    position: absolute;
}
#plan .contents_title.plan {
    text-align: left;
    top: -30px;
}
#plan .contents_title.photogallery {
    text-align: right;
    right: 0;
    top: -40px;
}
#plan .contents_title h2{
	color: #f76f88;
	font-size: 160%;
}
#plan .contents_title.plan > img {
    height: 30px;
}
#plan .contents_title.photogallery > img {
    height: 25px;
}
#plan .contents_title > p {
    font-size: 150%;
    margin-top: 10px;
    text-shadow: 0 0 3px #fff;
}

/*---------------------
gallery
----------------------*/
#gallery {
	overflow: hidden;
	margin: 130px auto 0;
}
#gallery .inner {
    margin: 0 -100px 0;
    padding: 65px 100px 130px;
    border-top-left-radius: 1000px 200px;
    border-top-right-radius: 1000px 200px;
    background: linear-gradient(270deg, #ffffe0 0%, #fff4f4 100%);
}
#gallery .contents_title {
    margin-bottom: -20px;
}
#gallery .contents_title > img {
	height: 58px;
}
#gallery .contents_title h2 {
	font-size: 180%;
	color: #f66b8f;
	margin: 20px auto 10px;
}
#gallery p {
    font-size: 150%;
}
#gallery .box {
    margin: 40px auto 0;
    width: 45%;
}
#gallery .more_btn {
    margin-top: -20px;
    z-index: 9999;
    position: relative;
}

/*---------------------
pickup
----------------------*/
#pickup {
    margin: -68px -100px 0;
    padding: 100px 100px 0;
    border-top-left-radius: 1000px 200px;
    border-top-right-radius: 1000px 200px;
    background: #fff;
}

#pickup .pickup_box {
	margin: 40px auto 0;
	max-width: 1400px;
	width: 88%;
}
#pickup .pickup_img {
	display: inline-block;
	position: relative;
	margin: 0 1%;
	padding: 40px 0 0;
	width: 23%;
}
#pickup .pickup_img .new {
    position: absolute;
    top: 10px;
    left: -20px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #d91b40;
    color: #fff;
    font-size: 18px;
    line-height: 62px;
}
#pickup .image-box {
	overflow: hidden;
	border-radius: 10px;
	box-shadow: 8px 9px 12px rgba(0,0,0,0.1);
}
#pickup .image-box img {
	width: 100%;
}
.information {
	margin: 0 auto 40px;
	width: 90%;
}

/*---------------------
whats-new
----------------------*/
#wp_contents {
	margin: -120px -100px 0;
	padding: 150px 100px 0;
	border-top-left-radius: 1000px 200px;
	border-top-right-radius: 1000px 200px;
	background: #fff;
}
#wp_contents .h2_title img {
	height: 42px;
}
#wp_contents .summary_txt {
	margin: 10px auto 0;
	font-size: 220%;
	letter-spacing: 0.5em;
}
#WHATS_NEW .entry_box {
	margin: 70px auto 0;
}
#WHATS_NEW .clear {
	width: 960px;
}
#WHATS_NEW .tabs-box .tab li {
	display: table-cell;
	padding: 20px 2%;
	width: 21%;
	border-top: 1px solid #f9d3d4;
	border-right: 2px solid #fff;
	border-bottom: 1px solid #f9d3d4;
	background: #f9d3d4;
	font-size: 160%;
	text-align: center;
	cursor: pointer;
}
#WHATS_NEW .tabs-box .tab li:hover {
	background: #f49091;
}
#WHATS_NEW .tabs-box .tab .active {
	border-top: 1px solid #f49091;
	border-bottom: 1px solid #f49091;
	background: #f49091;
	color: #000;
}
#WHATS_NEW.baby_top .content ul {
	display: flex;
	flex-wrap: wrap;
}
#WHATS_NEW.baby_top .min-title02 {
	padding-top: 10px;
}
#WHATS_NEW.baby_top .tabs-box .item-4th {
	box-sizing: border-box;
	padding: 8px;
}
#WHATS_NEW.baby_top .tabs-box .item-4th .wp_ph {
	width: 217px;
}
#WHATS_NEW.baby_top .tabs-box .pickup {
	background: #fbf4e2;
}
#WHATS_NEW.baby_top .tabs-box .minbox.pickup .data {
	color: #ab8429;
}
#WHATS_NEW .tabs-box .tab {
	border-left: 1px solid #fff;
}

/*---------------------
sub_contents
----------------------*/
#sub-contents {
	overflow: hidden;
	margin: 0 auto;
	padding: 50px 0 0;
	width: 920px;
}
#sub-contents .h2_title img {
	height: 42px;
}
#sub-contents .summary_txt {
    font-size: 180%;
    letter-spacing: 0.5em;
}
#sub-contents ul {
	width: 930px;
}
#sub-contents li {
	float: left;
	margin: 0 10px 10px 0;
	width: 300px;
}
#sub-contents li img {
	height: 80px;
}

.partner .h2_title img {
    width: auto;
    height: 42px;
    margin-bottom: 15px;
}
.partner .summary_txt {
    font-size: 180%;
    letter-spacing: 0.5em;
}
/*---------------------
SP
----------------------*/
@media screen and (max-width:640px) {
	/*---------------------
    ページ内共通パーツ
    ----------------------*/
	.more_btn {
		margin: 20px auto 0;
	}
	.more_btn a {
		padding: 6px 30px;
		height: auto;
		font-size: 140%;
		line-height: normal;
	}
	.more_btn a span {
		padding: 0 18px 0 0;
	}
	.more_btn a span:before {
		margin: 0;
		border-top: 8px solid transparent;
		border-bottom: 8px solid transparent;
		border-left: 12px solid #fff;
	}
	.contents_title > img {
		height: 17px;
	}
	.contents_title h2 {
		margin: 10px auto 0;
		font-size: 120%;
		letter-spacing: 0.1em;
	}
	.contents_title + p {
		margin: 20px 5% 0;
		font-size: 120%;
		letter-spacing: 0.1em;
	}

	/*---------------------
    campaign
    ----------------------*/
	#campaign {
		padding: 10px 0 calc(12vw + 40px );
	}
	#campaign > a > img {
		margin: 0 auto;
		width: 100%;
	}
	#campaign .more_btn {
		margin: -15px auto 0;
		z-index: 9999;
		position: relative;
		padding: 5px 10px;
		font-size: 110%;
	}

	/*------------------------
     reserve
    ------------------------*/
	.reserve {
		margin: 25px auto 0;
	}
	.reserve .sb-toggle-right {
		position: static;
		height: auto;
		background: none;
	}

    /*---------------------
    pickup
    ----------------------*/
	#pickup {
        margin: 0 auto;
        margin: -80px -30px 0;
        padding: 70px 5% 0;
        border-top-left-radius: 800px 500px;
        border-top-right-radius: 800px 500px;
    }
	#pickup .contents_title {
		margin-top: -7px;
		z-index: 999;
		position: relative;
	}
	#pickup h2 img {
		height: 25px;
	}
	#pickup > p {
		margin-top: 20px;
	}
	#pickup .pickup_box {
		margin: 60px auto 0;
		min-height: 330px;
	}
	#pickup .pickup_img {
		margin: 0 auto;
		padding: 0 4px;
		width: 28%;
	}
	#pickup .pickup_img .new {
		top: -25px;
		left: -15px;
		width: 55px;
		height: 55px;
		font-size: 18px;
		line-height: 55px;
	}
	#pickup .pickup_img.slick-slide {
		width: 200px;
		opacity: 0.5;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
	}
	#pickup .pickup_img.slick-slide.slick-current.slick-active.slick-center {
		z-index: 1;
		width: 250px;
		opacity: 1;
	}
	#pickup .slick-list {
		overflow: initial;
	}
	#pickup .slick-prev {
		left: 0;
	}
	#pickup .slick-next {
		right: 0;
	}
	#pickup .slick-dots {
		top: 300px;
		bottom: 0;
		height: 20px;
	}
	#pickup .slick-dots li button:before {
		color: #aaa;
		font-size: 12px;
	}
	#pickup .slick-dots li {
		margin: 0 2px;
	}
	#pickup .slick-dots li.slick-active button:before {
		border-radius: 50%;
		color: #ff0000;
	}

    /*---------------------
    plan
    ----------------------*/
    #plan {
    	padding: 0;
    }
    #plan .inner ul li:nth-child(1) {
        margin: 0 -4% 30px 0;
        max-width: none;
        width: 100%;
    }
    #plan .inner ul li:nth-child(2) {
    	margin: 0 0 0 -4%;
    	max-width: none;
    	width: 100%;
    }
	#plan .inner > a > img {
		border-radius: 100px 0 0 0;
	}
	#plan .inner > a > div {
		top: -43px;
		left: -7%;
		transform: none;
	}
	#plan .contents_title > img {
		margin: -10px auto 0;
		height: 70px;
	}
	#plan .contents_title + p {
		margin: -10px 0 0 0;
		padding: 0 0 0 18px;
	}
	#plan .inner > a > div > img {
		position: static;
		margin: 20px auto 0;
		width: 55%;
		transform: rotate(-22deg);
	}
	#plan ul,
	div#plan ul li {
		width: 100%;
	}
	#plan .more_btn {
        margin: 10px auto 40px;
        z-index: 9999;
        position: relative;
        padding: 5px 10px;
        font-size: 110%;
    }
    #plan .contents_title.plan {
       	top: -5px;
    	left: 20px;
    }
    #plan .contents_title.photogallery {
    	top: -10px;
    }
    #plan .contents_title h2 {
    	color: #f76f88;
    	font-size: 160%;
    	margin: -10px auto 15px;
    }

	/*---------------------
    gallery
    ----------------------*/
	#gallery {
		margin: 0 auto;
	}
	#gallery .inner {
		margin: 0 -30px 0;
		padding: 40px 5% 50px;
		border-top-left-radius: 800px 500px;
		border-top-right-radius: 800px 500px;
	}
	#gallery .box {
		margin: 20px auto 0;
		width: 100%;
	}
	#gallery .box > div {
        width: 80%;
        margin: 0 auto;
    }
    #gallery .more_btn {
    	margin: 10px auto 0;
        z-index: 9999;
        position: relative;
        padding: 5px 10px;
        font-size: 110%;
    }
	#gallery .more_btn a span {
		letter-spacing: normal;
	}
	#gallery .box > div:nth-child(2) .more_btn a {
		padding: 8px 10px;
		font-size: 130%;
	}
	#gallery .more_btn {
        margin: 10px auto 80px;
        z-index: 9999;
        position: relative;
    }
	#gallery .contents_title > img {
		height: 50px;
	}
	#gallery p {
		font-size: 150%;
	}

	/*---------------------
    whats-new
    ----------------------*/
	#wp_contents {
		margin: -70px -30px 0;
		padding: 70px 5% 0;
		border-top-left-radius: 800px 500px;
		border-top-right-radius: 800px 500px;
	}
    #wp_contents .h2_title {
        margin: 0 auto 10px;
    }
	#wp_contents .h2_title img {
		height: 20px;
        margin: 0 auto;
	}
	#wp_contents .summary_txt {
		margin: 0 5%;
		font-size: 120%;
		letter-spacing: 0.1em;
	}
	#WHATS_NEW .entry_box {
		margin: 0 auto 20px;
		padding: 0 0 20px;
		border-bottom: none;
	}
	#WHATS_NEW .entry_box.clear {
		margin: 25px auto 0;
		width: 90%;
	}
    #WHATS_NEW .clear {
        width: 100%;
    }
	#WHATS_NEW .tabs-box .tab li {
		font-size: 10px;
	}
	#WHATS_NEW.baby_top .tabs-box .item-4th {
		padding: 5px;
	}
	#WHATS_NEW.baby_top .tabs-box .item-4th .wp_ph {
		padding-right: 0;
		width: 100%;
	}
	#WHATS_NEW.baby_top .tabs-box .minbox.item-4th {
		margin-right: 0;
		width: 49%;
	}
	#WHATS_NEW.baby_top .tabs-box .content li:nth-child(odd) {
		margin-right: 2%;
	}
	#WHATS_NEW.baby_top .tabs-box .minbox a {
		display: block;
		table-layout: auto;
	}
	#WHATS_NEW.baby_top .tabs-box .minbox.item-4th .data-box {
		min-height: auto;
	}
	#WHATS_NEW.baby_top .tabs-box .minbox h4 {
		margin-top: 5px;
	}

	/*---------------------
    sub-contents
    ----------------------*/
	#sub-contents {
		margin: 0 auto;
        padding: 30px 0 0;
		width: 95%;
	}
    #sub-contents .entry_box {
        border-bottom: none;
    }
    #sub-contents .h2_title {
        margin: 0 auto 10px;
    }
    #sub-contents .h2_title img {
        height: 20px;
        margin: 0 auto;
    }
    #sub-contents .summary_txt {
        font-size: 120%;
        letter-spacing: 0.1em;
    }
	#sub-contents ul {
		margin: 20px auto 0;
		width: 100%;
	}
	#sub-contents li {
		margin-bottom: 20px;
        width: 100%;
	}
    #sub-contents li img {
        height: auto;
    }

    .partner .h2_title img {
        height: 20px;
        margin: 0 auto;
    }
    .partner .h2_title {
        margin: 0 auto 10px;
    }
    .partner .summary_txt {
        font-size: 120%;
        letter-spacing: 0.1em;
    }
}