/*
Theme Name: Design01
Version: 1.5
*/
@charset "utf-8";
/* ------------------------------------------------ */

/*
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600&display=swap');
*/
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@500;700;900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@500;700&display=swap');

/*
@import url('https://fonts.googleapis.com/css?family=Raleway:300,400');
	font-family: 'Raleway', sans-serif;
	font-family: 'Roboto Condensed', sans-serif;
*/
/* ------------------------------------------------ */
.pc {}.sp {display: none;}.none {display: none;}
@media screen and (max-width: 767px) {
.pc {display: none;}.sp {display: block;}
}
.drawer .none {display: block!important;}
/* ------------------------------------------------ */
:root {
	--text: #231815;
	--white: #fff;
	--black: #000;
	--gray1: #333;
	--gray2: #666;
	--gray3: #999;
	--gray4: #ccc;
	--gray5: #e6e6e6;
	--gray6: #f2f2f2;
	--color1: #b81d26;
	--color2: #0f6bb0;
	--color3: #ff0;
	--color4: #f2a591;
	--color5: #edeae0;
	--color6: #eaeae0;
	--red: #c00;
	--font1: 'Zen Maru Gothic', sans-serif;
	--font2: 'Zen Maru Gothic', sans-serif;
	--font3: 'Roboto Condensed', sans-serif;
}
/*
	--font1: 'Noto Sans JP', sans-serif;
	--font2: 'Noto Serif JP', serif;
	--font3: 'Cuprum', sans-serif;
	font-size: 30px;
	font-size: 3vmin;
	font-size: clamp(24px, 3vmin, 30px);

	color: var(--color1);
	background-color: var(--color1);
	font-family: var(--font1);
*/
/* ------------------------------------------------ */
.anim {
}
/* ----------------- */
/*
.fade {
	opacity:0;
}
.fade.animated {
	animation-fill-mode:forwards;
	animation-duration: 1s;
	opacity:0;
	animation-name:fades;
	animation-delay:0s;
}
@media screen and (min-width: 768px) {
	.fade.animated {
		animation-name:fades-pc;
	}
	.fade1.animated {animation-delay:0s;}
	.fade2.animated {animation-delay:0.5s;}
	.fade3.animated {animation-delay:1s;}
}
@keyframes fades-pc {
	from {opacity: 0;transform: translateY(100px) scale(0.95, 0.95);}
	to {opacity: 1;transform: translateY(0) scale(1, 1);}
}
@media screen and (max-width: 767px) {
	.fade.animated {
		animation-name:fades-sp;
	}
}
@keyframes fades-sp {
	from {opacity: 0;transform: translateY(20px) scale(0.99, 0.99);}
	to {opacity: 1;transform: translateY(0) scale(1, 1);}
}
*/
@media screen and (min-width: 768px) {
	.fade {
		opacity:0;
	}
	.fade.animated {
		animation-fill-mode:forwards;
		animation-duration: 1s;
		opacity:0;
	}
	.fade.animated {animation-name:fade-fade;}
	@keyframes fade-fade {
		from {opacity: 0;transform: translateY(150px) scale(.9, .9);}
		to {opacity: 1;transform: translateY(0) scale(1, 1);}
	}
}
@media screen and (max-width: 767px) {

}
/* ------------------------------------------------ */
.item {
	opacity:0;
}
.shadow {
	opacity:0;
}
.item.animated {
	animation-fill-mode:forwards;
	animation-duration: 1s;
	opacity:0;
	animation-name:items;
	animation-delay:0s;
}
.shadow.animated {
	animation-fill-mode:forwards;
	animation-duration: 1s;
	opacity:0;
	animation-name:shadows;
	animation-delay:0.1s;
}
@media screen and (min-width: 768px) {
	.item.animated {
		animation-name:items-pc;
	}
	.shadow.animated {
		animation-name:shadows-pc;
	}
}
@keyframes items-pc {
	from {opacity: 0;transform: translateY(100px) scale(0.8, 0.8);}
	to {opacity: 1;transform: translateY(0) scale(1, 1);}
}
@keyframes shadows-pc {
	from {opacity: 0;transform: translateX(80px) translateY(300px) scale(0.5, 0.5);}
	to {opacity: 1;transform: translateY(0) scale(1, 1);}
}
@media screen and (max-width: 767px) {
	.item.animated {
		animation-name:items-sp;
	}
	.shadow.animated {
		animation-name:shadows-sp;
	}
}
@keyframes items-sp {
	from {opacity: 0;transform: translateY(50px) scale(0.9, 0.9);}
	to {opacity: 1;transform: translateY(0) scale(1, 1);}
}
@keyframes shadows-sp {
	from {opacity: 0;transform: translateX(40px) translateY(100px) scale(0.5, 0.5);}
	to {opacity: 1;transform: translateY(0) scale(1, 1);}
}
/* ------------------------------------------------ */
@-ms-viewport {width: device-width;}
@viewport {width: device-width;}
*{
margin:0;
padding:0;
}
html,body {
	height: 100%;
	font-size: 62.5%;
	margin: 0px auto;
}
body {
	color: var(--text);
	font-size: 16px;
	font-size: 1.6rem;
	font-size: 1.6vw;
	font-size: clamp(15px, 1.6vw, 16px);
	font-family: var(--font1);
/*
	font-family: 'Noto Sans JP', sans-serif;
*/
	font-weight: 500;
	background-color: var(--white);
}
@media screen and (max-width: 767px) {
	body {
		font-size: 15px;
		font-size: 1.5rem;
		-webkit-text-size-adjust: 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: none;
	-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: var(--black);}
a:visited {color: var(--black);}
a:active {color: var(--color1);}
a:hover {color: var(--color1);}
a img {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
a:active img,
a:hover img {
	opacity: 0.8;
}
a svg rect,
a svg path,
a svg circle,
a svg polygon{
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
/*
	-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: auto;
	height: 75px;
	max-width: none;


	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);

	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);

	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);

	-webkit-transform: translate(0%,-50%);
	-moz-transform: translate(0%,-50%);
	-ms-transform: translate(0%,-50%);
	-o-transform: translate(0%,-50%);
	transform: translate(0%,-50%);

	-webkit-transform: translate(-50%,0%);
	-moz-transform: translate(-50%,0%);
	-ms-transform: translate(-50%,0%);
	-o-transform: translate(-50%,0%);
	transform: translate(-50%,0%);

	-webkit-transform: translate(0%,0%);
	-moz-transform: translate(0%,0%);
	-ms-transform: translate(0%,0%);
	-o-transform: translate(0%,0%);
	transform: translate(0%,0%);
}
*/
h1,h2,h3,h4,h5,h6 {font-size:1em;}
strong,b {font-weight: 700;}
em,i,address {font-style: normal;}
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;}
}
button,input,select,textarea {
	outline: none;
	font-family: var(--font1);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
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] {
	appearance:textfield;
}
input[type='submit'],
input[type='button'],
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;backface-visibility: hidden;image-rendering: -webkit-optimize-contrast;}
@media screen and (max-width: 767px) {
	img {max-width:100%;height:auto;}
}
.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;}
}
.clear {clear: both;}
.clearfix::after {
	display: block;
	content: "";
	clear: both;
	height: 0px;
	visibility: hidden;
}
ul {list-style-type:none;}
.attention,.error {color: #c00;font-weight: 700;}
.red {color: #f00;}
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;
}
.sup {
	font-size:0.6em;
	font-style: normal;
	vertical-align: super;
}
.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);

	-moz-text-shadow: 3px 0px 10px #fff,-3px 0px 10px #fff,0px -3px 10px #fff,0px 3px 10px #fff;
	-webkit-text-shadow: 3px 0px 10px #fff,-3px 0px 10px #fff,0px -3px 10px #fff,0px 3px 10px #fff;
	text-shadow: 3px 0px 10px #fff,-3px 0px 10px #fff,0px -3px 10px #fff,0px 3px 10px #fff;

	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;
}

