* {
	color: #010101;
	font:normal 15px Arial, Helvetica, Tahoma, "Trebuchet MS", Verdana, "ヒラギノ角ゴ Pro W3", Osaka, "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	box-sizing:         border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	-ms-box-sizing:     border-box;
	-o-box-sizing:      border-box;
}
input.w100 {
	width: 100%;
}
.invalid {
	margin-top: 5px;
	color: #f00;
	font-weight: bold;
}
.transparent {
	width: 1px;
	height: 1px;
	position: absolute;
	top: 0;
	left: 0;
}
.ro:hover {
	opacity: 1;
}
.ro img {
	-moz-transition: -moz-transform 0.2s ease-out;
	-webkit-transition: -webkit-transform 0.2s ease-out;
	-o-transition: -o-transform 0.2s ease-out;
	-ms-transition: -ms-transform 0.2s ease-out;
	transition: transform 0.2s ease-out;
}
.ro img:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}


#outline dd {
	text-indent: -1em;
	margin-left: 1em;
	line-height: 1.6em;
}
#outline dd:before {
	content: '■';
}
#outline .strong {
	color: #e60012;
}
#outline .default {
	color: #000;
}
input[type=checkbox] {
	display: none;
}
label.checkbox {
	position: relative;
	display: inline-block;
	padding: 0 12px 0 42px;
	vertical-align: middle;
	cursor: pointer;
}
.checkbox:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 15px;
	display: block;
	margin-top: -10px;
	width: 16px;
	height: 16px;
	border: 1px solid #c2c2c2;
	background: #fff;
	z-index: 1;
}

.checkbox:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 21px;
	display: block;
	margin-top: -9px;
	width: 5px;
	height: 9px;
	border-right: 3px solid #53b300;
	border-bottom: 3px solid #53b300;
	opacity: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: 2;
}
input[type=checkbox]:checked + .checkbox:before {
	opacity: 1;
}

@media all and (min-width: 769px) {

body {
	font-size: 15px;
}
input[type=text],
input[type=number],
input[type=tel],
input[type=email],
select {
	height: 50px;
	padding: 0 10px;
	border: 1px solid #d4d4d4;
	border-radius: 10px;
}
.spOnly {
	display: none !important;
}
#wrapperAll {
	background: url(../images/pc/bg.png) repeat-y center center;
}
#wrapperAll ol, li {
	list-style-type: none;
}
#wrapperAll h2 {
	width: 920px;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
}
a:hover,
input[type=submit]:hover {
	opacity: 0.75;
	cursor: pointer;
}

.inner {
	width: 920px;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
}

#main {
	margin-bottom: 30px;
	padding: 30px 0 0;
	background: url(../images/bg_main.png) no-repeat center top;
}
#main h1 {
	box-shadow: 10px 10px 15px 1px rgba(0,0,0,0.6);
}
#main h1 img {
	display: block;
}

#movie {
	max-width: 640px;
	max-height: 360px;
	position: relative;
	width: 640px;
	height: 360px;
	margin-left: auto;
	margin-right: auto;
}

#footer {
	margin-top: 50px;
	background: #000;
	text-align: center;
}
#footer p {
	height: 50px;
	line-height: 50px;
	color: #fff;
}
.sns {
	position: fixed;
	top: 10px;
	right: 0;
}
.sns {
	background: #000;
	padding: 10px;
}
.sns li {
	width: 40px;
	height: 40px;
}
.sns li:first-child {
	margin-bottom: 10px;
}

input.submit {
	width: 254px;
	height: 64px;
	margin: 0 auto;
	display: block;
	background: url(../images/bt_send.png) no-repeat center center;
	border: none;
}

#outline {
	background: #fff;
	padding: 25px;
	margin-top: 50px;
}
#outline h2 {
	margin: 0 -25px;
}
#outline dt:first-child {
	margin-top: 10px;
}
#outline dt {
	margin: 20px 0 10px;
}
#outline dd {
	font-size: 13px;
}
#outline dd:before {
	font-size: 22px;				//base chrome
}
.gototop {
	padding: 25px 0;
	text-align: center;
}

#invalid .invalid {
/* 	margin-top: 40px; */
	padding: 30px 60px;
	border-radius: 10px;
	background: #fffac4;
	text-align: center;}

}

/** スマホ **/
@media all and (min-width: 0px) and (max-width: 768px) {

* {
	font:normal 10px Arial, Helvetica, Tahoma, "Trebuchet MS", Verdana, "ヒラギノ角ゴ Pro W3", Osaka, "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
}
body {
	font-size: 10px;
}
input[type=text],
input[type=number],
input[type=tel],
input[type=email],
select {
	-webkit-appearance: none;
	height: 30px;
	padding: 0 10px;
	border: 1px solid #d4d4d4;
	background: #fff;
	border-radius: 5px;
}

#main {
	margin-bottom: 10px;
	padding: 10px 10px 0;
	background: url(../images/bg_main.png) no-repeat center top;
	background-size: 100% auto;

}
#main h1 {
	box-shadow: 5px 5px 7px 1px rgba(0,0,0,0.6);
}
#main h1 img {
	display: block;
}

li {
	display: block;
}
.pcOnly {
	display: none !important;
}
#wrapperAll {
	background: url(../images/sp/bg.png) repeat-y center center;
	background-size: 100% auto;
}
#wrapperAll h2 {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
#wrapperAll img {
	display: block;
	width: 100%;
}
.inner {
	width: 100%;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
}

#gallery {
	width: 95%;
	margin: auto;
}
#movie {
	height: 0;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 56.25%;
	position: relative;
	background: #000;
	overflow: hidden;
}

#footer {
	background: #000;
	text-align: center;
	color: #fff;
	line-height: 50px;
}

.sns {
	padding: 25px 30px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	       -webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	          -ms-flex-pack: justify;
	        justify-content: space-between;
}
#footer .sns + p {
	border-top: 1px solid #fff;
}
#footer p {
	height: 30px;
	margin: 0 10px;
	font-size: 12px;
	color: #fff;
	line-height: 30px;
}
.sns {
	background: #000;
}
.sns li {
}
.sns li:first-child {
	margin-right: 35px;
}

input.submit {
	width: 127px;
	height: 32px;
	margin: 0 auto;
	display: block;
	background: url(../images/bt_send.png) no-repeat center center;
	background-size: contain;
	border: none;
}

#outline {
	background: #fff;
	padding: 10px 0;
	margin-top: 25px;
}
#outline dl {
	padding: 0 10px;
}
#outline dt:first-child {
	margin-top: 10px;
}
#outline dt {
	margin: 20px 0 10px;
	font-size: 10px;
}
#outline .icon {
	width: 90px;
}
#outline .icon:nth-of-type(4) {
	width: 190px;
}
#outline dd {
	font-size: 10px;
}
#outline dd:before {
	font-size: 10px;
}

.gototop {
	padding: 25px 0;
	text-align: center;
}


#invalid .invalid {
	margin: 20px 15px 0;
	padding: 5px 20px 20px;
	border-radius: 10px;
	background: #fffac4;
	text-align: center;
}

}
