@charset "UTF-8";
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: inherit;
	font-size: 100%;
	vertical-align: baseline;
}
html {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}
q, blockquote {
	quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
	content: "";
	content: none;
}
a img {
	border: none;
}
a:hover {
	opacity:0.7;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
	overflow: hidden;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	font-family: 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 13px;
	line-height: 1.4;
	background:url(../img/bg/bg01.jpg);
	color:#333333;
	overflow:hidden;
}
body a {
	text-decoration: none;
	color:#000000;
}
img {
	width:100%;
}
hr {
	color:#cccccc;
	border-width: 1px 0px 0px 0px;
	margin: 10% 0;
}
@media screen and (min-width: 640px) {
}
 @media screen and (max-width: 640px) {
 body {
 -webkit-text-size-adjust: 100%;
}
}
#container {
	background-color:#ffffff;
	max-width:640px;
	width: 100%;
	height:100%;
	margin:0 auto;
}
.subpage #container {
	width:100%;
}
section {
	width: 100%;
	margin: 0 auto;
}
/*===========header=============*/

header {
	max-width:640px;
	height:auto;
	margin: 0 auto;
	overflow:hidden;
	background-image:inherit;
}
.subpage header {
	background:none;
}
.index header h1 {
	width: 30%;
	padding: 8% 0 5%;
	text-align: center;
	margin:0 auto;
}
.subpage header h1 {
	width: 68%;
	padding: 6% 0 3%;
	text-align: center;
	margin:0 auto;
}
#icon_fb, #icon_ig {
	display:none;
}

/*modal*/
.modal-window {
	-webkit-transform: translate(0, 100%);
	-moz-transform: translate(0, 100%);
	-o-transform: translate(0, 100%);
	-ms-transform: translate(0, 100%);
	transform: translate(0, 100%);
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
	opacity: 0;
	line-height: 1.3;
	display: none\9;
}
.modal-window:target {
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	opacity: 1;
}
.is-active.modal-window {
	display: block\9;
}
.modal-window:target {
	display: block\9;
}
.modal-window .modal-inner {
	position: fixed;
	top: 0;
	left: -10%;
	z-index: 20;
	width: 100%;
	/*overflow-y: auto;
	overflow:hidden;*/
	padding: 20% 0 10% 0;
}
.modal-window .modal-close {
	display: block;
	overflow: hidden;
}
 @media screen and (max-width: 400px) {
#icon_navi {
	width: 7%;
	position: fixed;
	top: 5.3%;
	right: 3%;
	z-index: 101;
}
 #close_btn {
	 display: block;
	 width: 7%;
	 height: auto;
	 position: absolute;
	 bottom: 60px;
	 left: 46.5%;
}
.modal-inner ul {
	 width: 50%;
	 margin: 3% 0 0 35%;
}
}
@media screen and (min-width:401px) and ( max-width:639px) {
#icon_navi {
	width: 7%;
	position: fixed;
	top: 5.3%;
	right: 3%;
	z-index: 101;
}
 #close_btn {
	 display: block;
	 width: 7%;
	 height: auto;
	 position: absolute;
	 bottom: 60px;
	 left: 46%;
}
.modal-inner ul {
	 width: 40%;
	 margin: 10% 0 0 40%;
}
.modal-window .modal-inner {
 	 padding:0;
}
}
a.modal-close:hover {
	opacity:0.9;
}
.modal-window .modal-close:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9;
	background-color:rgba(0, 0, 0, 0.8);
}
.modal-window .modal-close:after {
	content: ' ';
	position: absolute;
	top: 25px;
	left: 50%;
	z-index: 9;
	margin-left: 285px;
	padding:0 0 10% 0;
}
.modal-window {
	-webkit-transition: opacity 0.4s;
	-o-transition: opacity 0.4s;
	transition: opacity 0.4s;
	padding:0 0 10% 0;
}
.modal-inner ul li {
	padding:2% 0;
}
/*===========main_slideImg=============*/

