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

#wrap {
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	width: 100%;
	overflow: hidden;
	font-size: 12px;
	line-height: 18px;
	min-width: 375px;
}
.inner660 {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.inner980 {
	width: 96%;
	margin-left: auto;
	margin-right: auto;
}
.inner1200 {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.inner1000 {
	width: 96%;
	margin-left: auto;
	margin-right: auto;
}

.sp-none {
	display: none;
}
.pc-none {
	display: block;
}


#header-pc {
	height: 60px;

}
#header-pc .logo {
	padding-left: 0px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition : all 0.5s;
	position: relative;
	left: 10px;
}
#header-pc .logo img{
	height: 40px;
	width: auto;
	
}
#header-pc #sub-nav {
	display: none;
}
.navi {
	display: none;
}


.mainarea{
	margin-top: 60px;
}
#logo {
    width: 150px;
    padding-top: 15px;
    padding-bottom: 10px;
}
#logo img {
    width: 100%;
    height: auto;
}


nav.globalMenuSp {
	position: fixed;
	z-index: 3;
	top: 0;
	left: 0;
	color: #000;
	text-align: center;
	transform: translateY(-140%);
	transition: all 0.6s;
	width: 100%;
	background-color: #333333;
	height: 100%;
	display: block;
}
nav.globalMenuSp .naviblock {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 0;
    margin-top: 40px;
    text-align: left;
    display: block;
}


 
nav.globalMenuSp ul li {
	font-size: 14px;
	line-height: 20px;
	list-style-type: none;
	width: 100%;
	border-bottom: 1px dotted #FFFFFF;
}

nav.globalMenuSp ul li a {
	display: block;
	text-decoration: none;
	color: #fff;
	padding-top: 10px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 10px;
	font-weight: bold;
}

 /* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
    transform: translateY(0%);
}

 .navToggle {
	display: block;
	position: fixed;
	width: 40px;
	height: 40px;
	cursor: pointer;
	z-index: 9999;
	text-align: center;
	right: 0px;
	top: 0px;
	background-color: #000000;
}
.navToggle span {
    display: block;
    position: absolute;    /* .navToggleに対して */
    width: 20px;
    border-bottom: solid 1px #fff;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 10px;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
}
 
.navToggle span:nth-child(1) {
    top: 15px;
}
 
.navToggle span:nth-child(2) {
    top: 20px;
}
 
.navToggle span:nth-child(3) {
    top: 25px;
}
 
.navToggle span:nth-child(4) {
	border: none;
	color: #eee;
	font-size: 49px;
	font-weight: bold;
	top: 40px;
	padding-top: 0px;
}
/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
    top: 20px;
    left: 10px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
	border-bottom: solid 1px #fff;
}
 
/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
    top: 20px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
	border-bottom: solid 1px #fff;
}


/*----------------------- contnet --------------------------*/
#contentarea {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0px;
    position: absolute;
    top: 400px;
    width: 100%;
    background-color: #FFFFFF;
    min-width: 100%;
}
/*----------------------- contnet --------------------------*/
#cont-contentarea {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0px;
    position: relative;
    top: 0px;
    width: 100%;
    min-width: 100%;
}
#content {
    margin: 0px auto;
    padding-top: 30px;
    position: relative;
    width: 96%;
    padding-bottom: 30px;
}

a.contbtn {
    width: 80%;
    height: 40px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    background-color: #000000;
    color: rgba(255,255,255,1.00);
    font-size: 14px;
    line-height: 40px;
    text-decoration: none;
    margin-top: 20px;
}
a.contbtn2 {
    width: 250px;
    height: 60px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    color: rgba(0,0,0,1.00);
    font-size: 14px;
    line-height: 60px;
    text-decoration: none;
    margin-top: 20px;
    text-align: center;
}
#cont {
	clear: both;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	position: relative;
}
#main {
	width: 100%;
	max-width: 800px;
	float: none;
	padding-bottom: 40px;
}
#sub {
    float: none;
    width: 100%;
}
.contactarea {
	background-image: url(../img/contact-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	padding-top: 20px;
	padding-bottom: 20px;
}
.contactarea .contactbox {
	background-color: rgba(111,0,1,0.80);
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	color: #FFFFFF;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}




#footwrap {
	clear: both;
	overflow: hidden;
	padding-top: 40px;
	position: relative;
}

#foot {
	text-align: center;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#foot #footlogo {
	margin-top: 20px;
}



#foot a {
    text-decoration: none;
    width: auto;
    color: #333333;
}
.footlogo2  {
	text-align: left;
}
.footnavi {
	font-size: 12px;
	margin-top: 80px;
	text-align: center;
	line-height: 18px;
	width: 90%;
	background-color: #EBECEC;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 5%;
	padding-right: 5%;
}
.copyright {
	font-size: 12px;
	color: #FFFFFF;
	background-color: #000000;
}

.midashi {
	clear: both;
	font-size: 20px;
	line-height: 1.6em;
	text-align: center;
	padding-bottom: 20px;
}
.midashi02 {
	font-size: 18px;
	line-height: 1.6em;
	clear: both;
	margin-bottom: 10px;
	padding-bottom: 4px;
	font-weight: bold;
	text-align: left;
}
.midashi03 {
 font-size: 16px;
 line-height: 1.6em;
 clear: both;
 margin-bottom: 10px;
 padding-bottom: 4px;
 font-weight: bold;
}
.midashi04{
	font-size:16px;
}

