@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=Roboto:wght@400;700&display=swap');
/*
	font-family: 'Raleway', sans-serif;
	font-family: 'Roboto Condensed', sans-serif;

*/
/*

	font-family: 'Noto Sans JP', sans-serif;
	font-family: 'Noto Serif JP', 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 {
	--white: #fff;
	--black: #000;
	--main: #ef938e;
	--top_text: #fff;
	--top_text2: #666;
	--top_text3: #ed6693;
	--top_text4: #af4251;
}
/*
	color: var(--top_text2);
	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%;
	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: var(--white);
	background-attachment: fixed;
}
@media screen and (max-width: 767px) {
	body {
		font-size: 13px;
		font-size: 1.3rem;
		-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;
	}
}
/*
	-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;}
@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 {
	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;
}
.widthb {
	width: 1100px;
	margin: 0px auto;
}
.widths {
	width: 800px;
	margin: 0px auto;
}
@media screen and (max-width: 767px) {
	.width,
	.widthb,
	.widths {
		width: auto;
	}
}
/* ------------------------------------------------ */
header,
#header {
	position: relative;
	z-index: 0;
}
header {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
#page-service header {background-image: url("../img/title/floor-1256804_1920.jpg");}
#page-work header {background-image: url("../img/title/forest-653448_1920.jpg");}
#page-company header {background-image: url("../img/title/housebuilding-476333_1920.jpg");}
#page-contact header {background-image: url("../img/title/trees-3410836_1920.jpg");}
.page-page #header {
	background-color: rgba(0,0,0,0.2);
}
.header {
	padding: 10px 0px;
}
#page-index .header {
	position: absolute;
	left: 50%;
	top: 0px;
	z-index: 3;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.headerouter {
}
.headerinner {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-spacing: 0px;
	margin: 0px auto;
}
.headerLeft {
	display: table-cell;
	vertical-align: top;
}
.headerRight {
	display: table-cell;
	vertical-align: top;
}
@media screen and (max-width: 767px) {
#page-index .header {
	position: static;
	-webkit-transform: translateX(0%);
	-moz-transform: translateX(0%);
	-ms-transform: translateX(0%);
	-o-transform: translateX(0%);
	transform: translateX(0%);
}
	.headerinner {
		display: block;
		width: auto;
	}
	.headerLeft {
		display: block;
	}
	.headerRight {
		display: block;
	}
}
.headerlogo {
}
.headerlogo p {
	color: #fff;
	font-size: 10px;
	font-weight: normal;
	margin-bottom: 5px;
}
.headerlogo a {
	text-decoration: none;
}
.headerlogo a h1 {
	display: inline-block;
	color: #fff;
	font-size: 30px;
	line-height: 1em;
}
#page-index .headerlogo p {
}
#page-index .headerlogo a h1 {
}
.headerlogo img {
	display: inline-block;
	width: 200px;
}
.headercon {
	text-align: right;
}
@media screen and (max-width: 767px) {
	.headerlogo {
		text-align: center;
		margin-bottom: 20px;
	}
	#page-index .headerlogo p,
	#page-index .headerlogo a h1 {
		color: #000;
	}
	#page-index .drawer .headerlogo p,
	#page-index .drawer .headerlogo a h1 {
		color: #fff;
	}
	.headercon {
		text-align: center;
	}
}
/* ------------------------------------------------ */
#footer {
	color: #fff;
	background-color: #f2e8dd;
	background-image: url("../img/global/footer.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.footer {
	text-align: center;
	padding: 20px 0px;
}
@media screen and (max-width: 767px) {
	.footer {
		width: auto;
	}
}
.footerlogo {
	text-align: center;
	margin-bottom: 10px;
}
.footerlogo a {
	display: inline-block;
	color: #fff;
	font-size: 30px;
	line-height: 1em;
	font-weight: 700;
	text-decoration: none;
	margin-bottom: 20px;
}
.footerlogo address {
	font-size: 12px;
}
.footerlink {
	font-size: 11px;
	text-align: center;
	margin-bottom: 10px;
}
.footerlink ul {
}
.footerlink li {
	display: inline-block;
	border-left: 1px solid #fff;
	margin-left: 5px;
	padding-left: 5px;
}
.footerlink li:first-child {
	border-left: none;
	margin-left: 0px;
	padding-left: 0px;
}
.footerlink a {
	color: #fff;
	text-decoration: none;
}
@media screen and (max-width: 767px) {
	.drawer .footerlogo {
		padding-top: 50px;
	}
	.footerlogo a {
		font-size: 20px;
		margin-bottom: 20px;
	}
	.footerlogo address {
		color: #fff;
		font-size: 12px;
	}
	.footerlink li {
		display: block;
		border-left: none;
		border-bottom: 1px dashed #ccc;
		margin-left: 0px;
		padding: 10px;
	}
	.footerlink li:last-child {
		border-bottom: none;
	}
	.footerlink a:hover {
	}
}
.copyright {
	font-weight: 400;
	text-align: center;
	padding: 5px;
}
.copyright small {
	font-size: 10px;
}
/* ------------------------------------------------ */
.drawertrig span, .drawertrig span::before, .drawertrig span::after {
	background: #c14c21;
}
.drawer-open .drawertrig span::before, .drawer-open .drawertrig span::after {
	background: #fff;
}
.drawer {
	background-color: #fdd2cc;
	background-color: #dbc1aa;
	background-image: url("../img/global/footer.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
#drawertrig a {
	color: #fdd2cc;
	text-decoration: none;
}
#drawertrig a em {
	display: block;
	font-family: 'Noto Serif JP', serif;
	font-size: 11px;
	padding-top: 30px;
}
.drawerlogo {
	text-align: center;
	padding: 20px 20px;
}
.drawerlogo img {
	display: inline-block;
	width: 60px;
}
/* ------------------------------------------------ */
#nav {
	background-color: #f2e8dd;
	background-color: rgba(242,232,221,0.9);
	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);
	position: absolute;
	left: 0;
	top: 80px;
	z-index: 3;
	width: 100%;
}
#page-index #nav {
}
.nav {
	text-align: center;
}
.nav ul {
	display: block;
	font-size: 0px;
}
.nav li {
	display: inline-block;
	position: relative;
	vertical-align: top;
}
.nav li a {
	display: block;
	color: #fff;
	color: #592b21;
	text-decoration: none;
	padding: 10px 0px;
}
#page-index .nav li a {
}
.nav li a strong {
	display: block;
	font-size: 18px;
	font-weight: 500;
	border-right: 1px solid #e2c6b5;
	border-right: 1px solid #fff7ea;
	padding: 5px 30px;
}
.nav li:last-child a strong {
	border-right: none;
}
#page-service .nav ul li:nth-child(2) a,
#page-work .nav ul li:nth-child(3) a,
#page-company .nav ul li:nth-child(4) a,
#page-contact .nav ul li:nth-child(5) a {
	color: #899949;
}
.nav ul li a::after {
	content: '';
	position: absolute;
	display: block;
	height: 5px;
	width: 100%;
	background: #993f23;
	left: 0;
	top: 0px;
	transform: scale(0, 1);
	transition: .3s;
}
#page-service .nav ul li:nth-child(2) a::after,
#page-work .nav ul li:nth-child(3) a::after,
#page-company .nav ul li:nth-child(4) a::after,
#page-contact .nav ul li:nth-child(5) a::after {
/*
	background: #899949;
	transform: scale(1, 1);
*/
}
.nav li a:hover {
	color: #993f23!important;
/*
	color: #fff;
	background-color: rgba(165,43,22,0.5);
*/
}
.nav ul li a:hover::after {
	background: #993f23!important;
	transform: scale(1, 1);
}
@media screen and (max-width: 767px) {
	#nav {
		box-shadow: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		position: static;
	}
	.drawer .nav {
		background-color: rgba(255,255,255,0.2);
	}
	.drawer .nav li {
		display: block;
		border-bottom: 1px solid #fff;
	}
	.drawer .nav li:first-child {
		border-top: 1px solid #fff;
	}
	.nav li a {
		color: #fff;
		padding: 15px 0px;
	}
	#page-service .nav ul li:nth-child(2) a,
	#page-work .nav ul li:nth-child(3) a,
	#page-company .nav ul li:nth-child(4) a,
	#page-contact .nav ul li:nth-child(5) a {
		color: #e8c4ad;
	}
	.nav li a strong {
		border-right: none;
		padding: 0px;
	}
}
/* ------------------------------------------------ */
.gotop{
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 9999;
}
.gotop a {
	display: block;
	width: 40px;
	height: 40px;
	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;
}
.main {
}
/* link------------------------------------------------ */
.link {
}
.bloc .link {
	text-align: center;
}
.link a {
	display: inline-block;
	position: relative;
	color: #fff;
	font-family: 'Noto Serif JP', serif;
	line-height: 1em;
	text-decoration: none;
	background-color: #6b2b0c;
	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: 15px 50px;
}
.link.mail a {
	padding: 15px 20px;
}
.link a::after {
/*
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0px;
	z-index: 0;
	width: 100%;
	height: 100%;
	background-color: #ad440f;
	transform: scale(1, 0);
	transition: .3s;
*/
}
.link.arrow a span {
	display: block;
	position: relative;
	z-index: 1;
	padding-right: 30px;
}
.link.arrow a span:before,
.link.arrow a span:after {
	position: absolute;
	right: 0px;
	width: 8px;
	height: 2px;
	content: '';
	border-radius: 2px;
	background: #fff;
}
.link.arrow a span:before {
	top: 50%;
	-webkit-transform: rotate(60deg);
	transform: rotate(60deg);
	margin-top: -4px;
}
.link.arrow.arrow a span:after {
	bottom: 50%;
	-webkit-transform: rotate(-60deg);
	transform: rotate(-60deg);
	margin-bottom: -4px;
}
.link.mail a span {
	display: block;
	background-image: url("../img/parts/mail.png");
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 30px;
	padding: 0px 30px 0px 0px;
}
@media screen and (max-width: 767px) {
	.link a {
		padding: 10px 30px;
	}
}
@media screen and (max-width: 479px) {
	.link a {
		padding: 10px 10px;
	}
}
.link a span {
	font-weight: normal;
}
.link a:hover,.link a:active {
	background-color: #ad440f;
}
/*
.link a:hover::after {
  transform: scale(1, 1);
}
*/
/* 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;
}

/*
table {
	width: 100%;
}
.table {
	display:table;
	width: 100%;
	border-collapse:sepalate; //collapse
	border-spacing: 5px;
	empty-cells:show;
	margin: 0px auto;
}
.row{
	display:table-row;
}
.th{
	display:table-cell;
	width: 25%;
	text-align: center;
	vertical-align: middle;
	background-color: #f5f3f2;
	border: 1px solid #dcdddd;
	padding: 5px;
}
.td {
	display:table-cell;
	border: 1px solid #dcdddd;
	padding: 5px;
}
.contact table p {
	padding-bottom:5px;
}
@media screen and (max-width:767px) {
	.table,
	.row,
	.th,
	.th:before{
		display:block;
	}
	.table,
	.row .th:last-child{
		border-bottom:none;
	}
	.row{
		margin:20px 0;
	}
	.row .th:nth-child(1){ 
	}
	.row .th:last-child{
	}
	.row:last-child .th,
	.th{
		width: auto;
	}
	.th:before{
		font-weight:bold;
		padding-right:20px;
		font-size:12px;
		content:" "attr(data-label)"";
	}
	.td {
		display: block;
		border: none;
		padding: 10px;
	}
}
*/
/* ------------------------------------------------ */
.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: 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;}}
.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%;font-weight:500;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;text-align: left;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: #f2e8dd;
	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;
	}
}
/* ------------------------------------------------ */
.form {
	margin: 0px auto;
}
.forminner {
}
.forminner dd p {
	line-height: 1em;
	margin-bottom: 0px;
	padding: 5px 0px;
}
.form input {
	font-size: 16px;
}
@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: #e6e6e6;
	border: 1px 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: 1px solid #000;
}
@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;
	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;
	background-color: #e6e6e6;
	border: 1px solid #e6e6e6;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 5px 5px;
}
.form textarea:focus {
	background-color: #fff;
	border: 1px solid #000;
}
@media screen and (max-width: 767px) {
	.form textarea {
		width: 90%;
	}
}

