@charset "utf-8";
/* CSS Document */

html{
	font-size: 62.5%; /* 10(base font size) / 16(Browser Default font size) = 0.625em * 100 = 62.5% */
	height: 100%;
	
}

body{
	position: relative;
	text-align:center;
	width: 100%;
	color: #4d4d4d;
}

a{
    text-decoration: none;
    color: #4d4d4d;
}

br.sp_only{display: none;}

/* pagetop btn */

.pagetop {
	position: fixed;
	bottom: 20px;
	right: -55px;
	z-index:150;
}
.pagetop a {
	display: block;
	width: 50px;
	height: 50px;
	background-color: #5b84c2;
	border-radius: 50px;
	text-align: center;
	color: #fff;
	font-size: 24px;
	text-decoration: none;
	line-height: 47px;
}

#all_wrap{
	width: 100%;
	position: relative;
	text-align: center;
}

#pc_nav{
    position: fixed;
    top: 0;
    left: 0;
    width: 160px;
    height: 160px;
    background-color: #ffffff;
    z-index: 9999;
}

#pc_nav img{
    margin: 32px 0px 5px 0px;
}

#pc_nav p{
    font-size: 12px;
    font-weight: bold;
}

#top_slide{
	position: fixed;
    top: 0;
    left: 0;
	width: 100%;
    z-index: -1;
}

.container{
	width: 100%;
}

.slide_wrap{
	width: 100%;
}

ul.slide_body{
	width: 100%;
}

ul.slide_body li img{
	height: 90vh;
}


section.sec_scroll{
    position: fixed;
    top: 90vh;
    left: 0;
    width: 100%;
    height: 10vh;
}

.sec_scroll a p{
    padding-top: 7.5vh;
    font-family: 'Roboto', sans-serif;
    font-size: 2vh;
    color: #4d4d4d;
}
.sec_scroll a span {
    position: absolute;
    top: 1.2vh;
    left: 50%;
    width: 3vh;
    height: 3vh;
    margin-left: -1.5vh;
    border-left: 1px solid #4d4d4d;
    border-bottom: 1px solid #4d4d4d;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: sdb 1.5s infinite;
    animation: sdb 2.2s infinite;
    box-sizing: border-box;
}
@-webkit-keyframes sdb {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-18px, 18px);
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(-45deg) translate(-18px, 18px);
    opacity: 0;
  }
}


#intro{
    position: relative;
    width: 100%;
    margin: 100vh 0 0 0;
    padding: 100px 0 160px 0;
    background-color: #ffffff;
}

#intro_wrap{
    position: relative;
    width: 1200px;
    margin: 0 auto 0 auto;
}

/*5/14編集----------------------------------------------*/
.baby_icon img{
	width: 40px;
}
#renewal-text{
	position: relative;
    width: 1200px;
    margin: 0 auto 0 auto;
	padding-bottom: 150px;
}

#renewal-text h1{
	font-size: 40px;
	color: #4fc39b;
	padding-bottom: 50px;
	font-weight: 400;
}

#renewal-text p:nth-of-type(1){
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 2px;
    font-weight: 500;
    color: #000000;
	padding-bottom: 20px;
}

#renewal-text p:nth-of-type(2){
    font-size: 13px;
    line-height: 30px;
    letter-spacing: 2px;
    font-weight: 500;
    color: #4fc39b;
	padding-bottom: 50px;
}

p > .small{
	font-size: 12px;
}
#renewal-text-box{
	text-align: left;
}

.link_pay a{
	color: #4fc39b;
	border-bottom: solid 1px #4fc39b;
	
}

.icon_area{
	margin: 20px 0;
	font-size: 14px;
    font-weight: 500;
	height: 50px;
}
.icon1 {
	display: inline-block;
	padding: 8px 25px;
	margin-right: 5px;
	background: #4fc39b;
	border-radius: 20px;
	color: #ffffff;
}

.icon2 {
	display: inline-block;
	padding: 8px 25px;
	margin-right: 5px;
	background: #ffaac0;
	border-radius: 20px;
	color: #ffffff;
}

.icon3 {
	display: inline-block;
	padding: 8px 25px;
	margin-right: 5px;
	background: #85d6e2;
	border-radius: 20px;
	color: #ffffff;
}

