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

body {
    font-family:'Helvetica Neue', Helvetica, 'ヒラギノ角ゴ', 'Hiragino Sans', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', 'Yu Gothic Medium', Meiryo, sans-serif;
    margin: 0;
    padding: 0;
    color: #333;
    width: 100%;
}
.container {
    max-width: 950px;
    width:calc(100% - 30px) ;
    margin: 0 auto;
}
img {
    outline: none;
    border-style: none;
}
a {
    color: #313131;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    text-decoration: underline;
}
a:visited {
    color: #313131;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
a:hover,
a:hover img
{
    color: #313131;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    cursor: pointer;
}
/*****HEADER*****/
header {
    width: 100%;
    margin: 0 auto 0 auto;
    font-size: 1.0em;
    line-height: 1.2em;
    z-index: 2;
    background-color: rgba(255, 255, 255, 0.8);
}
header .container {
    max-width: 980px;
    width:calc(100% - 30px) ;
    margin: 0 auto;
    overflow: hidden;
    height: 70px;
}

header .container:after {
    content: "";
    clear: both;
    display: block;
}

header .container h1 {
    display: none;
}
header .container img {
    height: auto;
    width: 30%;
    margin: 7px 0 0 0;
    float: left;
}

/*****NAV*****/

#global-nav {
    margin: 25px 0 0 0;
    font-size: 1.0em;
    width: 68%;
    float: right;
    text-align: right;
}
#global-nav ul {
    width: 100%;
}
#global-nav li {
    display: inline;
    letter-spacing: 0px;
    font-weight: 400;
    cursor: pointer;
    text-align: center;
    padding: 0 10px 0 15px;
    width: 100%;
}
#global-nav li a {
    text-decoration: none;
    padding-bottom: 0px;
}
#global-nav li i {
    font-size: 1.2em;
    color: #02235B;
    padding-right: 0.5em;
}
#global-nav li:hover {
    text-decoration: underline;
    opacity: 0.5;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
    
}
#global-nav:after {
    clear: both;
}


/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 14px;
    width: 30px;
    height: 36px;
    cursor: pointer;
    z-index: 4;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #666;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 10px;
}
#nav-toggle span:nth-child(3) {
    top: 20px;
}

.clearfix {
    clear: both;
    overflow:hidden;
    position: static;
}


/*****BRANDING*****/
.flexslideArea {
    max-width: 980px;
    width: 100%;
    height: 620px;
    margin: 0px auto 30px auto;
}



#branding:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
#branding {
    max-width: 980px;
    width: 100%;
    height: 600px;
    margin: 0px auto 0 auto;
    background-image: url('../images/mainV01.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size:cover; 
    font-size: 0;
    text-align: center;
    z-index: 1;  
}

#branding_cpn:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
#branding_cpn {
    max-width: 980px;
    width: 100%;
    height: 150px;
    margin: 0px auto 0 auto;
    background-image: url('../images/headImg_cpt.jpg');
    background-position: left center;
    background-repeat: no-repeat;
    background-size:cover; 
    text-align: center;
    z-index: 1;  
}

#branding_rec:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
#branding_rec {
    max-width: 980px;
    width: 100%;
    height: 150px;
    margin: 0px auto 0 auto;
    background-image: url('../images/headImg_rec.jpg');
    background-position: left center;
    background-repeat: no-repeat;
    background-size:cover; 
    text-align: center;
    z-index: 1;  
}

#branding_faq:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
#branding_faq {
    max-width: 980px;
    width: 100%;
    height: 150px;
    margin: 0px auto 0 auto;
    background-image: url('../images/headImg_faq.jpg');
    background-position: left center;
    background-repeat: no-repeat;
    background-size:cover; 
    text-align: center;
    z-index: 1;  
}

.clearfix {
    clear: both;
    overflow:hidden;
    position: static;
}


.textOrange {
    color: #e67b13;
}
.textVioret {
    color: #D69DD2;
}
.textWhite {
    color: #ffffff;
}
.textPink {
    color: #db6a6e;
}
.textBrown {
    color: #865431;
}


/*****ARTICLE*****/

section {
    width: 100%;
    font-size: 1.0em;
    line-height: 1.6em;
}

.about {
    display: block;
    max-width: 980px;
    width:calc(100% - 30px) ;
    margin: 0 auto 0 auto;
    padding: 0 0 15px 0 ;
    overflow: hidden;
    text-align: center;
}

