@charset "UTF-8";

/*================================================
 *  CSSリセット
 ================================================*/
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,canvas,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight:normal;}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;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}input,select{vertical-align:middle}

/*================================================
 *  一般・共通設定
 ================================================*/
body {
    font-size:18px;
    font-family:"游ゴシック",Robot,Droid Sans,Fira Sans Condensed,"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    line-height:1.6;
    background-color:#000;
}


#main {
    margin:0 auto;
    max-width:99%;
    overflow:hidden;
 }

section {
}

a {
    color:#333;
}

a:hover {
    color:#dcdcdc;
}

h1 {
    color:#fff;
    font-size:50px;
    line-height:1.2;
    margin-left:20px;
}

h1 a {
    color:#22ade6;
    text-decoration:none;
}
h1 a:hover {
    color:#fff;
    text-decoration:underline;
}

h1 img {
    width:152px;
    margin:2%;
}

h2 {
    padding-top:1.0em;
    font-size:25px;
    color:#fff;
    text-align:center;
    line-height:1.0em;
}

.h2plus {
    border-top:1px solid #fff;
    font-size: 17px;
}

h3 {
    padding-bottom:1.0em;
    font-size:20px;
    color:#fff;
    text-align:center;
}
h4 {
   font-size:16px;
   font-weight:bold;

}


h5 {
   font-size:16px;
   font-weight:bold;
}

h6 {
   font-size:14px;
}

p {
    margin:1%;
}

img {
    vertical-align:bottom;
    width:100%;
}

em {
    font-weight:bold;
}

strong {
    font-weight:bold;
}

pre {
    margin:1em 0;
    padding:1em;
}

blockquote {
    margin-bottom:1em;
    padding:1em;
    border:1px dotted #ddd;
    border-left:5px solid #ddd;
}

ul,ol,dl {
    margin:0 0 1em 0;
}
ul li {
    list-style:disc;
}
ol li {
    list-style:decimal;
}
li {
    margin-left:2em;
}

dt {
    margin-bottom:0.5em;
}

dd {
    margin-bottom:1em;
}

table {
    width:100%;
    margin-bottom:1em;
    border-collapse:collapse;
}
th {
    padding:10px;
    text-align:center;
    vertical-align:middle;
    background:#eebfb9;
}
td {
    padding:10px;
    text-align:left;
}

.clearfix:after {
	content: url("../images/pixel.gif");
	display: block;
	clear: both;
	height: 0;
}

/*================================================
 *  ヘッダー
 ================================================*/
header {
   height:100px;

}
header h1 {
    margin-bottom:20px;
}
header ul {
    width:1080px;
    padding:0;
    margin:0;
    top:30px;
    position:absolute;
    font-size:15px;
    right:0;
}
header li {
    float:left;
    list-style:none;
    margin:0;
    padding:0;
    width:14%;
}
header li a {
    display:block;
    padding:0;
    text-align:center;
    text-decoration:none;
    color: #fff;
}
header li:first-child a {
    width:100%;
} 
header li a:hover {
    color:#dcdcdc;
    text-decoration:none;
}

/*================================================
 *  グローバルナビゲーション
 ================================================*/
nav {
    padding:0;
    margin:0 auto;
    background:#000;
    overflow:hidden;
    top:-85px;

}
nav ul {
    width:1080px;
    margin:0;
    padding:0;
    font-size:15px;
    float:right;
}
nav li {
    float:left;
    list-style:none;
    margin:0;
    padding:0;
    width:14%;
}
nav li a {
    display:block;
    padding:10px 0;
    color:#fff;
    text-align:center;
    text-decoration:none;
}
nav li:first-child a {
    width:100%;
} 
nav li a:hover {
    text-decoration:none;
    background:#fff;
    color:#333;
}

.fixed{
  position: fixed;
  top: 0px;
  z-index: 9999;
  width:99%;
  opacity:0.8;
  transition: top 0.230s ease-in;
  -webkit-transition: top 0.20s ease-in;
  -moz-transition: top 0.20s ease-in;
}

nav img {
    width:152px;
    margin-top:15px;
    margin-left:2%;
    position:absolute;
}


/*================================================
 *  トップページ
 ================================================*/
