
body {
    margin: 0px;
/*    background-image: url(../images/bg_all_color.jpg);*/
    font-family: "Yu Gothic";
    background-attachment: fixed;
}

.com_table {
    width: 94%;
    border-collapse: separate;
    border-collapse: collapse;
    border: solid 3px #65cde8;
    margin-left: 3%;
    font-size: 1em;
}
body1 {
    background-image:  url(../images/bg_concept.jpg);
}
body2 {
    background-image: url(../images/bg_sab_red.jpg);
}
body3 {
    background-image: url(../images/bg_sab_yellow.jpg);
}
.all {
    background-image: url(../images/bg_all_color.jpg);
    margin-top: 125px;
    padding-top: 0px;
    padding-bottom: 20px;
    background-attachment: fixed;
}
.all_color1 {
    background-image: url(../images/bg_concept.jpg);
    background-attachment: fixed;
}
.all_color2 {
    background-image: url(../images/bg_sab_yellow.jpg);
    background-attachment: fixed;
}
.all_color3 {
    background-image: url(../images/bg_all_color.jpg);
    background-attachment: fixed;
}
.all_color4 {
    background-image: url(../images/bg_sab_red_2.jpg);
    background-attachment: fixed;
}
.all_color5 {
    background-image: url(../images/bg_sab_yellow.jpg);
    background-attachment: fixed;
}
.all_color6 {
    background-image: url(../images/bg_all_color.jpg);
    background-attachment: fixed;
} 
.all_color7 {
    background-image: url(../images/bg_sab_red_2.jpg);
    background-attachment: fixed;
} 
.all_color8 {
    background-image: url(../images/bg_sab_yellow.jpg);
    background-attachment: fixed;
} 
.all_color9 {
    background-image: url(../images/bg_all_color.jpg);
    background-attachment: fixed;
} 
.all_color10 {
    background-image: url(../images/bg_sab_red_2.jpg);
    background-attachment: fixed;
} 
.all_color12 {
    background-image: url(../images/bg_sab_yellow.jpg);
    background-attachment: fixed;
} 
.all_color13 {
    background-image: url(../images/bg_all_color.jpg);
    background-attachment: fixed;
} 
.all_color14 {
    background-image: url(../images/bg_sab_red_2.jpg);
    background-attachment: fixed;
} 
.all_color15 {
    background-image: url(../images/bg_sab_yellow.jpg);
    background-attachment: fixed;
} 
.all_color16 {
    background-image: url(../images/bg_all_color.jpg);
    background-attachment: fixed;
} 
.all_color17 {
    background-image: url(../images/bg_sab_red_2.jpg);
    background-attachment: fixed;
} 
.all_color18 {
    background-image: url(../images/bg_sab_yellow.jpg);
    background-attachment: fixed;
} 
.all_color19 {
    background-image: url(../images/bg_all_color.jpg);
    background-attachment: fixed;
} 


.a {
    z-index: 99999;
}

.header {
    width: 100%;
    height: 84px;
    background-color: #fff;
    position: fixed;
    top: 0;
    z-index: 100;
}

.for_fi {
    width: 170px;
    height: 80px;
    display: block;
    background-image: url(../images/FI.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.for_fi2 {
    width: 200px;
    display: block;
    margin-top: 13px;
    margin-left: 10px;
    background-color: transparent;
}
.FI {
    width: 300px;
    float: left;
    margin-left: 1.5%;
    margin-top: 15px;
}

.neu {
    color: black;
    float: right;
    font-size: 2vw;
    height: 50%;
    line-height: 43px;
    margin-right: 1%;
    margin-top: 15px;
    text-align: center;
    width: 8%;
    border: double  #65cde8 6px;
    color: #e61d5e;
    text-decoration: none;
    outline: none;
}
.neu::before,
.neu::after, {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
}
.neu,
.neu::before,
.neu::after {
    -webkit-transition: all .3s;
    transition: all .3s;
}
.neu {
    background-color: #fff;
    border: 5px double #65cde8;
    color: #65cde8;
}
.neu:hover {
    background-color: #65cde8;
    border-color: #fff;
    color: #fff;
}


.new_text {
    float: right;
/*    margin-top: 1.4%;*/
    font-size: 0.5em;
/*    border-bottom: solid 1px #f094a9;*/
}



.top_menu {
    width: 100%;
    margin-top: 68px;
    z-index: 10000;
    top: 0;
    position: fixed;
    margin-bottom: 0px;
}
.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}

/*レスポンシブで削除する*/
@media screen and (max-width: 599px){
    #watashi{
        display: none;
    }
}
#watashi {
    list-style-type: none;
