@charset "utf-8";
/*------------------------------------------------------- CSS clear*/


html{margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;}
body {
	color: #36312d;
	margin: 0;
	padding: 0;
	background-repeat: repeat;
}
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{
	margin: 0;
	padding: 0;
	background-repeat: repeat;
}
table{
	border-collapse: collapse;
	border-spacing: 0;
	max-width: 100%;
}
fieldset,img{
	border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li {
	list-style: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{
	font-size: 100%;
}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
sup,sub {line-height:-1px;vertical-align: text-top;}
sub {vertical-align:text-bottom;}
input, textarea, select{font-family:inherit;font-size:inherit;font-weight:inherit;}
a img {	border:0;overflow: hidden;}

body{
	padding: 0px;
	margin: 0px;
	/*font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;*/
	font-family:ryo-gothic-plusn,"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	width: 100%;
}

a {

}
html { margin: 0px !important; }
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.clear {
	clear: both !important;
}
.small {
	font-size: 80%;
}



a:link {
	color: #666;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight:normal;
}
a:visited{
	color: #666;
	font-weight:normal;
}
a:hover {
	color: #96315D;
	text-decoration: none;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
a:active {
	color: #666;
}
img{
	height: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	max-width: 100%;
}
a img {
     border:none;
	vertical-align: top;
     
}
a:hover img {
	opacity: 0.6;     /* 透過レベル */
	filter: alpha(opacity=60);
	-moz-opacity:0.60;
        opacity:0.60;
	-webkit-transition: 0.3s ease-in-out;
     -moz-transition: 0.3s ease-in-out;
     -o-transition: 0.3s ease-in-out;
     transition: 0.3s ease-in-out;
}
/* IE8 */
html>/**/body a:hover {
 display /*\**/:inline-block\9;
  zoom /*\**/: 1\9;
}

/* 新旧Firefox */
    a:hover img, x:-moz-any-link { background: #FFFFFF;}
    a:hover img, x:-moz-any-link, x:default { background: #FFFFFF;}

strong {
	font-weight: bold;
}
body#second {
}


h2{
	color: #232323;
	text-align: center;
	font-size: 2em;
	letter-spacing: 8px;
}
h3{
	text-align: center;
	background-image: url("../../img/top/bg_ribon.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	padding-top: 8px;
	padding-bottom: 20px;
	color: #FFFFFF;
	font-size: 1.4em;
	font-weight: bold;
	letter-spacing: 10px;
	margin-bottom: 20px;
}
h4{
    color: #487fdc;
    text-align: center;
	margin-bottom: 10px;
	font-size: 1.2em;
}
.orange {
	color: #ff7535;
}





/* レイアウト
----------------------------------------------------------- */
.w960{
	margin-left: auto;
	margin-right: auto;
	max-width: 960px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.no-margin{
	margin-top: 0px !important;
	margin-right: 0px !important;
	margin-bottom: 0px !important;
	margin-left: 0px !important;
}
.no-padding{
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;	
}
.smp-br{
	display: none;
}
br.smp959 {
	display: none;
}
br.smp768 {
	display: none;
}
br.smp640 {
	display: none;
}


br.smp480 {
	display: none;
}
br.smp320 {
	display: none;
}
#loader-bg {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 20000;
	display: table;
	background-color: #FFFFFF;
	text-align: center;
}
#loader-bg #loading {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}


main {
	display: block;
}
section {
	padding-left: 10px;
	padding-right: 10px;
}
header {
	background-image: url(../header/back.png);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: fixed;
	top: 0px;
	right: 0px;
	left: 0px;
	z-index: 200;
	padding: 10px;
}
header ul {
	display: table;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	max-width: 950px;
}
header ul li {
	display: table-cell;
	text-align: right;
	vertical-align: middle;
	width: auto;
	padding-left: 3px;
}
header ul li a {
	text-decoration: none;
}
header ul li.logo {
	width: 70%;
	padding-right: 30px;
	text-align: left;
}
header ul li.logo img {
    zoom: 0.5;
}

header ul li#otoiawase a{
	color: #0257e6;
	display: block;
	font-size: 180%;
	border: 2px solid #0257e6;
	border-radius: 12px;
	padding: 15px;
	width: 1em;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
header ul li#otoiawase a:before {
	font-family: "FontAwesome";
    display: block;
    content: "\f0e0";
}
header ul li#TEL span {
	cursor: pointer;
	color: #FFFFFF;
	background-color: #0257e6;
	display: block;
	font-size: 180%;
	border-radius: 12px;
	padding: 15px;
	width: 1em;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
header ul li#TEL span:before {
	font-family:"FontAwesome";
    content: "\f095";
	display: block;
}
header ul li#TEL.close span:before {
    content: "\f00d";
}
#t_subNavi {
	display: none;
	height: auto;
	background-color: #0257e6;
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	transform: translateY(100%);
}
#t_subNavi .close {
    text-align: right;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 2px;
    padding-left: 10px;
}
#t_subNavi .close span {
    color: #FFFFFF;
    display: inline-block;
    text-align: center;
    font-size: 82%;
    padding-top: 18px;
    padding-right: 18px;
    padding-bottom: 18px;
    padding-left: 18px;
    background-color: #0257e6;
    cursor: pointer;
    position: relative;
}
#t_subNavi li {
	display: block;
	text-align: left;
	background-color: #FFFFFF;
}
#t_subNavi li a {
	color: #222222;
	font-weight: normal;
	text-decoration: none;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 120%;
	border-bottom-color: hsla(27,8%,49%,0.33);
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-left: 10px;
}
#t_subNavi li span.telno {
	color: #ff8e5a;
	font-size:1.5em;
	font-weight: bold;
}
#t_subNavi li span.telno:before {
	font-family:"FontAwesome";
    content: "\f095";
	padding-left: 10px;
	padding-right: 5px;
}









