/*
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/css?family=Roboto+Condensed');

/* ------------------------------------------------ */
.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 {
	--main: #ef938e;
	--white: #fff;
	--black: #000;
	--gray1: #f2f2f2;
	--gray2: #ccc;
	--gray3: #666;
	--gray4: #333;
	--gray5: #f0f0f0;
	--gray6: #f8f8f8;
	--link1: #333;
	--link2: #fff;
	--link3: #497f93;
	--link4: #add3e0;
	--tel1: #23774f;
	--tel2: #1c6342;
}
/*
	color: var(--service1);
	background-color: var(--top_text2);
*/
/* ------------------------------------------------ */
.mysvg {
	display: block;
	width: 30px;
	height: 30px;
	margin: 0px auto;
}
.mysvg path,
.mysvg circle,
.mysvg polygon {
	color: #078984;
	fill: currentColor;
}
/* ------------------------------------------------ */
@-ms-viewport {width: device-width;}
@viewport {width: device-width;}
*{
margin:0;
padding:0;
}
html,body {
	height: 100%;
	line-height: 1;
	min-height:100%;
	font-size: 62.5%;
	margin: 0px auto;
}
body {
	color: #333;
	color: var(--black);
	font-size: 16px;
	font-size: 1.6rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	background-color: #fff;
	background-color: var(--white);
	background-attachment: fixed;
}
@media screen and (max-width: 767px) {
	body {
		font-size: 15px;
		font-size: 1.5rem;
		-webkit-text-size-adjust: 100%;
	}
}
*html body {
}
#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;
	}
}
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;}
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;}
}
input,textarea,select,button {
	outline: none;
}
button,input,select {
	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] {
	-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;image-rendering: -webkit-optimize-contrast;}
@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);

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

テキストグラデーション
IEはだめ　えっじはしらない
	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));
*/


/*
さんかく
#mikata::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 0px;
	width: 0;
	height: 0;
	border-top: 10vw solid #e7f2f8;
	border-left: 50vw solid transparent;
	border-right: 50vw solid transparent;
	border-bottom: 0;
	margin-left: -50vw;
	z-index: 1;
}
#mikata::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 0px;
	width: 0;
	height: 0;
	border-top: 12vw solid #ff0;
	border-left: 50vw solid transparent;
	border-right: 50vw solid transparent;
	border-bottom: 0;
	margin-left: -50vw;
	z-index: 0;
}
*/
}
.corn {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	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;
}
/*
<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: 1100px;
	margin: 0px auto;
}
.widths {
	width: 950px;
	margin: 0px auto;
}
@media screen and (max-width: 767px) {
	.width,
	.widths {
		width: auto;
	}
}
/* ------------------------------------------------ */
.globalbloc {
}
.globalbox {
}
.globalleft {
}
.drawer .globallogo {
	padding: 20px 0px;
}
.globallogo h1 {
	display: inline-block;
}
.globallogo a {
	display: inline-block;
	color: var(--white);
	text-decoration: none;
}
.drawer .globallogo a {
	color: var(--black);
}
.globallogo a b {
	display: block;
	font-size: 40px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
}
@media screen and (max-width: 767px) {
	.globallogo a {
		color: var(--black);
	}
	.globallogo a b {
		font-size: 24px;
	}
}
.globallogo a strong {
	display: none;
	font-size: 14px;
	font-weight: 700;
}
.drawer .globallogo a b {
	font-size: 26px;
}
.drawer .globallogo a strong {
	display: block;
}
.globallogo a img {
	display: inline-block;
}
@media screen and (max-width: 767px) {
	.globalbloc {
		display: block;
		width: auto;
	}
	.globalbox {
		display: block;
		width: auto;
	}
	.globallogo {
		text-align: center;
	}
}
/* ------------------------------------------------ */
#header {
	position: relative;
	z-index: 4;
	width: 100%;
}
.header {
}
.headerouter {
}
.headerinner {
	position: relative;
	margin: 0px auto;
	padding: 20px 0px;
}
@media screen and (min-width: 768px) {
	.header {
		position: absolute;
		z-index: 5;
		left: 0;
		top: 0;
		width: 100%;
	}
	.headerinner {
		width: 1200px;
		padding: 10px 0px;
	}
}
.headerRight {
	position: absolute;
	right: 0px;
	top: 0;
	z-index: 9999;
}
.headerLeft {
}
.headerRight {
	text-align: right;
	vertical-align: bottom;
}