3pxのふち
text-shadow: 0px 1px 0px #000,1px 1px 0px #000,2px 1px 0px #000,3px 1px 0px #000,0px 2px 0px #000,1px 2px 0px #000,2px 2px 0px #000,3px 2px 0px #000,0px 3px 0px #000,1px 3px 0px #000,2px 3px 0px #000,3px 3px 0px #000,0px -1px 0px #000,1px -1px 0px #000,2px -1px 0px #000,3px -1px 0px #000,0px -2px 0px #000,1px -2px 0px #000,2px -2px 0px #000,3px -2px 0px #000,0px -3px 0px #000,1px -3px 0px #000,2px -3px 0px #000,3px -3px 0px #000,-1px 1px 0px #000,-2px 1px 0px #000,-3px 1px 0px #000,-1px 2px 0px #000,-2px 2px 0px #000,-3px 2px 0px #000,-1px 3px 0px #000,-2px 3px 0px #000,-3px 3px 0px #000,-1px -1px 0px #000,-2px -1px 0px #000,-3px -1px 0px #000,-1px -2px 0px #000,-2px -2px 0px #000,-3px -2px 0px #000,-1px -3px 0px #000,-2px -3px 0px #000,-3px -3px 0px #000,1px 0px 0px #000,1px 1px 0px #000,1px 2px 0px #000,1px 3px 0px #000,2px 0px 0px #000,2px 1px 0px #000,2px 2px 0px #000,2px 3px 0px #000,3px 0px 0px #000,3px 1px 0px #000,3px 2px 0px #000,3px 3px 0px #000,-1px 0px 0px #000,-1px 1px 0px #000,-1px 2px 0px #000,-1px 3px 0px #000,-2px 0px 0px #000,-2px 1px 0px #000,-2px 2px 0px #000,-2px 3px 0px #000,-3px 0px 0px #000,-3px 1px 0px #000,-3px 2px 0px #000,-3px 3px 0px #000,1px 0px 0px #000,1px -1px 0px #000,1px -2px 0px #000,1px -3px 0px #000,2px 0px 0px #000,2px -1px 0px #000,2px -2px 0px #000,2px -3px 0px #000,3px 0px 0px #000,3px -1px 0px #000,3px -2px 0px #000,3px -3px 0px #000,-1px 0px 0px #000,-1px -1px 0px #000,-1px -2px 0px #000,-1px -3px 0px #000,-2px 0px 0px #000,-2px -1px 0px #000,-2px -2px 0px #000,-2px -3px 0px #000,-3px 0px 0px #000,-3px -1px 0px #000,-3px -2px 0px #000,-3px -3px 0px #000;

	background: -moz-linear-gradient(top, rgba(19,128,182,1) 0%, rgba(2,85,158,1) 100%);
	background: -webkit-linear-gradient(top, rgba(19,128,182,1) 0%,rgba(2,85,158,1) 100%);
	-moz-background-clip: text;
	-webkit-background-clip: text;
	-moz-text-fill-color: transparent;
	-webkit-text-fill-color: transparent;

