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

/* 文書全体 */
* {
	margin: 0px;
}

/* 全てのスクリーンサイズで適用する設定 */
/* body */
body {
	font-family: "游ゴシック", "Yu Gothic", sans-serif;
	text-align:center;
}
h1{
	display:block;
	font-size:2em;
	-webkit-margin-before:0.67em;
	-webkit-margin-after:0.67em;
	-webkit-margin-start:0px;
	-webkit-margin-end:0px;
	font-weight:bold;
}
a{
	text-decoration:none;
	-webkit-transition:all 0.5s !important;
}

ul{
	list-style:none;
}

.clearfix{
	display:block;
	min-height:1%;
}
#headerfix {
	width: 100%;
	background: rgba(255,255,255,1);
  position: fixed;
  top: -100px;
  left: 0;
  z-index: 9999;
  transition: all 0.5s !important;
  -moz-transition: all 0.5s !important;
  -webkit-transition: all 0.5s !important;
}
#headerfix.show {
  top: 0;
  transition: all 0.5s !important;
  -moz-transition: all 0.5s !important;
  -webkit-transition: all 0.5s !important;
}
.headerlogo{
	position:absolute;
	width:135px;
	margin:0;
	right:0;
	top:0;
	z-index:2;
	text-align:right;
}

#menuToggle{
	display:none;
	position:relative;
	padding:4px 8px;
	border:none;
	border-radius:5px;
	background:none;
	left:9px;
	cursor:pointer;
	outline: none;
}

#menuButton{
	display:block;
	width:46px;
	height:46px;
	position:relative;
	z-index:3;
}

#menuButton span{
	display:block;
	background:#525252;
	width:45px;
	height:6px;
	position:absolute;
	left:1px;
	transition:all 0.4s;
	-webkit-transition:all 0.4s;
	-moz-transition:all 0.4s;
}
#menuButton span:first-child{
	top:7px;
}

#menuButton span:nth-child(2){
	margin-top:-1px;
	top:21px;
}

#menuButton span:last-child{
	top:33px;
}

#menuButton.active span:first-child{
	-webkit-transform:translateY(8px) rotate(45deg);-moz-transform:translateY(8px) rotate(45deg);-ms-transform:translateY(8px) rotate(45deg);transform:translateY(11.5px) rotate(45deg);}
#menuButton.active span:nth-child(2){
	opacity:0;
}

#menuButton.active span:last-child{
	-webkit-transform:translateY(-8px) rotate(-45deg);-moz-transform:translateY(-8px) rotate(-45deg);-ms-transform:translateY(-8px) rotate(-45deg);transform:translateY(-10.5px) rotate(-45deg);
}

#menuToggle span{
	display:inline-block;
	text-indent:-9999px;
}

#gnavi ul {
  background: rgba(255,255,255,1);
}
#gnavi li {
	display: inline-block;
}
#gnavi li a {
    display: inline-block;
    font-size: 15px;
    line-height: 14px;
    color: #525252;
    text-decoration: none;
    margin: 38px 7px;
}
.op{
	float:right;
}
#headerlinks{
	text-align:center;
	padding:90px 0 84px;
}

#inner.show {
	top:0;
 	transition: all 0.5s !important;
 	-moz-transition: all 0.5s !important;
 	-webkit-transition: all 0.5s !important;
}
aside{
	position:fixed;
	z-index:2;
	width: 100%;
}

.topfamily{
	width:100%;
	padding:0 10px 52px 10px;
	box-sizing:border-box;
}
.topfamily ul{
	margin-left:-10px;
}
ul.clearfix{
	list-style:none;
}
.topfamily ul li{
	float:left;
	padding-left:10px;
	width:33.33%;
	box-sizing:border-box;
	margin-bottom:10px;
}
.topfamily ul li img{
	width: 100%;
}
img{
	vertical-align:top;
	max-width:100%;
}
.tophouse01{
	max-width:800px;
	margin:0 auto;
	padding-bottom:48px;
}
.h2basic{
	font-size:20px;
	line-height:36px;
	color:#525252;
	padding:0 0 40px;
	text-align:center;
	letter-spacing:5px;
}