.komidashi {
 line-height: 20px;
 background-image: url(../img/list04.gif);
 background-repeat: no-repeat;
 background-position: 0px 0px;
 font-size: 16px;
 color: #0071bc;
 font-weight: bold;
}
.txtbox {
	clear: both;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 20px;
}
.linebox {
    clear: both;
    margin-right: auto;
    margin-left: auto;
    border: 1px solid #666;
    padding-top: 20px;
}
.centerphoto {
	text-align: center;
	clear: both;
	padding-bottom: 30px;
}
.centerphoto img {
    max-width: 100%;
    height: auto;
}

.centerphoto02 {
	text-align: center;
	clear: both;
	padding-bottom: 30px;
}
.centertxt {
	text-align: center;
	clear: both;
}
.tbl {
	width: 100%;
	margin-bottom: 20px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-left-color: #999999;
	clear: both;
}
.tbl td {
    padding-top: 2%;
    padding-right: 2%;
    padding-left: 2%;
    padding-bottom: 2%;
    text-align: left;
    vertical-align: top;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-right-color: #999999;
    border-bottom-color: #999999;
    display: block;
    width: 96%;
}
.tbl th {
    padding-top: 2%;
    padding-right: 2%;
    padding-left: 2%;
    padding-bottom: 2%;
    text-align: left;
    vertical-align: top;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-right-color: #999999;
    border-bottom-color: #999999;
    background-color: #E6E6E6;
    display: block;
    width: 96%;
}
.tbl-full {
	width: 600px;
	margin-bottom: 20px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-left-color: #999999;
	clear: both;
}
.tbl-full td {
	padding:0.5%;
	vertical-align: top;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	width: auto;
}
.tbl-full th {
	padding:0.5%;
	vertical-align: top;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	background-color: #E6E6E6;
	width: auto;
}
.fixbtn01 {
	display: none;
}
.fixbtn02 {
	display: none;
}

.pagetop {
	text-align: right;
	clear: both;
	padding-bottom: 50px;
	font-size: 12px;
	line-height: 20px;
	color: #F15A24;
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 2;
}
.pagetop a {
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	color: #001226;
	text-decoration: none;
}
.pc-none{
    display: block;
}

.min {
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
}
.bold {
    font-weight: bold;
}
.spmt10 {
	margin-top: 10px;
}

.txt14 {
	font-size: 12px;
	line-height: 22px;
}
.txt11 {
	font-size: 10px;
	line-height: 18px;
}
.txt12 {
	font-size: 10px;
	line-height: 18px;
}
.txt16 {
    font-size: 12px;
    line-height: 24px;
}
.txt18 {
    font-size: 12px;
    line-height: 24px;
}
.txt20 {
	font-size: 16px;
	line-height: 24px;
	padding-top: 0px;
	margin-top: 40px;
}
.txt24 {
    font-size: 18px;
    line-height: 32px;
}
.txt28 {
    font-size: 16px;
    line-height: 20px;
}
.txt32 {
    font-size: 18px;
    line-height: 28px;
    width: auto;
    margin-top: 0px;
}
.txt33 {
	font-size: 26px;
	line-height: 28px;
	width: auto;
	margin-top: 0px;
}
.txt38 {
    font-size: 20px;
    line-height: 32px;
}
.mt20 {
	margin-top: 10px;
}
.mt40 {
	margin-top: 20px;
}
.mt80 {
	margin-top: 40px;
}
.mt120 {
	margin-top: 60px;
}
.mt170 {
	margin-top: 85px;
}
.pl50 {
	padding-left: 0px;
}

.red {
    color: rgba(192,0,3,1.00);
}

.linkbtn-b a {
	display: block;
	background-color: #005CA0;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 40px;
	width: 140px;
	margin: 0 auto;
	text-align: center;
}
.linkbtn-b-c a {
	display: block;
	background-color: #005CA0;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 40px;
	width: 140px;
	margin: 0 auto;
	text-align: center;
	font-size: 14px;
}
.linkbtn-r a {
	display: block;
	background-color: #B70D23;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 40px;
	width: 140px;
	margin: 0 auto;
	text-align: center;
	font-size: 14px;
}

.cel3 {
    width: 96%;
    display: block;
    text-align: left;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 1%;
    margin-right: 1%;
    vertical-align: top;
}
.cel3 a {
    display: block;
    width: 120px;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    border: 1px solid #333;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    text-decoration: none;
    color: #333333;
    margin-top: 10px;
    margin-bottom: 20px;
}


.cel2 {
	width: 100%;
	text-align: center;
}

.cel2 li {
	display: block;
	width: 96%;
	padding-left: 2%;
	padding-right: 2%;
	max-width: 400px;
	padding-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}

.cel2 li a {
    text-decoration: none;
    color: #333333;
    display: block;
}
.cel2 li a:hover {
    opacity: 0.8;
}
.cel2 li img {
    width: 100%;
    height: auto;
}
.floatL {
	float: left;
	padding-right: 0px;
	padding-left: 0px;
}
.floatR {
	float: left;
	padding-right: 0px;
	padding-left: 0px;
}
.sp100{
	width: 100%;
	height: auto;
}
.sp70{
	width: 70%;
	height: auto;
}
h3 span {
    border-bottom: 4px solid rgba(0,0,0,1.00);
}
.icon-mail {
    background-image: url(../img/icon-mail.png);
    background-repeat: no-repeat;
    background-position: left center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5px;
    font-size: 24px;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
}
img.sp90 {
	width: 90%;
	height: auto;
}
img.sp50 {
	width: 50%;
	height: auto;
}
img.sp45 {
	width: 45%;
	height: auto;
}
.sp-mt70 {
	margin-top: 70px;
}
