﻿@charset "utf-8";

/* all_wrap
-------------------------------------------------------------------*/
#all_wrap {
	width:100%;
	text-align:left;
}

.site_area {
	max-width:1000px;
	margin:0 auto;
}
@media screen and (max-width:760px) {
.site_area {
	width:auto;
}
}

/* header
-------------------------------------------------------------------*/
#header {
	padding:80px 0;
	border-top:#ea5414 2px solid;
}
@media screen and (max-width:760px) {
#header {
	padding:20px 15px;
}
}

#logo_area {
}
@media screen and (max-width:760px) {
#logo_area {
	float:none;
	width:auto;
}
}

#catch {
	margin-bottom:20px;
	color:#01008E;
	text-align:center;
}
@media screen and (max-width:760px) {
#catch {
	text-align:center;
}
}
#logo {
	text-align:center;
	max-width: 380px;
    margin: 0 auto;
}
#logo img{
	width: 100%;
	height: auto;
}
@media screen and (max-width:760px) {
#logo {
	width:300px;
	margin:0 auto;
}
#logo img {
	width:100%;
	height:auto;
}
}



#header_contact {
	float:right;
	width:260px;
	padding-top:20px;
}
@media screen and (max-width:760px) {
#header_contact {
	float:none;
	width:auto;
}
}

#header_tel {
	margin-bottom:15px;
	padding-bottom:10px;
	border-bottom:#865D25 1px dotted;
	font-size:190%;
	color:#865D25;
	text-align:center;
}

#header_mail {
	border: #FF9D3C 1px solid;
	border-radius: 10px;
	background: linear-gradient(to bottom, #FFCC99, #FF9D3C);
	text-align:center;
	font-size:115%;
}
#header_mail a {
	padding:15px 0;
	display:block;
}
#header_mail a:link,
#header_mail a:visited,
#header_mail a:hover {
	text-decoration:none;
	color:#FFF;
}

/* g_navi
-------------------------------------------------------------------*/
#g_navi {
	background: linear-gradient(to bottom, #ffa680, #ea5414);
}
@media screen and (max-width:760px) {
#g_navi {
	display:none;
}
}

#g_navi ul {
	/*margin:0 2%;*/
}
#g_navi ul li {
	float:left;
	width:20%;
	border-right:#FFFFFF 1px dotted;
	font-size:130%;
	text-align:center;
	box-sizing:border-box;
}
#g_navi ul li:first-child {
	border-left:#FFFFFF 1px dotted;
}
#g_navi ul li a {
	display:block;
	padding:10px 0;
}
#g_navi ul li a:link,
#g_navi ul li a:visited,
#g_navi ul li a:hover {
	color:#FFFFFF;
	text-decoration:none;
}
#g_navi ul li a:hover {
	/*background: linear-gradient(to bottom, #01008E, #3535FF);*/
	color:#ea5414;
}
#g_navi ul li a span {
	display:block;
	font-size:65%;
}

/* hoverアニメーションdefault */

#g_navi ul li a {
	position: relative;
	z-index: 10;
	overflow:hidden;
	outline:none;
}
#g_navi ul li a::before,
#g_navi ul li a::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
#g_navi ul li a,
#g_navi ul li a::before,
#g_navi ul li a::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

/* hoverアニメーション追加 */



#g_navi ul li a::after {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#g_navi ul li a:hover::after {
	-webkit-transform: scale(2) rotate(180deg);
	transform: scale(2) rotate(180deg);
	background:#FFFFFF;
}



/* g_navi_sp
-------------------------------------------------------------------*/

