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

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

body{
	width:100vw;
	font-size: 3.75vw;
   -webkit-text-size-adjust:none;
   text-align:center;
	color: #4d4d4d;
  }
@media (min-width:668px) {
  body{
    font-size: 1.6rem;
  }
}

a {
 -webkit-tap-highlight-color:rgba(0,0,0,0);
}

br.pc_only{display: none;}




#all_wrap{
	width: 100vw;
    height: 100%;
	position: relative;
	text-align: center;
    overflow-x: hidden;
}

#pc_nav{
    position: fixed;
    top: 0;
    left: 0;
    width: 20vw;
    height: 24vw;
    background-color: #ffffff;
    z-index: -1;
}

#pc_nav img{
    width: 12vw;
    margin: 4vw 4vw 1vw 4vw;
}

#pc_nav p{
    font-size: 2vw;
    font-weight: bold;
}





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

.container{
	width: 100%;
}

.slide_wrap{
	width: 100%;
}

ul.slide_body{
	width: 100%;
}

ul.slide_body li img{
	width: 200vw;
    margin-left: -50vw;
}


section.sec_scroll{
    display: none;
}


#intro{
    position: relative;
    width: 100%;
    margin: 85vw 0 0 0;
    padding: 20vw 0 20vw 0;
    background-color: #ffffff;
}

#intro_wrap{
    position: relative;
    width: 100vw;
    margin: 0 auto 0 auto;
}

/*5/14編集----------------------------------------------*/
.baby_icon{
	width: 92vw;
    margin: 0 auto 0 auto;
}
.baby_icon img{
	width: 10vw;
}
a{
    text-decoration: none;
}
#renewal-text{
	position: relative;
    width: 92vw;
    margin: 0 auto 0 auto;
	text-align: left;
	padding-bottom: 20vw;
}

#renewal-text h1{
	font-size: 8vw;
	line-height: 11vw;
	color: #4fc39b;
	padding-bottom: 8vw;
}

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

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

p > .small{
	font-size: 2vw;
}

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

.icon_area{
	width: 92vw;
    margin: 8vw auto 0 auto;
	font-size: 3.5vw;
    font-weight: 500;
}
.icon1 {
	display: inline-block;
	padding: 2vw 5vw;
	margin-right: 3vw;
	margin-bottom: 3vw;
	background: #4fc39b;
	border-radius: 20px;
	color: #ffffff;
}

.icon2 {
	display: inline-block;
	padding: 2vw 5vw;
	margin-right: 3vw;
	margin-bottom: 3vw;
	background: #ffaac0;
	border-radius: 20px;
	color: #ffffff;
}

.icon3 {
	display: inline-block;
	padding: 2vw 5vw;
	margin-right: 3vw;
	margin-bottom: 3vw;
	background: #85d6e2;
	border-radius: 20px;
	color: #ffffff;
}
/*5/14編集----------------------------------------------*/


.sec_title{
    position: relative;
    width: 92vw;
    margin: 0 4vw;
    text-align: left;
}

.sec_title h2{
    width: 92vw;
    font-size: 6vw;
    line-height: 7vw;
    letter-spacing: 1vw;
    z-index: 1000;
    font-weight: 500;
}

.sec_line{
    display: none;
    position: absolute;
    bottom: -4vw;
    left: 0;
    width: 92vw;
    height: 0;
    border-bottom: solid 0.5vw #cbcbcb;
    z-index: 999;
}


.cont_area{
    position: relative;
    width: 92vw;
    margin: 8vw 4vw 0 4vw;
    text-align: left;
}

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

.parallax {
	position: relative;
    width: 100vw;
	height: 70vw;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    background-color: #ffffff;
	overflow: hidden;
}



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


#sr_info_wrap{
    position: relative;
    width: 100vw;
    margin: 0 auto 0 auto;
}

.cont_area dl{
    width: 92vw;
    margin: 0 4vw;
}

.cont_area dl dt{
    width: 92vw;
    font-size: 3.5vw;
    line-height: 6vw;
    letter-spacing: 1px;
    font-weight: bold;
}

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

.cont_area dl dd{
    box-sizing: border-box;
    width: 92vw;
    margin-top: 8vw;
    padding: 2vw 10vw 2vw 4vw;
    font-size: 15px;
    line-height: 22px;
    border-left: solid 0.5vw #cbcbcb;
    letter-spacing: 0.5vw;
    font-weight: 500;
}

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

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



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



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

