@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Serif:400,700');
@import url('https://fonts.googleapis.com/css?family=Crimson+Text:400,600');
html{
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  height: 100%;
}
body {
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	line-height: 1.6;
	text-align: center;
	color: #474747;
	height: 100%;
	min-width: 320px;
	font-weight: 500;
	font-size: 13px;
	padding: 0px;
	margin: 0px;
}
body:after {
  content: '';
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background: #fff;
  -webkit-backface-visibility: hidden; }
p{
	margin: 0px;
}
img {
   vertical-align:bottom
}
a{
	color: #3857B9;
}
a img {
  border-style:none;
}
.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe[style]{
    width: 100% !important;
}


.red{
	color: #FF0000;
	font-size: 150%;
}
.red2{
	color: #FF0000;
}
.blue{
	color: #7E94CB;
}	
.txtmin{
	font-size: 80%;
}	
.pink{
	color: #E46EC6;
}
.pink2{
	color: #F4C4E8;
}
.gray{
	color: #C2C2C2;
}






/* 以下のCSSは、描画領域の横幅に関係なく、常に適用。 */
/* -------------------- */
/* ▼メインカラムの装飾 */
/* -------------------- */

	
/* ▼TOPスライダーの装飾 */
.swipe-main	{
	width: 100%;
	float: left;
}		
.swipe-img{
	max-width: 1000px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}


/* -------------------- */
/* ▼サイドカラムの装飾 */
/* -------------------- */
.side-column {
	text-align: left;
}

.side-box-2 {
	margin-left: 1em;
	margin-top: 1em;
	margin-bottom: 1em;
	font-weight: 500;
}










/* -------------------- */
/* -------------------- */
/* ▼ヘッダーメニュー用boxの装飾 */
/* -------------------- */

#menu {
	width: 100%;
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	padding: 0;
	margin-top: 0px;
}
#menu li {
  display: block;
  float: left;
  width: 16.66%;
  margin: 0;
  padding: 0;
}
#menu li a {
	font-family: 'BenchNine', sans-serif;
	font-weight: 300;
	font-size: 15px;
	color: #2B2B2B;
	letter-spacing: 3px;
	display: block;
	padding: 12px 0 10px;
	text-align: center;
	text-decoration: none;
	background-color: hsla(0,0%,100%,0.44);
}
#menu li a:hover{
	background-color: hsla(0,0%,83%,0.57);
}
	



/* ▼ドロワーメニュー用の装飾 */
.drawer.drawer--left header .drawer-nav {
 text-align: left;
}
#ham-btn{
	padding-top: 8px;
	padding-right: 6px;
	padding-bottom: 7px;
	padding-left: 6px;
	color: #FFFFFF;
}

 


/* -------------------- */
/* -------------------- */
/* ▼コンテンツ用boxの装飾 */
/* -------------------- */
.liquid--four{
  padding-right: 30px;
  overflow: hidden;
}
.liquid-col{
  margin: 0 10px 10px 0;
  float: left;
  width: 25%;
  *width: 24.9%;
  padding-bottom: 1000px;
  margin-bottom: -1000px;
}
.liquid-col--four{
  margin-right: -50px;
}	
.liquid--four2{
  padding-right: 30px;
  overflow: hidden;
}
.liquid-col2{
  margin: 0 10px 10px 0;
  float: left;
  width: 25%;
  *width: 24.9%;
  padding-bottom: 1000px;
  margin-bottom: -1000px;
}
.liquid-col--four2{
  margin-right: -50px;
}





	
/* -------------------- */
/* ▼スライダーの装飾 */
/* -------------------- */
#slider-box {
	max-width: 700px;
	margin-left: 5%;
	margin-right: 5%;
}


* {
	box-sizing: border-box;
	font-weight: bold;
}

.slider {
    width: 50%;
    margin: 100px auto;
}

.slick-slide {
    margin: 0px 10px;
}

.slick-slide img {
    width: 100%;
}

.slick-prev:before,
.slick-next:before {
    color: #666;
}

#slider-box2 {
	max-width: 700px;
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 10px;
}
#slider-box3 {
	max-width: 700px;
	margin-top: 10px;
}








/* -------------------- */
/* ▼フッターの装飾 */
/* -------------------- */
footer {
}