/*    width: 71.4285714%;*/
    width: 100%;
    padding: 0; 
/*    margin-left: 14.2857143%;*/
    margin-left: 0%;
    margin-top: 16px;
}
#watashi li {
    position: relative;
    width: 20%;
    height: 100%;
    float: left;
    margin: 0;
    padding: 0;
    text-align: center;
}
#watashi li a {
  display: block;
  margin: 0;
  padding: 16px 0;
  background: #fff;
  color: #65cde8;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
    border: solid 1px #65cde8;
}
#watashi li ul {
  list-style: none;
  position: absolute;
  z-index: 100;
  top: 100%;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
}
@media screen and (min-width:600px){
#watashi li ul li {
  overflow: hidden;
  width: 100%;
  height: 0;
  color: #fff;
  transition: .9s;
}
}
#watashi li ul li a {
    padding: 13px 15px;
    background: #fff;
    font-size: 13px;
    text-align: center;
    font-weight: 500;
}
#watashi > li:hover > a {
    background:#65cde8;
    color: #fff;
}
#watashi > li:hover li:hover > a {
    background: #65cde8;
    color: #fff;
}
#watashi li:hover > ul > li {
  overflow: visible;
  height: 38px;
}
    navToggle span, globalMenuSp ul li a {
        display: none;
}





main {
    width: 100%;
    height:auto;
    position: relative;
}

.topban_4pic {
    width: 100%;
    height: auto;
}

@media screen and (min-width:700px){
.alone {
    position: relative;
    overflow: hidden;
/*
    min-width: 960px;
    max-width: 960px;
*/
    width: 70%;
/*    height: 593px;*/
    height: 100%;
    margin-top: 50px;
    margin-left: 15%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    }
}
@media screen and (min-width:700px){
.alone img{
    max-width: 100%;
    vertical-align: top;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
    }
}
@media screen and (min-width:700px){
.alone:hover img,
.alone.hover img {
  -webkit-transform: scale(1.4);
  transform: scale(1.32);
}
}
/* Demo purposes only */













.next {
    width: 100%;
    height: 200px;
    margin-top: 50px;
    position: relative;
}

.blank {
    height: 1px;
    width: 100%;
}

.title {
    background-color: #65cde8;
    border: solid 3px #fff;
    color: #fff;
    margin-left: calc(15% + 3px);
/*    margin-left: 15%;*/
    letter-spacing: 0.3em;
    position: relative;
    padding: 0.5em 0;/*上下の余白*/
    text-align: center;
    width: calc(70% - 6px);
/*    width: 70%;*/
    margin-top: 0px;
    box-sizing: border-box;
    box-shadow: 0px 0px 0px 3px #65cde8;
}

.title_da {
    background-color: #65cde8;
    border: solid 3px #ffffff;
    color: #fff;
    margin-left: calc(15% + 3px);
    letter-spacing: 0.3em;
    position: relative;
    padding: 0.5em 0;/*上下の余白*/
    text-align: center;
    width: calc(70% - 6px);
    margin-top: 0px;
    box-sizing: border-box;
    box-shadow: 0px 0px 0px 3px #65cde8;
}

.text_box {
    width:70%;
    height: auto;
    margin-left: 15%;
    margin-top: 5%;
    margin-bottom: 5%;
    border: double #65cde8 9px;
    position: relative;
    background-color: #fff;
    font-size: 1.3vw;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
    box-sizing: border-box;  
}
.text_box_da {
    width:70%;
    height: auto;
    margin-left: 15%;
    margin-top: 5%;
    margin-bottom: 5%;
    border: double #65cde8 9px;
    position: relative;
    background-color: #fff;
    font-size: 1.3vw;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
    box-sizing: border-box;  
}

.pictable {
    width: 90%;
    margin-left:5%; 
    overflow: hidden;
    position: relative;
}





