@charset 'utf-8';
/*
Theme Name: Natuhara
*/

/*リセット*/
*{margin:0;padding:0;}*,::before,::after{box-sizing:border-box}*:where(:not(fieldset,progress,meter)){border-width:0;border-style:solid;background-origin:border-box;background-repeat:no-repeat}
html{block-size:100%;-webkit-text-size-adjust:none}
@media(prefers-reduced-motion:no-preference){html:focus-within{scroll-behavior:smooth}}
body{text-rendering:optimizeSpeed;min-block-size:100%}:where(img,svg,video,canvas,audio,iframe,embed,object){display:block}:where(img,svg,video){block-size:auto;max-inline-size:100%}:where(svg){stroke:none;fill:currentColor}:where(svg):where(:not([fill])){stroke:currentColor;fill:none;stroke-linecap:round;stroke-linejoin:round}:where(svg):where(:not([width])){inline-size:5rem}:where(input,button,textarea,select),:where(input[type="file"])::-webkit-file-upload-button{color:inherit;font:inherit;font-size:inherit;letter-spacing:inherit;word-spacing:inherit}:where(textarea){resize:vertical}
@supports(resize:block){:where(textarea){resize:block}}:where(p,h1,h2,h3,h4,h5,h6){overflow-wrap:break-word}
h1{font-size: clamp(2.4rem, calc(2.2rem + 0.625vw), 2.9rem);}:where(ul,ol){list-style-position:inside}:where(ul,ol)[role="list"]{list-style:none}
a:not([class]){text-decoration-skip-ink:auto}:where(a[href],area,button,input,label[for],select,summary,textarea,[tabindex]:not([tabindex*="-"])){cursor:pointer;touch-action:manipulation}:where(input[type="file"]){cursor:auto}:where(input[type="file"])::-webkit-file-upload-button,:where(input[type="file"])::file-selector-button{cursor:pointer}
@media(prefers-reduced-motion:no-preference){:focus-visible{transition:outline-offset 145ms cubic-bezier(0.25,0,0.4,1)}:where(:not(:active)):focus-visible{transition-duration:0.25s}}:where(:not(:active)):focus-visible{outline-offset:5px}:where(button,button[type],input[type="button"],input[type="submit"],input[type="reset"]),:where(input[type="file"])::-webkit-file-upload-button,:where(input[type="file"])::file-selector-button{-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;user-select:none;text-align:center}:where(button,button[type],input[type="button"],input[type="submit"],input[type="reset"])[disabled]{cursor:not-allowed}
* {overflow-wrap: break-word;word-wrap: break-word;}

