﻿/*CSS*/

/*■マルチメディア対応■*/
@media screen and (max-width: 480px) {
	br { display : none ; }
}

/*■共通■*/
html,
body{
	width: 100%;
	min-height: 100%;
	-webkit-text-size-adjust: 100%;

	background-color: rgba(204, 255, 255, 0.05);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 1)), to(rgba(204, 255, 255, 0.12)));
	background: linear-gradient(rgba(255, 255, 255, 1), rgba(204, 255, 255, 0.12));
	background: -moz-linear-gradient(rgba(255, 255, 255, 1), rgba(204, 255, 255, 0.12));
	}
	
.clearpref{
	clear: both;
	}

.clearfix {display: inline-table;}

.clearfix:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

.btnLink{
	display: block;
	cursor: pointer;
	width: 160px;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 20px 50px;
	font-size: 2em;
	text-shadow: 0px 0px 3px rgba(0,0,0,0.5);
	
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(220, 120, 120, 0.4)), to(rgba(220, 120, 120, 1)));
	background: -moz-linear-gradient(rgba(220, 120, 120, 0.4), rgba(220, 120, 120, 1));
	background: linear-gradient(rgba(220, 120, 120, 0.4), rgba(220, 120, 120, 1));
	
	border: 5px solid #FFF;
	color: #FFF;
	
	border-radius: 4px;
	
	-webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.8);
	box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.8);
	}

.btnLink:hover,
.btnLink:active,
.btnLink:focus{
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(220, 120, 120, 1)), to(rgba(220, 120, 120, 0.4)));
	background: -moz-linear-gradient(rgba(220, 120, 120, 1), rgba(220, 120, 120, 0.4));
	background: linear-gradient(rgba(220, 120, 120, 1), rgba(220, 120, 120, 0.4));
	
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
	}
	

.btnLink a,
.btnLink a:hover,
.btnLink a:active,
.btnLink a:focus{
	text-decoration: none;
	}
	
hr {
	opacity: 0.2;
	margin-bottom: 0.5em;
	}
	
.warning {
	color: rgba(240, 120, 120, 1);
	}


/*■デフォルトテキストアライン■*/
body{
	text-align:center;
}

/*■個別アライン■*/
.CE{
	text-align:center;
	}
.LE{
	text-align:left;
	}
.RI{
	text-align:right;
	}

/*■テキストカラー■*/
body{
	color:#1b1b1b;
	}
/*■リンクテキストカラー■*/
a{
	color:#351111;
	}
/*■リンクマウスオン■*/
a:hover{
	text-decoration:underline;
	}

/*■余白設定■*/
*{ margin:0; padding:0;}
img{ border:0;}

table,div{
	margin:auto;
	}

.mb1{
	margin-bottom: 1em;
	}
	
.mb2{
	margin-bottom: 2em;
	}
	
.mb5{
	margin-bottom: 5em;
	}

.mbe{
	margin-bottom: 3em;
	}
	
.mu1{
	margin-top: 1em;
	}

.mu2{
	margin-top: 2em;
	}

.mu5{
	margin-top: 5em;
	}

.mr1{
	margin-right: 1em;
	}

.ml1{
	margin-left: 1em;
	}

.pl1{
	padding-left: 1em;
	}

/*■フォント■*/
body {
	font-size: 13px;
    font-family:
		"HG丸ｺﾞｼｯｸM-PRO",
		HGMaruGothicMPRO,
		Comic Sans MS,
		"ＭＳ ゴシック",
		Verdana, Arial, Helvetica, sans-serif;
	}

/* 明朝系フォント
	font-family:
		"ヒラギノ明朝 ProN W6",
		"HiraMinProN-W6",
		"HG明朝E",
		"ＭＳ Ｐ明朝",
		"MS PMincho",
		"MS 明朝",
		serif;
*/

/*フォント*/
.f_small {
	font-size: 0.6em !important;
	}
.f_strong {
	font-size: 1.6em !important;
	font-weight: bold !important;
	}
.f_bold {
	font-weight: bold !important;
	}

