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

	初期設定用

---------------------------------------------*/

html,body{
	margin:0px;
	padding:0px;
	min-width: 1020px;
}







iframe{
margin: 0;
padding: 0;

}

.red{
color: red;

}


.mail_red{
color: red;
font-size: 1.4rem;
}

/*---------------------------------------------

	h1

---------------------------------------------*/


h1{
font-size: 14px;
text-align: right;
background: #e4e4e4;
padding: 2px 5px;
}




/*---------------------------------------------

	h2 各ページタイトル

---------------------------------------------*/

/*---------------------------------------------

	h3

---------------------------------------------*/



/*---------------------------------------------
	h4
---------------------------------------------*/


/*---------------------------------------------
	h5
---------------------------------------------*/
h5{
	font-weight: bold;

}
/*---------------------------------------------
	h6
---------------------------------------------*/
h6{
	font-weight: bold;

}


/*---------------------------------------------
	a
---------------------------------------------*/
a{
	color: #06c;
	text-decoration: none;
}
a:link {
}
a:visited{
}
a:hover{
	color: #e60;
	text-decoration: underline;
}
a:active{
}
a.on{
	color: #f60;
	text-decoration: underline;
}



/*---------------------------------------------

	Common

---------------------------------------------*/

/* new clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */






.bold{
font-weight: bold;
}




/*---------------------------------------------
	margin
---------------------------------------------*/
.mb5{margin-bottom: 5px!important;}
.mb10{margin-bottom: 10px!important;}
.mb20{margin-bottom: 20px!important;}
.mb30{margin-bottom: 30px!important;}
.mb40{margin-bottom: 40px!important;}
.mb50{margin-bottom: 50px!important;}
.mb60{margin-bottom: 60px!important;}
.mb70{margin-bottom: 70px!important;}
.mb80{margin-bottom: 80px!important;}


/*---------------------------------------------
	text-align
---------------------------------------------*/
.tc{text-align: center!important;}
.tr{text-align: right!important;}
.tl{text-align: left!important;}
.tj{text-align: justify!important;text-justify: distribute!important;}

/*---------------------------------------------
	list
---------------------------------------------*/



/*----------------------------------------
追加部分

-----------------------------------------*/

.pc_none{
	display: none;
}


#nav-input,#nav-open,#nav-unshown{
	display: none;
}


#nav-content{
	width: 1100px;
	margin: 0 auto;
}


#nav-content>.menu_sp{

display: none;

}


#nav-drawer>div>ul{
	text-align: center;
	margin-bottom: 40px;
	padding-top: 40px;
}


#nav-drawer>div>ul>li{
	display: inline;
	padding-right: 14px;


}

#nav-drawer>div>ul>li:last-of-type{
	padding-right: 0;
}

#nav-drawer>div>ul>li>a{
color: black;
font-size: 1.3rem;
border-bottom: 2px solid #dbdbdb;
text-decoration: none;

}

#nav-drawer>div>ul>li>a:hover{

border-bottom: 2px solid #000;

}

.all_wrap{


	margin: 0 auto;

}

.main_width{
	width: 1100px;
	margin: 0 auto;
}

.main_width>div:nth-child(1){
padding: 25px;
}


.main_width2{
	width: 1100px;
	margin: 0 auto;
}

.main_width2>div:nth-child(1){
padding: 0 25px ;
}


.main_width3{
	width: 1100px;
	margin: 0 auto;
}

.main_width3>div:nth-child(1){
padding: 0 25px ;
margin-bottom: 20px;
}


.pink_midasi{

	border-left: 20px solid #e3007f;
	font-size: 2rem;

	padding:5px 0 5px 15px;

}

.girl_midasi{

	border-left: 20px solid #e3007f;
	font-size: 2rem;

	padding:5px 0 5px 15px;

}



.sub_text,
.sub_text>p,
.sub_text>a,
.sub_text>p>a,
.sub_text>p>span{

	font-size: 1.4rem;

	letter-spacing: 2px;
	line-height: 36px;
}