color: rgb(255,214,94);
background: -moz-linear-gradient(top, rgba(229,165,4,1) 0%, rgba(255,214,94,1) 30%, rgba(255,214,94,1) 70%, rgba(229,165,4,1) 100%);
background: -webkit-linear-gradient(top, rgba(229,165,4,1) 0%,rgba(255,214,94,1) 30%,rgba(255,214,94,1) 70%,rgba(229,165,4,1) 100%);
background: linear-gradient(to bottom, rgba(229,165,4,1) 0%,rgba(255,214,94,1) 30%,rgba(255,214,94,1) 70%,rgba(229,165,4,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5a504', endColorstr='#e5a504',GradientType=0 );endColorstr='#febf04',GradientType=0 );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

	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;
}
/*
<div id="wrap" class="fade off">
#wrap.on {
	background-color: #fff;
}

$(function(){$(window).scroll(function (){$(".fade").each(function(){var imgPos = $(this).offset().top;var scroll = $(window).scrollTop();var windowHeight = $(window).height();if (scroll > imgPos - windowHeight + windowHeight/5){$(this).addClass("on");} else {$(this).removeClass("on");}});});});
$(function(){$(window).scroll(function (){$(".fade2").each(function(){var imgPos = $(this).offset().top;var scroll = $(window).scrollTop();var windowHeight = $(window).height();if (scroll > imgPos - windowHeight + windowHeight/3){$(this).addClass("on");} else {$(this).removeClass("on");}});});});
*/
.off {/*fade*/
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	-ms-transition: all 1s;
	transition: all 1s;
}
.on {
}
/* ------------------------------------------------ */
.width {
	width: 1000px;
	margin: 0px auto;
}
.widths {
	width: 900px;
	margin: 0px auto;
}
.widthb {
	width: 1200px;
	margin: 0px auto;
}
@media screen and (max-width: 1200px) {
	.widthb {
		width: auto;
	}
}
@media screen and (max-width: 1000px) {
	.width {
		width: auto;
	}
}
@media screen and (max-width: 900px) {
	.widths {
		width: auto;
	}
}
.drawer .width,
.drawer .widths,
.drawer .widthb {
	width: auto;
}
/* ------------------------------------------------ */
#header {
}
.header {
	position: relative;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.3s linear;
}
.header-outer {
	padding: 10px 0px;
}
.header-inner {
	position: relative;
	z-index: 1;
}

@media screen and (min-width: 768px) {
/*
	#header .header {
		position: fixed;
		left: 0px;
		top: 0px;
		z-index: 999;
		width: 100%;
		background-color: rgba(255,255,255,0.5);
	}
	#container.fixed #header .header {
		background-color: rgba(200,0,0,0.5);
	}
*/
	#header .header-outer {
		display: table;
		width: 1000px;
		table-layout: fixed;
		border-spacing: 0px;
		margin: 0px auto;
	}
	#header .header-bloc {
		display: table-cell;
		vertical-align: bottom;
	}
	#header .header-bloc#header-left {
	}
	#header .header-bloc#header-right {
		width: 120px;
	}
}
.header-inner {
	position: relative;
	z-index: 1;
}
/* ------------------------------------------------ */
#header-logo {
}
.header-logo {
	padding: 10px 0px;
}
.drawer .header-logo {
	text-align: center;
}
@media screen and (max-width: 767px) {
	#header .header-logo {
		text-align: center;
		padding: 0px 50px;
	}
}
.header-logo h1 {
}
.header-logo h1 a {
	display: inline-block;
}
.header-logo h1 a img {
	display: inline-block;
	vertical-align: middle;
}
/* ------------------------------------------------ */
#header-tel {
}
@media screen and (min-width: 768px) {
	#header-tel {
		position: absolute;
		right: 0px;
		top: 50%;
		transform: translateY(-50%);
	}
}
@media screen and (max-width: 767px) {
	#header .header-tel {
		text-align: center;
	}
}
.drawer .header-tel {
	text-align: center;
	padding: 15px 10px;
}
.header-tel {
}
.header-tel a {
}
.header-tel a span {
	display: inline-block;
	font-size: 30px;
	font-size: clamp(24px, 3vw, 30px);
	font-weight: 900;
	line-height: 1em;
	vertical-align: middle;
}
.header-tel small {
	display: inline-block;
	font-size: 12px;
	vertical-align: middle;
	line-height: 1em;
}
.header-tel small span {
	display: block;
}
/* ------------------------------------------------ */
#header-mail {
	text-align: center;
}
.header-mail {
	padding: 0px 10px;
}
.drawer .header-mail {
	text-align: center;
	padding: 15px 10px;
}
.header-mail ul {
}
.header-mail ul li {
}
@media screen and (max-width: 767px) {
.header-mail {
	padding: 10px 0px 0px 0px;
}
	#header .header-mail ul {
		display: table;
		width: 100%;
		table-layout: fixed;
		border-spacing: 10px 0px;
	}
	#header .header-mail ul li {
		display: table-cell;
		vertical-align: middle;
	}
}
.header-mail ul li:first-child {
	margin-bottom: 5px;
}
.drawer .header-mail ul li:first-child {
	margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
	#header .header-mail ul li:first-child a {
		display: block;
		position: relative;
		color: var(--white);
		width: 100px;
		height: 60px;
		background-image: url('data:image/svg+xml;charset=UTF-8,<svg width="100px" height="80px" version="1.1" xmlns="http://www.w3.org/2000/svg"><path fill="%23b81d26" d="M0,19.778C0,18.678 0.848,17.476 1.885,17.107L48.115,0.67C49.152,0.301 50.848,0.301 51.885,0.67L98.115,17.107C99.151,17.476 100,18.678 100,19.778L100,77.999C100,79.099 99.1,80 97.999,80L2,80C0.9,80 0,79.099 0,77.999L0,19.778Z"/></svg>');
		background-repeat: no-repeat;
		background-position: center top;
		background-size: 100%;
	}
	#header .header-mail ul li:first-child a:hover {
		background-image: url('data:image/svg+xml;charset=UTF-8,<svg width="100px" height="80px" version="1.1" xmlns="http://www.w3.org/2000/svg"><path fill="%23f2a591" d="M0,19.778C0,18.678 0.848,17.476 1.885,17.107L48.115,0.67C49.152,0.301 50.848,0.301 51.885,0.67L98.115,17.107C99.151,17.476 100,18.678 100,19.778L100,77.999C100,79.099 99.1,80 97.999,80L2,80C0.9,80 0,79.099 0,77.999L0,19.778Z"/></svg>');
	}
	#header .header-mail ul li:first-child a span {
		display: block;
		position: absolute;
		left: 0px;
		top: 50%;
		transform: translateY(-50%);
		width: 100%;
		font-size: 14px;
		font-weight: 700;
		line-height: 1em;
		padding: 30px 0px 0px 0px;
	}
	#header .header-mail ul li:first-child a span::before {
		content: "";
		position: absolute;
		left: 50%;
		top: 7px;
		transform: translateX(-50%);
		width: 20px;
		height: 15px;
		background-image: url('data:image/svg+xml;charset=UTF-8,<svg width="20px" height="15px" version="1.1" xmlns="http://www.w3.org/2000/svg"><path fill="%23ffffff" d="M18.78,13.271C18.78,13.51 18.598,13.705 18.372,13.705L1.627,13.705C1.402,13.705 1.22,13.51 1.22,13.271L1.22,2.868L9.051,9.608C9.326,9.844 9.663,9.963 10,9.963C10.336,9.963 10.674,9.844 10.949,9.608L18.78,2.868L18.78,13.271ZM1.627,1.296L18.372,1.296C18.452,1.296 18.523,1.326 18.585,1.368L10.181,8.601C10.076,8.692 9.923,8.692 9.819,8.601L1.415,1.368C1.477,1.326 1.547,1.296 1.627,1.296M18.372,0L1.627,0C0.73,0 0,0.776 0,1.729L0,13.271C0,14.225 0.73,15 1.627,15L18.372,15C19.27,15 20,14.225 20,13.271L20,1.729C20,0.776 19.27,0 18.372,0"/></svg>');
		background-repeat: no-repeat;
		background-position: center top;
	}
}
@media screen and (max-width: 767px) {
	#header .header-mail ul li:first-child a {
		display: block;
		color: var(--white);
		background-color: var(--color1);
		border-radius: 5px;
		box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.2);
		padding: 0px;
	}
	#header .header-mail ul li:first-child a span {
		display: block;
		position: relative;
		font-size: 14px;
		font-weight: 700;
		padding: 10px 0px 10px 30px;
	}
	#header .header-mail ul li:first-child a span::before {
		content: "";
		position: absolute;
		left: 10px;
		top: 50%;
		transform: translateY(-50%);
		width: 20px;
		height: 20px;
		background-color: var(--white);
		mask-repeat: no-repeat;
		mask-position: center;
		mask-image: url("./img/parts/mail.svg");
	}
}
.drawer .header-mail ul li:first-child a {
	display: block;
	color: var(--white);
	background-color: var(--color1);
	border-radius: 5px;
	box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.2);
	padding: 12px 15px;
}
.drawer .header-mail ul li:first-child a:hover {
	background-color: var(--color4);
}
.drawer .header-mail ul li:first-child a span {
	display: block;
	position: relative;
	font-size: 16px;
	font-weight: 700;
	padding: 10px 0px 10px 30px;
}
.drawer .header-mail ul li:first-child a span::before {
	content: "";
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	background-color: var(--white);
	mask-repeat: no-repeat;
	mask-position: center;
	mask-image: url("./img/parts/mail.svg");
}