/*取り消し線*/
.f_strike {
	text-decoration:line-through;
	color: rgba(255, 120, 120, 0.8);
	font-weight: bold;
	}

/*■基本レイアウト■*/
html {
	overflow-y: scroll;
}

#wrapper{
	width: 100%;
	min-height: 100%;
	position: relative;
	}

#container{
	text-align:left;
	}

#head{}

/*■メニュー■*/
#wrapper_navi{
	position: absolute;
	width: 100%;
	top: 100px;
	left: 0px;
	height: 40px;
	z-index: 1000;
	text-align: center;

	background-color: rgba(220, 120, 120, 0.8);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(239, 155, 179, 0.8)), to(rgba(255, 255, 255, 1)));
	background: linear-gradient(rgba(239, 155, 179, 0.8), rgba(255, 255, 255, 1));
	background: -moz-linear-gradient(rgba(239, 155, 179, 0.8), rgba(255, 255, 255, 1));
	//display: none;
	}

#Gnavi{
	color: #1b1b1b;
	text-shadow: -1px -1px 0px rgba(255, 255, 255, 0.4);
	position: absolute;
	width: 98%;
	right: 2px;

	height: 100%;
	cursor: pointer;
	clear: both;
	z-index: 110;
	}

@media screen and (max-width: 480px) {
	#Gnavi{
		min-width: 320px;
	}
}

#Gnavi div{
	width: 19.5%;
	height: 100%;
	float: left;
	margin-left: 1px;
	border-left: 1px solid rgba(0, 0, 0, 0.2);
	border-right: 1px solid rgba(0, 0, 0, 0.2);
	}
	
#Gnavi div:hover,
#Gnavi div:active,
#Gnavi div:focus{
	background: rgba(255, 255, 255, 0.4);
	}

@media screen and (max-width: 720px) {
	#Gnavi h2{
		font-size: 1.2em;
	}
}

#Gnavi h2{
	border: 1px;
	padding: 5px 0px 3px;
	}

#Gnavi h2 .sml{
	font-size: 0.8em;
	}

#Gnavi h2 .vsml{
	color: rgba(120, 20, 20, 0.7);
	font-family: "Times New Roman", Times, serif;
	font-size: 0.6em;
	text-shadow: none;
	}

#Gnavi h2:after{
	}

#Gnavi ul{
	list-style-type: none;
	
	-webkit-box-shadow: 10px 10px 10px rgba(0,0,0,0.5);
    -moz-box-shadow: 10px 10px 10px rgba(0,0,0,0.5);
	box-shadow: 10px 10px 10px rgba(0,0,0,0.5);
	}

#Gnavi a{
	text-decoration: none;
}
	
#Gnavi lnk{
	display: block;
	min-height: 20px;
	background-color: rgba(120, 20, 20, 0.8);
	margin: 0px auto 0px 10px;
	padding: 8px 0px 3px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	}
	
#Gnavi lnk:hover,
#Gnavi lnk:active,
#Gnavi lnk:focus{
	background-color: rgba(120, 20, 20, 1);
	}

#Gnavi lnk{
	font-size: 1em;
	}

/*■ヘッダ枠■*/
#TopBorder{
	/* background-color: rgba(220, 120, 120, 0.8); */
	position: relative;
	top: 0px;
	width: 100%;
	height: 4px;
	}

/*■コンテンツヘッダ■*/
#Chead{
	display: block;
	top: 1px;
	width: 100%;
	height: 97px;
	clear: both;
	/* background: url(../graphics/top_b.png) no-repeat 20pt -3pt;
	background-size: 100px 100px; */
	}

#logo{
	display: block;
	height: 100px;
	cursor: pointer;
	margin: 0px;
	text-align: left;
	padding-left: 120px;
	}

#logo img{
	width: 100%;
	max-width: 500px;
	height: 100%;
	}

/*■コンテンツフッダ■*/
#Cfoot{
	background-color: rgba(220, 120, 120, 1);
	color: rgba(255, 255, 255, 1);
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	position: fixed;
	bottom: 0px;
	width: 100%;
	height: 18px;
	z-index: 1000;
	}