#main_slideImg {
	width:100%;
	margin:0 auto;
}
/* .viewer
------------------------- */
.viewer {
	margin: 0 auto;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.viewer ul {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.viewer ul li {
	top: 0;
	left: 0;
	width: 100%;
	position: absolute;
}
.viewer ul li img {
	width: 100%;
}
/* =======================================
	ClearFixElements
======================================= */
.viewer ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}
.viewer ul {
	display: inline-block;
	overflow: hidden;
}
/*===========contents=============*/

.contents {
	width:80%;
}
/*=concept=*/

.concept {
	width:100%;
	margin: 4% auto 5%;
}
.concept h1 {
	width:42%;
	margin:0 auto;
}
/*=gallery,instagram=*/

.gallery_area {
	margin: 0 auto 8%;
}
.gallery_area>div {
	width: 10%;
	margin: 0 auto 4%;
}
.gallery_area dl, .instagram_area dl {
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: box;
	-webkit-box-pack:justify;
	-moz-box-pack: justify;
	-ms-box-pack: justify;
	box-pack: justify;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-box-align: center;
	box-align: center;
	margin: 2% 0 2% 0;
}
.gallery_area dd, .instagram_area dd {
	width:48%;
}
v.instagram_area {
	margin:5% 0 0 0;
}
/*====news area,slide area====*/

.news, .slide_images {
	width: 100%;
	position:relative
}
/*=press=*/

.press {
	margin: 6% 0 0 0;
}
.press dt {
	width: 45%;
	float: left;
}
.press dd {
	float:right;
	width:50%;
	font-size: 85%;
}
.press i {
	width: 15%;
	display: block;
	margin: 2% 0 1% 0;
}
.press dd h1 {
	width:57%;
	margin: 5% 0 8% 0;
}
.press dfn {
	display: block;
	margin:0 0 5% 0;
}
.press dd span {
	display:none;
}
/*=facebook=*/

.facebook_area {
	margin:5% 0 0 0;
}
/*=slide=*/
.slide_images {
	margin: 8% auto 5%;
}
.slide_images>h1 {
	width: 100%;
	text-align: center;
	margin: 7% 0 0 0;
}
.slide_images>h1>div {
	width:80%;
	margin:0 auto;
}
.slide_images aside {
	width: 30%;
	margin: 5% auto;
}
.slide_images aside span {
	width:49.4%;
	height:45px;
}
.slide_images #slider-prev {
	float:left;
	background:url(../img/icon/prev.png) no-repeat;
	background-size:100% 100%;
}
.slide_images #slider-next {
	float:right;
	background:url(../img/icon/next.png) no-repeat;
	background-size:100% 100%;
}
.slide_images aside span a {
	display:block;
	width:43px;
	height:43px;
	opacity:0;
}
.slide_images>h1>p {
	width: 30%;
	margin:3% auto 8%;
}
.bx-pager-item {
	display:none;
}
/*===========sub_content============*/

.sub_content h1 {
	margin:5% auto;
	width: 25%;
}
/*=profile=*/

.profile {
	font-size: 90%;
}
.profile dl {
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: box;
	-webkit-box-pack:start;
	-moz-box-pack: start;
	-ms-box-pack: start;
	box-pack: start;
	-webkit-box-align: start;
	-moz-box-align: start;
	-ms-box-align: start;
	box-align: start;
	margin:5% 0 0 0;
}
.profile dt {
	width:20%;
}
.profile dd {
	width:80%;
}
/*=information=*/

.information dl {
	margin:5% 0;
	font-size:90%;
}
.information dt {
	margin:0 0 1% 0;
}
#maparea {
	width:100%;
	height:300px;
	margin:0 0 2% 0;
}
#map {
	width: 100%;
	height: 100%;
}
/*=contact=*/

.contact_form form {
	margin:3% 0 0 0;
	font-size: 90%;
}
.contact_form dd {
	margin:0 0 3% 0;
}
.formarea_wide {
	width:100%;
}
input, textarea {
	border:1px solid #666666;
}
.form_radio input {
	display: none;
}
.form_radio label {
	display: inline-block;
	position: relative;
	cursor: pointer;
	margin-left: 5%;
	padding: 2% 4%;
}
.form_radio label:before {
	position: absolute;
	content: "";
	top: 50%;
	left: -10px;
	width: 15px;
	height: 15px;
	margin-top: -8px;
	background: #bdc3c7;
	border-radius: 50%;
}
.form_radio input[type="radio"]:checked + label:after {
	position: absolute;
	content: "";
	top: 50%;
	left: -7px;
	width: 9px;
	height: 9px;
	margin-top: -5px;
	border-radius: 50%;
	background: #666666;
}
.contact_form p {
	text-align: center;
	margin: 16% 0 20% 0;
}
.contact_form p>input {
	width:45%;
	border:1px solid #666666;
}
.contact_form small {
	float:right;
	font-size:80%;
	color: #000000;
}
.error {
	font-size:80%;
	color:red;
	margin: 0!important;
}
/*===========footer=============*/

footer {
	width:100%;
	text-align:center;
	padding-bottom:5%;
}
footer>ul {
	width:30%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: box;
	-webkit-box-pack:justify;
	-moz-box-pack: justify;
	-ms-box-pack: justify;
	box-pack: justify;
	margin:0 auto;
}
footer ul li {
	display:block;
	width:45%;
}
footer small {
	font-size:10%;
}
p.adj {
	display:none;
}
/*===========page-top============*/
#page-top {
	position: fixed;
	bottom: 17%;
	left: 45%;
	width: 10%;
}
#page-top a {
	text-decoration: none;
	display: block;
}
#page-top a:hover {
	text-decoration: none;
}
/*===========form/check,sendpage============*/

.contact_t {
	text-align: center;
	font-size: 80%;
	margin: -4% 0 4% 0;
}
#check_form {
	width:90%;
	margin:0 auto;
	font-size:90%;
}
#check_form th, #check_form td {
	padding:2% 0;
}
#check_form th {
	width:40%;
}
#check_form td {
	width:60%;
}
.checkFrom_submit {
	width:70%;
	margin: 6% auto;
	text-align: center;
	overflow:hidden;
}
.checkFrom_submit dd {
	width:45%;
}
.checkFrom_submit dd input {
	width:100%;
}
.checkFrom_submit dd:first-of-type {
	float:left;
}
.checkFrom_submit dd:last-of-type {
	float:right;
}
.send_massage {
	width:90%;
	text-align:center;
	margin:5% auto;
}
