@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-color:#ffffff;
	color:#333333;
}
body a {
	text-decoration: none;
	color:#000000;
}
img {
	width:100%;
}
hr {
	color:#cccccc;
	border-width: 1px 0px 0px 0px;
	margin: 4% 0;
}
 @media screen and (max-width: 640px) {
 body{
  -webkit-overflow-scrolling: touch;
}
 body {
 -webkit-text-size-adjust: 100%;
}
}
body {
	background:url(../img/bg/bg01.jpg);
	max-width:2800px;
}
#container {
	background-color:#ffffff;
	width: 85%;
	margin:0 auto;
}
.subpage #container{
	width:100%;
}
section {
	width: 100%;
	margin: 0 auto;
}
/*================*/
.sitename {
text-indent:-9999px;
}

.slide {
padding:120px 0px 70px 0px;
margin:0px 0px 500px 0px;
}
.slide:after { /* clearfix */
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}
* html .slide             { zoom: 1; } /* IE6 */
*:first-child+html .slide { zoom: 1; } /* IE7 */

.slideInnr {
background:rgba(255,255,255,0.9);
width:1000px;
padding:50px 50px 80px 50px;
}
.slideInnr:after { /* clearfix */
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}
* html .slideInnr             { zoom: 1; } /* IE6 */
*:first-child+html .slideInnr { zoom: 1; } /* IE7 */
/*===========header=============*/

header {
	width: 85%;
	height:auto;
	margin: 0 auto;
	overflow:hidden;
	background:transparent;

}
.subpage header{
	background:none;
}


.index header h1 {
	width: 30%;
	padding: 6% 0 3%;
	text-align: center;
	margin:0 auto;
}
.subpage header h1 {
	width: 38%;
	padding: 6% 0 3%;
	text-align: center;
	margin:0 auto;
}

/*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: 8%;
	left: 5%;
	z-index: 20;
	width: 90%;
}
.modal-window .modal-close {
	display: block;
	overflow: hidden;
}

a.modal-close:hover{
	opacity:1;
}
.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: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;
}
.modal-window {
	-webkit-transition: opacity 0.4s;
	-o-transition: opacity 0.4s;
	transition: opacity 0.4s;
}
.modal-inner ul {
	width:25%;
	max-width:670px;
	margin:0 auto;
}
@media(min-width:769px) {
.icon {
	width: 3.3%;
	position: absolute;
	top: 10%;
	left:7.5%;
}
#icon_ig {
	left: 11.3%;
}
#icon_navi {
	position:fixed;
	top:10%;
	left:88.5%;
	z-index: 101;
}
#close_btn {
	display: block;
	width: 3.3%;
	height: auto;
	position: absolute;
	bottom: 60px;
	left: 48.5%;
}
}

@media(max-width:768px) and (min-width: 640px) {
.icon {
	width: 3.3%;
	position: absolute;
	top: 5%;
	left:7.5%;
}
#icon_ig {
	left: 11.3%;
}
#icon_navi {
	position:fixed;
	top:5%;
	left:88.5%;
	z-index: 101;
}
#close_btn {
	display: block;
	width: 3.3%;
	height: auto;
	position: absolute;
	bottom: 5%;
	left: 48.5%;
}
.modal-inner ul {
	width:40%;
	margin:0 auto;
}

}
/*===========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:85%;
}


/*=concept=*/

.concept {
	width:60%;
	margin: 4% auto 5%;
}
.concept h1 {
	width:42%;
	margin:0 auto 3%;
}

/*=gallery,instagram=*/