/*

.photo-gallery {
    width: 100%;
    list-style: none;
    display: block;
    margin: 0px auto;
    padding: 10px;
    text-align: center;
}

*/

/*

#photo-gallery li {
    display: list-item;
    text-align: -webkit-match-parent;
}

*/

.par_table {
    width: 94%;
    border-collapse: separate;
    border-collapse: collapse;
    border: solid 3px #65cde8;
    margin-left: 3%;
    font-size: 1em;
}

.par_table th {
    background-color: #ccc;
    font-weight: 400;
    border: solid 2px #65ced8;
}

.ggmap {
    position: relative;
    padding-top: 30px;
    height:550px;
    overflow: hidden;
}


.jousetu {
    height: 400px;
    margin-top: 30px;
    background-color: transparent;
    margin-top: 0px;
}
.jousetu_color1 {
    background-color: transparent;
}
.jousetu_color2 {
    background-color: transparent;
}


.sns_ban {
    margin-left: 30%;
    width: 40%;
    position: absolute;
    margin-top: 5%;
}
.sns_ban div {
    width: calc(100%/4);
    float: left;
    
}
.sns_ban div img {
    max-width: 50%;
    max-height: 50%;
    margin-left: 200%;
    transform: translate3d(-50%,-50%,0)
/*
    opacity: 1;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
*/
}
.sns_ban div img:hover{
    opacity: .5;
}



.oalp {
    width: 50%;
    margin-left: 40%;
    top: 35%;
    position: relative;
    text-align: center;
}
.oalp a {
    color: #000;
    font-size: 20px;
    text-decoration: none;
}

.oalp a:hover {
    font-weight: 600;
}



/*
1068-400[ao]=668
668-600[sns]=68[margin]
*/


.footer {
    width: 100%;
    height: 25px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    background-color: #65cde8;
    bottom: 0px;
    line-height:25px;
    margin-top: -20px;
}




@media screen and (min-width:700px){
    #taiga_sp {
        display: none;
    }
} 
@media screen and (max-width:700px){
    #taiga_sp {
        display: inline-block;
    }
} 
@media screen and (max-width:700px){
    #taiga_pc {
        display: none;
    }
} 
@media screen and (min-width:700px){
    #taiga_pc {
        display: inline-block;
    }
} 


.par_table_2 {
    width: 100%;
    text-align: center;
    border-collapse: separate;
    border-collapse: collapse;
    border: solid 1px black;
    text-align: center;
}
.par_table_2 tr td {
    text-align:center;
}

.blank_fes {
    height: 70px;
    width: 100%;
}

@media screen and (max-width:700px){
    .blank_fes {
        padding-top: 1px;
    }
}


.img-guard {
    user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    -webkit-user-select:none;
    -khtml-user-select:none;
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -webkit-touch-callout: none;
}

#step_one {
    padding-top: 135px;
    margin-top: -135px;
}
#step_two {
    padding-top: 135px;
    margin-top: -135px;
}
#step_three {
    padding-top: 135px;
    margin-top: -135px;
}
#step_four {
    padding-top: 135px;
    margin-top: -135px;
}





.topban {
    width: 70%;
    margin-left: 15%;
    margin-top: 80px;
}
.topban:hover {
    
}






/*
figure img {
    opacity: 1;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
figure:hover img {
    opacity: .5;
}

.for_opacity {
    width: 70%;
    margin-left:15%; 
}
*/

.okugai_top_tr {
    background-color: #65cde8;
    color: #fff;
    font-weight: 700;
}

.par_pdf_table {
    border: solid 3px #65cde8;
    border-collapse: separate;
    border-collapse: collapse;
    margin-left: 3%;
    width: 90%;
}
.par_4ul {
    display: none;
}

.parpro_table {
    text-align: center;
    width: 70%;
    margin-left: 2.5em;
    border-collapse: collapse;
    border: solid 3px #65cde8;
}


.parpro_box1 {
}

.parpro_box_deco {
    border: solid 5px #65cde8;
    padding-right: 1em;
}

.parpro_table2 {
    width: 90%;
    margin-left: 1em;
    border-collapse: collapse;
    border: solid 3px #65cde8;
    font-size: 0.8em;
}



