@charset "UTF-8";

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    background: transparent;
}


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;
}


/* 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 */







/* new clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}




#nav-drawer {
  position: relative;

}

/*チェックボックス等は非表示に*/
.nav-unshown {
  display:none;
}

/*アイコンのスペース*/
#nav-open {
  display: block;
  width: 39px;
  height: 39px;
  vertical-align: middle;
  margin: 0 0 0 auto;
}





/*閉じる用の薄黒箇所*/
#nav-close {
  display: none;
  position: fixed;
  z-index: 99;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  transition: .3s ease-in-out;
}

/*メニューの中身*/
#nav-content {
  overflow: auto;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
  width: 90%;
  max-width: 450px;/*最大幅（お好みで調整を）*/
  height: 100%;
  background: #c6f2f3;
  transition: .3s ease-in-out;
  -webkit-transform: translateX(105%);
  transform: translateX(105%);
}

/*チェックがついたら表示させる*/
#nav-input:checked ~ #nav-close {
  display: block;
  opacity: .5;
}

#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  box-shadow: 6px 0 25px rgba(0,0,0,.15);
}


#nav-content>.menu_pc{

display: none;

}

#nav-content>ul>li{
text-align: center;
padding-top: 10px;
padding-bottom: 10px;
border-bottom: 1px solid #fff;
}

#nav-content>ul>li>a{
  display: block;
  color: #000;
  text-decoration: none;
  font-size: 1rem;


}



/*ロゴやサイトタイトルをセンタリング*/

.sp_none{
  display: none;
}






.tc{
  text-align: center;
}

header {


  position: fixed;
  top: 10px;
  width: 100%;
  box-sizing:border-box;
  padding: 0px 10px 10px 10px;
}




.all_wrap{


  margin: 0 auto;

}

.main_width{
  width: 100%;
  margin: 0 auto;
  padding: 0 2%;
  box-sizing:border-box;
}

.main_width>div:nth-child(1){


}


.main_width2{
  width: 100%;
  margin: 0 auto;
  padding: 18px 2%;
  box-sizing:border-box;
}


.main_width3{
  width: 100%;
  margin: 0 auto 38px auto;
  padding: 0 2%;
  box-sizing:border-box;
}


.pink_midasi{

  font-size: 1.3rem;

font-weight: bold;
  margin-bottom: 20px;

  text-align: center;


  padding-bottom: 12px;

  background: url(../img/midashi_border.png) no-repeat bottom center;

}


.girl_midasi{

  font-size: 1.3rem;

font-weight: bold;
  margin-bottom: 20px;

  text-align: center;


  padding-bottom: 12px;

  background: url(../img/midashi_border2.png) no-repeat bottom center;

}


.sub_text{
  padding: 0 5%;
}

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

  font-size: 1rem;

  letter-spacing: 2px;
  line-height: 27px;
  margin-bottom: 30px;
}

.sub_text>br,
.sub_text>p>br{
  display: none;

}



.sub_list{
  margin-bottom: 50px;

}
.sub_list>li{

  font-size: 1rem;

  letter-spacing: 2px;
margin-bottom: 10px;
}




.big_text{
  padding: 0 5%;
}

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

  font-size: 2rem;

  letter-spacing: 2px;

  margin-bottom: 30px;
}




.sub_midasi{
  font-size: 1.4rem;
  font-weight: bold;

    margin-bottom: 10px;
}




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

}




.mb50{
  margin-bottom: 50px;
}













footer{

    background: #c6f2f3;
  padding-top: 35px;
  padding-bottom: 120px;
  margin-top: 4px;
}

.footer_link{


  margin-bottom: 35px;

}


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

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

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

.footer_link>li>a{
color: #000;
font-size: 1rem;
line-height: 27px;
}

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



.footer_link2{



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


.footer_link2>li:first-child{
border-top: 1px solid #fff;
}


.footer_link2>li{
line-height: 2rem;
border-bottom: 1px solid #fff;
padding-bottom: 10px;
padding-top: 10px;
}



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

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


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

.main_img_pc>img{
  display: none;
}

.main_img>img{
  width: 100%;
  height: auto;
  margin-bottom: 40px;
}

.water_back{

  background: #c6f2f3;


  margin-bottom: 0;
padding: 3.5% 2% 2% 2%;

}

.white_back{

  background: #fff;


  margin-bottom: 0px;
padding: 0 2% 15px 2%;
}

.white_back2{
  background: #fff;
  margin-bottom: 0px;
padding: 20px 2% 0 2%;
}


.mb20{
  margin-bottom: 20px;
}

.sp_mb20{
  margin-bottom: 20px!important;
}


.sp_mb40{
  margin-bottom: 40px!important;
}

.water_back>ul{

width: 100%;
margin: 0 auto;

}



.red{
color: red;
}




.entry_jump_bt{

  width: 90%;
  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.2rem;
margin-bottom: 12px;
letter-spacing:0px;
}


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

}

