@charset "utf-8";
/* CSS Document */

.cf:before, .cf:after {
	content: "";
	display: block;
	overflow: hidden
}
.cf:after {
	clear: both
}
.cf {
	zoom: 1
}
body {
	margin: 0 auto;
	padding: 0;
	font-size: 5.0vw;
	font-family: 'メイリオ', Meiryo, Lucida Grande, Verdana, 'ヒラギノ角ゴ Pro W3', Hiragino Kaku Gothic Pro, Osaka, 'ＭＳ Ｐゴシック', sans-serif;
	overflow-x: hidden;
	color: #444444;
	line-height: 1.5;
	letter-spacing: .5px;
	min-width: 100%;
	background-color:#F0F0E1;
	text-align:center;
}
a {
	color: #333333;
	text-decoration: none;
}
a:hover {
	opacity: .7;
	filter: alpha(opacity=70)
}
a.no_icon:after {
	content: none
}
img {
	vertical-align: bottom;
	max-width: 100%
}
li {
	list-style: none;
	display: inline-block;
*display:inline;
*zoom:1
}
.left {
	float: left
}
.right {
	float: right
}
hr.style-grad {
	border: 0;
	height: 1px;
	background-image: -webkit-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.75), rgba(255,255,255,0));
	background-image: -moz-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.75), rgba(255,255,255,0));
	background-image: -ms-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.75), rgba(255,255,255,0));
	background-image: -o-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.75), rgba(255,255,255,0));
}
hr.style-grad02 {
	border: 0;
	height: 1px;
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
	background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
	background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
	background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
}
hr.style-grad03 {
	border: 0;
	height: 1px;
	background-image: -webkit-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.75), rgba(255,255,255,0));
	background-image: -moz-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.75), rgba(255,255,255,0));
	background-image: -ms-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.75), rgba(255,255,255,0));
	background-image: -o-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.75), rgba(255,255,255,0));
}
/*.link {
 background:
}
.link_imp {
 background:
}*/
.radius {
	border-radius: 5px;
	overflow: hidden
}
.sdw {
	box-shadow: 0 2px 0 rgba(0,0,0,0.1)
}
#scroll_to_top {
	/* 「TOPに戻る」ボタンにカーソルを載せた時に、
  カーソルが指のマークになるようにしています。 */
	cursor: pointer;
	/* 常にページの右下に表示されるように固定します。 */
	position: absolute;  /* 位置を固定させます。 */
	right: 0;      /* 画面の右橋から0px空けます。 */
	bottom: 0px;     /* 画面の下端から0px空けます。 */
}
#scroll_to_top.button {
	/* 「TOPに戻る」ボタンのデザインを整えています。 */
	padding: 0 15px;
	font-size: 15px;
	display: inline-block;
	border: 1px solid #0951A4;
	border-radius: 1em;
	background-color: #0951A4;
}
.tob {
	width:1080px;
	height:31px;
	margin:0 auto;
	padding:0;
	position:relative;
}
#back {
	background-color: #fffcf1;
	position: fixed;
	top: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background-size: cover;
}
body {
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 30px;
	background-color: #fffcf1;
}
header {
	margin:0;
	padding:0 0 0 5%;
	text-align: left;
}
header h1 {
	padding:0;
}
header #nav-open {
	position: absolute;
	margin-top: 10px;
	top: 30px;
	right: 5%;
}
#nav-open .menu-trigger, .menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
#nav-open .menu-trigger {
	position: relative;
	width: 100px;
	height: 78px;
}
#nav-open .menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #888888;
	background-repeat: no-repeat;
	border-radius: 4px;
}
#nav-open .menu-trigger span:nth-of-type(1) {
	top: 0;
}
#nav-open .menu-trigger span:nth-of-type(2) {
	top: 50%;
}
#nav-open .menu-trigger span:nth-of-type(3) {
	bottom: 0;
}
#nav-open .menu-trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(20px) rotate(-45deg);
	transform: translateY(40px) rotate(-45deg);
}
#nav-open .menu-trigger.active span:nth-of-type(2) {
	opacity: 0;
}
#nav-open .menu-trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-33px) rotate(45deg);
	transform: translateY(-33px) rotate(45deg);
}
nav#gnav {
	width: 100%;
	text-align: center;
	background: #fffcf1;
	display: none;
}
nav#gnav {
	width: 100%;
	text-align: center;
	background: #fffcf1;
	display: none;
}
nav#gnav:target {
	top: 97px;
}
nav#gnav .child {
	margin: 0;
	padding: 0;
}
#gnav .child li {
	text-align: center;
	background: #fffcf1;
	width:100%;
}
#gnav ul li a span {
}
#gnav ul li img {
	margin:0 auto;
}
#gnav ul li a {
	display: block;
	padding: 3% 10%;
	color: #000000;
	border-bottom: 2px #888888 solid;
	text-decoration: none;
	background: url(common/common/images/arrow.png) no-repeat 90% center;
	background-size: 5%;
}
nav#gnav #nav-close {
	clear: both;
}