.icon_info{
	padding-top: 10px;
	font-size: 13px;
}

#payment_tokyo{
	height: 107px;
}
/*5/14編集----------------------------------------------*/


.sec_title{
    position: relative;
    width: 1200px;
    text-align: left;
}

.sec_title h2{
    width: 260px;
    font-size: 35px;
    line-height: 40px;
    letter-spacing: 3px;
    z-index: 1000;
    font-weight: 500;
}

.sec_line{
    position: absolute;
    bottom: 50%;
    right: 0px;
    width: 900px;
    height: 50px;
    border-bottom: solid 2px #cbcbcb;
    z-index: 999;
}

.ie .sec_line{
    font-weight: bold;
}


.cont_area{
    position: relative;
    width: 800px;
    margin: 80px auto 0 auto;
    text-align: left;
}

.cont_area > p{
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 2px;
    font-weight: 500;
    color: #000000;
}

.parallax {
	position: relative;
    width: 100%;
	height: 500px;
    padding: 160px 0 0 0;
    margin: 0 0 0 0;
    background-color: #ffffff;
	overflow: hidden;
}


#sr_info{
    position: relative;
    width: 100%;
    margin: 0 0 0 0;
    padding: 100px 0 0 0;
    background-color: #ffffff;
}


#sr_info_wrap{
    position: relative;
    width: 1200px;
    margin: 0px auto 0 auto;
}

.cont_area dl{
    width: 100%;
}

.cont_area dl dt{
    width: 100%;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 1px;
    font-weight: bold;
}

.mac .cont_area dl dt{
    font-weight: normal;
}

.cont_area dl dd{
    box-sizing: border-box;
    width: 100%;
    margin-top: 15px;
    padding: 5px 0 5px 20px;
    font-size: 15px;
    line-height: 22px;
    border-left: solid 2px #cbcbcb;
    letter-spacing: 1px;
    font-weight: bold;
}

.cont_area dl dd > img.p100{
    width: 100%;
}

.cont_area dl dd > img.sz400{
    width: 400px;
}

.cont_area dl dd > img.sz350{
    width: 350px;
}
.cont_area dl dd > img.sz600{
    width: 600px;
}

.mac .cont_area dl dd{
    font-weight: normal;
}

.cont_area dl dt:nth-of-type(n+2){
    margin-top: 80px;
}

#sr_place{
    position: relative;
    width: 100%;
    margin: 0 0 0 0;
    padding: 100px 0 160px 0;
    background-color: #ffffff;
}

#sr_place_wrap{
    position: relative;
    width: 1200px;
    margin: 0 auto 0 auto;
}

.place_area{
    position: relative;
    width: 1080px;
    margin: 100px auto 0 auto;
}

.place_box{
    float: left;
    position: relative;
    width: 500px;
    text-align: left;
}

.place_box:nth-of-type(2){
    margin-left: 80px;
}

.place_box > h3{
    margin: 40px 0 0 0; 
    font-size: 28px;
    letter-spacing: 3px;
}

.mac .place_box > h3{
    font-weight: normal;
}

.place_box > p:nth-of-type(1){
    margin: 15px 0 0 0;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 22px;
    font-weight: bold;
}
.place_box > p:nth-of-type(2){
    margin: 40px 0 0 0;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 18px;
    font-weight: bold;
}

.place_box > p:nth-of-type(3){
    position: relative;
    margin: 40px 0 0 0;
    padding: 25px 0 24px 0;
    border: solid #cbcbcb;
    border-width: 1px 0 1px 0;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: bold;
    cursor: pointer;
}
.place_box > p:nth-of-type(4){ /*5/14編集----------------------------------------------*/
    position: relative;
    margin: 40px 0 0 0;
    padding: 25px 0 24px 0;
    border: solid #cbcbcb;
    border-width: 1px 0 1px 0;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: bold;
    cursor: pointer;
}

.place_box > p:nth-of-type(3) > i{
    position: absolute;
    top: 20px;
    right: 0;
    color: #cbcbcb;
}

.place_box > p:nth-of-type(4) > i{ /*5/14編集----------------------------------------------*/
    position: absolute;
    top: 20px;
    right: 0;
    color: #cbcbcb;
}

.mac .place_box > p{
    font-weight: normal;
}