/*radios --------------------*/
.radios {
	margin-bottom: 10px;
}
.radios:last-child {
	margin-bottom: 0px;
}
.radios.inline li {
	display: inline-block;
	padding-right: 10px;
}
.radios.inlineSP li {
	display: inline-block;
	padding-right: 10px;
}
@media screen and (max-width: 767px) {
	.radios {
		text-align: center;
	}
	.radios.inline li {
		display: block;
		padding-right: 0px;
	}
	.radios.inlineSP li {
		padding: 0px 10px;
	}
}
.radios label {
	cursor: pointer;
}
.radios label:hover {
	color: #65a8c1;
}
.radios label input {
	margin-right: 5px;
}
.radios label i {
	font-style: normal;
}
.radios input[type=radio]:checked,
.radios input[type=checkbox]:checked {
	cursor:auto;
}
.radios input[type=radio]:checked + label,
.radios input[type=checkbox]:checked + label {
	color:#65a8c1;
	font-weight: bold;
}
.radios input[type=radio]:checked + i,
.radios input[type=checkbox]:checked + i {
	color:#65a8c1;
	font-weight: bold;
}
/*radios2 --------------------*/
ul.radios2 {
	margin-bottom: 10px;
}
ul.radios2:last-child {
	margin-bottom: 0px;
}
.radios2.inline li {
	display: inline-block;
	padding-right: 10px;
}
.radios2.inlineSP li {
	display: inline-block;
	padding-right: 10px;
}
@media screen and (max-width: 767px) {
	.radios2 {
		text-align: center;
	}
	.radios2.inline li {
		display: block;
		padding-right: 0px;
	}
	.radios2.inlineSP li {
		padding: 0px 10px;
	}
}
.radios2 label {
	cursor: pointer;
}
@media screen and (max-width: 767px) {
	.radios2 label {
		display: block;
		padding: 10px 0px;
	}
}
.radios2 label input {
	display: none;
	margin-right: 5px;
}
.radios2 label i {
	font-style: normal;
}
.radios2 input {
}
.radios2 i {
	position:relative;
	line-height:1;
	margin-right: 20px;
	padding-left: 20px;
}
.radios2 i::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 16px;
	height: 16px;
	background-color: #ccc;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}
