@CHARSET "UTF-8";
/*
Theme Name: Nanso-Union
Author: BOSO-COMPUTER K.K.
*/
.wow{
	display: none;
}
.grayscale img{
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}
/***** スマートフォン *****/
.mobile_top_menu{
	display: table;
	width: 98%;
	height: 50px;
	background: darkblue;
	color: white;
	-moz-box-shadow:	0px 2px 10px 1px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow:	0px 2px 10px 1px rgba(0, 0, 0, 0.4);
	box-shadow:			0px 2px 10px 1px rgba(0, 0, 0, 0.4);
	z-index: 1000;
	position: fixed;
	top: 0;
}
.mobile_top_menu_l,
.mobile_top_menu_r{
	display: table-cell;
}
.mobile_top_menu_l{
	text-align: left;
}
.mobile_top_menu_r{
	text-align: right;
}
.mobile_top_menu_inner{
	display: inline-block;
}
.mobile_top_menu_inner_list{
	display: inline-block;
}
.mobile_top_menu_inner_list a{
	display: inline-block;
}
.mobile_top_menu_spacer{
	display: block;
	height: 50px;
}
header{
}
.com_info{
	display: none;
	text-align: right;
}
nav{
	display: block;
}
.line_upper,
.line_bottom{
	display: none;
}
.main_nav_ul{
	width: 98%;
	margin: 0 0 0 0;
	position: fixed;
	top: -100px;
	left: 0;
	background: rgba(100, 255, 100, 0.5);
	z-index: 100;
	padding: 10px;
	text-align: center;
	-webkit-border-radius: 0 0 10px 10px / 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px / 0 0 10px 10px;
	border-radius: 0 0 10px 10px / 0 0 10px 10px;
}
.main_nav_ul li{
	display: inline-block;
	margin: 2px 2px;
	line-height: 1;
	border: 1px solid darkblue;
	padding: 5px 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: white;
}
.main_nav_ul li.mb_none{
	display: none;
}
.main_nav_part_main{
	font-size: 1rem;
}
.main_nav_part_sub{
	font-size: 0.9rem;
}
aside{
	display: none;
	position: absolute;
	top: 50px;
	right: -250px;
	width: 250px;
	background: rgba(255, 255, 255, 0.7);
	padding: 10px;
	-moz-box-shadow:	-2px -2px 10px 1px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow:	-2px -2px 10px 1px rgba(0, 0, 0, 0.4);
	box-shadow:			-2px -2px 10px 1px rgba(0, 0, 0, 0.4);
	-webkit-border-radius: 10px 0 0 10px / 10px 0 0 10px;
	-moz-border-radius: 10px 0 0 10px / 10px 0 0 10px;
	border-radius: 10px 0 0 10px / 10px 0 0 10px;
}
article.main_article{
	width: 100%;
}
.size-full{
	max-width: 100%;
	width: 100%;
}
.category_title{
	background-color: #42b7ff;
	color: white;
	/*
	-webkit-text-stroke-width: 0.5px;
	-webkit-text-stroke-color: darkblue;
	*/
	padding: 5px;
	text-align: center;
}
footer{
}
.footer_wrapper{
	padding: 20px 10px;
}
.footer_cell{
	font-weight: bold;
	font-size: 1rem;
}
.footer_wrapper h3{
	line-height: 1.5;
}
.footer_button{
	display: inline-block;
	line-height: 1;
	padding: 5px 10px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: -webkit-linear-gradient(top, #ffffd1 0%, #c2c200 56%, #c7c700 100%);
	background: -moz-linear-gradient(top, #ffffd1 0%, #c2c200 56%, #c7c700 100%);
	background: linear-gradient(to bottom, #ffffd1 0%, #c2c200 56%, #c7c700 100%);
	border: 1px solid goldenrod;
}
.footer_cell:FIRST-CHILD{
	text-align: center;
}
.footer_cell ul{
	line-height: 1.8;
}
.footer_cell ul li{
	padding-left: 20px;
	display: inline-block;
}
.footer_cell a{
	color: black;
}
.footer_copy{
	font-size: 0.7rem;
	text-align: center;
	margin-top: 10px;
	line-height: 1.5;
}
/* 共通タグなど */
.page_under_wrapper{
	padding: 0 5px;
}
.main_h2{
	padding: 10px 5px;
	background: -webkit-linear-gradient(top, #fbfffe 0%, #90e8f1 47%, #4fdff6 52%, #78e4ed 100%);
	background: -moz-linear-gradient(top, #fbfffe 0%, #90e8f1 47%, #4fdff6 52%, #78e4ed 100%);
	background: linear-gradient(to bottom, #fbfffe 0%, #90e8f1 47%, #4fdff6 52%, #78e4ed 100%);
	border: 1px solid deepskyblue;
	color: navy;
	text-shadow:	1px 1px 2px white,
					1px -1px 2px white,
					-1px 1px 2px white,
					-1px -1px 2px white;
	text-align: center;
}
/* 共通テーブルパーツ */
.usually_tbl
{}
.usually_row
{}
.usually_cell_th{
	border-top: 1px solid darkblue;
	border-bottom: none;
	border-right: 1px solid darkblue;
	border-left: 1px solid darkblue;
	background: dodgerblue;
	color: white;
	text-align: center;
	padding: 10px 10px;
}
.usually_cell_td{
	border-top: 1px solid darkblue;
	border-bottom: 1px solid darkblue;
	border-right: 1px solid darkblue;
	border-left: 1px solid darkblue;
	padding: 10px 10px;
	margin-bottom: 20px;
	background: white;
}
/* フォーム部品など */
.wpcf7-form-control{
	background: rgba(255, 255, 255, 0.2);
	border: none;
	width: 100%;
	line-height: 1.5;
	padding: 1px 10px;
	font-size: 1.2rem;
}
.single_contact_btn_wrapper{
	position: relative;
	text-align: right;
}
.single_contact_btn_wrapper input{
	color: white;
	display: inline-block;
	width: auto;
	padding: 10px 20px;
	font-size: 1.2rem;
	background: -webkit-linear-gradient(top, #ccf 0%, #3d3dff 49%, #0000db 56%, #2e2eff 100%);
	background: -moz-linear-gradient(top, #ccf 0%, #3d3dff 49%, #0000db 56%, #2e2eff 100%);
	background: linear-gradient(to bottom, #ccf 0%, #3d3dff 49%, #0000db 56%, #2e2eff 100%);
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.wpcf7-not-valid-tip{
	display: block;
	font-size: 0.8rem;
	line-height: 1.5;
	text-align: right;
}
.ajax-loader{
	position: absolute;
	bottom: 15px;
	right: 160px;
}
.saleform_title{
	margin-top: 30px;
	border-left: 4px solid darkblue;
	padding: 5px 10px;
}
.page_top_moving_icon{
	display: none;
	background: rgba(0, 0, 0, 0.5);
	padding: 5px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing{
	background: white;
}
div.wpcf7-mail-sent-ok{
	background: white;
}
/*
.fancybox-content a img {
    max-width: 100% !important;
    height: auto !important;
    touch-action: auto !important; /* タッチ操作を許可 */
}
*/
.fancybox-button--arrow_left,
.fancybox-button--arrow_right {
    display: none !important;
}
/***** タブレット *****/
@media screen and (min-width:768px){
	.mobile_top_menu	{
		display: none;
	}
	.mobile_top_menu_spacer	{
		display: none;
	}
	header{
		position: absolute;
		top: 0;
		width: 100%;
		z-index: 100;
	}
	.header_inner{
		height: 95px;
		width: 768px;
		margin: auto;
		display: table;
	}
	.main_nav{
		display: flex;
		z-index: 100;
		height: 70px;
		background: rgba(160, 255, 160, 0.7);
		position: absolute;
		top: 95px;
		width: 100%;
		-moz-box-shadow:	0px 2px 10px 1px rgba(0, 0, 0, 0.4);
		-webkit-box-shadow:	0px 2px 10px 1px rgba(0, 0, 0, 0.4);
		box-shadow:			0px 2px 10px 1px rgba(0, 0, 0, 0.4);
	}
	.main_nav_ul{
		width: 768px;
		margin: auto;
		display: table;
		position: relative;
		top: 0;
		left: 0;
		background: none;
		padding: 0;
	}
	.main_nav_ul li,
	.main_nav_ul li.mb_none{
		border: none;
		background: none;
		padding: 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		display: table-cell;
		vertical-align: top;
		-webkit-transition: 0.7s;
		-moz-transition: 0.7s;
		transition: 0.7s;
	}
	.main_nav_ul li.mb_none{
		color: white;
		vertical-align: middle;
		font-weight: bold;
		font-size: 1.2rem;
		text-shadow:	1px 1px 1px navy,
						1px -1px 1px navy,
						-1px 1px 1px navy,
						-1px -1px 1px navy;
		line-height: 1.3;
	}
	.main_nav_ul li:NOT(:FIRST-CHILD){
		min-width: 70px;
	}
	.main_nav_ul li:NOT(:FIRST-CHILD):HOVER	{
		background: white;
	}
	.main_nav_a_wrapper{
		display: table;
		height: 70px;
		width: 100%;
	}
	.main_nav_a{
		display: table-cell;
		text-align: center;
		vertical-align: middle;
		line-height: 1.1;
	}
	.main_nav_part_main,
	.main_nav_part_sub	{
		color: white;
		text-shadow:	1px 1px 1px navy,
						1px -1px 1px navy,
						-1px 1px 1px navy,
						-1px -1px 1px navy;
	}
	.main_nav_part_main{
		font-size: 1rem;
		font-weight: bold;
	}
	.main_nav_part_sub{
		font-size: 0.7rem;
	}
	.nav_fixed{
		position: fixed;
		top: 0;
	}
	.line_upper,
	.line_bottom{
		display: block;
		position: absolute;
		height: 1px;
		width: 100%;
		background: white;
	}
	.line_upper{
		top: 5px;
	}
	.line_bottom{
		bottom: 5px;
	}
	.nav_spacer{
		height: 70px;
	}
	.com_logo,
	.com_info{
		display: table-cell;
	}
	.page_under_wrapper{
		margin: 210px auto 50px auto;
		padding: 0;
		display: table;
		width: 768px;
	}
	article.main_article{
		display: table-cell;
		padding: 0 20px 0 0;
		vertical-align: top;
	}
	aside{
		display: table-cell;
		width: 150px;
		vertical-align: top;
		position: relative;
		top: 0;
		right: 0;
		background: none;
		padding: 0;
		-moz-box-shadow:	-2px -2px 10px 1px rgba(0, 0, 0, 0);
		-webkit-box-shadow:	-2px -2px 10px 1px rgba(0, 0, 0, 0);
		box-shadow:			-2px -2px 10px 1px rgba(0, 0, 0, 0);
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
	.footer_wrapper{
		width: 768px;
		margin: auto;
		display: table;
	}
	.footer_cell{
		font-size: 0.8rem;
		display: table-cell;
	}
	.footer_cell ul li{
		display: list-item;
	}
	.footer_cell:FIRST-CHILD{
		width: 36%;
		text-align: left;
	}
	.footer_cell:NOT(:FIRST-CHILD){
		width: 16%;
	}
	/* 共通テーブルパーツ */
	.usually_tbl{
		display: table;
		width: 100%;
		border: none;
		border-collapse: collapse;
	}
	.usually_row{
		display: table-row;
		border: none;
	}
	.usually_cell_th,
	.usually_cell_td{
		display: table-cell;
		border-top: 1px solid darkblue;
		border-bottom: 1px solid darkblue;
		border-right: 1px solid darkblue;
		border-left: 1px solid darkblue;
		vertical-align: middle;
	}
	.usually_cell_th{
		width: 30%;
	}
	.usually_cell_td
	{}
	.page_top_moving_icon{
		display: block;
		position: fixed;
		bottom: 20px;
		right: 20px;
		font-size: 2rem;
		z-index: 400;
		/* -moz-clip-path: polygon(50% 0, 100% 25%, 100% 100%, 0 100%, 0 25%);
		-webkit-clip-path: polygon(50% 0, 100% 25%, 100% 100%, 0 100%, 0 25%);
		clip-path: polygon(50% 0, 100% 25%, 100% 100%, 0 100%, 0 25%);*/
		/* color: white;
		background: rgba(0, 0, 255, 0.5); */
	}
}
/***** PC *****/
@media screen and (min-width:1024px){
	.header_inner{
		display: flex;
		width: 100%;
		justify-content: space-between;
		padding: 0 3rem;
	}
	.main_nav_part_main{
		font-size: 1.3rem;
		letter-spacing: 3px;
		font-weight: bold;
	}
	.main_nav_part_sub{
		font-size: 0.8rem;
	}
	.main_nav_ul{
	/*	width: 100%;  */
		width: 1024px;
	}
	.page_under_wrapper{
		width: 1024px;
	}
	aside{
		width: 230px;
	}
	.footer_wrapper{
		width: 1024px;
	}
}