.bgAbout {
    background-color: #02235B;
    border-top: 5px solid #d59b00;
}
.bgAbout02 {
    background-color: #efefef;
}
.about img{
    width: 100%;
    height: auto;
}
section .about h2{
    font-size: 2.8em;
    line-height: 1.4em;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    padding: 25px 0 10px 0 ;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
section .about h3 {
    margin: 0 0 15px 0;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
section .about h3.jirei {
    font-size: 1.8em;
    margin: 30px 0 15px 0;
    font-weight: normal;
}
section .about h4 {
    font-size: 1.0em;
    color: #FFF;
    font-weight: normal;
    margin: 30px 0 15px 0;
}
section .about h4.jireiName {
    font-size: 1.3em;
    line-height: 1.4;
    color: #555;
    font-weight: normal;
    margin: 30px 0 15px 0;
    text-align: center;
    border: 3px solid #02235B;
    padding: 6px 8px;
    border-radius: 10px;
}

section .about .aisatsu {
    font-size: 1.1em;
    line-height: 1.8;
    font-weight: normal;
    margin: 20px auto 0 auto;
    text-align: left;
    max-width: 780px;
    width:calc(100% - 30px) ;
}
section .about .name {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 1.2em;
    line-height: 1.8;
    font-weight: 600;
    text-align: right;
    margin: 30px auto;
    max-width: 780px;
    width:calc(100% - 30px) ;
}
section .about .name span{
    font-size: 0.8em;
}

.textColorPink {
    color: #e264a2;
    border: 3px solid #f2b3cf;
    padding: 3px 6px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}
.textColorOrange {
    color: #ef8100;
    border: 3px solid #ef8100;
    padding: 3px 6px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}
.textColorGreen {
    color: #c1d36f;
    border: 3px solid #c1d36f;
    padding: 3px 6px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}

.Cont3 {
    width:calc(100% - 30px) ;
    max-width: 950px;
    margin: 0 auto;
    text-align: center;
    }

.Cont3:after{
    clear: both;
    overflow:hidden;
    position: static;
}

.salespoint {
    display: inline;
    display: inline-block;
    padding: 10px;
    margin: 15px 1.0% 0 0;
    width: 29.4%;
    text-align: center;
    vertical-align: middle;
}

.salespoint:last-child {
    margin: 15px 0 0 0;
}

.casestudy {
    display: inline-block;
    padding: .5%;
    margin: 15px 0.5% 0 0.5%;
    width: 22.5%;
    vertical-align: middle;
}
.casestudy:after {
    clear: both;
    overflow:hidden;
    position: static;
}

.casestudy:last-child {
    margin: 10;
}








section .topimage {
    width: 100%;
    max-width: 980px;
    background-color: aqua;
    margin: 0 auto 30px auto;
}

table {
  margin: 20px auto;
  width: 80%;
}
.tbl th,
.tbl td {
    font-weight: normal;
    text-align: center;
    padding: 20px 15px;
}
.tbl tr {
    border-bottom: solid 1px #555;
    margin-bottom: 30px;
}
.tbl th {
  background: #f5f5f5;
  border-bottom: solid 1px #555;
  color: #333;
  vertical-align: middle;
}
.tbl td {
　border: solid 1px #555;
　margin: 0;
  vertical-align: middle;
}

.tbl_2 th,
.tbl_2 td {
    font-weight: normal;
    padding: 20px 15px;
    vertical-align: middle;
}
.tbl_2 tr {
    border-bottom: solid 20px #fff;
    margin-bottom: 30px;
}
.tbl_2 th {
  background: #c8d7f1;
  border-bottom: solid 1px #555;
  color: #333;
}
.tbl_2 td {
　border: solid 1px #555;
　margin: 0;
text-align: left;
}
.accessAra {
    max-width: 800px;
    width:calc(100% - 30px) ;
    margin: 0 auto 30px auto;
    text-align: left;
}
.accessTtl {
    font-weight: 600;
    margin: 0 auto 10px auto;
}
.accessBdy {
    font-weight: normal;
    margin: 0 auto 10px auto;
}


 
@media screen and (max-width: 780px) {
  .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
  table {
  margin: 20px auto;
  width: 100%;
}
  .tbl,
  .tbl_2 {
    width:100％;
  }
  .tbl th,
  .tbl td,
  .tbl_2 th,
  .tbl_2 td{
   display: block;
width:calc(100% - 30px) ;
      text-align: center;
  }
   .tbl th,
   .tbl_2 th{
   border-bottom: none;
    }
.tbl_2 tr {
    border-bottom: solid 1px #555;
}
section .about h2{
        font-size: 2.0em;
    }

}


.gmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.gmap iframe,
.gmap object,
.gmap embed {
position: absolute;
top: 0;
left: 0;
 width:calc(100% - 30px) ;
height: 100%;
}










.bC01 {
    font-size: 1.1em;
    line-height: 1.6em;
    font-weight: normal;
    padding-top: 0px;
}
.bC02 {
    font-size: 1.1em;
    line-height: 1.6em;
    font-weight: normal;
    padding: 5px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    background-color: #e264a2;
    color: #fff;
}
.allowImg01 {
    margin: 10px auto 0 auto;
}

ul.infoCont {
    width:100%;
    margin: 0 auto 15px auto;
    }
ul.infoCont li.info {
    display: inline;
    float: left;
    padding: 0;
    margin: 0 3.0% 0 0;
    width: 48.5%;
}
ul.infoCont li.info:last-child {
    margin: 0 0 0 0;
}
.info img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
    padding: 0;
}
ul.tokuchou {
    font-size: 1.1em;
    line-height: 1.4em;
    text-align: left;
    margin: 15px auto;
    padding: 0 0 0 20px;
    list-style: square;
    width: 80%;
    
}
.martop30 {
    margin-top: 30px;
}
ul.tokuchou li {
    padding-bottom: 10px;    
}

.osusumeCont{
    float: left;
    width: 48%; 
    margin: 0 2.0% 0 0;
}
.osusumeCont:last-child {
    margin: 0 0 0 0;
}
.osusume {
    float: left;
    padding: 0;
    margin: 10px 4.0% 0 0;
    width: 40.0%;
}
.osusume img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
    padding: 0;
}
.osusumeText {
    font-size: 1.0em;
    line-height: 1.6em;
    text-align: left;    
    float: left;
    padding: 0;
    margin: 5px 0 0 0;
    width: 56.0%;
}
.osusumeText p{
    margin: 10px 0;
}
.staffCont{
    float: left;
    width: 48%; 
    margin: 0 2.0% 0 0;
    text-align: center; 
}
.staffCon:last-child {
    margin: 0 0 0 0;
}
.staffImg {
    padding: 0;
    margin: 10px 0 0 0;
    width: 60.0%; 
    text-align: center; 
}
.staffImg img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
    padding: 0;
}
.staffImgText {
    font-size: 1.0em;
    line-height: 1.6em;
    text-align: center;    
    padding: 0;
    margin: 5px auto 0 auto;
    width: 90%;
}
.staffImgText p{
    margin: 10px 0;
}
.staffImgText p.name{
        font-size: 1.2em;
    line-height: 1.6em;
    font-weight: 600;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
p.alignLeft {
    text-align: left; 
}
p.att02{
    font-size: 0.85em;
    line-height: 1.5em;
}
.osusumeText span{
    font-size: 1.3em;
    line-height: 2.0em;
    font-weight: 600;
    margin: 0 0 0 0;
}

.point {
    width: 100%;
    max-width: 960px;
    margin: 10px auto 10px auto; 
}
.pointBody {
    min-height: 50px;
    font-size: 1.0em;
    line-height: 1.5em;
    width: 70%;
    margin: 10px auto;
}
.pointNo {
    float:left;
    padding: 8px 0 0 0;
    width: 10%;
    font-size: 2.6em;
}

.pointCopy {
    float:right;
    padding: 0 0 0 0;
    text-align: left;
    width: 90%;
}




footer {
   text-align: center;
   margin: 0 auto;
   padding: 10px 0;
   font-size: 0.9em;
   line-height: 1.6em;
}
.footrogo {
    width:15%;
    margin: 10px auto;
}
.footrogo img {
    width:100%;
    height: auto;
}
footer ul.logo{
    display: inline-block;
    width: 400px;
    float: left;
    text-align: left;
    list-style-type: none;
    margin: 0 0 20px 0;
}
footer ul.logo li{
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    
}

footer ul.logo li.companyName {
    font-size: 1.3em;
}

footer ul.sitemap {
    float: right;
    font-size: 0.9em;
   line-height: 1.6em;
    width: 200px;
    margin: 0 15px 15px 0;
    text-align: left;
    list-style-type: none;
}
footer ul.sitemap li{
    margin: 0 0 5px 0;
    padding: 0;
    cursor: pointer;
}

footer ul.sitemap li a:hover {
opacity: 0.5;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
footer .add {
    width: 100%;
    padding: 20px 0 0 0;
    font-size: 0.8em;
    letter-spacing: 0px;
    text-align: center;
    
}
/* ----- breadcrumb ----- */

.breadcrumb {
	margin:15px auto 0 auto;
    padding: 0 0 0 15px;
    width: 100%;
    max-width: 980px;
    list-style-type: none;
}
.breadcrumb li {
	float: left;
    font-size: 0.9em;
}
.breadcrumb li+ li {
	margin-left: 5px;
	padding-left: 15px;
	background: url(../images/arrow.png) no-repeat left center;
}
.breadcrumb li a {

	color: #000;
	text-decoration: underline;
}
.breadcrumb li a:hover {
	text-decoration: underline;
}

#page-top {
    position: fixed;
    width: 40px;
    height: 50px;
    right: 15px;
    bottom: 15px;
    background-color: #74530b;
    opacity: 0.7;
    border-radius: 10%;
    z-index: 10;
    padding: 5px;
    color: #FFF;
}
#page-top a,
#page-top a:visited,
#page-top a:hover
{
    text-decoration: none;
    cursor: pointer;
    color: #FFF;
}

.page-top-icon {
    color: #FFF;
    font-size: 1.0em;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    padding: 5px;
    text-align: center;
}
.page-top-icon i{
    font-size: 180%;
    margin-top: -5px;
}


.formBody {
    width: 70%;
    margin: 0 auto;
}

#faq .container {
    max-width: 950px;
    width:calc(100% - 30px) ;
    text-align: left;
    margin: 0 auto;
    padding: 10px 0;
    font-family:'Helvetica Neue', Helvetica, 'ヒラギノ角ゴ', 'Hiragino Sans', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', 'Yu Gothic Medium', Meiryo, sans-serif; 
}
#faq .container p.ttl01{
    font-size: 1.0em;
    line-height: 1.6em;
    font-weight: 600;
    padding: 10px 15px 10px 10px;
}
#faq .container p.body01{
    font-size: 0.9em;
    line-height: 1.6em;
    font-weight: normal;
    padding: 0 15px 10px 15px;
}