.sub_text>p{

margin-bottom:20px;

}




.big_text,
.big_text>p,
.big_text>a,
.big_text>p>a,
.big_text>p>span{

	font-size: 2.8rem;
	letter-spacing: 2px;
	margin-bottom: 30px;

}

.big_text>p{
margin-bottom:20px;
}




.sub_midasi{
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 5px;
}





.sub_mini{
  font-size: 1.2rem;
margin-bottom: 10px;
}








.main_img_pc>img{
	width: 100%;
	height: auto;
}


.main_img_sp>img{
display: none;
}
.main_img>img{
  width: 100%;
  height: auto;
}


.kanren_link{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.kanren_link>li{
width: 45%;
margin-bottom: 18px;
line-height: 36px;

}

.kanren_link>li:nth-last-child(1),
.kanren_link>li:nth-last-child(2)
{
margin-bottom: 0;

}

.kanren_link>li>a{

color: black;
text-decoration: none;
font-size: 1.4rem;
padding-right: 10px;
}

.kanren_link>li>img{

padding-bottom: 2px;
padding-left: 10px;
}

.kanren_link>li.insta:after{

  content: '';
  display: inline-block;
  width: 25px;
  height: 25px;
  background-image: url(../img/insta_icon.png) ;
  background-size: contain;
  vertical-align: top;
margin-top: 3px;
margin-right: 5px;


}


.kanren_link>li:before{

  content: '';
  display: inline-block;
  width: 42px;
  height: 42px;
  background-image: url(../img/kanren_link_icon.png) ;
  background-size: contain;
  vertical-align: middle;
margin-top: -9px;
margin-right: 10px;

}



footer{

		background: #c6f2f3;
	padding-top: 15px;
	padding-bottom: 120px;
}

.footer_link{

	padding-bottom: 50px;
	border-bottom: 1px solid #000;
	margin-bottom: 40px;

}


.footer_link>li:first-child{
padding-left: 0px;
}

.footer_link>li{
	display: inline;
line-height: 36px;
padding-right: 10px;
}

.footer_link>li:after{
content: "│";
color: black;
padding-left: 10px;
font-size: 1.4rem;
}

.footer_link>li>a{
color: #000;
font-size: 1.4rem;
}

.footer_link>li:last-child:after{
content: "";
}



.footer_link2{

	padding-bottom: 40px;

	margin-bottom: 40px;
text-align: center;
}


.footer_link2>li:first-child{
padding-left: 0px;
}

.footer_link2>li{
	display: inline;
line-height: 3rem;
padding-right: 10px;
}

.footer_link2>li:after{
content: "│";
padding-left: 10px;
font-size: 1.4rem;
color: white;
}

.footer_link2>li>a{
color: #000;
font-size: 1.4rem;
}

.footer_link2>li:last-child:after{
content: "";
}



.water_back2{

	background: #c6f2f3;

	padding-top: 40px;
padding-bottom: 2px;
}




.water_back{

	background: #c6f2f3;

	padding-top: 34px!important;
	margin-bottom: 50px;

}

.white_back{

	background: #fff;

	padding-top: 40px;
	margin-bottom: 50px;

}

.white_back2{

	background: #fff;

	margin-bottom: 50px;

}



.water_back>ul{

width: 1100px;
margin: 0 auto;

}





.entry_jump_bt{

  width: 500px;
  margin: 30px auto 50px auto;
  box-sizing:border-box;
}

.entry_jump_bt>a{
  display: block;
  background: #e6007e;
  text-align: center;
  padding: 20px 20px 25px 20px;
  color: white;
  text-decoration: none;
}
.entry_jump_bt>a:hover{
  background: #ff38a5;
}


.entry_jump_bt>a>span{
display: block;
text-align: center;
}

.entry_jump_bt>a>span:nth-child(1){
font-size: 1.8rem;
margin-bottom: 15px;

}


.entry_jump_bt>a>span:nth-child(2){
font-size: 2.5rem;

}


