@charset "utf-8";
/**************
共通設定
**************/
html {
	font-size: 62.5%;
}

body {
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo ,"ＭＳ Ｐゴシック" ,"MS PGothic", sans-serif;
	font-size: 1rem;
	color: #666;
}

.cf:after {
	display: block;
	content: "";
	clear: both;
}

.inner {
	width: 980px;
	margin:  0 auto;
	text-align: center;
}

article {
	padding-top: 60px;
	background-color: #fff;
}

article:nth-child(even) {
	background-color: #C4C1C1;
}

/**************
header
**************/
header {
	background: rgba(255,255,255,0.9);
	height: 60px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	border-bottom: solid 1px #000;
}

header h1 {
	float: left;
	margin-top: 18px;
}


nav {
	width: 720px;
	float: right;
}

nav ul {
	margin-top: 24px;
}

nav ul li {
	float: left;
	margin-right: 40px;
}

nav ul li:last-child {
	margin-right: 0;
}

.line a {
	position: relative;
	text-decoration: none;
	font-size: 1.6rem;
	color: #333;
}

.line a::after {
	position: absolute;
	bottom: -4px;
	left: 0;
	content: "";
	width: 100%;
	height: 1px;
	background-color: #900;
	transform: scale(0);
	transform-origin: center top;
	transition: .3s;
}

.line a:hover::after {
	transform: scale(1);
}

.snsBtn {
	margin-top: -4px;
}

.toggle,
.rpMenu {
	display: none;
}
/**************
slider
**************/
#slider3 {
	width: 100%;
}

/**************
transfer
**************/
#transfer {
	margin: 30px 0 70px;
	text-align: center;
}

/**************
concept
**************/
#concept h2 {
	font-size: 6rem;
	margin-bottom: 60px;
}

#concept_image h3 {
	font-size: 3rem;
	margin-bottom: 50px;
}

#concept_image figcaption {
	font-size: 1.8rem;
	line-height: 40px;
	padding-bottom: 48px;
}

/**************
staff
**************/
#staff {
	padding-bottom: 90px;
}
#staff h2 {
	margin-bottom: 60px;
	font-size: 6rem;
	color: #fff;
}

#plan {
	padding-bottom: 60px;
	width: 600px;
	float: left;
}

#plan img {
	margin-right: 15px;
}

#staff section {
	background-color: #fff;
	float: right;
	width: 306px;
	padding-top: 30px;
	padding-bottom: 30px
}

#staff section:last-child {
	margin-right: 0;
}

#staff section h3 {
	font-size:  2rem;
	margin-bottom: 25px;
	text-align: left;
	margin-left: 20px;
}

#staff section figure {
	width: 250px;
	margin:  0 auto;
}

#staff section figure figcaption {
	line-height: 25px;
	padding: 15px;
	text-align: left;
}

.open {
	display: none;
}

/**************
price
**************/
#price h2 {
	margin-bottom: 60px;
	font-size: 6rem;
}

#price h3 {
	font-size: 2rem;
	letter-spacing: 2px;
	margin-bottom: 15px;
}

#price section {
	margin-bottom: 70px;
	border-bottom: 1px solid #666;
}

#price section:last-child {
	border-bottom: none;
}

#price dl {
	line-height: 12px;
	margin-bottom:40px;
	font-size: 1.5rem;
}

#price dl dt {
	width: 500px;
	float: left;
	margin-left: 150px;
	margin-bottom: 20px;
	text-align: left;
}

#price dl dd {
	float: right;
	width: 200px;
	margin-right: 40px;
	text-align: left;
	letter-spacing: 3px;
}

#price p {
	font-size: 1.5rem;
	margin-top: -20px;
	margin-bottom: 50px;
}

#price h4 {
	font-size: 2rem;
	letter-spacing: 2px;
	margin-top: 30px;
}

/**************
info
**************/
#info {
	color: #fff;
}
#info h2 {
	font-size: 6rem;
	margin-bottom: 60px;
}

#info h3 {
	font-size: 3rem;
	margin-bottom: 30px;
}

