@charset "UTF-8";
/* CSS Document */

#wrap {
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	min-width: 100%;
	font-size:13px;
	line-height: 28px;
	width: 100%;
	overflow: hidden;
}
#headwrap {
    clear: both;
    background-color: rgba(92,92,92,0);
    position: absolute;
    width: 100%;
    z-index: 999;
    height: 60px;
	min-width: 100%;
	overflow: hidden;
}
#headwrap-f {
	position: fixed;
	width: 100%;
	height: 60px;
	z-index: 1000;
	background: #fff;
	left:0;
	top:0;

}
#logo {
    float: none;
    width: 100%;
    padding-top: 12px;
    padding-left: 5px;
}
#logo h1{
	float: left;
}
#logo h1 img{
	width: 100px;
	height: auto;
}
#logo-f {
    float: none;
    width: 100%;
    padding-top: 12px;
    padding-left: 5px;
}
#logo-f img{
	width: 100px;
	height: auto;
}
#nav02  {
    display: none;
}
#flash02 h3 {
	font-size: 22px;
	line-height: 0.8em;
}

#head {
	clear: both;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

#flash {
    clear: both;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    overflow: hidden;
}
ul.bxslider {
	height: 80vh;
	width: auto;
	overflow: visible;
}
ul.bxslider li {
	height: 100%;
	width: 100%;
}
ul.bxslider li img {
	height: 100%;
	padding-right: 0px;
	width: auto;
}

#cont {
    clear: both;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 20px;
    z-index: 0;
}
#footwrap {
	clear: both;
	overflow: hidden;
	min-width: 100%;
}
#foot {
	text-align: center;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}

.foot-navi {
    text-align: center;
    font-size: 12px;
    line-height: 1.6em;
    width: 100%;
    height: 100%;
    padding-top: 80px;
    padding-bottom: 50px;
}
.left-logo {
    width: 100%;
    float: none;
    font-size: 16px;
    text-align: left;
    color: #000000;
	line-height: 37px;
	padding-bottom: 20px;
}
.left-logo span {
	display: inline-block;
	padding-right: 5px;
	position: relative;
}
.foot-navi-box {
    width: 50%;
    float: left;
	text-align: left;
}
.foot-navi-box a{
	text-decoration: none;
	color:#000;
}
.foot-navi-box li{
	margin-bottom: 10px;
}

#cr {
    font-size: 10px;
    line-height: 1.6em;
}
.sidelist {
	padding-bottom: 20px;
}
.sidelist li {
	line-height: 20px;
}
.sidelist  a {
	color: #EB6D51;
	text-decoration: none;
}

.midashi {
	clear: both;
	width: auto;
	font-size: 22px;
}
.midashi02 {
	background-repeat: no-repeat;
	clear: both;
	width: auto;
	font-size: 16px;
}

.txtbox {
	clear: both;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 20px;
}
.linebox {
	clear: both;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	font-size: 14px;
}
.linebox .linner {
	font-size: 14px;
}

.linebox h5 {
	font-size: 16px;
	top: -12px;
}

.centerphoto {
	text-align: center;
	clear: both;
	padding-bottom: 30px;
	width:100%;
}
.centerphoto img {
	width:100%;
	height:auto;
}
.centertxt {
	text-align: center;
	clear: both;
}
.tbl {
	width: 100%;
	margin-bottom: 20px;
	clear: both;
}
.tbl td {
	text-align: left;
	vertical-align: top;
}
.tbl th {
	text-align: left;
	vertical-align: top;
}
.pagetop {
display: none;
}
.pc-none{
	display: block;
}
.sp-none{
	display: none;
}

.pc-none02{
	display: inline-block;
}
.sp-none02{
	display: none;
}
form .tbl {
	width: 100%;
}

form th ,form td{
	display: block;
	width: 96%;
	padding-left: 2%;
	padding-right: 2%;
}
.form01, .form02 {
	width: 100%;
}
.telbox {
	width: auto;
}

.navToggle {
    display: block;
    position: fixed;
    width: 60px;
    height: 60px;
    cursor: pointer;
    z-index: 5000;
    text-align: center;
    right: 0px;
    top: 0px;
    font-size: medium;
}
.navToggle span {
 display: block;
 position: absolute;    /* .navToggleに対して */
 width: 28px;
 border-bottom: 2px solid #333;
 -webkit-transition: .35s ease-in-out;
 -moz-transition: .35s ease-in-out;
 transition: .35s ease-in-out;
 left: 16px;
 font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
}
 
.navToggle span:nth-child(1) {
 top: 35px;
}
 
.navToggle span:nth-child(2) {
 top: 25px;
}
 
.navToggle span:nth-child(3) {
 top: 0px;
}
 
.navToggle span:nth-child(4) {
    border-left: none;
    border-right: none;
    border-bottom: none;
    border-top: medium none;
    color: #000;
    font-size: 9px;
    font-weight: bold;
    z-index: 0;
    bottom: 28px;
    height: auto;
    padding-left: 0px;
    padding-top: 0px;
}
/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
    top: 32px;
    left: 16px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
 border-bottom: 2px solid #fff;
}
 
/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
    top: 32px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
 border-bottom: 2px solid #fff;
}
 /* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
    transform: translateX(25%)!important;
}
nav.globalMenuSp {
 position: fixed;
 z-index: 4000;
 top: 0;
 color: #fff;
 text-align: center;
 transform: translateX(200%);
 transition: all 0.6s;
 width: 80%;
 background-color: #000;
 height: 100%;
}

nav.globalMenuSp .naviblock {
    width: 90%;
    height: 100vh;
    overflow-y: auto;
    margin-left: auto;
    margin-right: auto;
    font-size: 0;
    display: block;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: left;
}
.naviblockbox{
    vertical-align: middle;
    font-size: 12px;
    margin-top: 64px;
}
.naviblockbox .box{
    vertical-align: top;
    width: 100%;
}
.naviblockbox h4 {
    font-size: 16px;
    line-height: 1.6em;
    font-weight: bold;
    padding-bottom: 15px;
    color: #fff;
    padding-top: 15px;
    border-top: 1px solid #fff;
    padding-left: 15px;
    padding-right: 15px;
}

.naviblockbox a {
    color: #fff;
    text-decoration: none;
}
.naviblockbox .box ul {
    padding-bottom: 20px;
    border-top: 1px solid #fff;
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
}

.naviblockbox .box .headnav {
    padding-bottom: 90px;
}
.naviblockbox .box ul li {
    padding-bottom: 15px;
    font-size: 16px;
}
.mt40 {
	margin-top: 20px;
}
.mt80 {
	margin-top: 40px;
}
.mt100 {
	margin-top: 50px;
}
.mt20 {
	margin-top: 10px;
}
.txt12{
	font-size:10px;
}
.txt14{
	font-size:12px;
}
.txt16{
	font-size:13px;
}
.reclist{
	list-style: decimal;
	line-height: 1.6em;
	font-size: 16px;
}
.reclist li{	
  margin-left: 1.5em;
  padding-left: 0.5em;
	padding-bottom: 10px;
}
.reclist li::marker {
  color: #2B77F0;
} 
.lead-box{
	font-size: 16px;
}