#page-top {
	position: fixed;
	bottom: 5%;
	right: 5%;
	width: 15%;
	z-index: 6000;
}
#mainvisual {
	width: 90%;
	margin: 50px auto;
}
#maincont {
	padding: 0 5%
}
#maincont>.card {
	background-color: #FFFcf1;
	padding: 40px 35px;
	margin: 0 0 40px;
}
#maincont .card h3 img {
	float: none;
	vertical-align: text-top;
}
#maincont>.card .inner {
}
#maincont>.card h3 {
	font-size: 42px;
	margin: 0 0 10px;
	;
	vertical-align: text-top;
	font-family: "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "MS PMincho", "Hiragino Mincho Pro", serif;
	display: inline;
}
#maincont>.card h3 span {
	font-size: 52px;
	vertical-align: text-top;
	background-color: #000;
	color: #fff;
	padding: 5px
}
#maincont>.card p {
	line-height: 1.8;
}
#maincont>.card img {
	float: right;
	margin: 0 0 20px 20px;
}
#contact {
	margin: 0 0 40px;
	background-color: #FFFFFF;
	padding: 20px;
	border: 4px solid #DDA320;
	box-sizing: border-box;
}
#contact p {
	text-align: center;
	margin:10px 0;
	font-size:36px;
}
#contact dl {
	margin:0 auto;
}
#contact > dl:nth-child(2) {
	border-bottom: 4px solid #DDA320;
	margin: 0 0 20px;
}
#contact dl dt {
	text-align: center;
	font-size: 28px;
	padding: 0 0 5px;
	margin: 0 0 10px;
	font-weight: bold;
}
#contact dl dd {
	text-align: center;
	font-size: 22px;
	color:#888888;
}
#contact dl dd img {
	margin: 7px 0;
}
#contact dl dd.btn a {
	width: 60%;
	display: block;
	padding: 25px 0;
	border-radius: 5px;
	text-decoration: none;
	margin: 0 auto 5px;
	font-size: 30px;
}
#contact .botcontb.cf p {
	font-size:22px;
}
footer .logo.clearfix p {
	line-height:180%;
}

/*** メインコンテント ***/

#wrap #maincont .m_contwrap {
	margin:0;
	padding:0;
	width:100%;
}
#maincont .m_contwrap .mc01 {
	text-align:center;
	margin:0 0 10%;
}
.m_contwrap .mc01 .intext {
	text-align:left;
	font-size: 4.34vw;
}
#maincont .m_contwrap .mc02 {
	width:100%;
	height:100%;
	text-align:center;
	margin:0 0 10%;
	background-color:rgba(238, 238, 238, 0.7);
	padding:0.1%;
}
.m_contwrap .mc02 .scon01 {
	width:100%;
	height:100%;
	margin:0 0 2% 0;
}
.slbo .rte b a {
	text-decoration:none;
	color:#000000;
	float:right;
}
.scon01 .sermc01 .srbo {
	width:90%;
	height:100%;
	margin:0;
	padding:0;
	clear:both;
	margin: 0 auto;
}
.scon01 .sermc01 .slbo {
	width:90%;
	text-align:left;
	height:100%;
	margin:0 auto;
}
.sermc01 .slbo h3 {
	text-align:center;
	margin:0;
	padding:2% 0 0;
}
.mc02 .scon01 .sermc01 {
	height:100%;
	margin-bottom:10%;
	font-size:150%;
}
.m_contwrap .mc03.cf .newsc {
	font-size:5.0vw;
	text-align:left;
	border-top:#cccccc solid 2px;
}
.newsc .n01 dd {
	margin:0;
	padding:0;
}
dt span .new {
	vertical-align:baseline;
	margin-left:3%
}
.mc03.cf .newsc .n01 {
	padding:3% 0;
	border-bottom:#cccccc solid 2px;
	margin:0;
}

#maincont .m_contwrap .mc04.cf .bim {
	width:100%;
	bottom:2%;
}
.logo.cf p img {
	width:40%;
	padding-bottom:2%;
}