.tophouse01 p{
	font-size:13px;
	line-height:25px;
	color:#7f7f7f;
	padding-bottom:25px;
}
.topbenift01{
	max-width:950px;
	margin:0 auto;
}
.mb35{
	margin-bottom:35px !important;
}
.topcurrtly01{
	font-size:14px !important;
	color:#a38f5c !important;
	letter-spacing:2px;
	text-align:right;
	padding:14px 12px 12px 0 !important;
	background:url(../img/icon3.png) no-repeat scroll center bottom;
	max-width:822px;
	margin:0 auto;
}
h2{
	display:block;
	font-size:1.5em;
	-webkit-margin-before:0.83em;
	-webkit-margin-after:0.83em;
	-webkit-margin-start:0px;
	font-weight:bold;
}
.benft01{
	float:left;
	width:445px;
	background:#f5f5f5;
	box-sizing:border-box;
	padding:28px 42px;
	position:relative;
}
.benft01 ul li{
	font-size:13px;
	line-height:30px;
	color:#7f7f7f;
	padding-left:18px;
	text-align:left;
	background:url(../img/icon1.png) no-repeat scroll 0 center;
}
.beniftsub{
	margin-left:30px;
}
.benft01{
	float:left;
	width:460px;
	background:#f5f5f5;
	box-sizing:border-box;
	padding:28px 42px;
	position:relative;
}
.bgdis li{
	background:url(../img/icon2.png)no-repeat scroll 0 center !important;
}
.after{
	clear:both;
	content:".";
	display:block;
	height:0;
	visibility:hidden;
}
.topcurrtly02{
	margin:0 auto 52px !important;
	padding-right:48px !important;
}
.topcurrtly02{
	font-size:14px !important;
	color:#a38f5c !important;
	letter-spacing:2px;
	text-align:right;
	padding:14px 12px 12px 0 !important;
	background:url(../img/icon3.png) no-repeat scroll center bottom;
	max-width:822px;
	margin:0 auto;
}
.topcurrtly03{
	margin:20px auto 0 !important;
	padding-right:48px !important;
}
.topcurrtly03{
	font-size:14px !important;
	color:#a38f5c;
	letter-spacing:2px;
	text-align:right;
	padding:14px 12px 12px 0 !important;
	background:url(../img/icon3.png) no-repeat scroll center bottom;
	max-width:822px;
	margin:0 auto;
}
.mt50{
	margin-top:50px !important;
}
.h2basic01{
	font-size:20px;
	line-height:36px;
	color:#525252;
	padding:0 0 18px;
	letter-spacing:6px;
	text-align:center;
}
.h3basic{
	font-size:13px;
	line-height:18px;
	color:#7f7f7f;
	text-align:center;
	padding:0 0 50px;
	letter-spacing:1.3px;
}
.groupstudy{
	max-width:920px;
	margin:0 auto 50px;
}
.groupstudy .floatImgR{
	float:right;
	margin-left:64px;
}
.floatText{
	overflow:hidden;
}
.study{
	color:#525252;
	font-size:18px;
	line-height:28px;
	padding:18px 0;
	letter-spacing:5px;
}
.studytext{
	color:#7f7f7f;
	font-size:13px;
	line-height:26px;
	text-align:justify;
}
.studytext span{
	display:block;
	margin:26px 0 0;
}
.visitoffice{
	max-width:920px;
	margin:0 auto 50px;
}
.visitoffice .floatImgL{
	float:left;
	margin-right:52px;
}
.floatText{
	overflow:hidden;
}
.study{
	color:#525252;
	font-size:18px;
	line-height:28px;
	padding：:18px 0;
	letter-spacing:5px;
}
.studytext{
	color:#7f7f7f;
	font-size:13px;
	line-height:26px;
	text-align:justify;
}
.dream{
	max-width:920px;
	margin:0 auto 56px;
}
.dream .floatImgR{
	float:right;
	margin-left:32px;
}
.studytext span{
	display:block;
	margin:26px 0 0;
}
.sevensafe{
	max-width:920px;
	margin:0 auto;
}
.secure{
	width:47%;
	float:right;
}
.safe{
	width:48%;
	float:left;
	margin:20px 0 0;
}

