@charset "utf-8";

* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
html {
	overflow-y: scroll;
}
body {
	font-family: "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
	color: #000;
	background: #fff;
	font-size: 16px;
	line-height: 140%;
	text-align: center;
}
input, textarea {
	font-family: "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
	font-size: 100%;
}
h1,h2,h3,p,ol,ul,li,dl,dt,dd,table {
	margin: 0;
	padding: 0;
	font-size: 100%;
	list-style-type: none;
}
/******************** a ********************/
a {
	color: #fd0;
	text-decoration: none;
	transition: all 0.3s ease 0s;
}
a:hover {
	color: #c00;
}
/********************/
p {
	margin: 0;
}
.spacer {
	margin-bottom: 10px;
}
.spacer2 {
	margin-bottom: 15px;
}
.spacer3 {
	margin-bottom: 20px;
}
.center {
	text-align: center;
}
.side {
	text-align: center;
	margin-bottom: 10px;
}
.right {
	text-align: right;
}
.bold {
	font-weight: bold;
}
img {
	vertical-align: middle;
}
.large {
	font-size: 160%;
	line-height: 170%;
}
.small {
	font-size: 90%;
	line-height: 130%;
}
.yellow {
	color: #fd7;
}
.red {
	color: #FF0000;
}
.gray {
	color: #aaa;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/* clerfix */
.clearfix {
	clear: both;
}
.clearfix:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
.imgR {
	float: right;
	margin: 0 0 10px 10px;
}
.imgL {
	float: left;
	margin: 0 10px 10px 0;
}
.wf-roundedmplus1c {
	font-family: "M PLUS Rounded 1c";
}
/******************** header ********************/
div#page {
	margin: 0 auto;
	min-width: 1200px;
}
h1 {
	width: 100%;
	/*
	background: url("/wp-content/uploads/2025/04/header_bg2.png") no-repeat center top;
	*/
	background-size: 100%;
	height: 260px;
	text-align: center;
}
h1 img {
	position: relative;
	top: 6px;
	width:auto;
}
p.tel {
	color: #fff;
	font-size: 28px;
	font-weight: bold;
	margin: -55px 0 15px 250px;
}
p.tel .small {
	font-size: 16px;
}
/******************** MENU ********************/
#menu {
	background: url("/wp-content/uploads/2025/06/menu_bg.png") center top;
	line-height: 73px;
	text-align: center;
}
#menu ul {
	display: flex;
	justify-content: center;
    list-style: none;
	width: 1200px;
	margin: 0 auto;
}
#menu li {
	font-weight: bold;
	font-size: 20px;
}
#menu li a {
	color: #fff08d;
	text-shadow: 1px 3px 3px #000;
	transition: all 0.3s ease 0s;
}
#menu li a:hover {
	color: #c00;
}
#menu li:after {
    content: url("/wp-content/uploads/2025/06/icon_red.png");
    margin : 0 1em;
	position: relative;
	top: 5px;
}
#menu li:last-child:after {
    content : none;
}
/******************** contents ********************/
div#contents {
	width: 1200px;
	margin: 0 auto;
	background: #fff;
	min-height: 400px;
	padding: 40px 0;
}
h2 {
	color: #000;
	font-size: 24px;
	letter-spacing: 0.3em;
	font-family: "M PLUS Rounded 1c";
	margin-bottom: 25px;
	background: url("/wp-content/uploads/2025/06/bar.png") repeat-x;
	padding: 72px 0 0;
}
#concept2 {
	margin: -10px 0 40px;
}
/******************** bottom ********************/
ul.bn {
	margin: 30px auto 40px;
	display: flex;
	justify-content: space-between;
}
/******************** warning ********************/
#warning {
    text-align: left;
}

/******************** footer ********************/
p.page_top {
	margin: 30px auto 30px;
	line-height: 150%;
}
footer {
	width: 100%;
	text-align: center;
	line-height: 50px;
	background: #d40000;
	color: #fff;
	padding: 10px 0;
}
footer ul {
	width: 1200px;
	list-style: none;
	text-align: center;
	display: flex;
	justify-content: center;
	margin: 0 auto;
	font-size: 14px;
}
footer ul a {
	color: #fff;
}
footer ul a:hover {
	color: #000;
}
footer li:after {
    content: "／";
    margin : 0 1em;
}
footer li:last-child:after {
    content : none;
}
#copy {
	color: #000;
	font-size: 14px;
}
#copy a {
	color: #000;
}
#copy a:hover {
	color: #fff;
}

/* よく使いそうなCSS3
----------------------------------------------------*/
#selectors {
/* 角丸 */
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

/* 角丸個別 */
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topright: 15px;
	border-top-right-radius: 15px;

/* ボックスに影 */
	-webkit-box-shadow: 1px 1px 3px #999;
	-moz-box-shadow: 1px 1px 3px #999;
	box-shadow: 1px 1px 3px #999;

/* テキストに影 */
	text-shadow: 1px 1px 0px #999;

/* グラデーション */
	background: -moz-linear-gradient(top, #f5f5f5, #fff);　/* Firefox用 */  
	background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#066));　/* Safari,Google Chrome用 */  

/* リスト区切り文字 */
:after {
    content: "";
    margin : 0 1.5em;
}
:last-child:after {
    content : none;
}



/********************
* html  IE6
*:first-child+html  IE7
head~/* */body  IE8/*
html>body  Firefox
body:last-child  Opera
html:not([lang*=""])  Firefox
html:not(:only-child:only-child)  Safari
********************/