/* -------------------- */
/* ▼formの装飾 */
/* -------------------- */
.form-wrap{
	padding-top: 7px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}



#form-txt {
	margin-top: 7px;
}
.custom input[type="text"],
.custom textarea {
	outline: none;
	border: 1px solid #aaa;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.custom input[type="text"]:focus,
.custom textarea:focus {
	box-shadow: 0 0 7px #1abc9c;
	border: 1px solid #1abc9c;
}
input[type=submit]{
	border: solid 1px #ccc;
	padding: 15px 30px;
	margin-top: 20px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 20px;
	text-transform: uppercase;
	color: #333;
	cursor: pointer;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ccc));
	background-image: -webkit-linear-gradient(top, #fff, #ccc);
	background-image: -moz-linear-gradient(top, #fff, #ccc);
	background-image: -ms-linear-gradient(top, #fff, #ccc);
	background-image: -o-linear-gradient(top, #fff, #ccc);
	background-image: linear-gradient(top, #fff, #ccc);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#ccc',GradientType=0 ); /* IE6-9 */
	font-size: 13px;
}
.check-btn {
	width: 100%;
	margin-top: 20px;
	text-align: center;
}
.check-hed {
	width: 100%;
	margin-top: 20px;
}




/* -------------------- */
/* ▼アンカーの装飾 */
/* -------------------- */
.arrow{
	position: relative;
	display: inline-block;
	color: #000;
	vertical-align: middle;
	text-decoration: none;
	font-size: 15px;
}
.arrow::before,
.arrow::after{
position: absolute;
top: 0;
bottom: 0;
left: 0;
margin: auto;
content: "";
vertical-align: middle;
}
.sample1-2::before{
	left: 3px;
	width: 7px;
	height: 1px;
	background-color: #BABABA;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.sample1-2::after{
	left: 3px;
	width: 6px;
	height: 6px;
	border-top: 1px solid #BABABA;
	border-right: 1px solid #BABABA;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);

}










/*===============================================
●style.css 画面の横幅が769px以上
===============================================*/
@media (min-width: 769px) and (max-width: 1000px) {





#back-image {
	position: fixed;
	top: 0;
	left: 0;
	width: 98.5%;
	height: 100%;
	z-index: -1;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	background-image: url(../img/main-img/nene-main2.jpg);
	background-repeat: no-repeat;
	margin-top: 80px;
	margin-left: 10px;
	background-size: 100% auto;
}

h2{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	border-bottom: 1px solid #E1E1E1;
	padding-bottom: 15px;
	background-image: url(../img/main-img/corner-img.png);
	background-repeat: no-repeat;
	background-size: 60px auto;
	background-position: 100% 0%;
	text-align: center;
	margin-top: 0px;
}
h3{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	margin-top: 50px;
	font-weight: 500;
	font-size: 19px;
	background-color: #E1DACF;
	padding-left: 10px;
	padding-top: 3px;
}

img{
	max-width: 100%;
	height: auto;
	width /***/: auto;
}
#wrapper{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	min-width: 1000px;
	position: fixed;
	background-color: #FFFFFF;
	z-index: 9990;
}
#wrapper2{
	width: 100%;
	margin-left: auto;
	min-width: 1000px;
	margin-right: auto;
}


#container{
	width: 100%;
	float: left;
	background-color: #E9E9E9;
	text-align: left;
}
header {
	display: none;
}




/* ▼ページレイアウト */
.page-cover {
	display: table;
	width: 100%;
}
/* ▼メインカラムの装飾 */
.main-column {
	text-align: right;
	display: table-cell;
	vertical-align: bottom;
	width: 200px;
	position: fixed;
	bottom: 50px;
	right: 15px;
}

.main-box {

}
.main-box-title{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	border-bottom: 1px solid #E1E1E1;
	padding-bottom: 15px;
	background-image: url(../img/main-img/corner-img.png);
	background-repeat: no-repeat;
	padding-top: 30px;
	margin-top: 1em;
	background-size: 100% auto;
	background-position: 0% 22px;
}
.banner-img{
	width: 100%;
	padding-top: 1em;
	display: table;
}

/* ▼PROFILEの装飾 */
.main-column2 {
	text-align: left;
	vertical-align: bottom;
	width: 900px;
	background-color: hsla(0,0%,100%,0.84);
	border: 20px solid #FAD2DE;
	margin-left: auto;
	margin-right: auto;
	min-width: 900px;
	margin-top: 100px;
	padding-left: 25px;
	padding-right: 25px;
}
.nene-title {
	font-family: 'BenchNine', sans-serif;
	font-weight: 500;
	font-size: 30px;
	color: #2B2B2B;
	letter-spacing: 3px;
	text-align: center;
	margin-top: 15px;
}
.nene-prof-img {
	width: 100%;
	margin-top: 10px;
}
.nene-qa-box {
	width: 100%;
	padding-left: 50px;
	padding-right: 50px;
}
.nene-prof-box1 {
	margin-top: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #CCCCCC;
}
.nene-prof-box2 {
	margin-top: 50px;
	padding-bottom: 30px;
	text-align: center;
}
.nene-prof-box3 {
	margin-top: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 60px;
}
.nene-txt-style-1 {
	text-align: center;
	font-size: 30px;
	font-weight: 500;
	color: #2B2B2B;
	letter-spacing: 5px;
	padding-left: 10px;
	padding-top: 10px;
}	
.nene-txt-style-2 {
	text-align: center;
	font-size: 12px;
	font-weight: 500;
	color: #2B2B2B;
}	

.nene-txt-style-3 {
	text-align: left;
	font-size: 15px;
	font-weight: 500;
	color: #2B2B2B;
	width: 30%;
	padding-left: 30px;
}	
.nene-txt-style-3 {
	text-align: left;
	font-size: 15px;
	font-weight: 500;
	color: #2B2B2B;
	width: 30%;
	padding-left: 40px;

}	
.nene-txt-style-4 {
	text-align: left;
	font-size: 15px;
	font-weight: 500;
	color: #2B2B2B;
	padding-left: 30px;
	padding-bottom: 25px;

}	
.nene-txt-style-5 {
	text-align: left;
	font-size: 15px;
	font-weight: 500;
	color: #2B2B2B;
	padding-left: 30px;
	border-top: 1px solid #CCCCCC;
	padding-top: 25px;

}
.nene-qa-style-1 {
	text-align: left;
	font-size: 20px;
	font-weight: 500;
	color: #2B2B2B;
	padding-left: 30px;

}	
.nene-qa-style-1 em{
	text-align: left;
	font-size: 40px;
	font-weight: 300;
	color: #2B2B2B;
	font-style: normal;
}	
.nene-qa-style-2 {
	text-align: left;
	font-size: 15px;
	font-weight: 500;
	color: #2B2B2B;
	padding-left: 30px;
	font-feature-settings : "palt";


}

/* ▼サイドカラムの装飾 */
.side-column {
	min-width: 300px;
	width: 400px;
	display: table-cell;
	position: absolute;
	bottom: 20px;
	right: 20px;
	visibility: hidden;
}
.side-column2 {
	min-width: 900px;
	width: 900px;
	padding-bottom: 50px;
	margin-left: auto;
	margin-right: auto;
}
.side-box {
	margin-top: 0.5em;
	font-weight: 500;
	width: 100%;
}
.side-font {
	font-family: 'Crimson Text', serif;
	font-weight: 400;
	font-size: 22px;
	color: #2B2B2B;
}
/* ▼anchorの装飾 */  
.anchor-icon  {
	display: none;
}
/* ▼newsの装飾 */
.whatnew-box {
	background-color: hsla(0,0%,100%,0.69);
	padding-top: 7px;
	padding-right: 12px;
	padding-bottom: 7px;
	padding-left: 12px;
}
.whatnew-box-title {
	font-family: 'BenchNine', sans-serif;
	font-weight: 400;
	font-size: 13px;
	color: #E6003B;
	letter-spacing: 6px;
	margin: 0px;
	padding: 0px;
}	
.whatnew-menu1 {
	width: 100%;
	padding-bottom: 5px;
	display: table;
}
.whatnew-menu1 ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.whatnew-menu1 li {

}
.whatnew-list1 {
	font-family: 'BenchNine', sans-serif;
	font-weight: 400;
	font-size: 11px;
	color: #1A1A1A;
	letter-spacing: 2px;
	text-align: center;
	border: 1px solid #A9A9A9;
	padding-left: 10px;
	padding-right: 6px;
	width: 103px;
	display: table-cell;
	vertical-align: middle;
	padding-top: 1px;
}
.whatnew-list2 {
	padding-left: 10px;
	font-weight: 500;
	display: table-cell;
	color: #1A1A1A;
	vertical-align: middle;
	font-size: 10px;
	font-feature-settings: "palt";
}	
.whatnew-list2 em {
	font-weight: 500;
	font-family: 'BenchNine', sans-serif;
	font-weight: 400;
	font-size: 11px;
	color: #2B2B2B;
	letter-spacing: 2px;
	font-style: normal;
	display: inline-block;
	width: 70px;
}	

/* ▼2コンテンツ用の装飾 */  
.liquid--four2{
    padding-right: 0;
    overflow: visible;
}
.liquid--two2{
	margin-top: 10px;
    margin-bottom: 10px;
    padding-right: 10px;
    overflow: hidden;
}
.liquid-col2{
    width: 50%;
}
.liquid-col--two2{
    margin-right: -10px;
}	





/* ▼ヘッダー用の装飾 */  
#header {
	width: 100%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#header-top{
	width: 100%;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

#header-h {
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: none;
	visibility: hidden;

}
.header-icons{
	color: #FFFFFF;
	text-align: center;
	display: inline-block;
}
.header-icons a{
	background-color: #BFBFBF;
	color: #FFFFFF;
	border-radius: 45px;
	width: 25px;
	padding-left: 3px;
	height: 25px;
	vertical-align: middle;
	padding-top: 4px;
}	
h1{
	font-size: 10px;
	font-weight: normal;
	color: #A8A8A8;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: none;
	visibility: hidden;
}
a.name-nene {
	pointer-events: none;
} 
.hed-name-txt {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: 600;
	font-size: 30px;
	color: #2B2B2B;
	letter-spacing: 8px;
	vertical-align: text-top;
} 
	