#info figcaption {
	width: 700px;
	margin:  0 auto;
	text-align: left;
	font-size: 1.6rem;
	line-height: 40px;
	padding-bottom: 48px;
}

#info .hadinfo {
	font-size: 1.8rem;
	text-align: center;
	margin-bottom: 30px;
}

#info .jhd img {
	margin-bottom: 60px;
}

/**************
access
**************/
#access {
	padding-bottom: 70px;
}

#access h2 {
	margin-bottom: 60px;
	font-size: 6rem;
}

#access ul li {
	font-size: 1.8rem;
	margin-bottom: 27px;
}

#access ul li:nth-child(2) {
	font-size: 3rem;
	font-weight: bold;
}

#access ul li:last-child {
	margin-bottom: 0;
}

#access ul li.dite {
	margin-bottom: 10px;
}

#gmap {
	width: 100%;
	height: 400px;
}


/**************
footer
**************/
footer {
	position: relative;
	text-align: center;
	color: #fff;
	background-color: #666;
	height: 66px;
	line-height: 66px;
	font-size: 1.8rem;
}

footer a {
	position: absolute;
	bottom: 1px;
	right: 20px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

/*** テキストライン ***/

h2 {
    position: relative;
    text-align: center;
}
h2:before {
    border-top: 1px solid;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
}
h2 span {
    background-color: white;
    display: inline-block;
    padding: 0 0.5rem;
    position: relative;
}

h2 span.guusuu { 
	background-color: #C4C1C1;
}


/*** マウスホバー時にテキストを表示 ***/
.hoverText {
	width: 250px;
	height: 300px;
	overflow: hidden;
	margin: 10px 8px 10px 16px;
	position: relative;
}
.hoverText .caption {
	font-size: 1.4rem;
	color: #fff;
}
.hoverText .mask {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;	/* マスクを表示しない */
	background-color: rgba(0,0,0,0.6);
	-webkit-transition:	all 0.6s ease;
	transition: all 0.6s ease;
}
.hoverText:hover .mask {
	opacity: 1;	/* マスクを表示する */
	padding-top: 40px;	/* ホバーで下にずらす */
}

/************** PAGETOP **************/
#page-top {
	position: fixed;
	bottom: 66px;
	right: 20px;
	font-size: 1rem;
	line-height: 2;
	z-index: 100;
}

#page-top a {
	background-color: #666;
	text-decoration: none;
	color: #fff;
	width: 100px;
	padding: 20px 0;
	text-align:center;
	display: inline-block;
	border-radius: 5px;
}

#page-top a:hover {
	background-color: #fff;
	color: #666;
	border: solid 2px #666;
	margin: -2px;
}

.navToggle,
.globalMenuSp {
	display: none;
}


/************** Responsive **************/

