@charset "utf-8";
/* ---------------------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700,900');
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,600');
@import url('https://fonts.googleapis.com/css?family=EB+Garamond&display=swap');
/* ---------------------------------------------------------------------- */
.pc {}.sp {display: none;}
@media screen and (max-width: 767px) {
.pc {display: none;}.sp {display: block;}.inline {display: inline;}
}
/* ---------------------------------------------------------------------- */
@-ms-viewport {width: device-width;}
@viewport {width: device-width;}
*{
margin:0;
padding:0;
}
html,body {
	height: 100%;
	font-size: 62.5%;
	margin: 0px auto;
}
img.nodisplay{display: none;}
body {
	color: #333;
	font-size: 16px;
	font-size: 1.6rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	background-color: #fff;
	background-attachment: fixed;
}
@media screen and (max-width: 767px) {
	body {
		font-size: 13px;
		font-size: 1.3rem;
		-webkit-text-size-adjust: 100%;
	}
}
*html body {
}
#bg {
	height: 100%;
}
#container {
	position: relative;
	height: 100%;
	min-height: 100%;
	text-align: left;
	margin: 0px auto;
	padding: 0px;
}
@media screen and (max-width: 1000px) {#container {width:1000px;}}
@media screen and (max-width: 767px) {#container {width:100%;}}
body > #container {height: auto;}
a {
	text-decoration: underline;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
a:link {color: #333;}
a:visited {color: #333;}
a:active {color: #ccc;}
a:hover {color: #ccc;}
@media screen and (min-width: 768px) {
	a img:hover {
		opacity: 0.8;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
	}
}
@media screen and (max-width: 767px) {
	a img:active {
		opacity: 0.8;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
	}
}
/*
	-webkit-transform: scale(0.95);
	-moz-transform: scale(0.95);
	-ms-transform: scale(0.95);
	-o-transform: scale(0.95);
	transform: scale(0.95);

	-webkit-transform: translate(0px,30px);
	-moz-transform: translate(0px,30px);
	-ms-transform: translate(0px,30px);
	-o-transform: translate(0px,30px);
	transform: translate(0px,30px);

	-moz-transform: rotate(-2deg);
	-webkit-transform: rotate(-2deg);
	-o-transform: rotate(-2deg);
	-ms-transform: rotate(-2deg);

	-webkit-transition: -webkit-transform 0.3s linear;
	-moz-transition: -moz-transform 0.3s linear;
	-o-transition: -o-transform 0.3s linear;
	transition: transform 0.3s linear;

縦横真ん中寄せ
.galbox li {
	position: relative;
	width: 20%;
	height: 75px;
	overflow: hidden;
}
.galbox li img {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 112px;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
*/
h1,h2,h3,h4,h5,h6 {font-size:1em;}
em,i,address {font-style: normal;}
/*画像リンクの場合はinline-block*/
a[href^='tel'] {pointer-events: none;text-decoration: none;}
a[href^='tel'] img {display:inline-block;}
@media screen and (max-width: 767px) {
	a[href^='tel'] {pointer-events: auto;}
	a[href^='tel'] img {display:block;}
}
input,textarea,select,button {
	outline: none;
}
input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px white inset;
}
input[type='number']::-webkit-outer-spin-button,
input[type='number']::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
input[type=number] {
	-moz-appearance:textfield;
}
input[type='submit'],
button {
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
img {display:block;max-width:100%;border:none;-ms-interpolation-mode: bicubic;-webkit-backface-visibility: hidden;}
@media screen and (max-width: 767px) {
	img {max-width:100%;height:auto;}
}
p {}
.center {text-align: center;}
.right {text-align: right;}
.imgleft {float: left;margin-right:5px;}
.imgright {float: right;margin-left:5px;}
@media screen and (max-width: 767px) {
	.imgleft {float: none;margin-right:0px;margin-bottom:10px;}
	.imgright {float: none;margin-left:0px;margin-bottom:10px;}
}
pre {}
.clear {clear: both;}
.clearfix:after {
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	content:".";
}
.clearfix {min-height: 1px;}
* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}
ul {list-style-type:none;}
.attention {color: #c00;font-weight: bold;}
.nores {display: none;}
.norep {background-repeat: no-repeat;}
.strong {font-weight: bold;}
.strike {text-decoration: line-through;}
.fonts {font-size:0.8em;}
.fontb {font-size: 1.3em;}
.red {color: #f00;}
.red2 {color: #c00;}
i.sup {
	position: relative;
	top: -0.2em;
	font-size: 0.7em;
	font-style: normal;
	vertical-align: top;
}
i.sub {
	position: relative;
	top: 0.2em;
	font-size: 0.5em;
	font-style: normal;
	vertical-align: bottom;
}
.dsh {
	box-shadow: 2px 2px 2px #e6e6e6;
	-moz-box-shadow: 2px 2px 2px #e6e6e6;
	-webkit-box-shadow: 2px 2px 2px #e6e6e6;

	box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.1);
/*
	text-shadow: 1px 1px 5px rgba(0,0,0,1),1px 2px 5px rgba(0,0,0,1);
	-moz-text-shadow: 1px 1px 5px rgba(0,0,0,1),1px 2px 5px rgba(0,0,0,1);
	-webkit-text-shadow: 1px 1px 5px rgba(0,0,0,1),1px 2px 5px rgba(0,0,0,1);


	text-shadow: #fff 2px 0px 0px, #fff -2px 0px 0px,#fff 0px -2px 0px, #fff 0px 2px 0px,#fff 2px 2px 0px, #fff -2px 2px 0px,#fff 2px -2px 0px, #fff -2px -2px 0px,#fff 1px 2px 0px, #fff -1px 2px 0px,#fff 1px -2px 0px, #fff -1px -2px 0px,#fff 2px 1px 0px, #fff -2px 1px 0px,#fff 2px -1px 0px, #fff -2px -1px 0px,#fff 1px 1px 0px, #fff -1px 1px 0px,#fff 1px -1px 0px, #fff -1px -1px 0px;
	-moz-text-shadow: #fff 2px 0px 0px, #fff -2px 0px 0px,#fff 0px -2px 0px, #fff 0px 2px 0px,#fff 2px 2px 0px, #fff -2px 2px 0px,#fff 2px -2px 0px, #fff -2px -2px 0px,#fff 1px 2px 0px, #fff -1px 2px 0px,#fff 1px -2px 0px, #fff -1px -2px 0px,#fff 2px 1px 0px, #fff -2px 1px 0px,#fff 2px -1px 0px, #fff -2px -1px 0px,#fff 1px 1px 0px, #fff -1px 1px 0px,#fff 1px -1px 0px, #fff -1px -1px 0px;
	-webkit-text-shadow: #fff 2px 0px 0px, #fff -2px 0px 0px,#fff 0px -2px 0px, #fff 0px 2px 0px,#fff 2px 2px 0px, #fff -2px 2px 0px,#fff 2px -2px 0px, #fff -2px -2px 0px,#fff 1px 2px 0px, #fff -1px 2px 0px,#fff 1px -2px 0px, #fff -1px -2px 0px,#fff 2px 1px 0px, #fff -2px 1px 0px,#fff 2px -1px 0px, #fff -2px -1px 0px,#fff 1px 1px 0px, #fff -1px 1px 0px,#fff 1px -1px 0px, #fff -1px -1px 0px;
}


	filter: drop-shadow(2px 0px 2px rgba(0,0,0,0.2));
*/
}
.corn {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.text-transform {
	text-transform: capitalize;
	text-transform: uppercase;
	text-transform: lowercase;
	text-transform: full-width;
}
.sup {
	font-size:0.6em;
	font-style: normal;
	vertical-align: super;
}
/* ---------------------------------------------------------------------- */
.width {
	width: 1000px;
	margin: 0px auto;
}
@media screen and (max-width: 767px) {
	.width {
		width: auto;
	}
}
/* ---------------------------------------------------------------------- */
header,
#header {
	width: 100%;
	background-color: #82ccd2;
	margin-top: 0px;
	margin-bottom: 0px;
	z-index: 1;
}
#page-index header,
#page-index #header {
	width: 100%;
	height: 100%;
	background-color: transparent;
}
.header {
}
#page-index .header {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	min-height: 500px;
	z-index: 1;
}
.headerouter {
	position: relative;
	width: 100%;
	height: 100%;
}
.headerinner {
	padding: 5px 0px;
}
#page-index .headerinner {
	position: absolute;
	left: 50%;
	top: 50%;
	background-color: rgba(255,255,255,0.8);
	background-color: rgba(130, 204, 210,0.8);
	box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.1);
	padding: 10px;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.headertop {
	text-align: center;
	margin-bottom: 5px;
}
#page-index .headertop {
	color: #fff;
	border-top: 2px dashed #82ccd2;
	border-top: 2px dashed #fff;
	margin-bottom: 30px;
	padding-top: 20px;
}
.headertop h1 {
	font-size: 11px;
	font-weight: 400;
}
#page-index .headertop h1 {
	font-size: 18px;
	font-family: 'Noto Serif JP', serif;
	line-height: 2.8em;
}
.headertop h1 br {
	display: none;
}
#page-index .headertop h1 br {
	display: block;
}
.headerlogo {
	line-height: 1em;
	text-align: center;
}
#page-index .headerlogo {
	border-bottom: 2px dashed #82ccd2;
	border-bottom: 2px dashed #fff;
	padding-bottom: 20px;
}
.headerlogo a {
	display: inline-block;
}
.headerlogo img {
}
.headerlogo .mysvg {
	display: inline-block;
	width: 200px;
	height: auto;
}
#page-index .headerlogo .mysvg {
	width: 400px;
}
.headerlogo .mysvg path,
.headerlogo .mysvg polygon {
	color: #534741;
	fill: currentColor;
}
#page-index .headerlogo .mysvg path,
#page-index .headerlogo .mysvg polygon {
	color: #fff;
	fill: currentColor;
}
@media screen and (max-width: 767px) {
	header,
	#header {
		width: auto;
	}
	#page-index header,
	#page-index #header {
		width: auto;
		height: auto;
	}
	#page-index .header {
		position: static;
		width: auto;
		height: auto;
		min-height: auto;
	}
	.headerouter {
		position: static;
		width: auto;
		height: auto;
	}
	#page-index .headerinner {
		position: static;
		background-color: rgba(255,255,255,0.8);
		background-color: rgba(130, 204, 210,0.8);
		padding: 10px;
		-webkit-transform: translate(0%);
		-moz-transform: translate(0%);
		-ms-transform: translate(0%);
		-o-transform: translate(0%);
		transform: translate(0%);
	}
	#page-index .drawer .headerinner {
		position: static;
		background-color: transparent;
		box-shadow: none;
		-moz-box-shadow: none
		-webkit-box-shadow: none
		padding: 5px 0px;
	}
	.headertop {
		padding-right: 50px;
	}
	#page-index .headertop {
		color: #333;
		border-top: none;
		margin-bottom: 5px;
		padding-top: 0px;
	}
	.drawer .headertop {
		padding: 10px 0px;
	}
	#page-index .drawer .headertop {
		padding: 10px 0px;
	}
	.headertop h1 {
		line-height: 1.4em;
	}
	#page-index .headertop h1 {
		font-size: 11px;
		font-family: 'Noto Sans JP', sans-serif;
		line-height: 1.4em;
	}
	#page-index .headertop h1 br {
		display: none;
	}
	.headerlogo {
		line-height: 1em;
		text-align: center;
		margin-bottom: 5px;
	}
	#page-index .headerlogo {
		border-bottom: none;
		padding-bottom: 0px;
	}
	.drawer .headerlogo {
		margin-bottom: 0px;
		padding: 10px 0px;
	}
	#page-index .drawer .headerlogo {
		padding: 10px 0px;
	}
	.headerlogo .mysvg {
		width: 200px;
	}
	#page-index .headerlogo .mysvg {
		width: 200px;
	}
	#page-index .headerlogo .mysvg path,
	#page-index .headerlogo .mysvg polygon {
		color: #534741;
		fill: currentColor;
	}

}
/* ---------------------------------------------------------------------- */
nav {
	background-color: rgba(255, 255, 255,1);
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.1);
}
#page-index nav {
	background-color: transparent;
}
#nav {
	background-color: #82ccd2;
	background-color: rgba(130, 204, 210,1);
	background-color: rgba(255, 255, 255,0.8);
	margin: 0px auto;
}
#page-index #nav {
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 9999;
	width: 100%;
	background-color: transparent;
	background-color: rgba(255, 255, 255,0.8);
}
#globalnav {
	text-align: center;
}
#globalnav li {
	display: inline-block;
	width: 120px;
	vertical-align: top;
}
#globalnav li a {
	display: block;
	color: #fff;
	color: #82ccd2;
	color: #333;
	text-align: center;
	text-decoration: none;
	padding: 10px 20px;
}
#page-index #globalnav li a {
	color: #333;
}
#globalnav li a span {
	display: block;
	font-size: 20px;
	font-family: 'EB Garamond', serif;
	font-weight: 400;
	text-transform: capitalize;
}
#globalnav li a strong {
	display: block;
	font-weight: 400;
	font-size: 12px;
}
#globalnav li a:hover {background-color: #f2f2f2;}
#globalnav li a:hover strong {color: #ccc;}
#globalnav li a:hover span {color: #ccc;}
@media screen and (max-width: 767px) {
	#globalnav li {
		display: block;
		width: auto;
	}
	#globalnav li a {
		border-bottom: 1px solid #fff;
		padding: 15px 20px;
	}
	#globalnav li:first-child a {
		border-top: 1px solid #fff;
	}
	#globalnav li a span {
		display: inline-block;
		font-size: 20px;
	}
	#globalnav li a strong {
		display: inline-block;
	}
}
/* ---------------------------------------------------------------------- */
#footer {
	background-color: #82ccd2;
	background-color: #f2ece3;
	background-color: #fff;
	background-color: transparent;
	padding: 30px 0px 0px 0px;
}
#footer a {
}
.footer {
	width: 1000px;
	margin: 0px auto;
}
@media screen and (max-width: 767px) {
	.footer {
		width: auto;
	}
}
.footerinner {
	text-align: center;
	margin-bottom: 30px;
}