#g_navi_sp {
	display:none;
}
@media screen and (max-width:760px) {
#g_navi_sp {
	display:block;
}
#g_navi_sp dl dt {
	position:relative;
	padding:10px;
	background:#ea5414;
	color:#FFF;
	font-size:145%;
	font-weight:bold;
	text-align:center;
	cursor:pointer;
}
#g_navi_sp dl dt span {
	position:absolute;
	top:14px;
	right:15px;
	display:block;
	width:20px;
	height:20px;
	background:url(../img/common/ico_spnavi_close.png) no-repeat;
	transition: all .4s;
}
#g_navi_sp dl dt.opened span {
	background:url(../img/common/ico_spnavi_open.png) no-repeat;
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}
#g_navi_sp dl dd ul li {
	border-bottom:#ea5414 1px solid;
	text-align:left;
}
#g_navi_sp dl dd ul li a {
	padding:15px;
}
#g_navi_sp dl dd ul li a span {
	display:block;
	background:url(../img/common/ico_sparrow_01_01.png) no-repeat right center;
	background-size:9px;
}
}



/* main_visual
-------------------------------------------------------------------*/
#main_visual {
	background:#F0DFC0;
}
@media screen and (max-width:760px) {
#main_visual {
	background:none;
}
}

/* main_title
-------------------------------------------------------------------*/
#main_title {
	padding:15px 0;
	background: linear-gradient(to bottom, #FFCC99, #FF9D3C);
}
#main_title p {
	border:#FFFFFF 1px solid;
	border-radius: 10px;
	background: linear-gradient(to bottom, #FFFFFF, #FFEDB9);
}
#main_title p span {
	display:block;
	padding:40px;
	font-size:210%;
	font-weight:bold;
}





/* contents
-------------------------------------------------------------------*/
#contents {
	padding:40px 0 100px;
}
@media screen and (max-width:760px) {
#contents {
	padding:20px 0 60px;
}
}

/**/

#pagetop {
	position:fixed;
	right:20px;
	bottom:20px;
}
@media screen and (max-width:760px) {
#pagetop {
	right:10px;
	bottom:10px;
}
}


/* main_col
-------------------------------------------------------------------*/
#main_col {
	float:left;
	width:700px;
	width:66%;
}
@media screen and (max-width:760px) {
#main_col {
	float:none;
	width:auto;
}
}


/* sub_col
-------------------------------------------------------------------*/
#sub_col {
	float:right;
	width:280px;
	width:32%;
}
@media screen and (max-width:760px) {
#sub_col {
	float:none;
	width:auto;
}
}

/**/

.side_menu {
	padding:1px;
	border:#F2D323 1px solid;
}
.side_menu dt {
	margin-bottom:1px;
	padding:15px;
	background:#34962C;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
}
.side_menu dd ul li {
	margin-bottom:1px;
	padding-bottom:1px;
	border-bottom:#0B8B0E 1px dotted;
}
.side_menu dd ul li:last-child {
	margin-bottom:0;
	padding-bottom:0;
	border-bottom:none;
}
.side_menu dd ul li a {
	display:block;
	padding:15px;
}
.side_menu dd ul li a:link,
.side_menu dd ul li a:visited,
.side_menu dd ul li a:hover {
	text-decoration:none;
}
.side_menu dd ul li a:hover {
	background:#F5EBD3;
}
.side_menu dd ul li a span {
	display:block;
	padding-left:20px;
	background:url(../img/common/ico_arrow_01_01.png) no-repeat left center;
}



/**/

.side_bnr li {
	margin-bottom:10px;
	text-align:center;
}




/* footer
-------------------------------------------------------------------*/
#footer {
	padding:20px 0;
	border-top:#ea5414 2px solid;
	background:#fff3ee;
}
@media screen and (max-width:760px) {
#footer {
	padding:0;
}
}

/**/

#footer_link {
	text-align:center;
}
@media screen and (max-width:760px) {
#footer_link {
	text-align:left;
}
}

#footer_link li {
	display:inline;
	margin-right:15px;
	padding-right:15px;
	border-right:#333 1px solid;
}
@media screen and (max-width:760px) {
#footer_link li {
	display:block;
	margin-right:0;
	padding-right:0;
	border-right:none;
	border-bottom:#000000 1px dotted;
}
#footer_link li a {
	padding:15px;
}
}

#footer_link li:last-child {
	margin-right:0;
	padding-right:0;
	border-right:0;
}



/* copyright
-------------------------------------------------------------------*/
#copyright {
	padding:15px 0;
	background:#000000;
}
#copyright p {
	color:#FFFFFF;
	text-align:center;
}