.header-mail ul li:last-child a {
	display: block;
	color: var(--white);
	background-color: var(--white);
	background-color: var(--color2);
	border-radius: 5px;
	box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.2);
}
.drawer .header-mail ul li:last-child a {
	padding: 12px 15px;
}
.header-mail ul li:last-child a:hover {
	background-color: var(--color4);
}
.header-mail ul li:last-child a span {
	display: block;
	position: relative;
	font-size: 14px;
	font-weight: 700;
	padding: 10px 0px 10px 30px;
}
.drawer .header-mail ul li:last-child a {
	font-size: 16px;
}
.header-mail ul li:last-child a span::before {
	content: "";
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	background-color: var(--white);
	mask-repeat: no-repeat;
	mask-position: center;
	mask-image: url("./img/parts/satei.svg");
}
/* ------------------------------------------------ */
@media screen and (max-width: 767px) {
	#header #nav {
		display: none;
	}
}
.nav {
	text-align: center;
}
.drawer .nav {
	text-align: left;
	background-color: var(--color1);
}
#header .nav ul {
	display: block;
	background-color: var(--color1);
	border-radius: 3px;
}


.nav ul li {
	position: relative;
}
#header .nav ul li {
	display: inline-block;
	vertical-align: top;
}
#header .nav ul li.navnone {
	display: none;
}
.nav ul li a {
	display: block;
	position: relative;
	color: var(--black);
	color: var(--white);
	text-decoration: none;
	padding: 10px 0px;
}
.drawer .nav ul li a {
	color: var(--white);
}
/*
.nav ul li a span {
	display: block;
	font-size: 18px;
	font-family: var(--font3);
	font-weight: 400;
	text-transform: uppercase;
}
*/
.nav ul li a strong {
	display: block;
	font-size: 14px;
	font-weight: 700;
	padding: 0px 10px;
}
#header .nav ul li a strong {
	border-right: 1px solid var(--white);
}
#header .nav ul li:last-child a strong {
	border-right: none;
}
.drawer .nav ul li a span {
	display: none;
}
.drawer .nav ul li a strong {
	font-size: 16px;
	padding: 5px 20px;
}
#nav .nav ul li a {
}
/*
#container.fixed #header #nav .nav ul li a {
	color: var(--white);
	padding: 5px 10px;
}
*/
.drawer .nav ul li a {
	border-top: 1px solid #fff;
}
.drawer .nav ul li:first-child a {
	border-top: none;
}
.drawer .nav ul li:last-child a {
	border-bottom: none;
}
.drawer .nav ul li ul li a {
	border-top: 1px dashed #000;
	padding: 10px 10px;
}
.drawer .nav ul li ul:first-child a,
.drawer .nav ul li ul:last-child a {
	border-top: none;
	border-top: 1px dashed #000;
	border-bottom: none;
}
.drawer .nav ul li a strong {
	font-weight: 700;
}
.drawer .nav ul li ul li a strong {
	font-weight: 500;
}
.nav ul li a:hover {
	color: var(--color3);
}
.drawer .nav ul li a:hover,
.drawer .nav ul li a:active {
	color: var(--black);
	background-color: var(--color3);
}
#nav {
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
#container.fixed #nav {
}
@media screen and (min-width: 768px) {
	#header .nav ul li ul {
		display: none;
		z-index: 0;
		margin: 0;
		padding: 0;
		min-width: 220px;
		list-style: none;
		position: static;
		top: 100%;
		left: -50%;
	}
	#header .nav ul li ul {
		display: block;
		z-index: 100;
		position: absolute;
	}
	#header .nav ul li ul li {
		overflow: hidden;
		width: 100%;
		height: auto;
	}
	#header .nav ul li ul li {
		display: block;
		overflow: hidden;
		height: 0;
	}
	#header .nav ul > li > ul {
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	}
	#header .nav ul > li:hover > ul {
		box-shadow: 1px 1px 3px 2px rgba(0,0,0,0.1);
		-moz-box-shadow: 1px 1px 3px 2px rgba(0,0,0,0.1);
		-webkit-box-shadow: 1px 1px 3px 2px rgba(0,0,0,0.1);
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
		border-top: 3px solid #fff;
	}
	#header .nav ul > li:hover > ul > li {
		overflow: visible;
		height: auto;
		border-bottom: 1px solid #fff;
	}
	#header .nav ul li ul li a {
		color: var(--white);
		background-color: rgba(0,63,132,1);
		padding: 10px 10px;
	}
	#header .nav ul li ul li a:hover {
		color: var(--white)!important;
		background-color: rgba(0,63,132,0.8);
	}
}



