@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Roboto:400,700');


body {
  margin: 0 auto;
  padding: 0;
}

@media only screen and ( max-width : 768px ) {
  body {font-size: 14px;}
}

table {
  margin : 0;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

img {
  vertical-align: middle;
  border: none;
}


/* ----------------------------------------------

 * アンカータグの設定

---------------------------------------------- */
a {
    outline: none;
    color: #C85519;
}
#gNav a {
    color: #5F3D3D;
	font-size: 17px;
}
a:hover {
    text-decoration: none;
}


a,a:hover,a:hover img {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    text-decoration: none;
}

a:hover {
  filter: alpha(opacity=80);
  -moz-opacity:0.80;
  opacity:0.80;
}


/* ----------------------------------------------

 * 要素を左右中央寄せ

---------------------------------------------- */

.taC {
  text-align: center !important;
}

.taR {
  text-align: right !important;
}

.taL {
  text-align: left !important;
}



*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;*behavior:url(/scripts/boxsizing.htc)}.container{margin:0 auto}.clr:after,.col:after,.container:after,.group:after,.row:after{content:"";display:table;clear:both}.row{padding-bottom:0}.col{display:block;float:left;width:100%}@media (min-width:769px),print{.gutters .col{margin-left:2%}.gutters .col:first-child{margin-left:0}.gutters .colR:first-child{margin-right:0}.sp{display:none}}@media(max-width:768px){.sp_none{display:none !important;}}


img {
    max-width: 100%;
    height: auto;
    width /***/:auto;　/*IE8のみ適用*/
}

@media only screen and ( max-width : 768px ) {
  .sbox {
    margin-bottom: 20px;
  }
  .container {
    padding: 0 30px;
  }
  section {
    padding: 0;
  }
}

@media only screen and ( max-width : 480px ) {
  .container {
    padding: 0 20px;
  }
}
@media only screen and ( max-width : 374px ) {
  .container {
    padding: 0 10px;
  }
}

@media print, screen and ( min-width : 769px ) {
  .sbox {
    margin-bottom: 25px;
  }
  .container {
    width: 1200px;
  }
  section {

  }
	
  .h_nav {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }	
	
	
	
}

/* ---------------------------------------------------------------------------------------------

　   HEADER

--------------------------------------------------------------------------------------------- */

#header {
    z-index: 99;
    width: 100%;
    position: relative;
    top: 0;
    left: 0;


}
#gNav a:hover {
  color: #999;
}
nav li a {
    font-size: 15px;
    letter-spacing: 0em;
    font-weight: normal;
}
nav .sub-menu,.mean-container .mean-nav ul ul {
    background-color: #FFDCE2;

}



@media only screen and ( max-width : 768px ) {
  #header {
    padding: 0 0;
    height: 75px;
    position: fixed;
    background-color: #fff;
  }
	
#h_phone {
	display: none;
	width: 100px;
	position: absolute;
	top:5px;
	right: auto;
	left: 190px;
	z-index: 999;
}
#h_phone_sp {
	display: block;
	width: 90%;
	position: absolute;
	top:50px;
	right: auto;
	left: 0px;
}
#h_phone_sp img {
	width: 100%;
}	

nav li a {
    font-size: 16px;
    letter-spacing: 0.1em;
    border-bottom: 1px dashed #95C738;
    font-weight: bold;
}
	
  .h_logo {
    width: 195px;
    position: absolute;
    top: 7px;
    left: 7px;
    z-index: 100;
  }
  #gNav .nav {
    overflow-y: auto;
    height: 100vh;
  }
  .mean-nav .container {
    padding: 0;
  }
  nav li .fa {
    display: none;
  }


}

@media print, screen and ( min-width : 769px ) {
  #header {

  }
