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

	基本設定

=======================================*/
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://fonts.googleapis.com/css?family=Lobster);
* {
	margin: 0px;
	padding: 0px;
	-webkit-appearance: none;
}
html {
	font-size: 62.5%;
	line-height: 1;
}
body {
	font-size: 14px;
	font-size: 1.4rem;
	color: #EEE;
	font-family: 'Noto Sans Japanese', sans-serif;
	letter-spacing: 1px;
}
p {
	line-height: 1.6;
}
.center {
	display: block;
	text-align: center;
	margin: auto;
}
a {
	color: #D26A89;
}
a:hover img {
	opacity: 0.6;
	-webkit-transition: all .4s;
	transition: all .4s;
}
a:hover {
	text-decoration: none;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
/*======================================

	Contents

=======================================*/
.content {
	background-color: #000;
}
h2, h3, h4 {
	clear: both;
	font-family: 'Lobster', cursive, "游ゴシック体", "Yu Gothic", "YuGothic", 'Noto Sans Japanese', sans-serif;
	line-height: 1.5;
}
h1 {
	font-size: 8.0rem;
	font-family: 'Lobster', cursive, 'Noto Sans Japanese', sans-serif;
}
h1 span {
	font-size: 1.6rem;
	display: block;
	margin: 10px 0;
}
h2 {
	font-size: 100%;
}
h3 {
	text-align: center;
	font-size: 4.2rem;
	margin-bottom: 20px;
	margin-top: 5%;
}
h4 {
	font-size: 2.0rem;
	margin: 30px 0 15px;
	border-bottom: 1px dotted #FFF;
}
#instaSpace {
	min-width: 340px;
	max-width: 640px;
	width: 44%;
	background-color: rgba(0,0,0,0.60);
	position: absolute;
	top: 0;
	right: 0;
	height: 800px;
	overflow: hidden;
}
#instaSpace h3 a {
	color: #FFF;
	text-decoration: none;
}
#instaSpace h3 a:hover {
	opacity: 0.6;
}
ul#instafeed {
	margin: 30px auto 15px auto;
	text-align: center;
}
ul#instafeed li {
	display: inline-block;
	letter-spacing: 0;
	margin-left: 5px;
	margin-bottom: 5px;
}
#instaSpace h3 {
	font-size: 2.4rem;
	margin-bottom: 0px;
	margin-top: 110px;
}
ul#instafeed img {
	width: 100%;
}
.contentInner {
	padding: 30px 20px;
	max-width: 1000px;
	margin: 0 auto;
}
.contentInnerTop {
	padding-top: 200px;
}
.contentInnerTop h2 {
	margin-top: 10%;
	margin-bottom: 20px;
}
.list01 {
	margin-bottom: 20px;
}
.list01 li {
	margin-top: 10px;
}
.list01 li:before {
	content: '*';
	margin-right: 5px;
}
.btnLink a {
	display: block;
	border: 1px solid #FFF;
	padding: 20px 0;
	width: 298px;
	margin: 60px auto;
	text-align: center;
	color: #FFF;
	font-size: 2.0rem;
	background-color: rgba(0,0,0,0.60);
	text-decoration: none;
}
.btnLink a:hover {
	background-color: rgba(255,255,255,0.90);
	color: #000;
	border: 1px solid #FFF;
}
#menu li {
	display: inline-block;
	font-size: 3.0rem;
	padding: 6px;
}
#menu li a {
	color: #FFF;
}
#menu li a:hover {
	opacity: 0.7;
	color: #D26A89;
	text-decoration: none;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
}
/*************************
パララックス
*************************/
div.parallax {
	height: 800px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}
.bgImg_01 {
	background: url(../images/bg01.jpg);
}
.bgImg_02 {
	background: url(../images/bg02.jpg);
}
.bgImg_03 {
	background: url(../images/bg03.jpg);
}
.bgImg_04 {
	background: url(../images/bg04.jpg);
}
/*------------------------------
         Form
------------------------------*/
#form dl {
	width: 100%;
	margin: 50px auto;
	font-weight: bold;
}
#form dt {
	clear: left;
	float: left;
	margin-bottom: 10px;
	line-height: 2;
	width: 20%;
	padding-right: 20px;
	text-align: right;
}
#form dd {
	float: left;
	margin-left: 0;
	margin-bottom: 15px;
	padding-bottom: 15px;
	width: 60%;
}
input#btnSend, .sendBtn {
	background-color: #000;
	display: block;
	border: 1px solid #FFF;
	padding: 15px;
	width: 300px;
	margin: 50px auto;
	text-align: center;
	color: #FFF;
	font-size: 2.0rem;
	cursor: pointer;
	font-family: 'Noto Sans Japanese', sans-serif;
}
input#btnSend:hover, .sendBtn:hover {
	background-color: #D26A89;
	border: 1px solid #D26A89;
	text-decoration: none;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