.caption {
        margin:0 auto;
        max-width: 940px;
        padding: 25%;
        text-align: center;
        color: #FFF;
        letter-spacing: 2px;
        display: block;
        
}

.caption-inner01 p {
        font-size:48px;
        font-weight:bold;
        letter-spacing:2px;
}

.caption-inner02 p {
        font-weight:bold;
        margin-top:2%;
        position:relative;  
}

.tel {
  width:280px;
  height:91px;
  background:#000;
  color:#fff;
  position:fixed;
  top:90px;
  right:0px;
  z-index:100;
}

.top-Box {
  padding-top:3px;
  font-size:13px;
  font-weight:bold;
  margin-left:90px;
  margin-top:6px;
    
}

.left-Box {
  margin-top:-3px;
  float:left;
}
.right-Box {
  padding-top:8px;
  font-size:25px;
  font-weight:bold;
  float:left;
  margin-left:23px;  
}

.more-btn-box {
    margin-top:40px;
    text-align:center;
    padding:3%;
}

.more-btn {
    padding:15px;
    margin:0 auto;
    border: 2px solid #000000;
    background-color: #fff;
    text-decoration:none;
    font-weight:bold;
    display: block;
    max-width: 500px;

}

.more-btn:after{
    content:">";
    float:right;
}

.more-btn:hover {
    background-color: #7c7c7c;
    color:#fff;
    border: 2px solid #fff;


}

.service-image {
   text-align:center;
   margin-bottom:10px;

}
.service-image img{
   width:17%;

}

.profile-Navi {
  max-width:940px;
  margin:0 auto;
  margin-bottom:50px;
     
}

.profile-Navi dl{
    width: 100%;
}

.profile-Navi dt{
    display: block;
    width: 15%;
    clear: left;
    float: left;
    padding:2%
}

.profile-Navi dd{
    display: block;
    width: 75%;
    float: left;
    border-bottom: 1px solid #333;
    padding:2%;
    padding-left: 22%;
    margin-left: -18%;

}
.profile-Navi li{
    display: block;
    width: 100%;
    border-bottom: 1px solid #333;
    padding:2%;
    margin-left: 0;


}

.googlemap {
	margin:0 auto;
	width: 100%;
	height:500px;
    
}

.application-box {
    padding: 1em;
    width: 80%;
    background-color: transparent;
    position: relative;
    border: 2px solid;
    border-radius: 10px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 50px;
}    

.application-box::before {
    content: ' ';
    height: 0;
    width: 0;
    position: absolute;
    border-width: 32px;
    border-style: solid;
    border-top-color: #000000;
    border-bottom-color: transparent;
    border-right-color: transparent;
    border-left-color: transparent;
    top: 100%;
    left: 50%;
    margin-left: -32px;
}

.application-box::after {
    content: ' ';
    height: 0;
    width: 0;
    position: absolute;
    border-width: 30px;
    border-style: solid;
    border-top-color: #ffffff;
    border-bottom-color: transparent;
    border-right-color: transparent;
    border-left-color: transparent;
    top: 100%;
    left: 50%;
    margin-left: -30px;
}

.guide-inner {
    border-bottom: 1px solid #333;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 2;
    font-size: 20px;
}

.application-end-box {
    padding: 1em;
    width: 80%;
    background-color: transparent;
    position: relative;
    border: 2px solid;
    border-radius: 10px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 50px;
}

.sample-image {
   text-align:center;
   margin-bottom:10px;

}
.sample-image img{
   width:50%;

}

.contact-Navi {
    max-width:940px;
    padding-bottom:40px;
    margin:0 auto;
}


.contact-btn-box {
    margin-top:40px;
    text-align:center;
}

.contact-btn {
    color:#333;
    padding: 20px 150px 20px 150px;
    margin: 40px auto;
    border: 2px solid #333;
    background-color: #fff;
    text-decoration:none;
    font-weight:bold;
    font-size:24px;

}

.contact-btn:hover {
    background-color: #7c7c7c;
    color:#fff;
    border: 2px solid #fff;


}

.question-box ul{
    margin:0;
}

.question-box li {
    margin:0;
}

.question-box li.question{
    display: block;
    width: 5%;
    clear: left;
    float: left;
    padding:2%;
}

