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

#wrap {
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	font-size: 15px;
	line-height: 1.8em;
}
#head {
	clear: both;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
#headwrap {
	clear: both;
}
#logo {
	float: none;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-left: 10px;
}

#telwrap {
	text-align: center;
	float: none;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	display: none;
}

#flash {
    clear: both;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    overflow: hidden;
}
#flash .box {
  position: absolute;
  top: auto;
  padding-bottom: 0px;
  right: auto;
	left: 50%;
	bottom: 70px;
  transform:translateX(-50%)
    translateY(0);
  font-size: 20px;
  text-align: center;
  line-height: 1.6em;
  color: #16447C;
}
#flash .box h3 {
	font-size: 42px;
	line-height: 0.8em;
	padding-bottom: 20px;
}
#flash .box h3 strong {
  font-size: 54px;
  line-height: 1em;
  font-weight: normal;
}

#flash #sc {
	display: none;
}
ul.bxslider {
	height: auto;
	width: 100%;
	overflow: visible;
}
ul.bxslider li {
	height: auto;
	width: 100%;
}
#cont {
    clear: both;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 20px;
    z-index: 0;
}
#footwrap {
  background-color: #D1E5F8;
  clear: both;
  overflow: hidden;
}
#foot {
  text-align: center;
  width: 90%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding: 30px 0 20px;
  font-size: 12px;
  line-height: 1.6em;
}
#foot h3 img{
	width: 235px;
	height: auto;
}
#foot h4 {
  font-size: 22px;
  line-height: 1.6em;
  font-weight: 300;
  padding-bottom: 0;
}
#cr {
  font-size: 11px;
  line-height: 1.6em;
  padding-bottom: 20px;
}

.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;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	font-size: 18px;
}

.komidashi {
}
.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;
}
.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;
	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 {
	text-align: left;
	vertical-align: top;
}
.tbl th {
	text-align: left;
	vertical-align: top;
}
.pagetop {
	text-align: right;
	clear: both;
	padding-bottom: 50px;
	font-size: 12px;
	line-height: 20px;
	color: #F15A24;
}
.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 {
	width: 40px;
	height: 40px;
	margin-top: 10px;
}
.navToggle span {
 display: block;
 position: absolute;    /* .navToggleに対して */
 width: 20px;
 border-bottom: 2px solid #FFFFFF;
 -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: 26px;
}
 
.navToggle span:nth-child(2) {
 top: 20px;
}
 
.navToggle span:nth-child(3) {
 top: 14px;
}
 
.navToggle span:nth-child(4) {
    border-left: none;
    border-right: none;
    border-bottom: none;
    border-top: medium none;
    color: #FFFFFF;
    font-size: 9px;
    font-weight: bold;
    z-index: 0;
    bottom: 14px;
    height: auto;
    padding-left: 0px;
    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);
}
 
/* 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);
}
.navToggle2 {
    display: block;
    position: fixed;
    width: 69px;
    height: 69px;
    cursor: pointer;
    z-index: 5000;
    background-color: #FFFFFF;
    text-align: center;
    top: 40px;
    right: 110px;
}
 /* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
    transform: translateX(0%)!important;
}
nav.globalMenuSp {
}

nav.globalMenuSp .naviblock {
    width: 100%;
}
.naviblockbox{
    font-size: 15px;
}
.naviblockbox .box{
}
.naviblockbox h4 {
}

.naviblockbox a {
}
.naviblockbox .box ul {
}

.naviblockbox .box .headnav {
}
.naviblockbox .box ul li {
}
.title {
  font-size: 18px;
  line-height: 1.6em;
  padding-bottom: 20px;
}
.title h2 {
  font-size: 36px;
  line-height: 1.2em;
}
.title02 {
	font-size: 18px;
	line-height: 1.6em;
	padding-bottom: 20px;
	text-align: center;
}
.title02 h2 {
	font-size: 36px;
	line-height: 1.2em;
	padding-bottom: 0;
	padding-right: 0px;
	text-align: center;
}
.title02 p {
  font-size: 18px;
  line-height: 1.2em;
  padding-bottom: 0;
	display: block;
}
.pname {
	font-size: 18px;
	text-align: right;
	line-height: 1.2em;
}