.header a {
	text-decoration: none;
}
.headerLeft .header-logo {
	text-align: center;
}
.drawer .header-logo {
	text-align: center;
}
@media screen and (max-width: 767px) {
	.headerLeft .header-logo {
		text-align: left;
		padding: 0px 0px 0px 10px;
	}
}
.header-logo h1 {
	color: #fff;
	font-size: 10px;
	font-size: 1rem;
	font-weight: normal;
	margin-bottom: 5px;
}
.header-logo a {
}
.header-logo img {
}
.header-right {
	text-align: center;
}
.header-right p {
	font-size: 14px;
	margin-bottom: 5px;
}
.header-tel {
}
.drawer .header-tel {
	padding: 10px 0px;
}
.header-tel em {
	display: none;
}
.header-tel a {
	display: inline-block;
	color: var(--tel1);
}
.header-tel a div {
	display: inline-block;
	position: relative;
	width: 20px;
	vertical-align: top;
	margin-right: 10px;
}
.header-tel a div::after {
	position: absolute;
	left: 0px;
	bottom: -10px;
	color: var(--tel1);
	font-size: 11px;
}
.header-tel.tel a div::after {
	content: "TEL";
}
.header-tel.fax a div::after {
	content: "FAX";
}
.header-tel a svg {
	width: 20px;
}
.header-tel a svg path {
	fill: var(--tel1);
}
.header-tel a span {
	display: inline-block;
	font-size: 32px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	vertical-align: top;
}
.header-sns {
	padding: 0px 0px 20px 0px;
}
.drawer .header-sns {
}
.header-sns a svg {
	display: inline-block;
	width: 30px;
	vertical-align: middle;
}
.header-sns a svg path {
	fill: var(--white);
}
.header-contact {
	padding: 10px 0px 20px 0px;
}
.header-contact a {
	display: inline-block;
	color: var(--white);
	background-color: var(--tel1);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 10px 30px;
}
.header-contact a svg {
	display: inline-block;
	width: 20px;
	vertical-align: middle;
	margin-right: 10px;
}
.header-contact a svg path {
	fill: var(--white);
}
.header-contact a span {
	display: inline-block;
	font-size: 20px;
	font-weight: 700;
	vertical-align: middle;
}
.header-contact a:hover {
	background-color: rgba(255,255,255,0.8);
	background-color: #11a52d;
}
@media screen and (max-width: 767px) {
	.header-logo {
		margin-bottom: 5px;
	}
	.header-logo img {
		width: auto;
	}
}
/* ------------------------------------------------ */
.header-nav {
/*
	position: absolute;
	z-index: 2;
	right: 0px;
	top: 0;
*/
}
#nav {
	position:fixed;
	left: 0;
	top: 70px;
	width: 100%;
	z-index: 998;
	background-color: rgba(255,255,255,0);
}
#nav.fixed {
	position:fixed;
	left: 0;
	top: 0;
	background-color: rgba(255,255,255,0.9);
}
#nav.tesst {
	background-color: rgba(255,0,0,0.9);
}
#nav .nav {
	width: 1200px;
	text-align: center;
	margin: 0px auto;
}
.drawer .nav {
	background-image: url("./img/parts/drawer.jpg");
	background-repeat: no-repeat;
	background-position: center top;
}
#nav .nav ul {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-spacing: 0px;
	margin: 0px auto;
	display: block;
}
#nav .nav ul li {
	display: table-cell;
	display: inline-block;
	vertical-align: middle;
	padding: 0px 0px;
}
.drawer .nav ul li.nav-none {
	display: none;
}
.nav ul li a {
	display: block;
	position: relative;
	color: var(--white);
	text-decoration: none;
	padding: 20px 10px;
}
#nav.fixed .nav ul li a {
	color: var(--black);
	padding: 10px 10px;
}
.drawer .nav ul li a {
	color: var(--black);
	border-top: 1px solid var(--black);
}
.drawer .nav ul li:last-child a {
	border-bottom: 1px solid var(--black);
}
.nav ul li a span {
	display: inline-block;
	font-size: 24px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	text-transform: capitalize;
	padding-right: 10px;
}
#nav .nav ul li a span {
	display: block;
	padding-right: 0px;
	margin-bottom: 3px;
}
#nav.fixed .nav ul li a span {
	font-size: 20px;
}
.nav ul li a strong {
	display: inline-block;
	font-size: 13px;
	font-weight: 400;
	white-space: nowrap;
}
#nav .nav ul li a strong {
	display: block;
}
#nav .nav ul li a::after {
	content: '';
	position: absolute;
	z-index: 1;
	left: 0;
	bottom: 10px;
	pointer-events: none;
	width: 100%;
	height: 2px;
	background: rgba(255,255,255,0.8);
	opacity: 0;
}
#nav .nav ul li a:hover::after {
	animation-name:navline;
	animation-delay: 0s;
	animation-duration: 0.5s;
	animation-fill-mode:forwards;
}
@keyframes navline {
	from {
	  transform: scale(0,0.2);
	  opacity: 0;
	}
	to {
	  transform: scale(1,1);
	  opacity: 1;
	}
}
.nav ul li a:hover {
	background-color: rgba(255,255,255,0)
}
.drawer .nav ul li a {
	background-color: rgba(255,255,255,0.8)
}
.drawer .nav ul li a:active,
.drawer .nav ul li a:hover {
	background-color: rgba(255,255,255,0.3)
}
/* ------------------------------------------------ */
#footer {
	position: relative;
	z-index: 10;
	background-color: var(--black);
	padding: 10px;
}
#footer svg.wave {
	height: 10vh;
}
#footer svg.wave path {
	fill: #fff;
}
.footer {
}
.footerinner {
	color: #fff;
	text-align: center;
}
.footer-logo {
	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-add {
	text-align: center;
	margin-bottom: 10px;
}
.drawer .footer-add {
	margin-bottom: 0px;
	padding: 30px 0px;
}
.footer-add strong {
	display: block;
	line-height: 1.4em;
	margin-bottom: 10px;
}
.footer-add address {
	display: block;
	font-size: 12px;
}
.footer-add address br {
	display: none;
}
.drawer .footer-add address br {
	display: block;
}
@media screen and (max-width: 767px) {
	.footer-add address br {
		display: block;
	}
}
.footer-link {
	font-size: 11px;
	text-align: center;
	margin-bottom: 10px;
}
.footer-link ul {
}
.footer-link li {
	display: inline-block;
	border-left: 1px solid #ccc;
	margin-left: 5px;
	padding-left: 5px;
}
.footer-link li:first-child {
	border-left: none;
	margin-left: 0px;
	padding-left: 0px;
}
.footer-link a {
	color: #fff;
	text-decoration: none;
}
@media screen and (max-width: 767px) {
	.footer-link li {
		display: block;
		border-left: none;
		border-bottom: 1px dashed #ccc;
		margin-left: 0px;
		padding: 10px;
	}
	.footer-link li:last-child {
		border-bottom: none;
	}
	.footer-link a:hover {
	}
}
.copyright {
	color: #fff;
	font-weight: 400;
	text-align: center;
	padding: 5px;
}
.copyright small {
	font-size: 10px;
}
/* ---------------------------------------------------------------------- */
#slide {
}
.slide {
	width: 100%;
	height: 100%;
	max-height: 500px;
}
.swiper {
	width: 100%;
	height: 100%;
}
.swiper-slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/*
.swiper-slide {
	width: 100%;
	max-width: 1000px;
}
*/
.swiper-pagination-bullet.swiper-pagination-bullet-active {
	--swiper-navigation-color: #ffffff;
	background: #ffffff;
}
.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
	--swiper-navigation-color: #ffffff;
}
@media screen and (max-width: 767px) {
	.swiper-slide {
		width: 100%;
		max-width: none;
	}
}
/* ------------------------------------------------ */
.drawertrig {
	width: 80px;
	height: 80px;
	background-color: var(--white);
	-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);
	box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.1);
}
#drawertrig a em {
	display: block;
	text-align: center;
	padding-top: 50px;
}
#drawertriger.fixed .drawertrig {
	width: 50px;
	height: 58px;
}
#drawertriger.fixed #drawertrig a em {
	padding-top: 30px;
}
.drawer-open .drawertrig {
	background: transparent;
	box-shadow: none;
}
.drawer-open .drawertrig span {background: rgba(0,0,0,0);}
.drawertrig span, .drawertrig span::before, .drawertrig span::after {
	background: var(--black);
}
.drawer-open .drawertrig span::before, .drawer-open .drawertrig span::after {
	background: var(--white);
}
.drawer {
	background-color: var(--white);
}
#drawertrig a {
	text-decoration: none;
}
#drawertrig a em {
	display: block;
	text-align: center;
}
#drawertrig a em::before,
#drawertrig a em::after {
	font-size: 11px;
}
#drawertrig a em::before {
	content: "";
}
#drawertrig a em::after {
	content: "Menu";
	color: var(--black);
}
.drawer-open #drawertrig a em::before {
	content: "Close";
	color: var(--white);
}
.drawer-open #drawertrig a em::after {
	content: "";
}
/* ------------------------------------------------ */
.gotop{
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 9999;
}
.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;
	border: 1px solid #000;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin-left: auto;
	margin-right: 10px;
	margin-bottom: 10px;