#container.fixed #header #nav {
	position: fixed;
	right: 0px;
	top: 30px;
	z-index: 999;
	transition: all 0.3s ease-in-out 0s;
}

@media screen and (min-width: 1191px) {
	#container.fixed #header #nav {
		height: 100%;
	}
}
@media screen and (max-width: 1190px) {
	#container.fixed #header #nav {
		right: -200px;
	}
}
#container.fixed #header .nav {
	position: relative;
	width: 170px;
	transition: all 0.3s ease-in-out 0s;
	text-align: left;
}
/*
#container.fixed #header .nav::before {
	content: "";
	position: absolute;
	z-index: 0;
	left: 6px;
	top: 0px;
	width: 2px;
	height: 100%;
	background-color: var(--color2);
}
*/
@media screen and (max-width: 1260px) {
		#container.fixed #header .nav {
		width: 130px;
	}
		#container.fixed #header .nav ul li a strong {
		font-size: 14px;
	}
}
#container.fixed #header .nav ul {
	background-color: transparent;
}
#container.fixed #header .nav ul li {
}
#container.fixed #header .nav ul li a {
	display: block;
	position: relative;
	color: var(--black);
	text-decoration: none;
	padding: 10px 0px 10px 20px;
}
#container.fixed #header .nav ul li a.current {
	color: var(--color1);
}
#container.fixed #header .nav ul li a::before {
	content: "";
	position: absolute;
	z-index: 1;
	left: 0px;
	top: 50%;
	width: 10px;
	height: 10px;
	background-color: var(--white);
	border: 2px solid rgba(255,0,0,0.5);
	border: 2px solid var(--color2);
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	margin-top: -6px;
}
#container.fixed #header .nav ul li a.current::before {
	background-color: var(--color2);
	border: 2px solid var(--white);
}
#container.fixed #nav .nav ul li a {
}
#container.fixed #nav .nav ul li a:hover {
	color: var(--color1);
}
#container.fixed #header .nav ul li a strong {
	display: block;
	font-size: 16px;
	font-weight: 700;
	-webkit-text-stroke: 2px var(--white);
	text-stroke: 2px black;
	paint-order: stroke;
	border-right: none;
}
@media screen and (max-width: 1260px) {
		#container.fixed #header .nav ul li a strong {
		font-size: 14px;
	}
}
/* ------------------------------------------------ */
#footer {
		text-align: center;
	padding: 10px 10px;
}
.footer {
}
.footer-inner {
}
.footer-logo {
}
.footer-link {
}
	.footer-logo {
		text-align: center;
		margin-bottom: 10px;
	}
.footer-logo a {
	display: inline-block;
}
.footer-logo img {
	display: inline-block;
}
@media screen and (max-width: 767px) {
	.footer-logo img {
		width: auto;
	}
}
.footer-link {
}
.footer-link .nav ul li a {
}
.footer-link .nav ul li a:hover {
	color: var(--color1)!important;
}
.footer-link ul li a strong {
	font-weight: 400;
}
@media screen and (min-width:768px) {
	.footer-link ul li {
		display: inline-block;
		vertical-align: top;
	}
	.footer-link ul li ul {
		display: inline-block;
		vertical-align: top;
	}
	.footer-link ul li ul li {
		display: inline-block;
		vertical-align: top;
	}
	.footer-link a {
		display: inline-block;
		font-size: 11px;
/*
		border-left: 1px solid #ccc;
*/
		padding: 5px 5px;
	}
/*
	.footer-link ul li:first-child a {
		border-left: none;
	}
	.footer-link ul li ul li:first-child a {
		border-left: 1px solid #ccc;
	}
*/
}
@media screen and (max-width: 767px) {
	.footer-link ul li {
		display: block;
	}
	.footer-link ul li:last-child {
		border-bottom: none;
	}
	.footer-link ul li ul {
		display: block;
	}
	.footer-link ul li ul li {
		display: block;
	}
	.footer-link a {
		display: block;
		font-size: 13px;
		border-top: 1px solid #ccc;
		padding: 15px 5px;
	}
	.footer-link ul li:first-child a {
		border-top: none;
	}
	.footer-link ul li ul li a {
		border-top: 1px dashed #ccc;
	}
	.footer-link ul li ul li:first-child a {
		border-top: 1px dashed #ccc;
	}
}
.footer-addr {
	text-align: center;
	margin-bottom: 10px;
}
.footer-addr strong {
}
.footer-addr address {
	font-size: 13px;
}