#thanks {
    width: 70%;
    margin: 100px auto;
    text-align: center;
    
}

#thanks h1 {
    font-size: 1.2em;
    line-height: 1.6em;
    margin-bottom: 20px;
}
#thanks p {
    font-size: 1.0em;
    line-height: 1.6em;
    margin-bottom: 20px;
}
#faq .container {
    width: 70%;
    text-align: left;
    margin: 0 auto;
    padding: 10px 0;

}
#faq .container p.ttl01{
    font-size: 1.1em;
    line-height: 1.6em;
    font-weight: 600;
    padding: 10px 15px;
    margin: 15px auto;
}
#faq .container p.body01{
    font-size: 1.0em;
    line-height: 1.6em;
    font-weight: normal;
    padding: 0 15px 10px 15px;
}
#faq .container p.body01 img{
    width: 50%;
    padding: 0;
}
span.kairo {
    line-height: 2.0em;
    color: #fff;
    background-color: #ef8100;
    padding: 3px 6px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}
span.kinmaku {
    line-height: 2.0em;
    color: #fff;
    background-color: #e264a2;
    padding: 3px 6px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}
span.oste {
    line-height: 2.0em;
    color: #fff;
    background-color: #c1d36f;
    padding: 3px 6px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}
.osusumeText p.name {
    font-size: 1.2em;
    line-height: 1.6em;
    font-weight: 600;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.price {
    width: 70%;
    padding: 5px 0;
    margin: 10px auto 10px auto; 
}

.price p.priceText {
    font-size: 1.0em;
    line-height: 1.6em;
    font-weight: 600;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    margin: 15px;
}
table.kairoPrice {
    max-width: 500px;
    width: 80%;
    margin: 0 auto;
    font-size: 1.0em;
}
table.kairoPrice th,
table.kairoPrice td {
    padding: 10px;
    width: 50%;
    border-bottom: 1px dotted #999;
}
table.kairoPrice th {
    vertical-align: middle;
    text-align: left;
    overflow: visible;
    position: relative;
    font-weight: normal;
}
table.kairoPrice td {
    text-align: right;
    font-weight: 600;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
p.chuui {
margin: 15px 0 20px 0;

}
.gmap {
height: 0;
overflow: hidden;
padding-bottom: 40%;
position: relative;
margin: 15px auto 50px auto;
width: 80%;
}
.gmap iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}
table.add01 {
    max-width: 700px;
    width: 80%;
    margin: 0 auto;
    font-size: 1.0em;
}
table.add01 th {
    padding: 10px;
    width: 20%;
    border-bottom: 1px dotted #999;
    vertical-align: middle;
    font-weight: normal;
}
table.add01 th span {
    font-size: 1.3em;
    font-weight: bold;
}
table.add01 td {
    text-align: left;
    padding: 10px;
    width: 80%;
    border-bottom: 1px dotted #999;
}

ul.reser  {
    width: 80%;
    margin: 0 auto;
}
ul.reser li {
    display: block;
    float: none;
    text-align: center;
    list-style-type: none;  
    font-size: 1.0em;
    padding: 10px 15px;
    border: 1px solid #74530b;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    background-color: #fff;
    margin: 10px 5px;
}
ul.reser li.infoKin img,
ul.reser li.infKai img {
    width: 70px;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
    padding: 10px 0 0 0;
}

ul.reser li.infoKin a,
ul.reser li.infKai a {
    border: 1px solid #00ba01;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background-color: #00ba01;
    margin: 10px 5px;
    padding: 3px 15px;
    color: #fff;
    text-decoration: none;
  
}

ul.reser a:hover {
    opacity: 0.5 ;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.att03 {
    font-size: 0.85em;
    line-height: 1.4em;
}
ul.caution {
    margin: 0 0 15px 30px;
    font-weight: normal;
}


.privacy {
	height: 310px;
	overflow-y: scroll;
	font-size: 12px;
	border: 1px solid #BBB;
	padding: 15px 30px;
    margin: 30px 0;
}
.privacy h2 {
	text-align: center;
	font-size: 18px;
    line-height: ;
    margin: 0 0 20px 0;
}
.privacy h3 {
	margin: 0px 0px 5px -13px;
	font-size: 1.2em;
    line-height: 1.8;
	color: #02235B;
    font-weight: normal;
}
.privacy .lead {
	font-size: 1.1em;
    line-height: 1.6;
}
.privacy li {
	margin: 0px 0px 0px 2em;
}
.privacy li:before {
	content: "・";
	margin-left: -1em;
}
.privacy section {
    font-size: 1.0em;
    line-height: 1.6;
	margin: 10px 0;
	padding-left: 13px;
}


/** レスポンシブ **/
/* -- responsive ------------------------------------------- */

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

@media screen and (max-width: 780px) {
  
header {
    width: 100%;
    }
header .container {
    height: 50px;
}
header .container img {
    height: auto;
    width: 35%;
    margin: 5px 0 0 0;
    float: left;
    }
.flexslideArea {
    max-width: 980px;
    width: 100%;
    height: auto;
    margin: 50px auto 30px auto;
}
#branding {
    width: 100%;
    margin: 50px auto 0 auto;
    height: 400px;
    }


#branding_cpn,
#branding_faq,   
#branding_rec {
    margin-top: 55px; 
    height: 160px;
}
    
section#faq {
    margin-top: 55px;
    }