/*
	-moz-box-shadow: 0px 0px 0px 1px rgba(255,255,255,1);
	-webkit-box-shadow: 0px 0px 0px 1px rgba(255,255,255,1);
	box-shadow: 0px 0px 0px 1px rgba(255,255,255,1);
*/
}
.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: #000;
	transform: rotate(45deg);
	margin-left: -5px;
}
.gotop a::after {
	bottom: -10px;
	z-index: 0;
	width: 1px;
	height: 31px;
	background-color: #000;
/*
	border: 1px solid #fff;
	margin-left: -1px;
*/
}
.gotop a:hover {
	background-color: var(--blue2);
	border: 1px solid var(--blue2);
}
.gotop a:hover::before {
	bottom: 20px;
	border-color: #fff;
}
.gotop a:hover::after {
	bottom: 0px;
	background-color: #fff;
/*
	border: 1px solid #000;
*/
}
.gotop a span {
	display: block;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
/* ------------------------------------------------ */
.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 {
	position: relative;
	line-height: 1.8em;
}
.main {
	background-color: var(--white);
	background-color: #ccc;
}
/* --------- */
#top {
}
.top {
}
/* primary------------------------------------------------ */
.primary {
	margin-bottom: 20px;
	padding: 0px;
}
@media screen and (max-width: 767px) {
	.primary {
		padding: 5px;
	}
}
/* ------------------------------------------------ */
.tex {
	margin-bottom: 10px;
	padding: 5px 10px;
}
.tex p {margin-bottom: 10px;}
.tex p:last-child {margin-bottom: 0px;}
/* link------------------------------------------------ */
.link {
	text-align: center;
}
.link ul {
	text-align: center;
}
.link li {
	margin-bottom: 5px;
}
.link.inline li {
	display: inline-block;
	margin: 0px 5px;
}
@media screen and (max-width: 767px) {
	.link.inline li {
		display: block;
		margin: 0px 0px 10px 0px;
	}
	.link.inline li:last-child {
		margin: 0px;
	}
}
.link li a {
	display: block;
}