.radios2 input:checked + i {
	color: #65a8c1;
	font-weight: bold;
}
.radios2 input:checked + i::before {
	background-color: #65a8c1;
}
.radios2 input:checked + i::after {
	content: "";
	display: block;
	position: absolute;
	top: 3px;
	left: 3px;
	width: 10px;
	height: 10px;
	background: #fff;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}
/*radiobtn --------------------*/
.radiobtn {
	font-size: 0;
}
@media screen and (max-width: 767px) {
	.radiobtn {
		text-align: center;
	}
}
.radiobtn li {
	display: inline-block;
	position: relative;
	font-size: 14px;
	list-style: none;
	overflow: hidden;
	margin: 3px 0px;
}
.radiobtn li:first-child {
	border-right: 1px solid #ccc;
	border-radius: 10px 0px 0px 10px;
	-moz-border-radius: 10px 0px 0px 10px;
	-webkit-border-radius: 10px 0px 0px 10px;
}
.radiobtn li:last-child {
	border-radius: 0px 10px 10px 0px;
	-moz-border-radius: 0px 10px 10px 0px;
	-webkit-border-radius: 0px 10px 10px 0px;
}
.radiobtn label {
	display: block;
	min-width: 4em;
	color: #fff;
	text-align: center;
	background: #888;
	border: 1px solid #888;
	padding: 5px 15px;
	cursor: pointer;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.radiobtn li:first-child label {
}
.radiobtn li:last-child label {
}
.radiobtn input[type=radio],
.radiobtn input[type=checkbox] {
	position: absolute;
	opacity: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	cursor: pointer;
}
.radiobtn input[type=radio]:checked,
.radiobtn input[type=checkbox]:checked {
	cursor: auto;
}
.radiobtn input[type=radio]:checked + label,
.radiobtn input[type=checkbox]:checked + label {
	color: #fff;
	border: solid 1px #65a8c1;
	background: #65a8c1;
}
.radiobtn input[type=radio].radioman:checked + label,
.radiobtn input[type=checkbox].checkman:checked + label {
	border-right: 1px dashed #fff;
}
/*checks --------------------*/
.checks {
	margin-bottom: 10px;
}
.checks:last-child {
	margin-bottom: 0px;
}
.checks.inline li {
	display: inline-block;
	padding-right: 10px;
}
.checks.inlineSP li {
	display: inline-block;
	padding-right: 10px;
}
.checks label {
	cursor: pointer;
}
.checks label:hover {
	color: #65a8c1;
}
@media screen and (max-width: 767px) {
	.checks {
		text-align: left;
	}
	.checks.inline li {
		display: block;
		padding-right: 0px;
	}
	.checks.inlineSP li {
		padding: 0px 10px;
	}
	.checks label {
		display: block;
	}
}
@media screen and (max-width: 479px) {
	.checks label {
	}
}

.checks input {
}
.checks label input {
	display: none;
	margin-right: 3px;
}
.checks label i {
	font-style: normal;
}
/*

.checks label input {
	margin-right: 3px;
}
.checks label i {
	font-style: normal;
}
.checks input:checked {
	cursor:auto;
}
.checks input:checked + label {
	color:#65a8c1;
	font-weight: bold;
}
.checks input:checked + i {
	color:#65a8c1;
	font-weight: bold;
}
*/
@media screen and (min-width: 768px) {
	.checks i {
		position:relative;
		line-height:1;
		margin-right: 20px;
		padding-left: 20px;
	}
	.checks i::before {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 13px;
		height: 13px;
		background-color: #ccc;
	}
	.checks input:checked + i {
		color: #65a8c1;
		font-weight: bold;
	}
	.checks input:checked + i::before {
		background-color: #65a8c1;
	}
	.checks input:checked + i::after {
		content: "";
		display: block;
		position: absolute;
		top: 3px;
		left: 3px;
		width: 7px;
		height: 7px;
		background-color: #fff;
	}
}
@media screen and (max-width: 767px) {
	.checks i {
		display: block;
		position: relative;
		color: #444;
		font-style: normal;
		line-height: 1;
		border: 1px solid #fff;
		border-radius: 8px;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		padding: 15px 20px 15px 40px;
		transition: .3s;
	}
	.checks input:checked + i {
		color: #65a8c1;
		font-weight: bold;
		background: #f7f7f7;
		border: 1px solid #fff;
	}
	.checks label i::before {
		content: "";
		display: block;
		position: absolute;
		left: 9px;
		width: 22px;
		height: 12px;
		background: #fff;
		border: 1px solid #999;
		border-radius: 15px;
		-moz-border-radius: 15px;
		-webkit-border-radius: 15px;
	}
	.checks label i::after {
		content: "";
		display: block;
		position: absolute;
		top: 17px;
		left: 11px;
		width: 10px;
		height: 10px;
		background: #999;
		border-radius: 50%;
		-moz-border-radius: 50%;
		-webkit-border-radius: 50%;
		transition: .2s;
	}
	.checks input:checked + i::before {
		border: 1px solid #65a8c1;
	}
	.checks input:checked + i::after {
		left: 21px;
		background: #65a8c1;
	}
}
/*checks2 --------------------*/
.checks2 {
	margin-bottom: 10px;
}
.checks2:last-child {
	margin-bottom: 0px;
}
.checks2.block li {
	display: block;
	margin-bottom: 3px;
}
.checks2.inline li {
	display: inline-block;
	padding-right: 10px;
}
@media screen and (max-width: 767px) {
	.checks2 {
		text-align: left;
	}
	.checks2.inline li {
		display: block;
		margin-bottom: 3px;
		padding-right: 0px;
	}
}
.checks2 label {
	position:relative;
	cursor: pointer;
}
.checks2 label:hover {
	color: #65a8c1;
}
.checks2 label input {
	position: absolute;
	top: 12px;
	left: 5px;
	z-index: 5;
}
.checks2 label i {
	display: block;
	position:relative;
	font-style: normal;
	line-height:1;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-right: 20px;
	padding: 10px 20px 10px 25px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	z-index: 0;
}
.checks2 input:checked {
	cursor:auto;
}
.checks2 input:checked + i {
	color: #65a8c1;
	background-color: #f2f2f2;
	border: 1px solid #ccc;
}
/*--------------------*/
/*radios --------------------*/
.radios.block li {
	display: block;
	margin-bottom: 3px;
}
.radios.inline li {
	display: inline-block;
	padding-right: 10px;
}
.radios label {
	position:relative;
	display: inline-block;
	cursor: pointer;
}
.radios label:hover {
	color: #65a8c1;
}
.radios label input {
	position: absolute;
	top: 12px;
	left: 5px;
	z-index: 5;
}
.radios label .wpcf7-list-item-label {
	display: block;
	position:relative;
	font-style: normal;
	line-height:1;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-right: 20px;
	padding: 10px 20px 10px 25px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	z-index: 0;
}
.radios input:checked {
	cursor:auto;
}
.radios input:checked + .wpcf7-list-item-label {
	color: #fff;
	background-color: #e72c66;
	border: 1px solid #e72c66;
}
/*--------------------*/
.kakunin {
	text-align: center;
	padding: 20px 10px;
}
/*--------------------*/
.submit {
	text-align: center;
	padding: 20px 10px;
}
.submit p {
	padding: 10px 0px;
}
.submit input,
.submit button {
	color: #fff;
	font-size: 16px;
	background-color: #6b2b0c;
	border: 1px solid #6b2b0c;
	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: 30px 100px;
	cursor: pointer;
}
.submit input:hover,
.submit button:hover {
	color: #fff;
	background-color: #ad440f;
	border: 1px solid #ad440f;
}
.submit input.back,
.submit button.back {
	display: inline-block;
	color: #fff;
	font-size: 12px;
	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;
	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;
	background-color: #666;
	border: 1px solid #666;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}
.submit a:hover {
	background-color: #ad440f;
	border: 1px solid #ad440f;
}
/* ------------------------------------------------ */