.copyright {
	font-weight: 400;
	text-align: center;
	padding: 5px;
}
.copyright small {
	font-size: 10px;
}
/* ---------------------------------------------------------------------- */
#slide_swiper {
	position: relative;
	overflow: hidden;
}
#slide-tex {
	position: absolute;
	left: 0px;
	top: 70%;
	-webkit-transform: translateY(-70%);
	-moz-transform: translateY(-70%);
	-ms-transform: translateY(-70%);
	-o-transform: translateY(-70%);
	transform: translateY(-70%);
	z-index: 2;
	pointer-events: none;
	width: 100%;
}
@media screen and (max-width: 767px) {
	#slide-tex {
		top: 50%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}
.slide-tex {
	max-width: 1100px;
	font-family: 'Noto Serif JP', serif;
	margin: 0px auto;
	padding: 10px;
}
.slide-tex strong {
	display: block;
	color: #fff;
	font-size: 30px;
	font-size: 3.6vmin;
	font-size: clamp(16px, 3.6vmin, 36px);
	margin-bottom: 20px;
}
.slide-tex strong b {
	font-size: 1.2em;
}
.slide-tex p {
	color: #fff;
	font-size: 18px;
	font-size: 1.8vmin;
	font-size: clamp(13px, 1.8vmin, 18px);
}


swiper-container {
	position: relative;
	width: 100%;
	height: 100%;
/*
	height: auto;
*/
}
swiper-slide {
	position: relative;
/*
	display: flex;
	justify-content: center;
	align-items: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
*/
}
@media screen and (min-width:768px) {
	swiper-slide {
		width: 1200px;
	}
}
swiper-slide a {
	display: block;
}
swiper-slide a:hover {
	color: var(--black);
}
/*
<script>
const swiperEl = document.querySelector('swiper-container')
const params = {
injectStyles: [`
	:host {
		--swiper-navigation-size: 30px;
	}
	.swiper-button-prev,
	.swiper-button-next {
		color: #fff;
	}
	.swiper-pagination-bullet-active {
		color: #fff;
		background: #fcc;
	}
`],
}
Object.assign(swiperEl, params)
swiperEl.initialize();
</script>
*/


@media screen and (max-width: 767px) {
	.swiper-slide {
		width: 100%;
		max-width: none;
	}
}
/* ------------------------------------------------ */
@media screen and (min-width: 768px) {
	.gotop{
		position: fixed;
		bottom: -50px;
		right: 0;
		z-index: 9999;
		visibility: hidden;
		opacity: 0;
		-webkit-transition: all 0.2s linear;
		-moz-transition: all 0.2s linear;
		-o-transition: all 0.2s linear;
		transition: all 0.2s linear;
	}
	.gotop.block {
		bottom: 0;
		visibility: visible;
		opacity: 1;
	}
	.gotop a,
	.gotop a::before,
	.gotop a::after {
		-webkit-transition: all 0.2s linear;
		-moz-transition: all 0.2s linear;
		-o-transition: all 0.2s linear;
		transition: all 0.2s linear;
	}
	.gotop a {
		display: block;
		position: relative;
		width: 40px;
		height: 40px;
		background-color: var(--color1);
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		margin-left: auto;
		margin-right: 10px;
		margin-bottom: 10px;
	}
	.gotop a::before,
	.gotop a::after {
		display: inline-block;
		content: "";
		position: absolute;
		left: 50%;
	}
	.gotop a::before {
		bottom: 10px;
		z-index: 1;
		width: 10px;
		height: 10px;
		border-top: 1px solid;
		border-left: 1px solid;
		border-color: var(--white);
		transform: rotate(45deg);
		margin-left: -5px;
	}
	.gotop a::after {
		bottom: -10px;
		z-index: 0;
		width: 1px;
		height: 31px;
		background-color: var(--white);
	}
	.gotop a:hover {
		background-color: var(--color2);
	}
	.gotop a:hover::before {
		bottom: 20px;
		border-color: #fff;
	}
	.gotop a:hover::after {
		bottom: 0px;
		background-color: #fff;
	}
	.gotop a span {
		display: block;
		overflow: hidden;
		text-indent: 100%;
		white-space: nowrap;
	}
}
@media screen and (max-width: 767px) {
	.gotop{
		display: none;
	}
}
/* ------------------------------------------------ */
.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;
	}
}
/* ------------------------------------------------ */
/*wp用
.panlink {
	font-size: 0.8em;
	padding: 10px 10px;
}
.panlink span {
	display: inline-block;
	font-weight: 700;
}
.panlink a span {
	display: inline-block;
	font-weight: 400;
}
@media screen and (max-width: 767px) {
	.panlink {
		width: auto;
	}
}
*/
/* ------------------------------------------------ */
#wrap {
}
#main {
	line-height: 1.8em;
}
.main {
	padding: 0px 0px;
}
@media screen and (max-width: 767px) {
	.main {
		padding: 0px 0px;
	}
}
/* link------------------------------------------------ */