@media screen and (max-width: 769px) {
	header h1 {
		float: none;
		position: fixed;
		top: 0;
		left: 50px;
	}	
	
	.inner {
		text-align: center;
	}
	
	nav {
		display: none;
	}
	
	h2 img {
		width: 100%;
		height: auto;
	}
	
	#concept h2,
	#staff h2,
	#price h2,
	#info h2,
	#access h2 {
		font-size: 4rem;
	}
	
	#concept figure img {
		width: 276px;
		height: auto;
	}
	
	#transfer img {
		width: 90%;
		margin: -40px 0 -20px;
	}
	
	#concept_image h3 {
		font-size: 2rem;
		margin-bottom: 30px;
	}
	
	#concept_image figcaption {
		text-align: left;
		font-size: 1.5rem;
		line-height: normal;
		padding-bottom: 0;
		margin-bottom: 20px;
	}
	
	#concept_image figcaption p {
		margin-bottom: 20px;
	}
	
	#plan {
		float: none;
		width: 306px;
	}
	
	#plan img {
		width: 30%;
		margin-right: 5px;
		margin-bottom: 10px;
	}

	
	.inner {
		width: 307px;
		margin:  0 auto;
	}
	
	#staff section {
		float: none;
		margin: 0 0 25px;
	}
	
	#info h3 {
		font-size: 2rem;
		margin-bottom: 30px;
	}
	
	#info .hadinfo {
		font-size: 1.4rem;
	}
	
	#info figcaption {
		width: 100%;
		text-align: left;
		font-size: 1.2rem;
		line-height: normal;
		padding-bottom: 0;
		margin-bottom: 20px;
	}
	
	#info figcaption p {
		margin-bottom: 20px;
	}
	
	#info .jhd img {
		width: 80%;
	}

	#access ul li {
		font-size: 1rem;
	}
	
	#access ul lu:nth-child(2) {
		font-size: 2rem;
		font-weight: normal;
	}
	
	#price dl {
		font-size: 1.2rem;
	}
	
	#price dl dt {
		width: 200px;
		margin-left: 0;
	}

	#price dl dd {
		width: 100px;
		margin-right: 0;
		letter-spacing: normal;
	}
	
	#price p {
		font-size: 1.1rem;
		text-align: left;
	}
	
	#price h4 {
		font-size: 1.5rem;
		line-height: 25px
	}
	
	footer {
		font-size: 1.0em;
	}
	
	#gmap {
		height: 250px;
	}
	
	.mask {
		display: none;
	}
	
	.open {
		display: block;/*スマホで文字を表示*/
		margin: 0 auto;
		color: #666;
		font-size: 1.4rem;
		text-align: left;
		line-height: 24px;
		width: 200px;
		padding-top: 30px;
	}
	
	#page-top {
		position: fixed;
		bottom: 66px;
		right: 20px;
		font-size: 0.8rem;
		line-height: 1.4;
		z-index: 100;
	}

	#page-top a {
		background-color: #666;
		text-decoration: none;
		color: #fff;
		width: 60px;
		padding: 10px 0;
		text-align:center;
		display: inline-block;
		border-radius: 3px;
	}
	
	#page-top a:hover {
		background-color: #fff;
		color: #666;
		border: solid 1px #666;
		margin: -1px;
	}	

	.toggle,
	.rpMenu {
		display: block;
	}
	
	.rpMenu {
		position: fixed;
		top: 0;
		left: 0;
		background-color: #ccc;
		text-align: center;
		width: 100%;
		z-index: 1;
		transform: translateY(-100%);
		transition: all 0.6s;
	}
	
	.rpMenu ul {
		margin-top: 0;
	}
	
	.rpMenu ul li {
		width: 100%;
		border-bottom: 1px dotted #333;
		margin-right: 0;
	}
	
	.rpMenu ul li a {
		display: block;
		text-decoration: none;
		color: #fff;
		font-size: 1.4rem;
		padding: 15px 0;
	}
	
	.rpMenu ul li:nth-child(n+6) a {
		padding: 10px 0;
	}
	
	.rpMenu ul li a:hover {
		background-color: #fff;
		color: #999;
	}
	
	.rpMenu.active {
		transform: translateY(0%);
	}
	
	.toggle {
		position: fixed;
		top: 3px;
		right: 13px;
		width: 42px;
		height: 51px;
		background-color: #aaa;
		text-align: center;
		cursor: pointer;
		z-index: 10;
	}
	
	.toggle span {
		display: block;
		position: absolute;
		left: 6px;
		width: 30px;
		border-bottom: 2px solid #eee;
		transition: 0.35s ease-in-out;
	}
	
	.toggle span:first-child {
		top: 9px;
	}
	
	.toggle span:nth-child(2) {
		top: 18px;
	}
	
	.toggle span:nth-child(3) {
		top: 27px;
	}
	
	.toggle span:last-child {
		border: none;
		color: #fff;
		font-size: 0.9rem;
		font-weight: bold;
		top:34px;
	}
	
	.toggle.active span:first-child {
		top: 18px;
		transform: rotate(-45deg);
	}
	
	.toggle.active span:nth-child(2),
	.toggle.active span:nth-child(3) {
		top: 18px;
		transform: rotate(45deg);
	}
		
	
}



