.safe li{
	color:#525252;
	line-height:40px;
	box-sizing:border-box;
	font-size:14px;
	border-bottom:1px solid #929292;
	padding:0 0 0 10px;
	letter-spacing:4px;
}
.topcurrtly04{
	font-size:14px !important;
	color:#a28f5c !important;
	text-align:right;
	padding:14px 54px 12px 0;
	background:url(../img/icon3.png) no-repeat scroll center bottom;
	max-width:822px;
	margin:30px auto 44px;
}
.sessions{
	background:#a38f5c none repeat scroll 0 0;
	color:#fff;
	font-size:28px;
	height:88px;
	letter-spacing:7px;
	line-height:88px;
	margin:0 auto;
	max-width:918px;
	text-align:center;
}
.venus{
	color:#525252;
	font-size:16px;
	letter-spacing:4px;
	line-height:26px;
	padding:28px 0 30px;
	text-align:center;
}




/* お問い合わせフォーム */
form#mail_form{
	width : 600px;
	margin : 50px auto;
	padding : 10px 0;
	background : rgba(255, 255, 255, 0.45);
	border : 1px solid #cccccc;
	border-radius : 7px;
	text-shadow : 0px 1px 0px #ffffff;
}
form#mail_form dl{
	width : 550px;
	margin : 0 auto;
	overflow : hidden;
}
form#mail_form dl dt{
	clear : both;
	width : 180px;
	float : left;
	border-top : 1px solid #cccccc;
	padding : 15px 0;
	text-align : right;
	overflow : hidden;
}
form#mail_form dl dd{
	width : 340px;
	float : right;
	border-top : 1px solid #cccccc;
	padding : 20px 0 15px 30px;
}
form#mail_form dl dt:first-child,
form#mail_form dl dt:first-child+dd{
	border : none;
}
form#mail_form dl dt span{
	display : block;
	font-size : 85%;
	color : #3377ff;
}
input[type='reset'], input[type='submit'] {
	cursor : pointer;
	padding : 15px 30px;
	border : #ccc solid 1px;
	background : none;
	font-size : initial;
}
input[type='reset']:hover, input[type='submit']:hover {
	background : #eee;
		color : #333;
}
form#mail_form input{
	height : 1.8em;
	border : 1px solid #cccccc;
	border-radius : 3px;
	background : #fafafa;
}
form#mail_form textarea{
	width : 320px;
	height : 200px;
	resize : vertical;
	border : 1px solid #cccccc;
	border-radius : 3px;
	background : #fafafa;
}
form#mail_form input:focus,
form#mail_form textarea:focus{
	box-shadow : 0px 0px 5px #55ccff;
	border : 1px solid #55ccff;
	background : #ffffff;
}
form#mail_form input#name_1{
	width : 200px;
}
form#mail_form input#mail_address{
	width : 200px;
}
form#mail_form input#phone{
	width : 200px;
}
form#mail_form input#mail_submit_button{
	width : auto;
	height : auto;
	padding : 4px 10px;
	vertical-align : middle;
	color : #444444;
	background : #eeeeee;
	border : 1px solid #cccccc;
	border-radius : 3px;
	font-family : inherit;
	font-weight : bold;
}
form#mail_form input#mail_submit_button:hover{
	cursor : pointer;
	color : #106dff;
	background : #e0e0e0;
}

/* --responsive------------------------------------------- */