section.about h2 {
    padding: 15px 0 0 0;
    line-height: 1.4em;
    font-size: 1.4em;
    }
ul.tokuchou {
    margin: 15px auto;
    padding: 0 0 0 20px;
    width: 95%;
    
}
.about {
    margin: 20px auto 0 auto;
    }  
.salespoint {
    display: inline-block;
    float: none;
    padding: 0;
    margin: 15px auto 0 auto;
    width: 80%;
}
.salespoint p {
    padding: 10px;
    margin: 0;
    text-align: center;
}

.salespoint:last-child {
    margin: 15px 0 0 0;
} 
    
.casestudy {
    padding: 2%;
    margin: 10px auto;
    width: 44.0%;
}

.casestudy:last-child {
    margin: 15px auto;
}
    
    
    
    
ul.infoCont {
    width:100%;
    margin: 0 auto 0 auto;
    }
ul.infoCont li.info,
ul.infoCont li.info:last-child{
    display: block;
    float: none;
    padding: 0;
    margin: 15px auto;
    width: 80%;
}

    
        
section .about h3.jirei {
    margin: 15px 0 15px 0;
}
br.sp {
        display: none;
    }

.lesson {
    display: inline-block;
    float:  none;
    padding: 0;
    margin: 15px 0 0 0;
    width: 80%;
}
.lesson:last-child {
    margin: 10px 0 0 0;
}
.osusumeCont{
    float: none;
    width: 100%; 
    margin: 0 0 0 0;
}