/* link------------------------------------------------ */
.link {
	text-align: center;
	padding: 30px 0px;
}
.link-bloc {
	text-align: center;
}
@media screen and (min-width: 768px) {
	.link-bloc .link {
		display: inline-block;
		vertical-align: top;
		padding: 5px 10px;
	}
}
@media screen and (max-width: 767px) {
	.link-bloc .link {
		padding: 5px 10px;
	}
}
.link a {
	display: inline-block;
	position: relative;
	height: auto;
	cursor: pointer;
	outline: none;
	font-size: 16px;
	font-size: clamp(15px, 1.6vw, 16px);
	font-weight: 700;
	line-height: 1em;
	vertical-align: middle;
	text-decoration: none;
	background: transparent;
	padding: 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	transition: .2s linear .1s;
	transition: .2s ease-in-out .1s;
	overflow: hidden;
	border-radius: 5px;
	box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.2);
}
.linkb a {
	font-size: 22px;
	font-size: clamp(18px, 2.2vw, 22px);
}
.links a {
	font-size: 14px;
}
.link a:hover {
	box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.3);
}
.link a span {
	display: block;
	position: relative;
	z-index: 1;
	padding: 10px 20px;
	transition: all 0.2s linear;
}
.link.link-arrow a span::after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 10px;
	width: 20px;
	height: 20px;
	mask-image: url("./img/parts/arrow.svg");
	mask-repeat: no-repeat;
	mask-position: center;
}


.link a {
	color: var(--color2);
	background-color: var(--white);
}
.link a:hover {
	background-color: var(--color3);
}
.link-arrow a span::after {
	background-color: var(--color2);
}

.link.link-red a {
	color: var(--white);
	background-color: var(--color1);
}
.link.link-red a:hover {
	background-color: var(--color2);
}
.link.link-arrow a span {
	padding: 15px 40px 15px 30px;
}
.link.link-red.link-arrow a span::after {
	background-color: var(--white);
}



/* table------------------------------------------------ */
table {
	width: 100%;
}
.table {
	width: 100%;
	border-collapse: collapse;
	/*border-collapse: sepalate;*/
	border-spacing: 0px;
	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;
}

.table dl,.table ul {display: table;width: 100%;table-layout: fixed;border-spacing: 0px;margin: 0px auto;list-style-type: none;}.table li,.table dt,.table dd {display: table-cell;vertical-align: top;}@media screen and (max-width: 767px) {.table dl,.table ul {display: block;width: auto;}.table li,.table dt,.table dd {display: block;width: auto;}}
.table-border {
}
.table-border dl {
	border-bottom: 1px solid var(--black);
	margin: 0px auto;
}
.table-border dl:first-child {
	border-top: 2px solid var(--black);
}
.table-border dl:last-child {
	border-bottom: 2px solid var(--black);
}
.table-border dl dt {
	font-weight: 700;
	text-align: center;
	vertical-align: middle;
	padding: 20px 10px;
}
.table-border dl dd {
	padding: 20px 20px;
}
@media screen and (min-width: 768px) {
	.table-border dl {
		display: table;
		width: 100%;
		table-layout: fixed;
		border-spacing: 0px;
	}
	.table-border dt,
	.table-border dd {
		display: table-cell;
		vertical-align: middle;
	}
	.table-border dl dt {
		width: 20%;
	}
}
@media screen and (max-width: 767px) {
	.table-border dl {
		border-top: 1px solid #000;
	}
	.table-border dl dt {
		width: auto;
		border-right: none;
		border-bottom: 1px dashed #999;
		padding: 10px 10px;
	}
	.table-border dl dd {
		padding: 10px 10px;
	}
}
.table-border dl dd p {
	margin-bottom: 10px;
}
.table-border dl dd p:last-child {
	margin-bottom: 0px;
}
/* ------------------------------------------------ */
.photo {}.photo ul {display: flex;flex-wrap: nowrap;gap: 3px;align-items: stretch;justify-content: center;}.photo ul li {flex: 1;box-sizing: border-box;}
@media screen and (min-width: 768px) {
.photo ul li {flex: 1 0 calc(33.33% - 3px);}
.photo3 ul li {flex: 1 0 calc(33.33% - 3px);}
.photo4 ul li {flex: 1 0 calc(25% - 3px);}
}
@media screen and (max-width: 767px) {
.photo ul li {flex: 1 0 calc(50% - 3px);}
.photo3 ul li {flex: 1 0 calc(33.33% - 3px);}
.photo4 ul li {flex: 1 0 calc(25% - 3px);}
}
/* ------------------------------------------------ */
.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%;}}
/* ------------------------------------------------ */
.map iframe {width:100%;height:500px;}@media screen and (max-width: 767px) {.map iframe {height:200px;}}
/* ------------------------------------------------ */
#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;
	padding: 5px 50px;
}
@media screen and (max-width: 767px) {
	.message {
		padding: 10px;
	}
}
/* ------------------------------------------------ */
#drawertriger {
	position: fixed;
	z-index: 9999;
	right: 0px;
	top: 0px;
	transition: transform 0.3s;
}
.drawertrig {
	display: block;
	text-align: center;
	cursor: pointer;
	text-decoration: none;
}
.drawertrig span, .drawertrig span::before, .drawertrig span::after {
	display: inline-block;
	position: absolute;
	height: 2px;
	width: 34px;
}
.drawertrig span {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	transition: background 0.3s 0.3s;
}
.drawertrig span::before, .drawertrig span::after {
	content: '';
	right: 0px;
	transform: translateZ(0);
	backface-visibility: hidden;
	transform-origin: 0% 50%;
	transition: transform 0.3s 0.3s;
}
.drawertrig span::before {
	top: -10px;
}
.drawertrig span::after {
	top: 10px;
}
.drawer-open .drawertrig span {
}
.drawer-open .drawertrig span::before, .drawer-open .drawertrig span::after {
}
.drawer-open .drawertrig span::before {
	transform: translateX(4px) translateY(-3px) rotate(45deg);
}
.drawer-open .drawertrig span::after {
	transform: translateX(4px) translateY(2px) rotate(-45deg);
}
.drawer-open #drawertriger {
	transform: translateX(-300px);
}
.drawertrig {
	width: 50px;
	height: 50px;
	background-color: var(--color1);
	box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.1);
	overflow: hidden;
}
#container.fixed #drawertriger .drawertrig {
	width: 50px;
	height: 50px;
}
#container .drawertrig span {
	top: 50%;
}
#container.fixed.drawer-open #drawertrig .drawertrig span {
}
.drawer-open .drawertrig {
	background-color: var(--color1);
	box-shadow: none;
}
.drawer-open .drawertrig span {background: rgba(0,0,0,0);}
.drawertrig span, .drawertrig span::before, .drawertrig span::after {
	background: var(--white);
}
.drawer-open .drawertrig span::before, .drawer-open .drawertrig span::after {
	background: var(--white);
}
.drawer-open .drawertrig em {
	padding-top: 30px;
}
#container.fixed.drawer-open .drawertrig em {
	padding-top: 30px;
}
.drawer {
	position: fixed;
	z-index: 9998;
	right: -120%;
	top: 0;
	height: 100%;
	width: 300px;
	overflow: auto;
	background-color: var(--white);
	box-shadow: -2px 0px 5px 1px rgba(0,0,0,0.1);
	transition: all 0.3s;
}
.drawer-open .drawer {
	right: 0;
}