.footerlogo {
	margin-bottom: 10px;
}
.footerlogo a {
	display: inline-block;
	text-decoration: none;
}
.footerlogo img {
}
.footerlogo .mysvg {
	display: inline-block;
	width: 250px;
	height: auto;
}
.footerlogo .mysvg path,
.footerlogo .mysvg polygon {
	color: #534741;
	fill: currentColor;
}
@media screen and (max-width: 767px) {
	.footerlogo img,.footerlogo a {
		width: auto;
	}
}
.footeradd {
	margin-bottom: 10px;
}
.footeradd address {
	font-size: 0.9em;
}
.footeradd ul {
	list-style-type: square;
}
.footeradd li {
	font-size: 0.86em;
	margin-left: 20px;
}


.footertel {
	margin-bottom: 10px;
}
.footertel ul {
}
.footertel li {
	display: inline-block;
	line-height: 1em;
	padding: 0px 10px;
}
.footertel li span {
	display: inline-block;
	width: 50px;
}
.footertel li a {
	display: inline-block;
	color: #534741;
	font-size: 1.6em;
	vertical-align: middle;
	text-decoration: none;
}
.footertel li.mail a {
	font-size: 1.2em;
}
.footertel li a b {
}
.footertel li a img {
	display: inline-block;
	width: 25px;
	height: 25px;
	vertical-align: middle;
	margin-right: 5px;
}
.footertel li .mysvg {
	display: inline-block;
	width: 20px;
	height: 20px;
	vertical-align: middle;
	margin-right: 5px;
}
.footertel li .mysvg path,
.footertel li .mysvg polygon {
	color: #534741;
	fill: currentColor;
}

