@charset "utf-8";
/* CSS Document */
/*
author rocksage
edit 18.05.03
*/

@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url('https://fonts.googleapis.com/css?family=Fjalla+One');

/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}


/* ---------------------
   Basic Layout
------------------------ */

body{  
  margin:0px;
  padding:0px;
  font-family: 'Helvetica Neue', 'Noto Sans Japanese','ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, Arial, Meiryo,sans-serif;
  font-weight: 300;
  background-color: #010101;
  color: #FFF;
  line-height: 1.8;
  font-size: 90%;
}

a{ color: #ccc; text-decoration: none; }
a:hover { text-decoration: underline; }


header{ box-sizing: border-box; position: relative; }
	header nav ul li{ font-family: 'Fjalla One', sans-serif; font-size: 1.1rem; letter-spacing: 0.1rem;}
		header nav ul li a {color: #FFF;}
		header nav ul li a:hover {color: #FFF; text-decoration: underline;}
	header ul.sns{ position: absolute;}
		header ul.sns li{ display: inline-block; margin-left: 0.5rem; }

footer {width: 1000px; margin: 0 auto; padding-top: 20px; position: relative;}
	footer nav ul li{ display: inline-block;  font-family: 'Fjalla One', sans-serif; font-size: 1.1rem; letter-spacing: 0.1rem;}
		footer nav ul li a {color: #FFF;}
		footer nav ul li a:hover {color: #FFF; text-decoration: underline;}
	footer ul.sns{ position: absolute;}
		footer ul.sns li{ display: inline-block; margin-left: 0.5rem; }
	footer small { font-size: 0.7rem;}

article#contents { overflow: hidden; zoom:1; border-bottom: solid 1px #666; }
section {
	transition: opacity 0.8s;
	-moz-transition: opacity 0.8s;
	-webkit-transition: opacity 0.8s;
	-o-transition: opacity 0.8s;
	transition: transform 0.8s;
	-moz-transition: transform 0.8s;
	-webkit-transition: transform 0.8s;
	-o-transition: transform 0.8s;
}
section .section-box {color: #ccc;}

#mainImages { position: relative;}
	#mainImages img {}

section h1 { text-align: center; color: #FFF; font-family: 'Fjalla One', sans-serif; letter-spacing: 0.4rem;line-height: 0.9; text-indent: 0.2rem; }
	section h1 span { display: inline-block; line-height: 1; position: relative; padding:0 20px; letter-spacing: 0.2rem;}
	section h1 span:before, section h1 span:after{
		content: '';
		position: absolute;
		top: 50%;
		display: inline-block;
		width: 10px;
		height: 1px;
		background-color: #fff;
	}
		section h1 span:before {left:0;}
		section h1 span:after {right: 0;}

section#plan ul {overflow: hidden; zoom:1;}
section#plan .plan-categoly { text-align: center; border: solid 1px #ccc; color: #ddd; font-family: 'Fjalla One', 'Noto Sans Japanese','ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, Meiryo,sans-serif;}
section#plan .plan-categoly h2.plan-cate-name span {font-size: 0.8rem;}
section#plan .plan-categoly p {padding: 0 1.5em 1em 1.5em; text-align: left;}
section#plan .plan-type h3 { background-color: #ddd; text-align: center; color: #000; line-height: 1.8; font-size: 1.1rem;}
section#plan .plan-type ul li { border-bottom: dotted 1px #ccc; padding: 1rem 0px;}
section#plan .plan-type ul li dl { overflow: hidden; zoom: 1;}
section#plan .plan-type ul li dl dd.eng{ float: left; font-family: 'Fjalla One', 'Noto Sans Japanese','ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, Meiryo,sans-serif;}
section#plan .plan-type ul li dl dd.price{ float: right; font-family: 'Fjalla One', 'Noto Sans Japanese','ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, Meiryo,sans-serif;letter-spacing: 2px;}
section#plan .plan-type ul li dl dd.note{ clear: both;}
section#plan .plan-note { overflow: hidden; zoom:1;}

section#plan #option { border-top: solid 1px #ccc;}
	section#plan #option h3{ font-family: 'Fjalla One', sans-serif; text-align: center; line-height: 1.2;}
		section#plan #option h3 span{ font-size: 0.8rem; display: block;}
	section#plan #option ul li { border-bottom: dotted 1px #ccc; padding: 1rem 0px;}
	section#plan #option ul li p.note{ font-size: 90%; margin-top: 10px; line-height: 1.4; }
	section#plan #option ul li dl { overflow: hidden; zoom: 1;}
	section#plan #option ul li dl dd.eng{ font-family: 'Fjalla One', 'Noto Sans Japanese','ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, Meiryo,sans-serif;}
	section#plan #option ul li dl dd.price{ font-family: 'Fjalla One', 'Noto Sans Japanese','ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, Meiryo,sans-serif;}
		section#plan #option ul li dl#rental dd span.price{font-family: 'Fjalla One', 'Noto Sans Japanese','ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, Meiryo,sans-serif;line-height: 1; letter-spacing: 2px;}
	section#plan #option ul li dl .youyoyaku{border: solid 1px #ccc; padding: 0.2rem 1rem; font-size: 0.8rem; margin-bottom: 3px; vertical-align: middle; margin-right: 0.5rem;}


section#cv { background-color: #202020;}
	section#cv a.button{ border: solid 1px #ccc; line-height: 3; overflow: hidden; font-size: 1rem;}
section#cv2 { background-color: #ccc; color: #000;}
	section#cv2 a.button{ background-color: #000; color: #FFF; line-height: 3; overflow: hidden; font-size: 1rem;}

section#access .address {overflow: hidden; zoom:1;}
	section#access .address h2{ margin-bottom: 0.5rem; }
	section#access .address p{ margin-bottom: 2rem; }
	section#access .address dl dt{ margin-bottom: 0.2rem; text-indent: -0.5rem; }
	section#access .address dl dd{ margin-bottom: 1rem;}

section#social { background-color: #202020;}
	section#social h2{ background-color: #ccc; color: #000; line-height: 1.6; margin-bottom: 1em; text-align: center; letter-spacing: 0.1em;
		font-family: 'Fjalla One', 'Noto Sans Japanese','ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, Meiryo,sans-serif; }

section#thank p{ text-align: center; }
	section#thank p.message {margin-bottom: 1rem;}
	section#thank p.supporter span {display: block;}
	section#thank p.supporter span.level50 {margin-bottom: 0.3em;}
	section#thank p.supporter span.level5 {margin-bottom: 0.5em;}
	



/* PC用スタイル */
@media (min-width: 1000px) {

.sp-only {display: none;}
.fs80 { font-size: 80%; }
.fs60 { font-size: 60%; }
.mB1{ margin-bottom: 1.6rem;}
body{  
  
}

header{ width: 1000px; margin: 0 auto; height: 80px; padding-top: 20px; }
	header h1{ float: left; }
	header nav ul{ margin-left: 200px; padding-top: 5px; }
		header nav ul li{ display: inline-block; margin-right: 30px;}
		header nav ul li a:hover{ border-bottom: solid 1px #fff; text-decoration: none;}
	header ul.sns{ top: 25px; right: 0px; }
	header .menu-btn{ display: none; }


footer {width: 1000px; margin: 0 auto; padding-top: 20px; position: relative;}
	footer nav ul{}
		footer nav ul li{ padding-right: 30px;}
		footer nav ul li a:hover{ border-bottom: solid 1px #fff; text-decoration: none;}
	footer ul.sns{top: 25px; right: 0px; }
	footer small { text-align: right; margin: 30px 0px; display: block; }

article#contents { padding-bottom: 100px; }
section .section-box {width: 1000px; margin: 0 auto;}

p#floating-btn {position: fixed; top:80px; right: 0px; z-index: 100;}

#mainImages { height: 490px; width: 100%; background: url(img/main01_pc.jpg) no-repeat center center; background-size: 100%; margin-bottom: 80px;}
	#mainImages img { position: absolute; width: 563px; height: 193px; top: 50%; left: 50%; margin-top: -96px; margin-left: -281px; }

section h1 { font-size: 3rem; margin-bottom: 50px;}
	section h1 span { font-size: 1rem;}

section#plan .section-box {width: 780px;}
section#plan .plan-categoly {padding: 0.5rem 0; margin-bottom: 20px;}
	section#plan .plan-categoly:nth-of-type(2) {margin-bottom: 40px;}
	section#plan .plan-categoly h2.plan-cate-name { display: inline-block; font-size: 2.5rem;}
		section#plan .plan-categoly h2.plan-cate-name span {}
	section#plan .plan-categoly p.price{ display: inline-block; margin-left: 100px;}
		section#plan .plan-categoly p.price span{ font-size: 2.5rem;letter-spacing: 2px;}
section#plan .plan-type { width: 48%; float: left;}
	section#plan div:nth-of-type(4) { float: right;}
section#plan .plan-type ul li dl dd.eng,
section#plan .plan-type ul li dl dd.price{ font-size: 2.5rem; line-height: 1.1;}

section#plan .plan-note { margin-bottom: 80px; padding-top: 30px; clear: both; font-size: 0.8rem;}
	section#plan .plan-note li span { font-size: 90%;}

section#plan #option { border-top: solid 1px #ccc; padding-top: 40px;}
	section#plan #option h3{ font-size: 2.5rem; margin-bottom: 20px;}
		section#plan #option h3 span{ font-size: 1rem;}
		section#plan #option ul li dl dd.eng{ float: left;}
		section#plan #option ul li dl dd.price{ float: right;}
		section#plan #option ul li dl dd.eng,
		section#plan #option ul li dl dd.price{ font-size: 2.5rem; line-height: 1.1;}
		section#plan #option ul li dl#rental dd:nth-of-type(2),
		section#plan #option ul li dl#rental dd:nth-of-type(3){ float: left; margin-left: 40px;}
		section#plan #option ul li dl#rental dd span.price{font-size: 2.5rem;}
		section#plan #option ul li dl#rental dd span.goods{display: inline-block; line-height: 1.2; padding-right: 1rem;}


section#cv { padding: 40px 0px; font-size: 1.2rem; text-align: center; line-height: 1;}
	section#cv div { width: 800px; margin: 0 auto; overflow: hidden; zoom:1;}
	section#cv p { float: left; line-height: 3;}
		section#cv p span { display: inline-block; padding-left: 1rem; font-size: 1.5rem; line-height: 1rem;}
	section#cv a.button {display: block;width: 300px;text-decoration: none;position: relative;z-index: 2; float: right;}
	section#cv a.button:hover {color: #333;}
section#cv2 { padding: 40px 0px; font-size: 1.2rem; text-align: center; margin-bottom: 80px; line-height: 1;}
	section#cv2 div { width: 800px; margin: 0 auto; overflow: hidden; zoom:1;}
	section#cv2 p { float: left; line-height: 3;}
	section#cv2 a.button {display: block;width: 300px;text-decoration: none;position: relative;z-index: 2; float: right;}
	section#cv2 a.button:hover {color: #333;}
section#cv a.button,
section#cv2 a.button,
	section#cv a.button::after,
	section#cv2 a.button::after {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;-webkit-transition: all .3s;transition: all .3s;}
	section#cv a.button::after,
	section#cv2 a.button::after {position: absolute;z-index: -1;display: block;content: '';top:0;left: -100%;width: 100%;height: 100%;}
	section#cv a.button:hover::after,
	section#cv2 a.button:hover::after {left: 0;background-color: #fff;}

section#access .address {margin-bottom: 80px;}
	section#access .address dl{ float: left; width: 50%;}

	section#access #googlemap { width: 100%; height: 450px; margin-bottom: 50px; }

section#social { padding-bottom: 60px; margin-bottom: 70px; }
	section#social .section-box { overflow: hidden; zoom:1; width: 780px; padding-top: 70px; }
		section#social .section-box div.socila-unit { width: 370px; float: left; height: 520px;}
		section#social .section-box div.socila-unit:last-child { float: right; }
		section#social .section-box div div.iFrame{ height: 445px; }
		section#social h2{ font-size: 140%; }


section#thank p.message {font-size: 1.2rem; margin-bottom: 1rem;}
	section#thank p.supporter span.level50 {font-size: 1.3rem;}
	section#thank p.supporter span.level5 {font-size: 1.1rem; }

}/* PC用ここまで */

/* スマホ用スタイル */
@media (max-width: 999px) {

.pc-only {display: none;}
.fs80 { font-size: 90%; }
.fs60 { font-size: 70%; }

header{ height: 3.5rem; padding-top: 1rem; width: 90%; margin: 0 auto;}
	header h1{ width: 33%; }
		header h1 img { width: 100%; }
		header nav ul li{ padding-left: 1rem; padding-top: 1rem; }
	header ul.sns{ top: 1rem; right: 20%; }

/* --- メニュー --- */
.menu-btn ,
.menu-btn span {display: inline-block;transition: all .4s;box-sizing: border-box;}
.menu-btn {
  width: 30px;
  height: 22px;
  position: relative;
  float: right;
  cursor: pointer;
  z-index: 1;
  margin-left:10px;
}
.menu-btn span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
}
.menu-btn span:nth-of-type(1) {top: 0;}
.menu-btn span:nth-of-type(2) {top: 10px;}
.menu-btn span:nth-of-type(3) {bottom: 0;}
body.open .menu-btn span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
}
body.open .menu-btn span:nth-of-type(2) {
  opacity: 0;
}
body.open .menu-btn span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg);
}
/*中身*/
header .menu {
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;/*最前面に*/
  width: 100%;/*右側に隙間を作る（閉じるカバーを表示）*/
  max-width: 1000px;/*最大幅（調整してください）*/
  height: 100%;
  background: rgba(0,0,0,0.80);/*背景色*/
  transition: .3s ease-in-out;/*滑らかに表示*/
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);/*左に隠しておく*/
}
body.open header .menu{
  -webkit-transform: translateX(0%);
  transform: translateX(0%);/*中身を表示（右へスライド）*/
}


footer {padding-top: 1rem; position: relative; width: 90%; margin: 0 auto;}
	footer nav ul{}
		footer nav ul li{ padding-right: 1rem;}
	footer ul.sns{top: 1rem; right: 0px; }
	footer small { text-align: center;}

article#contents { padding-bottom: 3rem; }
section .section-box {width: 90%; margin: 0 auto;}

p#floating-btn {display: none}

#mainImages { height: 26rem; background: url(img/main01_sp.jpg) no-repeat center center; background-size: 100%; margin-bottom: 3rem; text-align: center;}
	#mainImages img { height: 14rem; margin-top: 6rem; }

section h1 { font-size: 2rem; margin-bottom: 2rem;}
	section h1 span { font-size: 0.8rem;}

section#plan .plan-categoly {padding: 1rem 0 0.7rem 0; margin-bottom: 1rem;}
	section#plan .plan-categoly:nth-of-type(2) {margin-bottom: 2rem;}
	section#plan .plan-categoly h2.plan-cate-name { font-size: 1.8rem; line-height: 1.1;}
		section#plan .plan-categoly p.price span{ font-size: 1.6rem;}

section#plan .plan-type { margin-bottom: 1rem;}
section#plan .plan-type h3 { background-color: #ddd; text-align: center; color: #000; font-size: 1rem;}
section#plan .plan-type ul li dl dt {font-size: 0.6rem;}
section#plan .plan-type ul li dl dd.eng,
section#plan .plan-type ul li dl dd.price{ font-size: 1.6rem; line-height: 1.1;}

section#plan .plan-note { margin-bottom: 4rem; font-size: 0.8rem;}
	section#plan .plan-note li span { font-size: 90%;}

section#plan #option { border-top: solid 1px #ccc; padding-top: 3rem;}
	section#plan #option h3{ font-size: 1.8rem; margin-bottom: 2rem}
		section#plan #option h3 span{ font-size: 0.8rem;}
		section#plan #option ul li:first-child{ border-top: dotted 1px #ccc;}
		section#plan #option ul li dl dt { font-size: 0.6rem;}
		section#plan #option ul li dl dd.eng{ margin-bottom: 0.8rem;}
		section#plan #option ul li dl dd.eng,
		section#plan #option ul li dl dd.price{ font-size: 1.6rem; line-height: 1.1;}
		section#plan #option ul li dl#rental dd span.price{font-size: 1.6rem;}
		section#plan #option ul li dl#rental dd span.goods{display: inline-block; line-height: 1.2; padding-right: 1rem;}
		section#plan #option ul li dl .youyoyaku{ font-size: 0.5rem; padding: 0.2rem 0.5rem;}


section#cv { padding: 2rem 0px; text-align: center;}
	section#cv a.button{ display: inline-block; width: 90%; margin-top: 0.5rem;}
section#cv2 { padding: 2rem 0px; text-align: center; margin-bottom: 3rem;}
	section#cv2 a.button{ display: inline-block; width: 90%; margin-top: 0.5rem;}

section#access .address { margin-bottom: 3rem;}
	section#access .address h2 img{ height: 2rem; }

	section#access #googlemap { width: 100%; height:20rem; margin-bottom: 2rem; }

section#social { padding-bottom: 2.5rem; margin-bottom: 3rem; }
	section#social .section-box { padding-top: 3rem; }
		section#social .section-box div.socila-unit { margin-bottom: 1.5rem; }
		section#social h2{ font-size: 115%; }
		section#social .section-box div div.iFrame iframe{ height: 30em !important; }

section#thank p.message {font-size: 1.2rem; margin-bottom: 1rem;}
section#thank p.supporter br { display: none; }
	section#thank p.supporter span.level50 {font-size: 1.2rem;}
	section#thank p.supporter span.level5 {font-size: 1.1rem;}
	

}/* スマホ用ここまで */