.gallery_area {
	margin: 0 auto 8%;
}
.gallery_area dl, .instagram_area dl {
	width: 50%;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	float:left
}
.gallery_area dl dd, .instagram_area dl dd {
	width:47%;
}
.gallery_left dd {
	float: left;
	margin-left: 4%;
	box-sizing: border-box;
}
.gallery_right dd {
	float:right;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.first-child {
	margin-left:0!important;
}
.last-child {
	margin-left:4%;
}
/*====news area,slide area====*/

.news, .slide_images {
	width: 100%;
	position:relative
}

/*=press=*/

.press {
	width: 55%;
	float: left;
	margin: -3px 0 0 0;
}
.press i {
	width: 15%;
	display: block;
	margin: 2% 0 1% 0;
}
.press dt {
	width: 45%;
	float: left;
	margin:0 2% 0 0;
}
.press dd {
	float:left;
	width:48%;
	font-size: 85%;
}
.press dd h1 {
	width: 70%;
	margin: 10% 0 11% 0;
}
.press dfn {
	display: block;
	margin:0 0 5% 0;
}
.press span {
	display: block;
	width: 10%;
	position: absolute;
	bottom: 0;
	left: 26%;
}
/*=facebook=*/

.facebook_area {
	width:45%;
	float:right;
	margin: 1px 0 0 0;
}

/*=slide=*/

.slide_images>h1 {
	width:50%;
	text-align:center;
	float:left;
	margin: 7% 0 0 0;
}
.slide_images>h1>div {
	width:80%;
	margin:0 auto;
}
.slide_images aside {
	width:22%;
	margin: 5% auto;
}
.slide_images aside span {
	width:49.4%;
	height:43px;
}
.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: 22%;
	margin:3% auto 8%;
}
.bxslider {
	width:50%;
	float:right;
}
.bx-pager-item{
	display:none;
}
/*===========sub_content============*/

.sub_content {
	width:100%;
	margin: 0 auto 8%;
}
.sub_content h1 {
	margin: 2% auto 5%;
	width: 16%;
}

/*=profile=*/

.profile {
	width:85%;
	font-size: 90%;
}
.profile dl {
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: box;
	display: table;
	-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:1% 0 0 0;
}
.profile dt {
	width:10%;
	display: table-cell;
}
.profile dd {
	width:90%;
	display: table-cell;
}

/*=information=*/

.information h1, .contact_form h1 {
	width: 13%;
}
#maparea {
	width:50%;
	height:300px;
	float:right;
}
#map{
  width: 100%;
  height: 100%;
  }

.information dl, .information p {
	width:37.5%;
	margin: 2% 0 0 7.5%;
	font-size:90%;
}
#maplink a{
	color:#969;
}
.information dt {
	margin:0 0 1% 0;
}

/*=contact=*/
.contact_form{
	margin-bottom:0;
}

.contact_form form {
	width:70%;
	margin:3% auto 0;
	font-size: 90%;
}
.contact_form form dl {
	width:100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: box;
	display: table;
	-webkit-box-pack:start;
	-moz-box-pack: start;
	-ms-box-pack: start;
	box-pack: start;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-box-align: center;
	box-align: center;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding: 1% 0;
}
.contact_form dt {
	width: 35%;
	display: table-cell;
	margin:0 2% 3% 0;
}
.contact_form dd {
	width:63%;
	display: table-cell;
	margin:0 0 3% 0;
}
.contact_form input.required{
	float:left;
}
.formarea_wide {
	width:100%;
}
input, textarea {
	border:1px solid #666666;
	line-height:1.5;
}
textarea {  
    resize: vertical;  
    overflow: auto;  
    height: 100px;  
}  
.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;
	border-radius: 50%;
	border:solid 1px #ccc;
}
.form_radio input[type="radio"]:checked + label:after {
	position: absolute;
	content: "";
	top: 50%;
	left: -6px;
	width: 9px;
	height: 9px;
	margin-top: -4px;
	border-radius: 50%;
	background: #999999;
}
.contact_form p {
	text-align: center;
	margin: 5% auto;
}
.contact_form p>input {
	margin:0 auto;
	width:20%;
	border:1px solid #666666;
}

.contact_form small{
	float:right;
	font-size:80%;
	color: #000000;
}
p.error{
	font-size:80%;
	color:red;
	margin: 0!important;
	float:left;
	width:30%;
	text-align: left;
}
/*===========footer=============*/

footer {
	margin:5% 0;
	width:100%;
	text-align:center;
	padding-bottom:5%;
}
footer>ul {
	width: 10%;
	margin: 0 auto;
	display: table;
}
footer ul li{
	display: table-cell;
	width: 50%;
	padding: 3%;
}


.adj {
	width:100%;
	height:50px;
}

/*===========page-top============*/
#page-top {
	position: fixed;
	bottom: 30%;
	right: 0;
	width: 3.3%;
}
#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:75%;
	margin:0 auto;
}
#check_form th,#check_form td{
	padding:2% 0;
}
#check_form th{
	width:30%;
}
#check_form td{
	width:70%;
}
.checkFrom_submit{
	width:40%;
	margin: 5% 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;
}