.footeropen {
}
.footeropen ul {
	display: inline-block;
	text-align: left;
}
.footeropen li {
	display: block;
	line-height: 1em;
	margin-bottom: 3px;
}
.footeropen li span {
	display: inline-block;
	width: 60px;
	color: #fff;
	text-align: center;
	background-color: #534741;
	margin-right: 10px;
	padding: 3px 5px;
}
.footeropen li b {
	display: inline-block;
	padding: 3px 5px;
}
.footeropen em {
	display: block;
	font-weight: 400;
	font-size: 0.8em;
}




.footerlink {
	font-size: 11px;
	text-align: center;
	margin-bottom: 10px;
}
.footerlink ul {
}
.footerlink li {
	display: inline-block;
	border-left: 1px solid #82ccd2;
	margin-left: 5px;
	padding-left: 5px;
}
.footerlink li:first-child {
	border-left: none;
	margin-left: 0px;
	padding-left: 0px;
}
.footerlink a {
	text-decoration: none;
}
@media screen and (max-width: 767px) {
	.footerlink li {
		display: block;
		border-left: none;
		border-bottom: 1px dashed #fff;
		margin-left: 0px;
		padding: 10px;
	}
	.footerlink li:last-child {
		border-bottom: none;
	}
	.footerlink a:hover {
	}
}
.copyright {
	color: #fff;
	font-weight: 400;
	line-height: 1em;
	text-align: center;
	background-color: #82ccd2;
	padding: 5px;
}
.copyright small {
	font-size: 10px;
	font-size: 1rem;
}
/* ---------------------------------------------------------------------- */
.gotop{
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 9999;
}
.gotop a {
	display: block;
	width: 30px;
	height: 30px;
	background-image: url("../img/parts/pagelink.png");
	background-repeat: no-repeat;
	background-position: left top;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	margin-left: auto;
	margin-right: 10px;
	margin-bottom: 10px;
}
/* ---------------------------------------------------------------------- */
.panlink {
	width: 1100px;
	margin: 0px auto;
}
.panlink ul {
}
.panlink li {
	display: inline-block;
	font-size: 0.8em;
}
.panlink li::after {
	content: " >";
}
.panlink li:last-child::after {
	content: "";
}
.panlink li a {
}
.panlink li span {
}
@media screen and (max-width: 767px) {
	.panlink {
		width: auto;
	}
}
/* ---------------------------------------------------------------------- */
#wrap {
}
/* ---------------------------------------------------------------------- */
#main {
	line-height: 1.8em;
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.1);
	padding: 10px 0px 10px 0px;
}
.main {
}
@media screen and (max-width: 767px) {
	.main {
		display: block;
		width: auto;
		padding: 20px 0px;
	}
}
/* ---------------------------------------------------------------------- */
#page {
	padding: 30px 0px;
}
.page {
}
/* title---------------------------------------------------------------------- */
#title {
	background-color: #ccc;
	margin-bottom: 30px;
}
#title strong {
	display: block;
	width: 1000px;
	background-color: #fcc;
	margin: 0px auto;
}
@media screen and (max-width: 767px) {
	#title strong {
		width: auto;
	}
}
/* title---------------------------------------------------------------------- */
.title {
	text-align: center;
	margin-bottom: 20px;
}
.title h2 {
	display: block;
	font-style: normal;
	font-weight: 700;
}
.title span {
	display: block;
	font-size: 1.8em;
	font-family: 'Cinzel Decorative', cursive;
	font-family: 'EB Garamond', serif;
	font-weight: 700;
	text-transform: capitalize;
}
.title h2 strong {
	display: block;
	font-size: 0.600em;
	font-weight: normal;
}
/* titles---------------------------------------------------------------------- */
.titles {
	border-bottom: 1px solid #000;
	margin-bottom: 30px;
}
.titles h3 {
	color: #c00;
	font-size: 20px;
	font-size: 2rem;
	font-weight: normal;
}
.titles h4 {
	color: #666;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: normal;
}
/* primary---------------------------------------------------------------------- */
.primary {
	margin-bottom: 20px;
	padding: 0px;
}
@media screen and (max-width: 767px) {
	.primary {
		padding: 5px;
	}
}
/* bloc---------------------------------------------------------------------- */
.bloc {
	margin: 0px auto 50px auto;
	padding: 0px;
}
.bloc:after {
	content: "";
	display: block;
	clear: both;
}
/* ---------------------------------------------------------------------- */
.outer {
}
.inner {
}
/* ---------------------------------------------------------------------- */
.tex {
	margin-bottom: 10px;
	padding: 5px 10px;
}
.tex p {margin-bottom: 10px;}
.tex p:last-child {margin-bottom: 0px;}
/* link---------------------------------------------------------------------- */
.link {
	line-height: 1em;
	text-align: center;
}
.link a {
	display: inline-block;
	color: #fff;
	text-decoration: none;
	background-color: #534741;
	background-image: url("../img/parts/arrow1w.png");
	background-repeat: no-repeat;
	background-position: right;
	border: 1px solid #534741;
	padding: 10px 50px;
}
@media screen and (max-width: 767px) {
	.link a {
		padding: 20px 30px;
	}
}
@media screen and (max-width: 479px) {
	.link a {
		display: block;
		padding: 20px 10px;
	}
}
.link a span {
	font-weight: normal;
}
.link a:hover,.link a:active {
	color: #534741;
	background-color: #fff;
	border: 1px solid #534741;
}
/* table---------------------------------------------------------------------- */
table {
	width: 100%;
}
.table {
	width: 100%;
	border-collapse:sepalate;
	/*border-collapse:collapse;*/
	border-spacing: 3px;
	empty-cells:show;
	margin: 0px auto 10px auto;
}
.table th {
	width: 25%;
	color: #fff;
	font-weight: normal;
	background-color: #666;
	text-align: center;
	padding: 5px;
}
.table td {
	border: 1px solid #999;
	padding: 5px;
}
.photo {}.photo ul {display: table;width: 100%;table-layout: fixed;border-spacing: 0px;margin: 0px auto;}.photo li {display: table-cell;vertical-align: top;}.photo li img {margin: 0px auto;}@media screen and (max-width: 767px) {.photo ul {display: block;width: auto;}.photo li {display: block;}}
/* ---------------------------------------------------------------------- */
.movie {z-index: 9998!important;width: 560px;margin: 0 auto;padding: 20px 0 0 0;}.movie iframe{z-index: 9998!important;}@media screen and (max-width: 767px){.movie {position: relative;width: auto;padding-bottom: 56.25%;padding-top: 30px;height: 0;overflow: hidden;}.movie iframe {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}}
/* ---------------------------------------------------------------------- */
.tablebox,.tablebloc dl,.tablebloc ul {display: table;width: 100%;table-layout: fixed;border-spacing: 0px;margin: 0px auto;list-style-type: none;}.tabletd,.tablebloc li,.tablebloc dt,.tablebloc dd {display: table-cell;vertical-align: top;}@media screen and (max-width: 767px) {.tablebox,.tablebloc dl,.tablebloc ul {display: block;width: auto;}.tabletd,.tablebloc li,.tablebloc dt,.tablebloc dd {display: block;width: auto;}}.tableboxA,.tableblocA dl,.tableblocA ul {}.tabletdA,.tableblocA li,.tableblocA dt,.tableblocA dd {}@media screen and (max-width: 767px) {.tableboxA,.tableblocA dl,.tableblocA ul {display: table;width: 100%;table-layout: fixed;border-spacing: 0px;margin: 0px auto;list-style-type: none;}.tabletdA,.tableblocA li,.tableblocA dt,.tableblocA dd {display: table-cell;vertical-align: top;}}@media screen and (max-width: 479px) {.tableboxA,.tableblocA dl,.tableblocA ul {display: block;width: auto;}.tabletdA,.tableblocA li,.tableblocA dt,.tableblocA dd {display: block;width: auto;}}.tableboxB,.tableblocB dl,.tableblocB ul {}.tabletdB,.tableblocB li,.tableblocB dt,.tableblocB dd {}@media screen and (max-width: 767px) {.tableboxB,.tableblocB dl,.tableblocB ul {display: table;width: 100%;table-layout: fixed;border-spacing: 0px;margin: 0px auto;list-style-type: none;}.tabletdB,.tableblocB li,.tableblocB dt,.tableblocB dd {display: table-cell;vertical-align: top;}}.tableboxC,.tableblocC dl,.tableblocC ul {}.tabletdC,.tableblocC li,.tableblocC dt,.tableblocC dd {}@media screen and (max-width: 767px) {.tableboxC,.tableblocC dl,.tableblocC ul {display: table;width: 100%;table-layout: fixed;border-spacing: 0px;margin: 0px auto;list-style-type: none;}.tabletdC,.tableblocC li,.tableblocC dt,.tableblocC dd {display: table-cell;vertical-align: top;}}@media screen and (max-width: 679px) {.tableboxC,.tableblocC dl,.tableblocC ul {display: block;width: auto;}.tabletdC,.tableblocC li,.tableblocC dt,.tableblocC dd {display: block;width: auto;}}
.notablebloc dl,.notablebloc ul {display: block;width: auto;}.notablebloc li,.notablebloc dt,.notablebloc dd {display: block;width: auto;}
.tableinner {}.tableinner dl {background-color: #fff;border-top: 1px solid #ccc;margin: 0px auto;}.tableinner dl:last-child {border-bottom: 1px solid #ccc;}.tableinner dt {width: 20%;text-align: center;vertical-align: middle;padding: 20px 10px;}.tableinner dd {padding: 20px 20px;}@media screen and (max-width: 767px) {.tableinner dt {width: auto;border-right: none;border-bottom: 1px dashed #ccc;padding: 10px 10px;}.tableinner dd {padding: 10px 10px;}}.tableinner dd p {margin-bottom: 10px;}.tableinner dd p:last-child {margin-bottom: 0px;}
/* ---------------------------------------------------------------------- */
.flexbloc {display: flex;flex-direction: row;flex-wrap: nowrap;align-items: stretch;align-content: stretch;justify-content: flex-start;}.flexbloc .flexitem {flex-grow: 1;/*flex-basis: auto;flex-grow: 0;flex-shrink: 1;order: 1;*/}.flexinline {font-size: 0;line-height: 1em;}.flexinline .flexitem {display: inline-flex;display: -webkit-inline-flex;display: -webkit-inline-box;display: -ms-inline-flexbox;width: 200px;font-size: 16px;line-height: 1em;}.flexbox {}.flexbox ul {display: flex;align-items: stretch;align-content: stretch;justify-content: stretch;flex-wrap: wrap;}.flexbox li {flex-grow: 1;}
/* ---------------------------------------------------------------------- */
.inlinebloc dl,.inlinebloc ul {font-size: 0;line-height: 1em;list-style-type: none;}.inlinebloc li,.inlinebloc dt,.inlinebloc dd {display: inline-block;font-size: 16px;line-height: 1em;}@media screen and (max-width: 767px) {.inlineblocA dl,.inlineblocA ul {display: block;}.inlineblocA li,.inlineblocA dt,.inlineblocA dd {display: block;}}@media screen and (max-width: 479px) {.inlineblocB dl,.inlineblocB ul {display: block;}.inlineblocB li,.inlineblocB dt,.inlineblocB dd {display: block;}}
/* ---------------------------------------------------------------------- */
#contact {
}
.contact {
}
.message {
	text-align: center;
	background-color: #f2f2f2;
	margin-bottom: 30px;
	padding: 30px 30px;
}
.message p {
	margin-bottom: 10px;
}
.message p:last-child {
	margin-bottom: 0px;
}
.message .link a {/*.link*/
	font-size: 13px;
	font-size: 1.3rem;
	padding: 5px 50px;
}
@media screen and (max-width: 767px) {
	.message {
		padding: 10px;
	}
}
/* ---------------------------------------------------------------------- */
.form {
	margin: 0px auto;
}
.forminner {
}
.forminner dd p {
	line-height: 1em;
	margin-bottom: 0px;
	padding: 5px 0px;
}
.form input {
	font-size: 16px;
	font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
	.forminner dd {
		text-align: center;
	}
	.forminner dd p {
	}
	.form input {
		margin-bottom: 5px;
	}
	.form input:last-child {
		margin-bottom: 0px;
	}
}
.form input.inputSShort {
	width: 15%;
}
.form input.inputShort {
	width: 25%;
}
.form input.inputMiddle {
	width: 40%;
}
.form input.inputLong {
	width: 90%;
}
@media screen and (max-width: 767px) {
	.form input {
	}
	.form input.inputSShort {
		width: 15%;
	}
	.form input.inputShort {
		width: 25%;
	}
	.form input.inputMiddle {
		width: 90%;
	}
	.form input.inputLong {
		width: 90%;
	}
}
.form input[type='text'],
.form input[type='email'],
.form input[type='password'],
.form input[type='tel'],
.form input[type='date'],
.form input[type='number'] {
	background-color: #f2f2f2;
	border: 2px solid #e6e6e6;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 5px 5px;
}
.form input[type='text']:focus,
.form input[type='email']:focus,
.form input[type='password']:focus,
.form input[type='tel']:focus,
.form input[type='date']:focus,
.form input[type='number']:focus {
	background-color: #fff;
	border: 2px solid #82ccd2;
}
@media screen and (max-width: 767px) {
	.form input[type='text'],
	.form input[type='email'],
	.form input[type='tel'],
	.form input[type='date'],
	.form input[type='number'] {
		padding: 10px 5px;
	}
}
.form input:-ms-input-placeholder {color: #ccc;}
.form input::-moz-placeholder {color: #ccc;}
.form input::-webkit-input-placeholder {color: #ccc;}

.form select {
	font-size: 16px;
	font-size: 1.6rem;
	background-color: #fff;
	border: 1px solid #666;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 5px 5px;
}
.form textarea {
	width: 95%;
	height: 200px;
	font-size: 16px;
	font-size: 1.6rem;
	background-color: #f2f2f2;
	border: 2px solid #e6e6e6;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 5px 5px;
}
.form textarea:focus {
	background-color: #fff;
	border: 2px solid #82ccd2;
}
@media screen and (max-width: 767px) {
	.form textarea {
		width: 90%;
	}
}
/*--------------------*/
.submit {
	text-align: center;
	padding: 20px 10px;
}
.submit p {
	padding: 10px 0px;
}
.submit input,
.submit button {
	color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	background-color: #82ccd2;
	border: 1px solid #82ccd2;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.1);
	padding: 20px 100px;
	cursor:pointer;
}
.submit input:hover,
.submit button:hover {
	color: #fff;
	background-color: #ccc;
	border: 1px solid #ccc;
}
.submit input.back,
.submit button.back {
	display: inline-block;
	color: #fff;
	font-size: 12px;
	font-size: 1.2rem;
	background-color: #666;
	border: 1px solid #666;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 5px 10px;
}
.submit input.back:hover,
.submit button.back:hover {
	background-color: #ccc;
	border: 1px solid #ccc;
}
.submit a.back {
	display: inline-block;
	color: #fff;
	font-size: 12px;
	font-size: 1.2rem;
	background-color: #666;
	border: 1px solid #666;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}
.submit a:hover {
	background-color: #ccc;
}
.submit a.back {
	display: inline-block;
	color: #fff;
	font-size: 12px;
	font-size: 1.2rem;
	background-color: #666;
	border: 1px solid #666;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}
.submit a:hover {
	background-color: #ccc;
}
/* ---------------------------------------------------------------------- */