.osusume {
    float: none;
    padding: 0;
    margin: 10px auto;
    width: 80%;
}
.osusume img {
    width: auto;
    height: auto;
    max-width: 80%;
    max-height: 100%;
    margin: 0 auto;
    padding: 0;
}
.osusumeText {
    font-size: 1.0em;
    line-height: 1.6em;
    text-align: center;    
    float: none;
    padding: 0;
    margin: 10px auto 0 auto;
    width: 100%;
}
.osusumeText span {
    margin: 0 auto;  
    }   
.osusumeText p {
    text-align: left; 
    }

.staffCont{
    float: none;
    width: 100%; 
}
.staffImg {
    width: 60.0%; 
}

    
#faq .container {
    width:100%;

}
#faq .container p.ttl01{
    font-size: 1.0em;
    line-height: 1.6em;
    font-weight: 600;
    padding: 10px 15px;
}
#faq .container p.body01{
    font-size: 0.9em;
    line-height: 1.6em;
    font-weight: normal;
    padding: 0 15px 10px 15px;
}
#faq .container p.body01 img{
    width: 50%;
}   
    
.pointBody {
    min-height: 50px;
    font-size: 1.0em;
    line-height: 1.5em;
    width: 100%;
    margin: 0 auto;
    text-align: center; 
}
.pointNo {
    float:none;
    padding: 5px 0 0 0;
    font-size: 2.4em;
    margin: 10px auto 10px auto;
}