header ul li#menu span {
	cursor: pointer;
	color: #0257e6;
	display: block;
	font-size: 180%;
	border: 2px solid #0257e6;
	border-radius: 12px;
	padding: 15px;
	width: 1em;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
header ul li#menu span:before {
	font-family:"FontAwesome";
    content: "\f0c9";
	display: block;
}
header ul li#menu.close span:before {
    content: "\f00d";
}
#subNavi {
	display: none;
	height: auto;
	background-color: #FFFFFF;
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	transform: translateY(100%);
}
#subNavi .close {
    text-align: right;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 2px;
    padding-left: 10px;
}
#subNavi .close span {
    color: #0257e6;
    display: inline-block;
    text-align: center;
    font-size: 82%;
    padding-top: 18px;
    padding-right: 18px;
    padding-bottom: 18px;
    padding-left: 18px;
    background-color: #FFFFFF;
    cursor: pointer;
    position: relative;
}
#subNavi li {
	display: block;
	text-align: left;
	background-color: #FFFFFF;
}
#subNavi li a {
	color: #222222;
	font-weight: normal;
	text-decoration: none;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 120%;
	border-bottom-color: hsla(27,8%,49%,0.33);
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-left: 10px;
}
#mainVisual {
	width: 100%;
	padding-bottom: 0px;
	height: auto;
	margin-top: 0px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	max-width: 950px;
}
#mainVisual img {
    width: 100%;
    height: auto;
}





footer {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 15px;
	padding-right: 15px;
	background-image: url(../footer/back.png);
}
footer .footer-left {
	width: 30%;
	float: left;
	text-align: center;
}
footer .footer-right {
	width: 70%;
	display: inline-block;
	text-align: center;
}
footer .footer-right #f_name p {
    color: #89694C;
    font-size: 15px;
}
footer .myself {
	text-align: right;
	margin: 10px;
}
#copyright  {
	font-size: 75%;
    width: 100%;
    padding: 0px 5px;
	background-color: #0257e6;
	text-align: right;
	color: #FFFFFF;
}






@media screen and (min-width:768px){


}





@media screen and (max-width:1024px){


}

@media screen and (max-width:959px){
/* レイアウト
----------------------------------------------------------- */
.w960 {
	padding-left: 20px;
	padding-right: 20px;
}
br.smp959 {
	display: inline;
}




}
@media screen and (max-width:768px){
body {
	font-size: 100%;
}
br.smp768 {
	display: inline;
}



}

@media screen and (max-width:640px){
body {
	font-size: 100%;
}

br.smp640 {
	display: inline;
}

}



@media screen and (max-width:480px){
body {
	font-size: 75%;
}

br.smp480 {
	display: inline;
}
.w960 {
	padding-left: 10px;
	padding-right: 10px;
}

}
@media screen and (max-width:320px){
body {
	font-size: 65%;
}
	
br.smp320 {
	display: inline;
}


}