#Cfoot a{
	text-shadow: -1px 1px 0px rgba(0, 0, 0, 0.4);
	text-decoration: none;
	}
	
#Cfoot a:hover{
	height: 200px;
	}

/*■フッターナビ■*/
#foot_nav{
	position: relative;
	width: 100%;
	cursor: default;
	}

#foot_nav #footer_nav_area{
	width: 100%;
	min-height: 292px;
	background-color: rgba(220, 120, 120, 1);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.4)), to(rgba(255, 222, 222, 1)));
	background: linear-gradient(rgba(255, 255, 255, 0.4), rgba(255, 222, 222, 1));
	background: -moz-linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 222, 222, 1));
	
	-webkit-box-shadow: 0px -3px 40px rgba(147, 149, 152, 0.8);
    -moz-box-shadow: 0px -3px 40px rgba(147, 149, 152, 0.8);
	box-shadow: 0px -3px 40px rgba(147, 149, 152, 0.8);
	}
	
#foot_nav #footer_nav_area #nav_left{
	float: left;
	display: block;
	}

#foot_nav #footer_nav_area #nav_left img{
	width: 100%;
	height: 100%;
	padding-top: 50px;
	}
	
#foot_nav #footer_nav_area #nav_right{
	float: right;
	margin: 20px 20px 20px 0px;
	padding: 10px;
	text-align: left;
	color: #fff;
	}
	

#foot_nav #footer_nav_area #nav_right .links_title:before{
	content: ">";
	display: table-cell;
	float: left;
	width: 17px;
	height: 17px;
	text-align: center;
	vertival-align: center;
	background: rgba(255, 255, 255, 0.4);
	border-radius: 20px;
	margin-right: 5px;
	}

#foot_nav #footer_nav_area #nav_right .links_title{
	font-size: 1.2em;
	}

#nav_right .nav_box{
	float: left;
	margin-right: 20px;
	margin-bottom: 30px;
	}

#nav_right .nav_box hr{
	border: 0;
	height: 2px;
	background-image: -webkit-linear-gradient(left, rgba(120,20,20,0), rgba(120,20,20,0.75), rgba(120,20,20,0));
	background-image:    -moz-linear-gradient(left, rgba(120,20,20,0), rgba(120,20,20,0.75), rgba(120,20,20,0));
	background-image:     -ms-linear-gradient(left, rgba(120,20,20,0), rgba(120,20,20,0.75), rgba(120,20,20,0));
	background-image:      -o-linear-gradient(left, rgba(120,20,20,0), rgba(120,20,20,0.75), rgba(120,20,20,0));
	}

#nav_right ul li{
	padding-left: 30px;
	list-style-type: none;
	line-height: 1.5em;
	}
	
.foot_icon:hover{
	opacity: 0.5;
	}
/* ■フッターナビ■ END */

/*■TOPに戻る■*/
#page-top{
	display: none;
	width: 80px;
	height: 40px;
	position:fixed;
	right: 30px;
	bottom: 30px;
	z-index: 999;
	}

/*■フロート問い合わせ■*/
#contact-banner {
	position: fixed;
	display: block;
	width: 40px;
	top: 25%;
	left: 0px;
	
	border-radius: 0px 5px 5px 0px;
	
	background-color: rgba(255, 204, 153, 0.8);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(247, 223, 165, 1)), to(rgba(240, 193, 75, 1)));
	background: linear-gradient(rgba(247, 223, 165, 1), rgba(240, 193, 75, 1));
	background: -moz-linear-gradient(rgba(247, 223, 165, 1), rgba(240, 193, 75, 1));
	
	box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.4);
	z-index: 1000;
	}

#contact-banner:hover,
#contact-banner:active,
#contact-banner:focus {
	box-shadow: 0px 0px 0px 2px rgba(255, 55, 55, 0.2);
	}

#contact-banner p{
	background-color: none;
	height: 200px;
	font-size: 1.5em;
	font-weight: bold;
	text-shadow: -1px -1px 0px rgba(255, 255, 255, 0.4);
	
	padding: 0px 10px;

	writing-mode: tb-rl;
	-moz-writing-mode:vertical-rl;
	-o-writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
	}