.link li a {
	display: block;
	position: relative;
	font-weight: 500;
	font-size: 1.2em;
	text-decoration: none;
	letter-spacing: 0.1em;
	-webkit-transition: border 0.5s ease-out;
	transition: border 0.5s ease-out;
	transition-delay: 0.8s;
	cursor: pointer;
	overflow: hidden;
	outline: none;
	box-shadow: 1px 1px 5px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 1px 1px 5px 2px rgba(0,0,0,0.3);
	-webkit-box-shadow: 1px 1px 5px 2px rgba(0,0,0,0.3);
}
.link li a {
	color: var(--link3);
	background: var(--link2);
	border: none;
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
.link li a span {
	display: block;
	position: relative;
	z-index: 1;
	border-top: 2px solid var(--link4);
	border-bottom: 2px solid var(--link4);
	padding: 20px 50px;
}
.link li a:before,
.link li a:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0px;
	z-index: 3;
	width: 0px;
	height: 3px;
	background: var(--link3);
	transition: all 0.4s ease;
}
.link li a:after {
	top: inherit;
	left: inherit;
	bottom: 0;
	right: 0;
}
.link.arrow span::before,
.link.arrow span::after {
	content: "";
	position: absolute;
	right: 20px;
	top: 50%;
	width: 2px;
	height: 6px;
	background: var(--link2);
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.link.arrow span::before {
	-webkit-transform: skewX(30deg);
	transform: skewX(30deg);
	margin-top: -6px;
}
.link.arrow span::after {
	-webkit-transform: skewX(-30deg);
	transform: skewX(-30deg);
}
.link li a:hover {
	background: var(--link2);
	color: var(--link3);
}
.link li a:hover:before,
.link li a:hover:after {
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
	width: 100%;
}
.link.arrow a:hover span::before,
.link.arrow a:hover span::after {
	background: var(--link3);
}

/*link color1*/
.link.color1 li a {
	color: var(--link3);
	background: var(--link2);
}
.link.color1 li a span {
	border-top: 2px solid var(--link4);
	border-bottom: 2px solid var(--link4);
}
.link.color1 li a:before,
.link.color1 li a:after {
	background: var(--link3);
}
.link.color1.arrow span::before,
.link.color1.arrow span::after {
	background: var(--link2);
}
.link.color1 li a:hover {
	color: var(--link2);
	background: var(--link1);
}
.link.color1.arrow a:hover span::before,
.link.color1.arrow a:hover span::after {
	background: var(--link3);
}
/*link color2*/
.link.color2 li a {
	color: var(--link2);
	background: var(--link1);
}
.link.color2 li a span {
	border-top: 2px solid var(--link2);
	border-bottom: 2px solid var(--link2);
}
.link.color2 li a:before,
.link.color2 li a:after {
	background: var(--link3);
}
.link.color2.arrow span::before,
.link.color2.arrow span::after {
	background: var(--link2);
}
.link.color2 li a:hover {
	color: var(--link3);
	background: var(--link2);
}
.link.color2.arrow a:hover span::before,
.link.color2.arrow a:hover span::after {
	background: var(--link3);
}
/* ------------------------------------------------ */
.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;}}
.photo.photoB ul {display: table;width: 100%;table-layout: fixed;border-spacing: 0px;margin: 0px auto;}.photo.photoB li {display: table-cell;vertical-align: top;}}
.photo.flex {}.photo.flex ul {display: flex;flex-wrap: wrap;-webkit-flex-wrap: wrap;align-items: flex-start;align-content: flex-start;}.photo.flex li {width: 25%;}
/* ------------------------------------------------ */
.movie {z-index: 9998!important;width: 560px;margin: 0 auto;padding:0;}.movie iframe{z-index: 9998!important;}@media screen and (max-width: 767px){.movie {position: relative;width: auto;padding-bottom: 56.25%;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 #000;margin: 0px auto;}.tableinner dl:last-child {border-bottom: 1px solid #000;}.tableinner dt {width: 20%;text-align: center;vertical-align: middle;border-right: 1px solid #000;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;}}
/* ------------------------------------------------ */
.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 em {
	display: block;
	font-weight: 700;
	font-size: 1.1em;
	border-bottom: 1px solid #000;
}
.message p em {
	display: block;
	font-weight: 700;
	font-size: 1.1em;
	border-bottom: 1px solid #000;
}
.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: 5px;
	}
}
/* ------------------------------------------------ */
#interval {
	z-index:9999;
	position:fixed;
	opacity: 0;
}
/* ------------------------------------------------ */