/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■１．初期設定リセット
タグに設定されている初期値を解除

※この設定は任意
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap');

body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, form, fieldset, legend, pre, blockquote {
	margin:0px;
	padding:0px;
	word-break: break-all;
}
ul, li {
	list-style:none;
}
img {
	margin:0px;
	padding:0px;
	border:0px;
	max-width: 100%;
	height: auto;
}
* {/*フォントリセット*/
	font-size:100%;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
汎用スタイル
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/


html {
	font-size: 62.5%;
}
body {
	font-size: 16px;
	font-size: 1.6em;
	font-family:"Noto Sans JP", sans-serif;
	line-height:1.8;
}

/*フロート・クリアーボックス*/
.clear {
	clear:both;
	display:block;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */


.left {
	float:left;
	display:inline
}
.right {
	float:right;
	display:inline
}
.text_r {
	text-align:right;
}
.center {
	text-align:center;
}
.img_l {
	float:left;
	margin-right:10px;
}
.img_r {
	float:right;
	margin-left:10px;
}

.red {
	color:#c00;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
各ページ共通CSS
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.seo h1{
	font-size: 10px;
	font-size: 1rem;
	font-weight:normal;
}

nav {
	position:relative;
	overflow:hidden;
	margin:0 0 2em;
}
nav ul{
	position:relative;
	float:left;
	left:50%;
}
nav ul li{
	position:relative;
	float:left;
	left:-50%;
	margin:0 1em;
	font-size:1.8rem
}
nav ul li::after{
	position:absolute;
	content:'';
	top:5px;
	right:-1em;
	width:1px;
	height:100%;
	border-right:1px solid #333;
}
nav ul li a{
	display:block;
	text-decoration:none;
	font-family: "Noto Serif JP", serif;
	font-style: normal;
	font-weight: 600;
	color:#333;
}
nav ul li a:hover{
	text-decoration:underline;
	color:#c00;
}
@media (max-width: 480px) {
nav ul li{
	margin:0 .2em 5px;
	font-size:1.3rem
}
nav ul li a {
	padding:.5em .5em 1em;
	background:#0076D7;
	border-radius:6px;
	color:#fff;
	line-height:1;
}
nav ul li::after{
	position:absolute;
	content:'';
	top:0;
	right:0;
	width:0;
	height:0;
	background:none;
}
}



h4 {
	font-size:24px;
	font-size:2.4rem;
}
.container {
	width:1000px;
	margin:0 auto 120px;
}
.container p {
	margin:0 0 1em;
}
footer {
	padding:10px 0 0;
	background:#eee;
	font-size:1.4rem;
	color:#666;
}
.footer_link li a{
	color:#999;
	text-decoration:none;
}
.footer_link li a:hover{
	text-decoration:underline;
}
address {
	font-style: normal;
}
address strong{
	font-size:2.4rem;
}



.btn_send{
	position:relative;
	display:block;
	width:240px;
	height:48px;
	line-height:48px;
	margin:0 auto;
	background:#0076d7;
	color:#fff;
	box-sizing:border-box;
	border-radius:4px;
	text-align:center;
	text-decoration:none;
	-webkit-transition:background-color ease .2s;
	transition:background-color ease .2s;
}
.btn_send:before {
	content:"";
	position:absolute;
	top:50%;
	left:10%;
	margin-top:-12px;
	width:23px;
	height:23px;
	background:url(../images/icon_cart.png) no-repeat 0 center;
	background-size:23px;
}
.btn_send:hover {
	background:#005ad9;
}

footer .copyright{
	text-align:center;
	font-size:12px;
	font-size:1.2rem;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
●３-７．ページトップ（クラス）
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.pagetop {
	position: fixed;
	bottom: 20px;
	right: 20px;
}
.pagetop a {
	display: block;
	width: 80px;
	height: 80px;
	text-align: center;
	display: block;
	background:url(../images/ico_pagetop.png) no-repeat;
	text-indent: -9999px;
}
@media (max-width: 480px) {
.pagetop a {
	width: 40px;
	height: 40px;
	background-size:40px;
}
}
.pagetop a:hover {
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}