#contact-banner a{
	text-decoration: none;
	}
 
#page-top p{
	margin: 0;
	padding: 0;
	text-align: center;
	background: rgba(220, 120, 120, 0.4);
	border-radius: 4px;
	
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	transition: all 0.6s;
	}
 
#page-top p:hover{
	background: rgba(220, 120, 120, 0.9);
	}
 
#move-page-top{
	color: #fff;
	line-height: 40px;
	text-decoration: none;
	display: block;
	cursor: pointer;
	}

/*■パンくず■*/
#breadcrumb{
	position: absolute;
	width: 80%;
	top: 0px;
	margin: 10px auto auto 20px;
	}

#breadcrumb li {
	display: inline;
	color: #fff;
	font-size: 1.2em;
	line-height:130%;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
	background: rgba(0, 0, 0, 0.4);
	padding: 3px 10px 3px 0px;
	}

#breadcrumb li:after{
	content: " > ";
	}

#breadcrumb li:last-child:after{
	content: none;
	}

/*小ボタン-------------------------------------*/
.btn_sml{
	cursor: pointer;
	}
	
.bnr_sml,
.btn_sml{
	display: inline;
	margin: 0px 10px;
	color: rgba(255, 255, 255, 1);
	border-radius: 4px;
	clear:both;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.4);
	text-decoration: none;
	padding: 1px 10px;

	background-color: rgba(0, 204, 255, 0.8);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 103, 204, 0.8)), to(rgba(0, 204, 255, 0.8)));
	background: -moz-linear-gradient(rgba(0, 103, 204, 0.8), rgba(0, 204, 255, 0.8));
	background: linear-gradient(rgba(0, 103, 204, 0.8), rgba(0, 204, 255, 0.8));

	-webkit-box-shadow: 0px 1px 0px rgba(75, 59, 47, 0.8);
	-moz-box-shadow: 0px 1px 0px rgba(75, 59, 47, 0.8);
	box-shadow: 0px 1px 0px rgba(75, 59, 47, 0.8);
}

.btn_sml:hover,
.btn_sml:active,
.btn_sml:focus{
	color: rgba(255, 255, 255, 1);
	text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.4);
	text-decoration: none;

	background: -webkit-gradient(linear, left top, left bottom, from(rgba(207, 168, 145, 0.95)), to(rgba(107, 68, 45, 0.95)));
	background: -moz-linear-gradient(rgba(207, 168, 145, 0.95), rgba(107, 68, 45, 0.95));
	background: linear-gradient(rgba(36, 66, 153, 0.95), rgba(149, 213, 183, 0.95));

	-webkit-box-shadow: 0px 1px 0px rgba(75, 59, 47, 0.8);
	-moz-box-shadow: 0px 1px 0px rgba(75, 59, 47, 0.8);
	box-shadow: 0px 1px 0px rgba(75, 59, 47, 0.8);
}
	
/*■スクロールバー■
::-webkit-scrollbar {
    width: 12px;
}
 
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
}
 
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}

/*■テーブル設定■*/
table td{
	background: rgba(255, 255, 255, 0.8);
	}

table.List1 {
    margin: 5px;
    border-top: 1px solid #D8B2A7;
    border-left: 1px solid #D8B2A7;
    border-spacing:0px;
	}

table.List1 tr th{
	border-left: 3px solid #D8B2A7;
	background: rgba(240, 196, 194, 0.4);
	text-align: center;
	}

table.List1 tr th,table.List1 tr td {
    font-size: 1.2em;
    border-bottom: 1px solid #D8B2A7;
    border-right: 1px solid #D8B2A7;
    padding: 7px;
	}
	
table.List2 {
    width: 100%;
    margin: 5px 0px 10px 0px;
    border-top: 1px solid #D8B2A7;
    border-left: 1px solid #D8B2A7;
    border-spacing:0px;
	}

table.List2 tr th{
	border-left: 3px solid #D8B2A7;
	background: rgba(240, 196, 194, 0.4);
	text-align: center;
	width: 60px;
	}