html {
	font-size: 62.5%;
	overflow-y: scroll;
}
body {
	font-family: Helvetica, Arial, sans-serif;
	text-rendering: optimizeLegibility;
	font-size: clamp(1.6rem, calc(1.4rem + 0.625vw), 1.9rem);
	-webkit-font-feature-settings: 'palt';/*フォント文字詰調整*/
	font-feature-settings: 'palt';
	-webkit-text-size-adjust: 100%;/*スマホ横向き文字調整*/
	text-size-adjust: 100%;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
/*=========  リンク  =========*/
a:hover img{opacity:0.8;transition:0.3s;}
a:link,a:visited{
	color:#0099ff;
	background-image: linear-gradient(rgba(0, 0, 0, 0) 50%, rgba(0,153,255,1) 50%);
	background-position: 0 0;
	background-size: auto 200%;
	transition: .3s;
	text-underline-offset:0.2em;
}
a:hover,a:visited:hover,a:active{
	background-position: 0 100%;
	color: #fff;
	text-decoration:none;
}



/*=========  フォント  =========*/
.font10 {font-size: clamp(1.3rem, calc(1.1rem + 0.625vw), 1.5rem);}
.font20 {font-size: clamp(1.8rem, calc(1.6rem + 0.625vw), 2.3rem);}
.font25 {font-size: clamp(2.1rem, calc(1.9rem + 0.625vw), 2.6rem);}
.font30 {font-size: clamp(2.4rem, calc(2.2rem + 0.625vw), 2.9rem);}
.font35 {font-size: clamp(2.9rem, calc(2.7rem + 0.625vw), 3.4rem);}
.font40 {font-size: clamp(3.4rem, calc(3.2rem + 0.625vw), 3.9rem);}
.font45 {font-size: clamp(3.9rem, calc(3.7rem + 0.625vw), 4.4rem);}
.font50 {font-size: clamp(4.4rem, calc(4.2rem + 0.625vw), 4.9rem);}
h2{font-size: clamp(1.2rem, calc(1rem + 0.625vw), 1.7rem);}
.mincho{font-family: serif;}
.bold{font-weight:bold;}
.color-blue{color:#2B96B0;}

/*=========  見た目処理  =========*/
.box-grayborder{
	border:1px solid #eee;
}
.box-shadow{
	box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.15);
}
.border-radius{
	border-radius:5px;
}
.border-radius-top{
	border-radius: 5px 5px 0 0;
}
.border-radius-bottom{
	border-radius: 0 0 5px 5px;
}
.width80box {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding:0 20px;
	display: block;
}
.width80height5box {
	width: 100%;
	height:auto;
	max-width: 1200px;
	margin: 5% auto;
	padding:0 20px;
	display: block;
}
.width80height10box {
	width: 100%;
	height:auto;
	max-width: 1200px;
	margin: 10% auto;
	padding:0 20px;
	display: block;
}
.relative{
	position:relative;
}
.fixed{
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
}
.flex-box,
.flex-box-kotei{
	width:100%;
	height:auto;
	display:flex;
	flex-wrap:wrap;
	justify-content:start;
	margin:10px -10px;
}
.box-3to1,
.box-3to2{
	width:calc(100% / 3 - 20px);
	margin:10px;
	height:auto;
	display:flex;
	flex-direction:column;
}
.box-2,
.box-2to1{
	width:calc(100% / 2 - 20px);
	margin:10px;
	height:auto;
	display:flex;
	flex-direction:column;
}
.padding-10-box{
	padding:10px;
}
.paddingtop20{
	padding-top:20px;
}
.flex-grow{
	flex-grow: 1;
}
.text-center{text-align:center;}
.suujibox{
	margin:10px;
	padding:5px;
	border-radius:3px;
	box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.15);
}

/*背景*/
.back-gray{
	background:#efefef;	
}
.back-blue{
	background:#f3fafc;
}
/*ボタン*/
.btn,
a.btn,
button.btn {
	font-weight: 700;
	line-height: 1.5;
	position: relative;
	display: inline-block;
	padding: 10px 0.5rem;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	border-radius: 0.5rem;
}
a.btn--green {
	color: #fff;
	background-color: #094;
}
a.btn--green:hover {
	background: #00a349;
}
a.btn--orange {
	color: #fff;
	background-color: #ff9900;
}
a.btn--orange:hover {
	background: #ff5500;
}