.question-box li.answer{
    display: block;
    width: 87%;
    float: left;
    padding:2%;
    margin-top:10px;
}
.question-Navi {
    max-width:940px;
    padding-bottom:70px;
    margin:0 auto;
}


.accordionbox{
	margin: 10px auto 40px;
}

.accordionlist dt{
    display:block;
    background: #fff;
    padding: 10px 0 10px 5px;
    border-top: 1px solid #DFDFDF;
    margin:0;
}

.accordionlist dt:hover {
    background-color: #7c7c7c;
    color:#fff;
    cursor:pointer;
}

.accordionlist dt:first-child{
    border-top: none !important;
}

.accordionlist dt .title{
    padding-left: 10px;
	float: left;
	width:90%;
}


.accordionlist dd{
    display:none;
	background: #fff;
	padding:5px 5px 20px 15px;
	font-size:90%;
	margin-bottom:3px;
}
.accordion_icon,
.accordion_icon span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.accordion_icon {
	position: relative;
	width: 40px;
	height: 30px;
	float: right;
	margin-right: 5px;
	margin-bottom: 0px;
    margin-top: 36px;
}

.accordion_icon span {
	position: absolute;
    left: 6px;
    width: 50%;
	height: 2px;
    background-color: #333;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
}

.accordion_icon span:nth-of-type(1) {
    top: 5px;
	transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
.accordion_icon span:nth-of-type(2) {
    top: 5px;
	transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
/*＋、－切り替え*/
.accordion_icon.active span:nth-of-type(1) {
	display:none;
}
.accordion_icon.active span:nth-of-type(2) {
	top: 5px;
	transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

/*================================================
 *  フッター
 ================================================*/
footer {
  max-width:99%;
  margin-left:0.5%;
}

.footer-back {
  background-color:#fff;
}

footer a {
    text-decoration:none;

}

.footer-box {
    max-width:1200px;
    margin:0 auto;
}

.footer-box-inner {
 
    padding:1%;
}
.footer-box-inner01 img {
    width: 152px;
}
.footer-box-inner01 {
	float:left;
	width:15%;
}
.footer-box-inner02 {
	float:left;
	width:80%;
	margin-left:5%;
}

.footer-menu-box {
    width:170px;
    float:left;
    margin-left:1%;
    margin-top:1%;

    
 }

.footer-menu-box ul {
    font-size:15px;

   
}

.footer-menu-box li {
    list-style:none;
    margin-left:5px;

}

.footer-menu-box ul ul li {
    list-style:none;
    margin-left:20px;

}

.footer-air {
    padding: 250px 0px;
}

.endline {
    background-color:#000000;
    padding-top:0.5%;

}

.copyright {
    font-size:11px;
    text-align:center;
    background-color:#fff;
    border-top:1px solid #333;
    padding:20px;

}
.footer-menu-box-e  {
    float: right;
}

.footer-menu-box-e ul  {
    margin-top:10px;
    float:right;
}
.footer-menu-box-e li {
    float:left;
    list-style:none;
    font-size:15px;
}

/*================================================
 *  ページトップへの戻り
 ================================================*/
.totop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-weight: bold;
    z-index: 100;
   
}
.totop a {
        background: #000;
        filter:alpha(opacity=60);
        -moz-opacity:0.6;
        -khtml-opacity: 0.6;
        opacity:0.6;
        text-decoration: none;
        color: #fff;
        width: 45px;
        padding: 3px;
        text-align: center;
        display: block;
    }
.totop a:hover {
            border-style: none;
            background: #7f7f7f;
        }
/*================================================
 *  クラス
 ================================================*/
.textL {text-align:left;}
.textR {text-align:right;}
.textJ {text-align:justify;}
.textC {text-align:center;}
.textWhite {color:#ffffff;}
.textBlack {color:#000000;}
.textRed {color:#ed1c24;}
.textOrenge {color:#f6871f;}
.textBlue {color:#22ade6;}
.textYellow {color:#feef06;}
.textGray {color:#f7f7f7;}
.textGreen {color:#91b821;}
.textNavyBlue {color:#000d24;}
.textYellow {color:#feef06;}
.textDarkYellow {color:#fad77a;}
.textBold {font-weight:bold;}
.textObq {font-style:oblique;}
.textLS20 {letter-spacing: 20px;}
.textunder { text-decoration:underline;}
.textSha-Y {text-shadow: 2px 2px 1px #feef06,-2px 2px 1px #feef06,2px -2px 1px #feef06,-2px -2px 1px #feef06;}
.textSha-B {text-shadow: 1px 1px 1px #22ade6,-1px 1px 1px #22ade6,1px -1px 1px #22ade6,-1px -1px 1px #22ade6;}
.BackB { background-color:#22ade6;}
.BackW { background-color:#ffffff;}
.BackG { background-color:#f7f7f7;}
.BackYG{ background-color:#91b821;}
.BackOG{ background-color:#f09902;}
.BackPP{ background-color:#985ed9;}
.BackDB{ background-color:#0272f0;}
.BackTO{ background-color:#f0cc02;}
.BackNB{ background-color:#000d24;}
.BackBL{ background-color:#000000;}
.fs10 {font-size:10px;}
.fs11 {font-size:11px;}
.fs13 {font-size:13px;}
.fs15 {font-size:15px;}
.fs22 {font-size:22px;}
.fs24 {font-size:24px;}
.fs28 {font-size:28px;}
.fs46 {font-size:46px;}
.fs48 {font-size:48px;}
.fs60 {font-size:60px;}
.fs80 {font-size:80px;}
.fs100 {font-size:100%;}
.mg1 {margin:1%;}
.mg3 {margin:3%;}
.mg-b105 {margin-bottom:105px;}
.mg-b15 {margin-bottom:15px;}
.mg-t-15 {margin-top:-15px;}
.mg-t-30 {margin-top: -30px;}
.mg-t26 {margin-top:26px;}
.pd1 {padding:1%;}
.pd3 {padding:3%;}
.pd7 {padding:7%;}
.pdb18 {padding-bottom:18px;}
.pdb40 {padding-bottom:40px;}
.pdb90 {padding-bottom:90px;}
.pd-t-1 {padding-top:1px;}
.pt10 {padding-top:10px;}
.pt20 {padding-top:20px;}
.pt40 {padding-top:40px;}
.pt80 {padding-top:80px;}
.fL {float:left;}
.fR {float:right;}
.wd100 {width:100%;}
.wd60 {width:60%;}
.wd40 {width:40%;}
.wd35 {width:35%;}
.wd30 {width:30%;}
.wd28 {width:28%;}
.wd25 {width:25%;}
.wd20 {width:23%;}
.wd17 {width:17%;}
.wd16 {width:16.6%;}
.wd15 {width:15%;}
.wd10 {width:10%;}
.letter2{letter-spacing:-2px;}
.bdb1W{border-bottom:1px solid #fff;}
.bdb1B{border-bottom:1px solid #333;}
.bdb1G{border-bottom:1px solid #f7f7f7;}
.bdt1W{border-top:1px solid #fff;}
.bdt1B{border-top:1px solid #333;}
.bdt1G{border-top:1px solid #f7f7f7;}
.overh {overflow:hidden;}
.op8 { opacity:0.8;}
.lh45 { line-height:4.5;}
.lh25 { line-height:2.5;}
.pr{position:relative;}
/*================================================
 *  トップページ以外
 ================================================*/
.caption-inner03 p {
        font-size:30px;
        font-weight:bold;
        letter-spacing:2px;        
}

.caption-inner04 p {
        font-weight:bold;
        letter-spacing:0.5px;    
}

.service-Navi {
    padding-bottom:40px;
    padding-top:5px;
    display:block;
    margin:0 auto;
    max-width:940px;
}

.sendmail-Navi {
     margin:0 auto;
     padding-bottom:50px;
     background:linear-gradient(90deg,#000 0%,#000 50%,#f7f7f7 50%,#f7f7f7 50%);
     
}

.sendmail-inner-box {
     margin: 0px auto;
     max-width: 40%;
     padding-top: 60px; 
}

.sendmail-inner {
     text-align:center;
     background-color:#fff;
     padding: 25px;
}

.content-box{
    max-width:940px;
    margin:0 auto;	
	
}

.content-box ul {
     margin:0;
     padding:0;
     
}
.sitemap-Navi {
     margin: 0 auto;
     max-width: 940px;
     padding: 2%;
     padding-bottom:150px;
}
.sitemap-inner {
     width:180px;
     float:left;
     margin-top:15px;   
     margin-left: 8px;
}
.sitemap-inner a {
     text-decoration:none;  
}
.sitemap-inner ul {
     margin: 0;          
}

.sitemap-inner li {
     list-style:none;
     margin: 0;
     font-size:15px;
          
}

.contact-Navi {
     margin:0 auto;
     max-width:840px;
     
}

.contact-Navi dl{
    width: 100%;
}

.contact-Navi dt{
    display: block;
    width: 25%;
    clear: left;
    float: left;
    padding:2%;

    
}

.contact-Navi dd{
    display: block;
    width: 65%;
    float: left;
    padding:2%;
    border-bottom:1px solid #f7f7f7;
    padding-left:2%;
    padding-left: 30%;
    margin-left: -27%;


}

.contact-Navi dd input {
    border: 1px solid #cccccc;
    background-color: #f7f7f7;
    height: 25px;
    padding: 10px;
    font-size:100%;

}

.contact-Navi dd input#file {
    border: none;
    background-color: #fff;
}


.required {
   float:right;
   font-size:15px;

}

.contact-Navi textarea {
    border: 1px solid #cccccc;
    background-color: #f7f7f7;
    padding: 10px;
    font-size:100%;

}

.contact-inner-btn-box {
    margin:0 auto;
    max-width:585px;
    margin-top:30px;

}

.contact-inner-btn-submit {
    border:none;
    padding: 25px 70px 25px 72px;
    float: right;
    background-color:#fff;
    font-size: 100%;
    font-weight: bold;
    border:2px solid #000;

}

.contact-inner-btn-submit:hover {
    color:#fff;
    background-color:#7c7c7c;
    border:2px solid #fff;
}

.contact-inner-btn-reset {
    border:none;
    padding: 25px 112px 25px 113px;
    color:#fff;
    background-color:#666666;
    font-size: 100%;
    font-weight: bold;
    border:2px solid #666666;

}

.contact-inner-btn-reset:hover {
    color:#666666;
    background-color:#fff;
    border:2px solid #666666;

}
.contact-inner-btn-trans {
    border:none;
    padding: 25px 45px 25px 45px;
    float: right;
    color:#fff;
    background-color:#22ade6;
    font-size: 100%;
    font-weight: bold;
    border:1px solid #22ade6;

}

.contact-inner-btn-trans:hover {
    color:#22ade6;
    background-color:#fff;
    border:1px solid #22ade6;
}

.contact-inner-btn-back {
    border:none;
    padding: 25px 75px 25px 75px;
    color:#fff;
    background-color:#666666;
    font-size: 100%;
    font-weight: bold;
    border:1px solid #666666;

}

.contact-inner-btn-back:hover {
    color:#666666;
    background-color:#fff;
    border:1px solid #666666;

}

.contact-inner-btn-top {
    border:none;
    padding: 25px 75px 25px 75px;
    color:#fff;
    background-color:#666666;
    font-size: 100%;
    font-weight: bold;
    border:1px solid #666666;
    display:block;
    margin:0 auto;

}

.contact-inner-btn-top:hover {
    color:#666666;
    background-color:#fff;
    border:1px solid #666666;
}

.label-file input[type=file]{
      display: none;
}

.label-file{
      cursor: pointer;
      background-color: #333;
      line-height: 3.5;
      padding:12px;
      color:#fff;
}

.label-file:hover{
      color:#fff;
      background-color:#666666;


}

select{
    outline:none;
    text-indent: 0.01px;
    text-overflow: '';
    background: none transparent;
    vertical-align: middle;
    font-size: inherit;
    color: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background-color: #f7f7f7;
    padding: 15px;
    cursor:pointer;
    font-size:14px;

}

select option{
    background-color: #fff;
    color: #333;
    
}

select::-ms-expand {
    display: none;
}

select:-moz-focusring { 
    color: transparent; 
    text-shadow: 0 0 0 #828c9a;
}
.select-wrap {
     position:relative;
}
.select-wrap:before {
     z-index: 1;
     position: absolute;
     right: 15px;
     top: 0;
     content: "▼";
     pointer-events: none;
     font-size: 13px;
     line-height: 27px;
}
.select-wrap:hover:before {
     color:#22ade6;
}

.select-wrap.select-primary:before{
     color:#fff;
}
.select-wrap.select-primary > select{
     background:#0084B4;
     color:#fff;
     border-color:#0084B4;
}
.select-wrap.select-primary > select:-moz-focusring { 
     color: transparent; 
     text-shadow: 0 0 0 #fff;
}

.select-wrap.select-inverse:before{
     color:#fff;
}
.select-wrap.select-inverse > select{
     color:#fff;
     border-color: #fff;
}

.select-wrap.select-inverse > select:-moz-focusring { 
     color: transparent; 
     text-shadow: 0 0 0 #fff;
}

.label-checkbox input[type=checkbox]{
      display: none;
    }

.label-checkbox{
      cursor: pointer;
      padding-right: 3px;
      font-weight: normal;
      font-size:14px;
}

.label-checkbox .lever:before{
      content:"　";
      margin-right: 7px;
      position: relative;
      top: 0;
      padding: 0px 3px 0px 3px;
      background-color:#fff;
      border:1px solid #cccccc;
}

.label-checkbox input[type=checkbox]:checked + .lever{
}

.label-checkbox input[type=checkbox]:checked + .lever:before{
      content:"✔";
      color:#22ade6;
      padding: 0px 6px 0px 3px;
}

.label-radio input[type=radio]{
      display: none;
    }
.label-radio{
      cursor: pointer;
      padding-right: 5px;
      font-weight: normal;
      font-size:14px;
}
.label-radio .lever:before{
      content:"　";
      margin-right: 7px;
      position: relative;
      top: 0;
      padding: 0px 3px 0px 3px;
      background-color:#fff;
      border:1px solid #cccccc;

}
.label-radio input[type=radio]:checked + .lever{
}
.label-radio input[type=radio]:checked + .lever:before{
      content:"✔";
      color:#22ade6;
      padding: 0px 6px 0px 3px;
}


.rp{
	display:none;
}

.n-rp{
	display:block;
}

/*================================================
 *  レイアウト
 ================================================*/
.main940 {
        max-width:940px;
        margin:0 auto;
}

.main640 {
        max-width:640px;
        margin:0 auto;
}

.main90 {
        width:90%;
}

/*================================================
 *  スライドショー
 ================================================*/
.cb-slideshow,
.cb-slideshow:after {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: -100;
}

/*
.cb-slideshow:after {
    content: '';
    background: transparent url(../images/pattern.png) repeat top left;
    z-index: 10;
}
*/

.cb-slideshow li {
    list-style:none;

}

.cb-slideshow li span {
    width: 99%;
    height: 100%;
    margin: 0.5%;
    position: absolute;
    left: 0px;
	color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
/*
    opacity: 0;
    z-index: 0;
    -webkit-backface-visibility: hidden;
    -webkit-animation: imageAnimation 36s linear infinite 0s;
    -moz-animation: imageAnimation 36s linear infinite 0s;
    -o-animation: imageAnimation 36s linear infinite 0s;
    -ms-animation: imageAnimation 36s linear infinite 0s;
    animation: imageAnimation 36s linear infinite 0s; */
}
.cb-slideshow li:nth-child(1) span {
    background-image: url(../images/bellett-back.png)
}
/*

.cb-slideshow li:nth-child(2) span {
    background-image: url(../images/bm-back-other.png);
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s; 
}

.cb-slideshow li:nth-child(3) span {
    background-image: url(../images/bm-back-news.png);
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s; 
}

.cb-slideshow li:nth-child(4) span {
    background-image: url(../images/bm-back.png);
    animation-delay: 18s;
    -webkit-animation-delay: 18s;
    -moz-animation-delay: 18s;
    -o-animation-delay: 18s;
    -ms-animation-delay: 18s;
}
.cb-slideshow li:nth-child(5) span {
    background-image: url(../images/bm-back-other.png);
    animation-delay: 24s;
    -webkit-animation-delay: 24s;
    -moz-animation-delay: 24s;
    -o-animation-delay: 24s;
    -ms-animation-delay: 24s;
}
.cb-slideshow li:nth-child(6) span {
    background-image: url(../images/bm-back-news.png);
    animation-delay: 30s;
    -webkit-animation-delay: 30s;
    -moz-animation-delay: 30s;
    -o-animation-delay: 30s;
    -ms-animation-delay: 30s;
}


@-webkit-keyframes imageAnimation {
    0% { opacity: 0; }
    8% { opacity: 1; }
    17% { opacity: 1; }
    25% { opacity: 0; }
    100% { opacity: 0 }

}

@-moz-keyframes imageAnimation {
    0% { opacity: 0; }
    8% { opacity: 1; }
    17% { opacity: 1; }
    25% { opacity: 0; }
    100% { opacity: 0 }

}

@-o-keyframes imageAnimation {
    0% { opacity: 0; }
    8% { opacity: 1; }
    17% { opacity: 1; }
    25% { opacity: 0; }
    100% { opacity: 0 }

}

@-ms-keyframes imageAnimation {
    0% { opacity: 0; }
    8% { opacity: 1; }
    17% { opacity: 1; }
    25% { opacity: 0; }
    100% { opacity: 0 }

}

@keyframes imageAnimation {
    0% { opacity: 0; }
    8% { opacity: 1; }
    17% { opacity: 1; }
    25% { opacity: 0; }
    100% { opacity: 0 }

} */


/*================================================
 *  スライドショー jquery
 ================================================*/
/** VARIABLES

/** RESET AND LAYOUT　**/

.bx-wrapper {
  position: relative;
  margin-bottom: 60px;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
}

.bx-wrapper li {
  margin:0;
}

.bxslider {
  margin: 0;
  padding: 0;
}
.bxslider img {
  margin:0 auto;
  display:block;
}

ul.bxslider {
  list-style: none;
  padding: 0;
  margin: 0; 
}
.bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
}
/** THEME　**/
.bx-wrapper .bx-viewport {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  left: 0;
  background: #fff;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}
/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url('images/bx_loader.gif') center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #000;
}
.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: -50px;
  background: url('../images/controls.png') no-repeat 0 -32px;
}
.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  background-position: 0 0;
}
.bx-wrapper .bx-next {
  right: -50px;
  background: url('../images/controls.png') no-repeat -43px -32px;
}
.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url('images/controls.png') -86px -11px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url('images/controls.png') -86px -44px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}
.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}

/*================================================
 * 　お問い合わせフォーム入力チェック
  ================================================*
/* Z-INDEX */
 .formError { z-index: 990; }
    .formError .formErrorContent { z-index: 991; }
    .formError .formErrorArrow { z-index: 996; }

    .ui-dialog .formError { z-index: 5000; }
    .ui-dialog .formError .formErrorContent { z-index: 5001; }
    .ui-dialog .formError .formErrorArrow { z-index: 5006; }




.inputContainer {
	position: relative;
	float: left;
}

.formError {
	position: absolute;
	top: 300px;
	left: 300px;
	display: block;
	cursor: pointer;
	text-align: left;
}

.formError.inline {
	position: relative;
	top: 0;
	left: 0;
	display: inline-block;
}

.ajaxSubmit {
	padding: 20px;
	background: #55ea55;
	border: 1px solid #999;
	display: none;
}

.formError .formErrorContent {
	width: 100%;
	background: #333;
	position:relative;
	color: #fff;
	min-width: 120px;
	font-size: 11px;
	padding: 10px 10px 10px 10px;
	font-size:100%;
}

.formError.inline .formErrorContent {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	border: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
}

.greenPopup .formErrorContent {
	background: #33be40;
}

.blackPopup .formErrorContent {
	background: #393939;
	color: #FFF;
}

.formError .formErrorArrow {
	width: 15px;
	margin: -2px 0 0 13px;
	position:relative;
}
body[dir=rtl] .formError .formErrorArrow, body.rtl .formError .formErrorArrow {
	margin: -2px 13px 0 0;
}

.formError .formErrorArrowBottom {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	margin: 0px 0 0 12px;
	top:2px;
}

.formError .formErrorArrow div {
	border-left: 2px solid #ddd;
	border-right: 2px solid #ddd;
	font-size: 0px;
	height: 1px;
	background: #333;
	margin: 0 auto;
	line-height: 0;
	font-size: 0;
	display: block;
}

.formError .formErrorArrowBottom div {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
}

.greenPopup .formErrorArrow div {
	background: #33be40;
}

.blackPopup .formErrorArrow div {
	background: #393939;
	color: #FFF;
}

.formError .formErrorArrow .line10 {
	width: 13px;
	border: none;
}

.formError .formErrorArrow .line9 {
	width: 11px;
	border: none;
}

.formError .formErrorArrow .line8 {
	width: 11px;
}

.formError .formErrorArrow .line7 {
	width: 9px;
}

.formError .formErrorArrow .line6 {
	width: 7px;
}

.formError .formErrorArrow .line5 {
	width: 5px;
}

.formError .formErrorArrow .line4 {
	width: 3px;
}

.formError .formErrorArrow .line3 {
	width: 1px;
	border-left: 2px solid #ddd;
	border-right: 2px solid #ddd;
	border-bottom: 0 solid #ddd;
}

.formError .formErrorArrow .line2 {
	width: 3px;
	border: none;
	background: #ddd;
}

.formError .formErrorArrow .line1 {
	width: 1px;
	border: none;
	background: #ddd;
}

/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:1190px) {
body {
    box-sizing:border-box;
    }

.tel {
     display:none;
}
.rp{
	display:block;
}
.n-rp{
	display:none;
}

header ul {
    position: fixed; /*bodyに対しての絶対位置*/
    right:0;
    top: -640px; /*通常時はビュー外*/
    width:100%;
    padding:0 10px;
    -webkit-transition:.5s ease-in-out; /*transitionで動きを*/
    -moz-transition:.5s ease-in-out;
    transition:.5s ease-in-out;
    text-align:left;
    background-color:#fff;
    z-index:15;
}
/* header ul {margin:0} */
header ul li {
    display:block;
    margin:0;
    border-bottom:dotted 1px #333;
    line-height:3;
    width:100%;
}
header ul li a {
    display:block;
    color:#333;
}

header ul li a:hover {
    color:#fff;
    background-color:#7f7f7f;
}

header ul li::after {
    content:'';
}
header ul li:last-child {
    border-bottom:none;
}

/* Toggle(Button) */
/*display:noneだったボタンを display:blockにして表示します*/

.navToggle {
    display:block;
    position:fixed; /*bodyに対しての絶対位置指定です*/
    right:13px;
    top:13px;
    width:30px;
    height:25px;
    cursor:pointer;
    z-index:100;
}

.navToggle div {position:relative;
} /*spanの絶対位置指定の親にします*/

.navToggle span {
    display:block;
    position:absolute; /*#navToggle div に対して*/
    width:100%;
    border-bottom:solid 3px #999;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}

.navToggle span:nth-child(1) {
    top:0;
}

.navToggle span:nth-child(2) {
    top:11px;
}

.navToggle span:nth-child(3) {
    top:22px;
}
.openNav .navToggle span:nth-child(1) {
    top: 11px;
    -webkit-transform:rotate(-45deg);
    -moz-transform:rotate(-45deg);
    transform:rotate(-45deg);
}
.openNav .navToggle span:nth-child(2) {
    top: 11px;
    -webkit-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    transform:rotate(45deg);
}
.openNav .navToggle span:nth-child(3) {
    top: 11px;
    -webkit-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    transform:rotate(45deg);
}

.openNav ul {
    -moz-transform: translateY(640px);
    -webkit-transform: translateY(640px);
    transform: translateY(640px)
}

nav img{
	display:none;
}
/*-----------------------*/
}

@media screen and (max-width:779px) {
.rp{
	display:block;
}
.n-rp{
	display:none;
}
h4{
    margin:0;
}
header{
	height:60px;
}
.caption-inner01 p {
        font-size:20px;
}

.caption-inner02 p {
        font-size:13px;
}

.profile-Navi dt {
    width:50%;
    float: none;
}
.profile-Navi dd {
    width: 90%;
    float: none;
}

.accordionbox {
    margin: 2%;
}

.contact-btn {
    padding: 20px 20px 20px 20px;
}

.question-box li.question {
    float: none;

}
.contact-Navi dt {
    width:50%;
    float: none;
}
.contact-Navi dd {
    width: 90%;
    float: none;
}

.footer-box-inner01 {
    width: 152px;
}
.footer-box-inner02 {
    width: 52%;
}
.totop {
    right: 0;
   
}
/*-----------------------*/
}