#hedmenu a{

} 

#hedmenu a.on{
	background-image: url(../img/main-img/pink-img.jpg);
	background-repeat: repeat-x;
} 

.hedmenu-ul	 {
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
} 

.hedmenu-ul li {
	display: inline-block;
	padding-left: 20px;
	padding-right: 20px;
}
.hedmenu-ul li a {
	font-family: 'BenchNine', sans-serif;
	font-weight: 300;
	font-size: 17px;
	color: #2B2B2B;
	letter-spacing: 3px;
	display: inline-table;
	text-decoration: none;
	padding-left: 2px;
} 
#hedmenu-li a {
	padding-top: 30px;
} 
#hedmenu-li2 {
	vertical-align: -14px;
} 
	
.hed-logo2 {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align: center;
	width: 100%;
	padding-bottom: 20px;
} 


.hed-link {
	text-decoration: none;
	display: inline-block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
	height: 80%;
} 
.hed-link em {
	visibility: hidden;


} 
#menu-box {
	display: none;
} 	


/* -------------------- */
/* ▼フッタの装飾 */
/* -------------------- */
#ft-box{
	z-index: 1;
}
#ft-box a{
	display: block;
	width: 100px;
	height: 18px;
	position: absolute;
	right: 0px;
	bottom: 22px;
	z-index: 1;
	background-image: url(../img/main-img/ft-img-1.png);
	background-repeat: no-repeat;
	background-size: 90px auto;
	background-position: 50% 50%;
}
#ft-box1-2{
	z-index: 1;
}
#ft-box1-2 a{
	display: block;
	width: 100px;
	height: 18px;
	z-index: 2;
	background-image: url(../img/main-img/ft-img-1.png);
	background-repeat: no-repeat;
	background-size: 90px auto;
	background-position: 50% 50%;
	float: right;
	margin-top: 15px;
}
#ft-box2{
	display: none;
}
#ft-box3{
	display: none;
}

.footlink {
	color: #999999;
	font-family: 'BenchNine', sans-serif;
	font-weight: 300;
	letter-spacing: 2px;
	width: 100%;
	text-align: right;
	padding-top: 35px;
	position: relative;
}	



/* -------------------- */
/* ▼フォームの装飾 */
/* -------------------- */
.form-box {
	padding: .5em;
	width: 70%;
} 
.form-box2 {
	padding: .5em;
	width: 20%;
} 
.required {
	padding: .5em;
	width: 70%;
} 



}