a.btn-c {
	position: relative;
	padding: 1rem;
}
a.btn-c i {
	margin-right: 1.2rem;
	color:#fff;
}
a.btn--green:before {
	font-family: 'icomoon';
	font-size: 1.8rem;
	line-height: 1;
	position: absolute;
	top: calc(50% - .9rem);
	left: 1rem;
	margin: 0;
	padding: 0;
	font-weight:normal;
	content: '\e93b';
}
a.btn--orange:before {
	font-family: 'icomoon';
	font-size: 1.8rem;
	line-height: 1;
	position: absolute;
	top: calc(50% - .9rem);
	left: 1rem;
	margin: 0;
	padding: 0;
	font-weight:normal;
	content: '\e958';
}
a.btn-border {
	padding: 1rem;
	margin:10px;
	border: 2px solid #000;
	border-radius: 0;
	border-radius: 100vh;
	background: #fff;
}
a.btn-border:hover{color:#555;}
a.btn-border:before {
	position: absolute;
	top: 2px;
	left: 2px;
	width: calc(100% - 4px);
	height: calc(100% - 4px);
	content: '';
	-webkit-transition: all .3s;
	transition: all .3s;
	border: 2px dotted #000;
	border-radius: 100vh;
}
a.btn-border:hover:before {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*画像*/
.inner-photo{
	width: 100%;
	aspect-ratio: 5 / 2;
	margin: 0 auto;
	position: relative;
	display:block;
	overflow:hidden;
}
.inner-photo img{
	width:100%;
	height:100%;
	object-fit: cover;
}

/*=========  ヘッダー  =========*/
header{
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
	position: relative;
	background:#2B96B0;
}
.header-in-box{
	display:block;
}
.header-in {
	width: 100%;
	display: flex;
	align-items: center;
	margin: 0 auto;
	position: relative;
	z-index:3;
}
.header-left {
	width: 50%;
	display: block;
	padding: 5px;
}
.header-right {
	width: 50%;
	display: grid;
	justify-content: flex-end;
	padding: 5px;
}
.header-left h1 {
	width: auto;
	max-width: 100%;
	height: auto;
}
.header-left h1 a img {
	width: 100%;
	height: auto;
	max-width: 300px;
}
.header-right a img{
	width: 100%;
	height: auto;
	max-width: 300px;
	margin: 0 0 0 auto;
}


/*=========  グローバルナビゲーション  =========*/
#navheader {
	display: block;
	background: #333;
	z-index:10;
}
#navheader a img {
	transition: transform 0.5s ease-in-out
}
#navheader a img:hover {
	transform: rotateX(360deg)
}
.entry-content nav>ul {
	margin: 0;
}
#navheader>a {
	position: fixed;
	top: 18px;
	left: 15px;
	z-index: 1;
}
/*ナビゲーションドロップダウンのためのCSS*/
nav {
	color: #fff;
	text-align: center;
}
/*ナビゲーションを横並びに*/
nav ul {
	list-style: none;
	justify-content: center;
	width: 100%;
	left: 0;
	margin: 0;
}
nav ul#g-navi{
	display: flex;

}
/*2階層目以降は横並びにしない*/
nav ul ul {
	display: block;
}
nav ul li {
	min-width:13%;
	height:auto;
	position: relative;
	font-size: clamp(1.4rem, calc(1.2rem + 0.625vw), 1.9rem);
}
nav ul li a {
	display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
	justify-content: center;
	height:100%;
	text-decoration: none;
	color: #999;
	padding: 20px 10px;
	transition: all .3s;
}
nav ul li a:link,nav ul li a:visited{color:#fff;text-decoration: none;background:none;}
nav ul li a:hover,nav ul li a:visited:hover,nav ul li a:active{color:#ccc;text-decoration: none;background:none;}
nav ul li a::before,nav ul li a::after{display:none}
.subbutton{font-size: clamp(1rem, calc(0.6rem + 0.625vw), 1.2rem);}
nav ul li li a {
	padding: 20px 10px;
}
nav ul li a:hover {
	color: #fff;
}
/*==矢印の設定*/
/*2階層目を持つliの矢印の設定*/
nav ul li.has-child::before {
	content: '';
	position: absolute;
	left: 5px;
	top: 45%;
	width: 6px;
	height: 6px;
	border-top: 2px solid #999;
	border-right: 2px solid #999;
	transform: rotate(135deg);
}
/*3階層目を持つliの矢印の設定*/
nav ul ul li.has-child::before {
	content: '';
	position: absolute;
	left: 6px;
	top: 45%;
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
}
/*== 2・3階層目の共通設定 */
/*下の階層を持っているulの指定*/
nav li.has-child ul {
	position: absolute;
	left: 0;
	z-index: 4;
	background: #28BFE7;
	width:100%;
	visibility: hidden;
	opacity: 0;
	transition: all .3s;
	margin: 0;
}
/*hoverしたら表示*/
nav li.has-child:hover>ul,
nav li.has-child ul li:hover>ul,
nav li.has-child:active>ul,
nav li.has-child ul li:active>ul {
	visibility: visible;
	opacity: 1;
}
/*ナビゲーションaタグの形状*/
nav li.has-child ul li a {
	color: #fff;
	border-bottom: solid 1px rgba(255, 255, 255, 0.6);
}
nav li.has-child ul li:last-child a {
	border-bottom: none;
}
nav li.has-child ul li a:hover,
nav li.has-child ul li a:active {
	background: #3577CA;
}
/*3階層目の位置*/
nav li.has-child ul ul {
	top: 0;
	left:100%;
	background: #66ADF5;
}
nav li.has-child ul ul li a:hover,
nav li.has-child ul ul li a:active {
	background: #448ED3;
}
.menu-under-box{
	padding:10% 0 0 0;
}
/*=========  コンテンツ  =========*/
.contents-box{
	width:100%;
	height:auto;
	display: flex ;
	justify-content: center ;
	align-items: center ;
	z-index:3;
	position:relative;
}


/*========= ?他サイト  =========*/
/* SNS */
.share{width:100%;}
.sns{max-width:250px;margin:0 auto 20px auto;text-align:center;}
.sns ul {list-style:none;}
.sns li {display:inline-block;width:20%;}
.sns li a {font-size:170%;display:block;padding:0;color:#555;text-align:center;text-decoration: none;border:none;}
.sns li a:hover {text-decoration: none;background:none;transition: .3s;}
a:hover .icon-x{
	color:#aaa;
}
a:hover .icon-x:before,
a:hover .icon-facebook:before,
a:hover .icon-line1:before,
a:hover .icon-hatenabookmark:before{
	color:#ccc;
}
/*youtube*/
.youtube-wrapperout{width:100%;margin:0 auto;}
.youtube-wrapper {position: relative;padding-bottom: 56.25%;height: 0;margin:0 auto 24px auto;}
.youtube-wrapper iframe {position: absolute;top: 0;left: 0;right: 0;width: 100%;height: 100%;}
/* googlemap */
.ggmap {position: relative;padding-bottom: 56.25%;padding-top: 30px;height: 0;overflow: hidden;} 
.ggmap iframe,.ggmap object,.ggmap embed {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}


/*=========  フッター  =========*/
footer{
	background:#555;
}
.footerbox {
	display: flex;
	align-items: top;
	margin: 0 auto;
	padding:20px 0;
	position: relative;
	font-size: clamp(1.3rem, calc(1.1rem + 0.625vw), 1.6rem);
}
.footer-left {
	width: 50%;
	padding:20px;
	display: block;
}
.footer-right {
	width: 50%;
	color:#fff;
	display: block;
	padding:20px;
	border-left:1px solid #555;
}
.footer-left img.footlogo{
	width:100%;
	max-width:240px;
	margin:0 auto 20px auto;
}

ul.footernav,
.privacy{
	padding:5px 0;
}
ul.footernav li{
	display: block;
	list-style: none;
	padding:5px;
}
ul.footernav li a:link,
ul.footernav li a:visited{
	color:#fff;
	text-decoration: none;
}
ul.footernav li a:hover,
ul.footernav li a:visited:hover{
	color:#ff0000;
	text-decoration: none;
	background:none;
}
h3.footer-title{
	color:#fff;
}
h2.description{
	font-size:10px;
	color:#fff;
	margin:0 auto;
	text-align:center;
	padding:20px 20px 0 20px;
	font-weight:normal;
}
.site-info{
	font-size:10px;
	color:#fff;
	margin:0 auto;
	text-align:center;
	padding:20px;
}

/* ページトップ */
#page-top a{
	display: flex;
	justify-content:center;
	align-items:center;
	width:40px;
	height:40px;
	background:#555;
	border-radius:50%;
	color: #fff;
	text-align: center;
	text-decoration: none;
	font-size:3rem;
	transition:all 0.3s;
	opacity: 0.5;
}
#page-top a:hover{
	background: #777;
}
#page-top {
	position: fixed;
	right: 10px;
	bottom:10px;
	z-index: 11;
	transform: translateY(200px);
}
#page-top a i{
	margin-top:-5px;
}
#page-top.UpMove{
	animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
	from {
		opacity: 0;
	transform: translateY(100px);
	}
	to {
		opacity: 1;
	transform: translateY(0);
	}
}
#page-top.DownMove{
	animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
	from {
		opacity: 1;
	transform: translateY(0);
	}
	to {
		opacity: 1;
	transform: translateY(100px);
	}
}