/* ------------------------------------------------ */
.overlay {
	position: fixed;
	z-index: 999;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	cursor: pointer;
	background-color: rgba(0,0,0, 0.5);
	background-color: rgba(255,255,255,0.5);
	visibility: hidden;
	opacity: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s, -webkit-transform 0.3s 0s;
	-moz-transition: opacity 0.3s 0s, visibility 0s 0.3s, -moz-transform 0.3s 0s;
	transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s;
}
.overlay.open {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.3s 0s, visibility 0s 0s, -webkit-transform 0.3s 0s;
	-moz-transition: opacity 0.3s 0s, visibility 0s 0s, -moz-transform 0.3s 0s;
	transition: opacity 0.3s 0s, visibility 0s 0s, transform 0.3s 0s;
}
/* ------------------------------------------------ */
.modal {
	visibility: hidden;
	opacity: 0;
	position:fixed;
	z-index:9998;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	transition: all 0.2s linear;
	background:#fff;
	padding:0px;
	box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.1);
}
.modal.open {
	visibility: visible;
	opacity: 1;
	top:50%;
}
.modal .modalinner {
}

.sandwichs {
	position:absolute;
	z-index: 1;
	right: 0px;
	top: 0px;
	width: 30px;
	height: 30px;
	background-color: #000;
}
.sandwichs::before,
.sandwichs::after {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	position: absolute;
	top: 48%;
	width: 100%;
	height: 6%;
	content: "";
	background-color: #fff;
	transition: all 0.8s ease-in-out;
}
.sandwichs::before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.sandwichs::after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.sandwichs:hover::before,
.sandwichs:hover::after {
	height: 14%;
}
.sandwichs:hover::before {
	-webkit-transform: rotate(315deg);
	transform: rotate(315deg);
}
.sandwichs:hover::after {
	-webkit-transform: rotate(-315deg);
	transform: rotate(-315deg);
}
.sandwichs:hover {
	cursor: pointer;
}
/* ------------------------------------------------ */
.modal-bloc {
	visibility: hidden;
	opacity: 0;
	position:fixed;
	z-index:9998;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	transition: all 0.2s linear;
	background: var(--white);
	padding:0px;
	box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.1);
}
.modal-bloc.open {
	visibility: visible;
	opacity: 1;
	top:50%;
}

.modal-close {
	display: block;
	position:absolute;
	z-index: 1;
	right: 0px;
	top: 0px;
	width: 30px;
	height: 30px;
	background-color: var(--black);
}
.modal-close::before,
.modal-close::after {
	box-sizing: border-box;
	display: block;
	position: absolute;
	top: 48%;
	width: 100%;
	height: 6%;
	content: "";
	background-color: var(--white);
	transition: all 0.8s ease-in-out;
}
.modal-close::before {
	transform: rotate(45deg);
}
.modal-close::after {
	transform: rotate(-45deg);
}
.modal-close:hover::before,
.modal-close:hover::after {
	height: 14%;
}
.modal-close:hover::before {
	transform: rotate(315deg);
}
.modal-close:hover::after {
	transform: rotate(-315deg);
}
.modal-close:hover {
	cursor: pointer;
}
.modal-prev,
.modal-next {
	display: block;
	position:absolute;
	z-index: 1;
	top: 50%;
	transform: translateY(-50%);
	width: 30px;
	height: 30px;
	background-color: var(--black);
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	cursor: pointer;
}
.modal-prev {left: 0px;}
.modal-next {right: 0px;}
.modal-prev::before,
.modal-next::before,
.modal-prev::after,
.modal-next::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 2px;
	height: 8px;
	background-color: var(--white);
}
.modal-prev::before,
.modal-next::before {
	margin-top: -8px;
}
.modal-prev::before {transform: skewX(-30deg);}
.modal-prev::after {transform: skewX(30deg);}
.modal-next::before {transform: skewX(30deg);}
.modal-next::after {transform: skewX(-30deg);}
/* ------------------------------------------------ */
.recaptcha_policy {
	text-align: center;
	font-size: 13px;
	padding: 20px 0px;
}
.recaptcha_policy a {
	text-decoration: underline;
}
.grecaptcha-badge { visibility: hidden; }
/* ------------------------------------------------ */
#interval {
	z-index:9999;
	position:fixed;
	opacity: 0;
}
/* ------------------------------------------------ */