.pointCopy {
    float:none;
    padding: 10px 0 0 0;
    text-align: center;
    width: 100%;
}
    section#top .container {
        padding-top: 50px;
    }
    #faq {
        padding-top: 10px;
    }

    section#faq {
        margin-top: -60px; /* 固定ナビの高さ分のネガティブマージン */
        padding-top: 60px; /* 打ち消し用のパディング */
    }
    
    section#staff {
        padding-top: 50px;
    }
    
#top-head,
.inner {
        width: 100%;
        padding: 0;
    }
#top-head {
        top: 0;
        position: fixed;
        margin-top: 0px;
    }
    
#nav-toggle {
        display: block;
    }
#global-nav {
        margin-top: -6px;
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -500px;
        right: 0;
        background: #333;
        opacity: 0.8;
        width: 100%;
        text-align: center;
        padding: 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }
#global-nav ul {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
    }
#global-nav ul li a {
        float: none;
        position: static;
        border-left: none;
        font-size: 1.1em;
    padding: 10px;
    margin: 5px;
    }

#global-nav ul li i {
        color: #fff;
    }
#top-head #global-nav ul li a,
#top-head.fixed #global-nav ul li a {
        width: 100%;
        display: block;
        color: #fff;
        padding: 0 0;
  }
    
#global-nav li a {
    border-bottom: none;
}
 footer {
   text-align: center;
   margin: 0 auto;
   padding: 10px 0;
   font-size: 0.9em;
   line-height: 1.6em;
}
.footrogo {
    width:25%;
    margin: 0 auto 10px auto;
}
footer ul.logo{
    width: 80%;
    float: none;
    text-align: center;
    list-style-type: none;
}
footer ul.logo li{
    margin: 0 0 0 0;
    padding: 0 0 0 0;
  
}
footer ul.logo li.url{
        display: none;
    }
    
footer ul.logo li img{
    float: none;
    width: 300px;
    margin: 0 auto 10px auto;
}

footer ul.sitemap {
    display: none;
}
.gmap {
 width: 100%;
padding-bottom: 56.25%;
    }
table.add01 {
    width:calc(100% - 30px) ;
}
       
table.kairoPrice {
    width: 90%;
} 
    
.price {
    width: 100%;
}
ul.reser  {
    width: 100%;

}
    
    

    
#nav-toggle {
        display: block;
    }
/* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
    /* #global-nav スライドアニメーション */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(556px);
        -webkit-transform: translateY(556px);
        transform: translateY(556px);
    }

}

@media screen and (max-width: 600px) {
    #global-nav {
     width: 100%;
    }
    header .container img {
    width: 45%;
    margin: 5px 0 0 0;
}
  #branding
    {
    max-width: 100%;
    margin: 50px auto 0 auto;
    height: 300px;
    }
    #faq .container p.body01 img{
    width: 70%;
}  
      ｝