/*パンくず*/
#breadcrumb{padding:0;margin:5px 0 20px 0;}
#breadcrumb .fa-home,#breadcrumb .fa-angle-right{font-size: clamp(1rem, calc(0.6rem + 0.625vw), 1.2rem);}
#breadcrumb li{display:inline-block; margin-right:7px;}
.home #breadcrumb{display:none!important;height:0;padding:0;margin:0;}


/*mailform*/
.formbox{
	padding:20px;
	background:#f4ffff;
	border-radius:10px;
	margin:0 auto;
	max-width:800px;
}
table.table02 {
	border-bottom:0px;
	color: #757575;
	line-height: 2;
	margin: 0;
	width: 100%;
}
table.table02 th {
	width:35%;
	border:none;
	padding: 5% 1%;
	height:200%;
	color:#333;
	vertical-align:middle;
	margin:-1px 0 -1px 0;
	background:#fff4f9;
	text-align:left;
	box-sizing:border-box;
}
.mw_wp_form table.table02 th {
	width:35%;
	border:none;
	padding: 10px 1%;
	height:200%;
	color:#2B96B0;
	vertical-align:middle;
	margin:-1px 0 -1px 0;
	font-weight:normal;
	background:#fffff4;
	text-align:left;
	box-sizing:border-box;
}
table.table02 th.w30{width:30%;}
table.table02 th.w20{width:20%;}
table.table02 th.w20p{width:20%;text-align:center;font-size:20px;}
table.table02 th.w50{width:50%;}
table.table02 td {
	width:65%;
	border:none;
	padding: 1%;
	height:200%;
	color:#333;
	vertical-align:middle;
	margin:-1px 0 -1px 0;
	box-sizing:border-box;
	background:#FFF;
}
table.table02 td.tdtitle{
	text-align:center;

	background: #ffffff;
	background: -moz-linear-gradient(-45deg, #efefef 0%, #eee 31%, #ccc 68%, #ddd 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #efefef 0%,#eee 31%,#ccc 68%,#ddd 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #efefef 0%,#eee 31%,#ccc 68%,#ddd 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	position:relative;
}
table.table02 th.allbar{
	text-align:center;
	background:#99CCCC;
	padding-top:10px;
	padding-bottom:10px;
}
.mw_wp_form_preview table.table02 th.allbar{display:none;}
.mw_wp_form_preview table.table02 th{
	background:#fff;
}
.mw_wp_form_preview span.px_10{
	display:none;
}
table.table02 td.okdesu span.mwform-checkbox-field-text{
	font-size:18px;
}
table.table02 a:link,
table.table02 a:visited{
	color:#0099ff;
}
table.table02 a:hover,
table.table02 a:visited:hover{
	color:#ccc;
	text-decoration: none; 
}
.mw_wp_form select{
    padding: .4em calc(.8em + 30px) .4em .8em;
    border: 1px solid #d0d0d0;
    border-radius: 3px;
    background-color: #fff;
    color: #333333;
    font-size: 1em;
    cursor: pointer;
}
.mw_wp_form .name{
	width:40%;
	border: 1px solid #d0d0d0;
	border-radius: 3px;
	padding:0 10px;
}
.mw_wp_form .mail,.mw_wp_form .tel{
	width:100%;
	border: 1px solid #d0d0d0;
	border-radius: 3px;
	padding:0 10px;
}
.mw_wp_form .tel{width:17%;}
.mw_wp_form .tukihi{width:17%;}
.mw_wp_form .send{
	width:100%;
	border-radius:7px;
	color:#fff;
	background:#2B96B0;
}
.mw_wp_form .send:hover{
	background:#ccc;
}
.kantan-gradient {
	width: 100%;
	max-width:800px;
	color:#ff0000;
	font-weight:bold;
	text-align:center;
	margin:0 auto;
	background-image: radial-gradient(circle, rgba(255, 242, 58, 1), rgba(224, 162, 8, 1) 80%);
}
/*モバイル表示*/
@media screen and (max-width: 768px) {
	.visiblePC{display:none!important;}
	.visibleMOB{display:visible;}
	/*見た目*/

	.flex-box {
		display:block;
		margin:0 auto;
	}
	.flex-box-kotei{
		width:calc(100% + 20px);
		margin:20px -10px;
	}
	.flex-box-contact{
		width:100%;
		height:auto;
		display:flex;
		flex-wrap:wrap;
		justify-content:start;
		margin:0;
	}
	.box-3to1,
	.box-2to1{
		width:100%;
		display:block;
		margin:20px 0;
	}
	.box-3to2{
		width:calc(100% / 2 - 20px);
		margin:10px;
		border:1px solid #fff;
	}
	.suujibox{
		margin:0;
		padding:5px;
		box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.15);
	}
	/*ヘッダー*/
	.header-in{
		display:block;
	}
	.header-left{
		display: block;
		width:100%;
	}
	.header-right{
		display: none;
	}
	.header-left h1 a img,
	.header-right a img{
		margin:0 auto;
	}

	/*グローバルナビゲーション*/
	#navheader {
		position: fixed;
		top:0;
		left:0;
		width: 100%;
		z-index:9998;
	}
	#navheader nav.width80box{
		width:100%;
	}
	h1#Logo {
		display: none;
	}
	a.top-button {
		scale: .7;
		right: 0;
	}
	ul#g-navi {
		display: none;
		width: 100%;
	}
	.openbtn span {
		display: inline-block;
		transition: all 0.4s;
		position: absolute;
		left: calc(50% + -13px);
		height: 3px;
		border-radius: 2px;
		background-color: #fff;
		width: 26px;
	}
	.openbtn span:nth-of-type(1) {
		top: calc(31% - 1px)
	}
	.openbtn span:nth-of-type(2) {
		top: calc(50% - 1px)
	}
	.openbtn span:nth-of-type(3) {
		top: calc(69% - 1px)
	}
	.openbtn.active span:nth-of-type(1) {
		top: 15px;
		left: 9px;
		transform: translateY(6px) rotate(-45deg);
		width: 60%
	}
	.openbtn.active span:nth-of-type(2) {
		opacity: 0
	}
	.openbtn.active span:nth-of-type(3) {
		top: 27px;
		left: 9px;
		transform: translateY(-6px) rotate(45deg);
		width: 60%
	}
	.openbtn {
		position: fixed;
		z-index: 9999;
		top: 0;
		right: 0;
		cursor: pointer;
		width: 44px;
		height: 44px;
		border-radius: 0 0 0 7px
	}
	header#navheader>a {
		display: none
	}
	nav {
		padding: 0;
		background: rgba(0,0,0,0.2);
	}
	nav ul li{
		text-align:left;
	}
	nav li.has-child ul,
	nav li.has-child ul ul {
		position: relative;
		left: 0;
		top: 0;
		width: 100%;
		visibility: visible;
		/*JSで制御するため一旦表示*/
		opacity: 1;
		/*JSで制御するため一旦表示*/
		display: none;
		/*JSのslidetoggleで表示させるため非表示に*/
		transition: none;
		/*JSで制御するためCSSのアニメーションを切る*/
	}
	nav ul li a {
		display:block;
		border-bottom: 1px solid rgba(0,0,0,0.7);
		padding-left:40px;
	}
	nav li.has-child ul li a {
		padding-left:40px;
	}
	/*矢印の位置と向き*/
	nav ul li.has-child::before {
		top:24px;
		left: 20px;
	}
	nav ul ul li.has-child::before {
		transform: rotate(135deg);
		top:24px;
		left: 20px;
	}
	nav ul li.has-child.active::before {
		top:24px;
		transform: rotate(-45deg);
	}
	
	/*Form*/
	.mw_wp_form table.table02 th,
	table.table02 td{
		width:100%;
		padding:5px;
		display:block;
	}
	.mw_wp_form select{
		width:70%;
		margin-bottom:10px;
	}
	
	/*フッター問合せ*/
	footer{
		padding-bottom:70px;
	}
	#footer-contact {
		position: fixed;
		bottom: 0;
		text-align:left;
		width: 100%;
		color: #fff;
		background: rgba(255,255,255,0.5);
		box-sizing: border-box;
		transition: .5s; /* アニメーションタイミング */
		z-index:10;
		padding:5px;
	}
	.footer-contact-image{
		width:90%;
		margin:0 auto;
	}
	#footer-contact.is-show {
		bottom: 0;
	}
	.footerbox{
		display:block;
	}
	.footer-left, .footer-right{
		width:100%;
		overflow:hidden;
		margin:0 auto;
		text-align:center;
	}
	/*フッターページトップ位置変更*/
	#page-top {
		bottom:80px;
	}
}


/*タブレット表示*/
@media screen and (min-width: 769px) and (max-width: 1024px){
	
}


/* MOB非表示 */
@media screen and (min-width: 769px){
	.visibleMOB{display:none!important;}
	
	/*ナビメニュー*/
	.uLine-center:after {
		content: '';
		position: absolute;
		left: 50%;
		bottom: 0;
		transform: translateX(-50%);
		width: 0%;
		height: 2px;
		background: #f46400;
		transition: all 0.5s;
	}
	.uLine:hover .uLine-center:after {
		width: 100%;
	}
	
	#footer-contact{
		display:none;
	}
}


/*PC表示*/
@media screen and (min-width: 1025px){


}