textarea, input {
	border: none;
	width: 100%;
	padding: 5px 10px;
}
#wrapper {
	background-color: #000;
	text-align: center;
}
address {
	font-size: 10px;
	margin-top: 50px;
	font-style: normal;
}
.formTbl {
	margin: 10px auto 0 auto;
	width: 94%;
	border-collapse: collapse;
	border-spacing: 0;
}
.formTbl td {
	padding: 10px;
	border: #999 1px solid;
	text-align: left;
}
.formTbl td.l_Cel {
	width: 150px;
}
.centerPc {
	text-align: center;
}
/*------------------------------
         フッター
------------------------------*/
footer {
	font-size: 1.2rem;
	clear: both;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	padding: 5px 0;
	background-color: #000;
}
.pagetop {
	position: fixed;
	right: 20px;
	bottom: 10px;
	font-size: 4.2rem;
}
p.pagetop a {
	opacity: 0.4;
}
p.pagetop a:hover {
	opacity: 1;
}
/*------------------------------
         Twitter
------------------------------*/
.SandboxRoot.env-bp-820 p.timeline-Tweet-text {
	font-family: 'Noto Sans Japanese', sans-serif !important;
	font-size: 1.2rem;
	line-height: 1.4;
}
.PrerenderedCard {
	width: 150px;
	max-height: 100px;
	overflow: hidden;
}
.timeline-Viewport {
	background-color: rgba(0,0,0,0.70);
	height: 600px;
}
.timeline-TweetList-tweet {
	border-top: 1px dotted rgba(255,255,255,0.5);
}
.SandboxRoot.env-bp-660 .TweetAuthor-name, .SandboxRoot.env-bp-820 .TweetAuthor-name, .SandboxRoot.env-bp-970 .TweetAuthor-name,
.SandboxRoot.env-bp-660 .timeline-Tweet-text,
.SandboxRoot.env-bp-970 .timeline-Tweet-text {
	font-size: 1.0rem!important;
	line-height:normal;
	font-weight: normal;
}
.TweetAuthor-name,.TweetAuthor-name a {
	font-weight: normal;
	font-size: 0.9rem;
	opacity:0.3;}
	
.SandboxRoot.env-bp-min .timeline-Tweet-text, .SandboxRoot.env-bp-330 .timeline-Tweet-text {
	margin-top: 20px;
	margin-left: 0;
	font-size: 1.2rem;
	line-height: 1.4;
}

/*************************
メディアクエリ
*************************/
@media screen and (min-width: 641px) {
div.parallax {
	background-attachment: fixed;
} }
.ipad div.parallax {
	background-size: auto;
	background-attachment: scroll;
}
.ipad h1 {
	margin-top: 150px;
}
.ipad .contentInner {
	padding: 10px;
}

@media screen and (max-width: 640px) {
 .contentInner {
	width: auto;
	padding: 20px 10px;
	position: relative;
}
h1 {
	margin-top: 50px;
	text-align: center;
}
ul#instafeed {
	margin: 0 auto;
}
ul#instafeed li {
	max-width: 30%;
}
#instaSpace h3 {
	margin: 10px auto 10px;
}
#instaSpace {
	float: none;
	width: 100%;
	top: 420px;
	height: 380px;
}
.contentInnerTop {
	padding-top: 30px;
	text-align: center;
}
div.parallax {
	background-position: top;
	background-size: 300%;
	background-color: #000;
	background-attachment: scroll;
}
#form dt {
	clear: left;
	float: none;
	width: 90%;
	text-align: left;
	font-size: 1.6rem;
}
#form dd {
	width: 94%;
}
.centerPc {
	text-align: left;
}
}