.container {
	position: relative;
}
#h_phone {
	width: 500px;
	position: absolute;
	top:20px;
	right: 340px;
}
#h_phone img {
	width: 100%;
}
#h_phone_sp {
	display: none;
}	
	
  .h_logo {
    padding-top: 80px;
    padding-bottom: 15px;
    text-align: center;
  }	
  .h_logo img {
    width: 500px;
  }
  #h_top {
    display: block;
    justify-content: space-between;
    align-items: center;
  }
  #gNav ul {
    position: relative;
    display: flex;
    margin-left: auto;
    margin-right: auto;
	  list-style-type: none;
  }
  #gNav li {
    position: relative;
    margin-right: 0em;
    text-align: center;

  }
  #gNav > ul > li {
    width: 16.6%;
  }
	
 #gNav ul > li img {
    display: block;
    margin-left: auto;
    margin-right: auto;

  }
	
	
  #gNav li:last-child {
    margin-right: 0;
  }
  #gNav li i {
    font-size: 16px;
    margin-left: 5px;
  }
  #gNav li {
    line-height: 60px;
	  cursor:pointer;
  }	
  #gNav li a {
    position: relative;
    display: block;
    text-align: center;
    line-height: 60px;
  }
  #gNav .sub-menu {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    display: block;
    position: absolute;
    top: 50px;
    left: 50%;
    margin-left: -100px;
    width: 220px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    border-radius: 10px;
    background-image: url(images/bg41.png);
  }
  #gNav .sub-menu a {
    padding: 10px;
    display: block;
    border-bottom: none;
    padding: 20px;
    line-height: 1.2em;
  }
  #gNav .sub-menu a:hover:after {
    content: none;
  }
  #gNav .sub-menu li {
    display: block;
    font-size: 15px;
    padding: 0;
    margin-bottom: 5px;
    border: 2px dashed #FF7B90;
    border-radius: 10px;
    background-color: #FFFFFF;
  }
	/*
  #gNav .sub-menu li:last-child {
    border-bottom: none;
  }
	*/
	
	
	
	
  #gNav ul > li:hover {
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  #gNav ul > li:hover a,#gNav .current-menu-item a,#gNav .current-menu-parent a {
    color: #bfd0ff;
  }
  #gNav li:hover ul.sub-menu {
    top: 80px;
    visibility: visible;
    opacity: 1;
    z-index: 9999;
  }
  #gNav li ul li:after {
    content: none;
  }
 #gNav li:hover ul.sub-menu a {
    color: #111;
  }
  #gNav .sub-menu li a:hover {
    background: #fff;
  }
  #gNav .contact_btn a:hover {
    color: #fff;
  }
}

/* ---------------------------------------------------------------------------------------------

　   FOOTER

--------------------------------------------------------------------------------------------- */
#footer {
    font-size: 14px;
}
.f_logo,.f_logo p {
  text-align: center;
}
.copy {
  text-align: center;
}
@media only screen and ( max-width : 768px ) {
  #footer {
    padding: 40px 0;
    background-color: #DDDDDD;
  }
  .f_logo {
    padding: 0 20px;
    text-align: center;
  }
  .f_logo p {
    text-align: center;
  }
  .f_logo img {
    margin-bottom: 20px;
    width: 200px;
  }
}

@media only screen and ( max-width : 480px ) {
}

@media print, screen and ( min-width : 769px ) {
  #footer {
    padding: 30px 0;
    background-color: #DDDDDD;
  }
  .f_logo {
  }
  .f_logo img {
    margin-bottom: 20px;
    width: 300px;
  }
  .f_logo {
  }
  .copy {
  }
}

/* ---------------------------------------------------------------------------------------------

　   CONTENTS

--------------------------------------------------------------------------------------------- */
#main p {
  word-break: break-all;
}

section {
  text-align: center;
}

#sec01 {
  background: #cadffa;
}
#sec02 {
  background: #99c1f3;
}
#sec03 {
  background: #7ea7d9;
}
#sec04 {
  background: #618bbe;
}
.btn {
  display: block;
  background: #fff;
  color: #618bbe;
  padding: 0.8em 1em;
  text-align: center;
  margin: 0 auto;
  border-radius: 100px;
}
.btn:before {
  content: "\f104";
  font-family: "FontAwesome";
  margin-right: 5px;
}
@media only screen and ( max-width : 768px ) {
  #main {
    padding-top: 75px;
  }
  .btn {
    width: 60%;
  }
	

}

@media only screen and ( max-width : 480px ) {
  .btn {
    width: 100%;
  }
}

@media print, screen and ( min-width : 769px ) {
  #main {
    padding-top: 0px;
  }
  .btn {
    width: 300px;
  }
}