/* 640pixel start */
@media screen and (max-width : 640px){

form#mail_form{
	width : 95%;
}
form#mail_form dl{
	width : 90%;
}
form#mail_form dl dt{
	width : auto;
	float : none;
	text-align : left;
	padding : 10px 0 5px;
	font-weight : bold;
}
form#mail_form dl dd{
	width : auto;
	float : none;
	border-top : none;
	padding : 0px 0 13px 0px;
}
form#mail_form dl dt span{
	font-weight : normal;
}
form#mail_form input{
	height : 25px;
}
form#mail_form input#name_1,
form#mail_form input#phone,
form#mail_form input#mail_address,
form#mail_form input#day,
form#mail_form input#time,
form#mail_form textarea{
	max-width : 98%;
	-webkit-appearance : none;
}
/* google map */
.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


.sidefix a img{
	max-width:none;
}

}




@media screen and (max-width: 1024px){
	#gnavi li a {
    font-size: 14px;
		margin: 38px 5px;
	}
}
@media screen and (min-width:960px){
	#headerfix {
		border-bottom: 1px solid #000;
	}
}
@media screen and (max-width:959px){
	#headerfix {
    top: 0;
	}
	#headfix .hederlogo{
		display:block;
	}
	.headerlogo{
		width: 81px;
	}
	#menuToggle {
		display: block;
	}
	#gnavi {
		height:0;
		overflow: hidden;
	}
	#gnavi li {
    	display: block;
	}
	#gnavi li:first-child {
    	border-top: solid 1px #868686;
	}
	#gnavi li a {
		padding: 6px 15px;
		display: block;
		width: 100%;
		font-size: 14px;
		line-height: 32px;
		color: #525252;
		text-decoration: none;
		margin: 0;
		text-align: left;
		border-bottom: solid 1px #868686;
	}
	#scroll-header{
		top:150px;
	}

	#main{
		margin:0 0 36px;
		padding:0 0 28px;
	}
	.topfamily{
		padding:0 15px 30px;
	}
	.tophouse01{
		padding-bottom:24px;
		padding:0 10px;
	}
	.h2basic{
		font-size:16px;
		line-height:20px;
		padding:0 10px 20px;
	}
	.tophouse01 p{
		font-size:12px;
		line-height:18px;
		padding-bottom:12px;
	}
	.topcurrtly01{
		background:rgba(0,0,0,0)
		url(../img/icon3.png) no-repeat scroll center bottom / 100px auto;
		margin:0 0 28px;
		font-size:12px !important;
		padding:10px 12px 20px !important;
		text-align:center;
	}
	.topbenift01{
		padding:0 10px;
	}
	.h2basic{
		font-size:16px;
		line-height:20px;
		padding:0 10px 20px;
	}
	.mb35{
		margin-bottom:6px !important;
	}
	.benft01{
		float:none;
		padding:18px 0;
		width:100%;
	}
	.benft01 ul li{
		font-size:11px;
		line-height:24px;
		padding-left:28px;
		text-align:left;
		background:rgba(0,0,0,0) url(../img/icon1.png) no-repeat scroll 9px center;
	}
	.beniftsub{
		margin-left:0;
		margin-top:10px;
	}
	.bgdis li{
		background:url(../img/icon2.png) no-repeat scroll 9px center !important;
	}
	.topcurrtly02{
		margin:0 auto 20px !important;
	}
	.topcurrtly02{
		background:rgba(0,0,0,0) url(../img/icon3.png) no-repeat scroll center bottom / 100px auto;
		margin:0 0 28px;
		font-size:12px !important;
		padding:10px 12px 20px !important;
		text-align:center;
	}
	.h2basic{
		font-size:16px;
		line-height:20px;
		padding:0 10px 20px;
	}
	.afterboth{
		clear:both;
	}

	.topcurrtly03{
		background:rgba(0,0,0,0) url(../img/icon3.png) no-repeat scroll center bottom / 100px auto;
		margin:0 0 28px;
		font-size:12px !important;
		padding:10px 12px 20px !important;
		text-align:center;
	}

	.mt50{
		margin-top:26px !important;
	}
	.h2basic01{
		font-size:12px;
		line-height:18px;
		padding:0 10px 10px;
	}
	.h3basic{
		font-size:12px;
		line-height:18px;
		padding:0 10px 26px;
	}
	.groupstudy{
		margin:0 auto 26px;
		padding:0 10px;
		text-align:center;
	}
	.groupstudy .floatImgR{
		float:none;
		margin:0;
		display:table-footer-group;
	}
	.groupstudy .floatImgR img{
		display:block;
		width:100%;
		margin-top:10px;
	}
	.floatText{
		overflow:visible;
		display:table-header-group;
	}
	.study{
		font-size:16px;
		line-height:24px;
		padding:10px 0;
	}
	.studytext{
		font-size:12px;
		line-height:20px;
	}
	.study span{
		margin:12px 0 0;
	}
	.visitoffice{
		margin:0 auto 26px;
		padding:0 10px;
		text-align:center;
	}
	.visitoffice .floatImgL{
		float:none;
		margin:0;
		display:table-footer-group;
	}
	.visitoffice .floatImgL img{
		display:block;
		width:100%;
		margin-top:10px;
	}
	.dream{
		margin:0 auto 26px;
		padding:0 10px;
		text-align:center;
	}
	.floatImgR{
		float:none;
		margin:0;
		display:table-footer-group;
	}
	.dream .floatImg img{
		display:block;
		width:100%;
		margin-top:10px;
	}
	.secure{
		box-sizing:border-box;
		float:none;
		padding:0 10px;
		width:100%;
	}
	.safe{
		float:none;
		margin:10px 0 0;
		padding:0 10px;
		width:100%;
		box-sizing:border-box;
	}
	.topcurrtly04{
		background:rgba(0,0,0,0) url(../img/icon3.png) no-repeat scroll center bottom / 100px;
		font-size:12px !important;
		margin:4px auto 20px;
		padding:10px 12px 20px;
		text-align:center;
	}
	.sessions{
		font-size:16px;
		height:44px;
		letter-spacing:3px;
		line-height:44px;
		padding:0 10px;
	}
	.venues{
		font-size:14px;
		letter-spacing:2px;
		line-height:22px;
		padding:14px 10px 16px;
	}

	.reservationform{
		font-size:14px;
		letter-spacing:3px;
		line-height:20px;
		padding:16px 10px;
	}
	.reservationenquary{
		padding:0 10px;
		box-sizing:border-box;
	}
	.reservationtable th{
		display:block;
		font-size:12px;
		letter-spacing:2px;
		width:100%;
		padding:14px 0 0;
		line-height:1.5;
	}
	.reservationtable td{
		display:block;
		width:100%;
		padding:14px 0;
	}
	.selectWrap{
		position:relative;
		height:28px;
	}
	.selectWrap span.customSelect{
		width:100%;
	}
	span.customSelect{
		font-size:14px;
		padding:0 10px;
		border:1px solid #d1d1d1;
		line-height:28px;
	}
	.customSelectInner{
		background:url() no-repeat center right;
		background-size:7px auto;
		padding:0 7px 0 0;
	}
	.input01{
		font-size:14px;
		height:30px;
		padding:0 6px;
		border:1px solid #d1d1d1;
	}
	.radiolist{
		font-size:14px;
		line-height:22px;
	}
	.reservationtable td textarea{
		font-size:14px;
	}
	.confirmation{
		font-size:14px;
		line-height:22px;
		padding:10px 0px;
	}

	#footer{
		padding:0 10px;
	}
	.visiblesp{
		display:none;
	}
}
@media screen and (max-width: 767px){
	.topfamily{
		padding:0 10px 30px;
		width:100%;
		box-sizing:border-box;
	}
	.topfamily ul li{
		width:50%;
	}
	.groupstudy img{
		width:100%;
	}


}
