@charset "utf-8";

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
body {
	line-height:1;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
	display:block;
}

ol, ul {list-style: none;}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

a {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	text-decoration:none;
}
a:hover { text-decoration:underline }

a:hover img{ opacity:0.8; filter: alpha(opacity=80); }

ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom:1px dotted #000;
	cursor:help;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #ccc;
    margin:1em 0;
    padding:0;
}

hr.fat {
    background-color: #efefef;
    border: 0;
    height: 10px;
    margin-top: 40px;
    margin-bottom: 40px;
}

input, select {
	vertical-align:middle;
}

img {
	vertical-align:top;
}

*, *:before, *:after {
	box-sizing: border-box;
}

th {
	font-weight: normal;
	text-align: left;
}


body {
	font-family: Avenir,'Open Sans','Helvetica Neue',Helvetica,Arial,Verdana,Roboto,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'Meiryo UI','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	color: #222;
	background: #fff;
}


/* ==========================================================================
   LAYOUT
   ========================================================================== */

/**
 * header
 */
header {
	position: relative;
	min-width: 960px;
}
.global {
	position: relative;
	height: 50px;
	background-image: url(/assets/img/share/global-bg.png);
	-moz-background-size:100% 100%;
	background-size:100% 100%;
	margin-bottom:2px;
    z-index: 20;
}
.global .global-inner {
	height: 50px;
	width: 960px;
	margin:0 auto;
	background-image: url(/assets/img/share/global-bg.png);
	-moz-background-size:100% 100%;
	background-size:100% 100%;
}
.global .global-inner .logo {
	float: left;
	height: 50px;
	display:block;
}
.global .global-inner .logo img {
	margin-top:6px;
}
.global .global-inner ul {
	background-image: url(/assets/img/share/linkbot-white01.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #222;
	padding-left:50px;
	float:right;
	height: 50px;
	width:813px;
	display:block;
}
.global .global-inner ul li {
	line-height: 50px;
	font-size: 87.5%;
	font-weight: bold;
}
.global .global-inner .split {
	background-image: url(/assets/img/share/split.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.global .global-inner .text {
	float:left;
	padding:0 12px 0 11px;
}
.global .global-inner .img {
	float: right;
}
.global .global-inner .img a {
	display:inline-block;
}
.global .global-inner .img img {
	margin:0 12px 0 11px;
}
.global .global-inner .text a {
	height: 50px;
	padding:0 2px;
	color:#fff;
	text-decoration:none;
	display:block;
	background-image: none;
	background-repeat: no-repeat;
	background-position: left bottom;
}
.global .global-inner .text a:hover {
	color:#ba9361;
	text-decoration:none;
	background-image: url(/assets/img/share/global_underline.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	transition: 0.3s;
}
.global .global-inner .text a.active {
	color:#ba9361;
	text-decoration:none;
	background-image: url(/assets/img/share/global_underline.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.global .global-inner a img:hover { opacity:0.7; filter: alpha(opacity=70); transition: 0.5s; }

.downmenu{
	position: relative;
}
.downmenu span{
	height: 50px;
    padding: 0 2px;
    color: #fff;
    text-decoration: none;
    display: block;
    background-image: none;
    background-repeat: no-repeat;
    background-position: left bottom;
    cursor: pointer;
}
.downmenu span:hover{
    color: #ba9361;
    text-decoration: none;
    transition: 0.3s;
}
.downmenu span.down::after{
	font-family: "FontAwesome";
	content: "\f107";
    margin-left:0.5em;
}
.downmenu li a{
    font-size:112.5%;
    padding: 0 1em !important;
    width:12em;
    background-color: rgba(34,34,34,0.9);
    text-align: left;
}
.downmenu ul{
    background:none !important;
    list-style: none;
    position: absolute;
    top: 100%;
    left:0;
    margin: 0;
    height: 0 !important;
    width:12em !important;
    padding-left:0 !important;
}

.downmenu ul li{
  overflow: hidden;
  color: #fff;
  height: 0;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;
}

.downmenu li a::before{
	font-family: "FontAwesome";
	content: "\f105";
    margin-right:0.5em;
}
.downmenu:hover ul{
    height: auto;
}
.downmenu:hover ul li{
    overflow: visible;
    height: 50px;
}

.addmore {
	position: relative;
	height: 37px;
	background-image: url(/assets/img/share/addmore-bg.png);
	-moz-background-size:100% 100%;
	background-size:100% 100%;
	margin-bottom:2px;
}
.addmore .addmore-inner {
	height: 37px;
	width: 960px;
	margin:0 auto;
	background-image: url(/assets/img/share/addmore-bg.png);
	-moz-background-size:100% 100%;
	background-size:100% 100%;
}
.addmore .addmore-inner .logo {
	float: left;
	height: 37px;
	width:146px;
	display:block;
}

.addmore .addmore-inner ul {
	background-color: #333;
	padding-left:1px;
	float:left;
	height: 37px;
	width:814px;
	display:block;
}
.addmore .addmore-inner ul li {
	float:left;
	line-height: 37px;
	font-size: 87.5%;
	padding:0 10px 0 9px;
}
.addmore .addmore-inner .split {
	background-image: url(/assets/img/share/split.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.addmore .addmore-inner .contact{
	float:right;
	line-height: 37px;
	font-size: 87.5%;
	font-weight:bold;
	padding:0;
}
.addmore .addmore-inner .contact a{
	background: url(/assets/img/share/addmore-contact-bgl.png) top left #f00 no-repeat;
	background-size:auto 100%;
	padding:0 0 0 7em;
}
.addmore .addmore-inner .contact a span{
	background: url(/assets/img/share/addmore-contact-bgr.png) top right no-repeat;
	background-size:auto 100%;
	padding:0 7em 0 0;
	display:block;
}

.addmore .addmore-inner .contact a:hover{
	background: url(/assets/img/share/addmore-contact-bgl.png) top left #d00 no-repeat;
	background-size:auto 100%;
	padding:0 0 0 77m;
	color:#fff;
}
.addmore .addmore-inner .contact a.active {
	background: url(/assets/img/share/addmore-contact-bgl.png) top left #d00 no-repeat;
	background-size:auto 100%;
	padding:0 0 0 7em;
	color:#fff;
}

.addmore .addmore-inner a {
	height: 37px;
	padding:0 3px;
	color:#fff;
	text-decoration:none;
	display:block;
	background-image: none;
	background-repeat: no-repeat;
	background-position: left bottom;
}
.addmore .addmore-inner a:hover {
	color:#ba9361;
	text-decoration:none;
	background-image: url(/assets/img/share/addmore_underline.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	transition: 0.3s;
}
.addmore .addmore-inner a.active {
	color:#ba9361;
	text-decoration:none;
	background-image: url(/assets/img/share/addmore_underline.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.bannerset {
	background: #e2e2e2;
	margin-bottom:2px;
}
.bannerset span {
	width:960px;
	background: #e2e2e2;
	margin:0 auto;
	display:block;
}
.bannerset span a:hover { opacity:0.7; filter: alpha(opacity=70); transition: 0.5s; }
	
.bannerset .overhaul-bana{
    display: inline-block;
    width: 238px;
    height: 75px;
    background-color: #0061ad;
    text-align: center;
    vertical-align: middle;
    padding: 10px;
    color: #fff;
}
.bannerset .overhaul-bana .title{
    font-weight: 600;
    line-height: 1.1;
}
.bannerset .overhaul-bana .day{
    font-weight: bold;
    font-size: 145%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.bannerset .overhaul-bana span{
    background-color: transparent;
    display: inline-block;
    width: auto;
}
.bannerset .overhaul-bana .day1{
    font-size: 200%;
    margin: 0 0.1em 0 0;
}
.bannerset .overhaul-bana .day2{
    margin: 0.2em 0 0;
}

/**
 * .contents
 */

main {
	position: relative;
	min-width: 960px;
}


.contents {
	position: relative;
	z-index: 2;
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 112px;
	line-height: 1.5;
}
.contents:after {
	content: '';
	display: block;
	clear: both;
}

.contents-main-1col {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

.contents-main {
	float: left;
	width: 71%;
}
.contents-main .unit:not(:first-child) {
	margin-top: 82px;
}

.contents-sub {
	float: right;
	width: 26%;
}
.contents-sub .unit:not(:first-child) {
	margin-top: 44px;
}


/**
 * .global-footer
 */

footer {
	position: relative;
	min-width: 960px;
}
.global-footer {
	background: #333;
}
footer .inner {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	overflow:hidden;
}
footer .message {
	color:#999;
	margin-top:10px;
	font-size:87.5%;
	font-weight:normal;
}

footer .contactus {
	color:#fff;
	font-weight:bold;
}
footer .us {
	font-weight:normal;
	font-size:75%;
}
footer .tel {
	font-size:175%;
}
footer .detail {
	color:#fff;
	font-size:87.5%;
	line-height: 1.4;
}
footer .footer-bottom {
	margin:30px auto 55px;
}
footer .footer-bottom td {
	color:#af8c52;
	vertical-align:middle;
	padding:0 10px;
}
footer .footer-bottom h1 {
	margin:10px 20px 0 10px;
	font-size:87.5%;
	line-height:1.2;
	font-weight:normal;
}
footer .sns a:hover { opacity:0.7; filter: alpha(opacity=70); transition: 0.5s; }

a.footer-bot {
	float: right;
	color: #fff!important;
	font-size:87.5%;
	font-weight: bold;
	text-decoration: none;
	background: #ba9361 url(/assets/img/share/linkbot-white01.png) no-repeat left top;
	height: 50px;
	padding-left: 60px;
	display: block;
}
a.footer-bot span {
	background: url(/assets/img/share/linkbot-white02.png) no-repeat right top;
	height: 50px;
	line-height:50px;
	padding-right:60px;
	display:block;
}
a.footer-bot:hover {
	color: #fff;
	text-decoration: none;
	background: #d6b868 url(/assets/img/share/linkbot-white01.png) no-repeat left top;
}



/* ------------------------------
	#.pageTop
------------------------------ */

.go-top {
	width:100%;
	position: fixed;
	bottom: 0px;
	display:none;
	opacity:0.8; 
	filter: alpha(opacity=80);
}
.go-top a {
	color: #FFF;
	width: 100%;
	padding: 8px;
	display: block;
	background: #ba9361 url(/assets/img/share/arrow-top.png) no-repeat center center;
	text-decoration:none;
}
.copyright {
	width: 960px;
	text-align: right;
	font-size: 12px;
	display: block;
	margin:0 auto;
}
.go-top:hover {
	opacity:1.0; 
	filter: alpha(opacity=100);
}
.go-top a:hover {
	text-decoration:none;
}