#sr_place_wrap{
    position: relative;
    width: 100vw;
    margin: 0 auto 0 auto;
}

.place_area{
    position: relative;
    width: 100vw;
    margin: 8vw auto 0 auto;
}



.place_box{
    position: relative;
    width: 100vw;
    text-align: left;
}

.place_box:nth-of-type(2){
    margin-top: 20vw;
}

.place_box > img{
    width: 100vw;
}

.place_box > h3{
    width: 92vw;
    margin: 8vw 4vw 0 4vw; 
    font-size: 6vw;
    letter-spacing: 1vw;
    font-weight: 500;
}


.place_box > p:nth-of-type(1){
    width: 92vw;
    margin: 8vw 4vw 0 4vw;
    font-size: 4vw;
    letter-spacing: 0.5vw;
    line-height: 6vw;
    font-weight: 500;
}
.place_box > p:nth-of-type(2){
    width: 92vw;
    margin: 8vw 4vw 0 4vw;
    font-size: 3vw;
    letter-spacing: 0.4vw;
    line-height: 4vw;
    font-weight: bold;
}

.place_box > p:nth-of-type(3){
    position: relative;
    width: 92vw;
    margin: 8vw 4vw 0 4vw;
    padding: 7vw 0;
    border: solid #cbcbcb;
    border-width: 0.5vw 0 0.5vw 0;
    font-size: 4vw;
    letter-spacing: 0.5vw;
    font-weight: bold;
    cursor: pointer;
}

.place_box > p:nth-of-type(4){
    position: relative;
    width: 92vw;
    margin: 8vw 4vw 0 4vw;
    padding: 7vw 0;
    border: solid #cbcbcb;
    border-width: 0.5vw 0 0.5vw 0;
    font-size: 4vw;
    letter-spacing: 0.5vw;
    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{
    position: absolute;
    top: 20px;
    right: 0;
    color: #cbcbcb;
}

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

#osaka_map,
#tokyo_map{
    margin: 8vw 0 0 0;
    width: 100vw;
    height: 100vw;
}

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

.place_area > p{
    text-align: left;
    width: 92vw;
    margin: 8vw 4vw 0 4vw;
    font-size: 3vw;
    letter-spacing: 0.4vw;
    line-height: 4vw;
    font-weight: bold;
}


footer{
    position: relative;
    width: 100vw;
    background-color: #f1f1f1;
}

#ft_wrap{
    box-sizing: border-box;
    position: relative;
    width: 100vw;
    margin: 0;
    padding: 8vw 0;
    text-align: center;
}


#ft_wrap > img{
    height: 30px;
}

#ft_wrap > p{
    margin: 1vw 0 0 0;
    font-size: 3vw;
    line-height: 4.5vw;
    font-weight: bold;
}

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




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

#sr_list_wrap{
    position: relative;
    width: 100vw;
    margin: 0 auto 0 auto;
}
p.sr_list_title:nth-of-type(n+2){
    margin-top: 8vw;
}

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

.cont_area ul li{
    width: 100%;
    padding: 5vw 0;
    font-size: 3vw;
    border-top: solid 0.2vw #cbcbcb;
}

.cont_area ul li a{
    text-decoration: none;
    color: #4d4d4d;
}



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


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

#sr_day_wrap{
    position: relative;
    width: 100vw;
	height: 220vw;
    margin: 0 auto 0 auto;
}

.sr_day_area{
	position: relative;
    width: 100vw;
    margin: 8vw auto 0 auto;
}

.d1 {
    border-collapse:collapse;
    text-align:center;
    margin:0px 8vw 0px 8vw;
    width:84vw;
	height: 84vw;
}
.d1 td {
    border:solid 1px #ccc;
    height:5vw;
	width: 12vw;
	font-size: 2.2vw;
	vertical-align:middle;
}
.d2 td {
	border: solid 1px #dedede;
    font-weight:bold;
    font-size:3.5vw;
    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: 84vw;
}
div.d8:nth-of-type(2){
	margin-top: 8vw;
}

@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:100%;
	float:left;
    }
div#d11{
    width:100%;
    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: 185vw;
	left: 8vw;
	font-size: 1vw;
	text-align: left;
}
.sr_day_area p span{
	display: block;
}

.sr_day_area p span:nth-of-type(2){
	color: #5D9CEC;
	margin-top: 1.5vw;
}

.sr_day_area p span:nth-of-type(3){
	color: #ed5565;
	margin-top: 1.5vw;
}