table.List2 tr th,table.List2 tr td {
    font-size: 1.2em;
    border-bottom: 1px solid #D8B2A7;
    border-right: 1px solid #D8B2A7;
    padding: 7px;
	}
	
table.List3 {
    width: 80%;
    margin: 5px 0px 10px 0px;
    border-top: 1px solid #D8B2A7;
    border-left: 1px solid #D8B2A7;
    border-spacing:0px;
	}

table.List3 tr th{
	border-left: 3px solid #D8B2A7;
	background: rgba(240, 196, 194, 0.4);
	text-align: center;
	width: 60px;
	}

table.List3 tr th,table.List3 tr td {	
    font-size: 1.5em;
    text-align: center;
    border-bottom: 1px solid #D8B2A7;
    border-right: 1px solid #D8B2A7;
    padding: 7px;
	}
	
/*■フォーム■*/
input[type="text"],
input[type="password"]{
	font-size: 1.3em;
	height: 25px;
	padding-left: 5px;
	}

input[type="text"],
input[type="textarea"]{
	-moz-box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
	box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	}
	
input[type="button"],
input[type="submit"],
input[type="reset"]{
	font-size: 1.2em;
	font-weight: bold;
	color: #ffffff;
	text-shadow: 0px 0px 2px rgba(240, 120, 120, 0.8);
	padding: 5px 10px;
	
	-moz-box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
	box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	}

.btnStrong {
	color: #1b1b1b !important;
	
	width: 200px;
	
	background-color: rgba(255, 204, 153, 0.8);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(247, 223, 165, 1)), to(rgba(240, 193, 75, 1)));
	background: linear-gradient(rgba(247, 223, 165, 1), rgba(240, 193, 75, 1));
	background: -moz-linear-gradient(rgba(247, 223, 165, 1), rgba(240, 193, 75, 1));
}
	
/*■アコーディオン■*/
.st-accordion ul li{
	height:auto;
	}

/*■スライド■*/
#slider_title {
	width: 80%;
	display: block;
	}

#slider_title img{
	width: 100%;
	}

.wideslider {
	width: 100%;
	text-align: left;
	position: relative;
	overflow: hidden;
	
	box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.4);
}

.wideslider ul,
.wideslider ul li {
	float: left;
	display: inline;
	overflow: hidden;
}

.wideslider ul li img {
	width: 100%;
	display: none;
}

.wideslider_base {
	top: 0;
	position: absolute;
}
.wideslider_wrap {
	top: 0;
	position: absolute;
	overflow: hidden;

}
.slider_prev,
.slider_next {
	top: 0;
	overflow: hidden;
	position: absolute;
	z-index: 100;
	cursor: pointer;
}
.slider_prev {background: #fff url(../images/slide/prev.jpg) no-repeat right center;}
.slider_next {background: #fff url(../images/slide/next.jpg) no-repeat left center;}

/* サムネなしコメントアウト START ===
//.pagination {
//	bottom: 20px;
//	left: 0;
//	width: 100%;
//	height: 30px;
//	text-align: center;
//	position: absolute;
//	z-index: 200;
//}
//
//.pagination a {
//	margin: 0 5px;
//	width: 30px;
//	height: 30px;
//	display: inline-block;
//	overflow: hidden;
//}
//.pagination a.pn1 {background: transparent url(../images/slide/pn1.jpg) no-repeat left top;}
//.pagination a.pn2 {background: transparent url(../images/slide/pn2.jpg) no-repeat left top;}
//.pagination a.pn3 {background: transparent url(../images/slide/pn3.jpg) no-repeat left top;}
//.pagination a.pn4 {background: transparent url(../images/slide/pn4.jpg) no-repeat left top;}
//.pagination a.pn5 {background: transparent url(../images/slide/pn5.jpg) no-repeat left top;}
//
//.pagination a.active {
//	filter:alpha(opacity=100)!important;
//	-moz-opacity: 1!important;
//	opacity: 1!important;
//}
/* サムネなしコメントアウト END ===

/* =======================================
	ClearFixElements
======================================= */
.wideslider ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

.wideslider ul {
	display: inline-block;
	overflow: hidden;
}

/*■スライド■ END */