#osaka_map,
#tokyo_map{
    margin: 50px 0 0 0;
    width: 500px;
    height: 360px;
}

.sr_iframe{
    width: 100%;
    height: 100%;
}

.place_area > p{
    float: left;
    text-align: left;
    width: 100%;
    margin: 40px 0 0 0;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 18px;
    font-weight: bold;
}

.mac .place_area > p{
    font-weight: normal;
}

#sr_list{
    position: relative;
    width: 100%;
    margin: 0 0 0 0;
    padding: 100px 0 160px 0;
    background-color: #ffffff;
}

#sr_list_wrap{
    position: relative;
    width: 1200px;
    margin: 0 auto 0 auto;
}


footer{
    position: relative;
    width: 100%;
    height: 200px;
    background-color: #f1f1f1;
}

#ft_wrap{
    box-sizing: border-box;
    position: relative;
    width: 1200px;
    height: 200px;
    margin: 0 auto 0 auto;
    padding: 85px;
    text-align: left;
}


#ft_wrap > img{
    float: left;
    height: 30px;
}

#ft_wrap > p{
    float: left;
    margin: 8px 0 0 30px;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 18px;
    font-weight: bold;
}

.mac #ft_wrap > p{
    font-weight: normal;
}


/*calendar*/

#sr_day{
    position: relative;
    width: 100%;
    margin: 0 0 0 0;
    padding: 100px 0 160px 0;
    background-color: #ffffff;
}

#sr_day_wrap{
    position: relative;
    width: 1200px;
    margin: 0 auto 0 auto;
}

.sr_day_area{
	position: relative;
    width: 1080px;
	height: 600px;
    margin: 100px auto 0 auto;
}
p.sr_list_title:nth-of-type(n+2){
    margin-top: 40px;
}

.cont_area ul{
    width: 100%;
    margin: 20px 0 0 0;
    list-style: none;
}

.cont_area ul li{
    width: 100%;
    padding: 20px 0;
    font-size: 14px;
    letter-spacing: 0.5px;
    border-top: solid 1px #cbcbcb;
}

.cont_area ul li a:hover{
    text-decoration: underline;
}



.cont_area ul li:last-of-type{
    border-bottom: solid 1px #cbcbcb;
}




.d1 {
    border-collapse:collapse;
    text-align:center;
    margin:0px 0 0px 0px;
    width:500px;
	height: 500px;
    }
.d1 td {
    border:solid 1px #ccc;
    height:30px;
	font-size: 15px;
	vertical-align:middle;
    }
.d2 td {
	border: solid 1px #dedede;
    font-weight:bold;
    font-size:20px;
    color:#454545;
	vertical-align:middle;
    }
.d3,.d3a {
    color: #ed5565;
	vertical-align:middle;
    }
.d3 {
    color: #ed5565;
	vertical-align:middle;
    }
.d4,.d4a {
    color: #ed5565;
    }
.d4 {
    color: #ed5565;
    }
.d5 {
    background:#ccd1d9;
    font-weight:bold;
    }
.d6 {
    font-weight:bold;
}
.d20 {
    color: #5D9CEC;
    }

#d11 {
	height: 255px;
	margin-top: 15px;
	float:left;
}
div.d8 {
    width: 500px;
    float:left;
    }
div.d8:nth-of-type(2){
	margin-left: 80px;
}

@media all and (-ms-high-contrast:none){
	div.d8:nth-of-type(2){
		margin-top: 0px;
	}
}

@supports (-ms-ime-align:auto) {
	div.d8:nth-of-type(2){
		margin-top: 0px;
	 }
}

div#d9 {
    width:1080px;
    height:255px;
	float:left;
    }
div#d11{
    width:520px;
    position:relative;
    }
div#d12 {
    position:absolute;
    top:5px;
    left:50px;
    cursor:pointer;
    }
	
#time{
	width: 510px;
	margin-top: 50px;
	float: right;
	word-wrap:break-all;
	}

.sr_day_area p{
	position: absolute;
	top: 540px;
	left: 0;
	font-size: 12px;
}

.sr_day_area p span:nth-of-type(2){
	color: #5D9CEC;
	margin-left: 20px;
}

.sr_day_area p span:nth-of-type(3){
	color: #ed5565;
	margin-left: 20px;
}

