/************************************************************

共有

*************************************************************/

body{
	min-width:1100px;
}

.contents{
    width:100%;
    margin:0 auto;
	display:table;
}

.inner{
	width:1000px;
	margin:auto;
	box-sizing:border-box;
}
.overflow{
    overflow: hidden;
}
main{
}
.main{
	text-align: center;
	background-color: #fff;
	background-image: url(../img/main-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin:60px 0 95px 0;
	height:485px;
	padding:305px 0 0 0;
	box-sizing:border-box;
}
.main img{
	vertical-align:bottom;
	width:;
}

.bg{
	padding:0;
}

.nav_bg{
    opacity: 1; 
    height:100%;
    overflow: hidden;
    z-index: 9999; 
    transition: all .5s ease;
}


img{
}
a:hover{
	color:#ff4b4b;
}
a img{
	transition: .3s;
}
a:hover img{
	opacity:0.6;
}

.for-pc{
	display:block;
}
.for-sp{
	display:none;
}

.contents h2{
	font-family: 'Cabin Condensed', sans-serif;
	text-align:center;
	font-size:55px;
	font-weight:700;
	line-height:1;
}

@media (max-width: 1150px){


}

@media (max-width: 800px){
	  body{
		  min-width:100%;
	  }
	  .contents{
		  width:100%;
		  max-width: 100%;
	  }
	  .for-pc{
		  display:none;
	  }
	  .for-sp{
		  display:block;
	  }
	  .bg{
	  }
.inner{
		  width:95%;
}
.main{
	text-align: center;
	background: none;
	margin:0;
	height: auto;
	padding:0;
}
.main img{
	width:100%;
}
.contents h2{
	font-size:35px;
}
}








/************************************************************

ヘッダー

*************************************************************/

header{
	width: 100%;
	top: 0;
	z-index: 101;
	background-color: #0495bf;
	position:relative;
	padding-bottom:75px;
}

header #head{
    width:100%;
    margin:0 auto;
}

header .logo{
	text-align:center;
	font-weight:normal;
}
header .logo a{
	color:#fff;
	font-size:48px;
	line-height:90px;
}
header .logo a:hover{
}
header .logo i{
}
#head{
display:table;
width:100%;
}
header .head_inner{
	width:100%;
	max-width:1000px;
	margin:0 auto;
}

@media (max-width: 800px){
header{
	padding-bottom:0;
}
header .logo a{
	color:#fff;
	font-size:34px;
	line-height:61px;
}
}


/************************************************************

グローバルナビ

*************************************************************/
header nav.pc_nav{
	text-align: center;
	display:table;
	width:100%;
	background-color: #0495bf;
	position:absolute;
	bottom:0;
}

header .menu {
    position: relative;
    margin: 0 auto;
	clear:both;
	padding:15px 0 25px 0;
	max-width:1000px;
}

header .menu  li {
    float: left;
    width: 16.6%;
    text-align: center;
	border-right: 1px solid #fff;
	box-sizing:border-box;
}

header .menu  li:first-child{
	border-left:1px solid #fff;
}
header .menu  li .init-bottom{
    line-height: 1.5;
}

header .menu  li a.init-bottom{
	display: inline-block;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	padding: 5px 0;
	position:relative;
}
header .menu  li a.act span::after{
	width: 100%;
}

header .menu > li a:hover {
}
header .menu li a span::after {
	position: absolute;
	bottom: 2px;
	left: 50%;
	content: '';
	width: 0;
	height: 1px;
	background-color: #fff;
	transition: .3s;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
header .menu li a span:hover::after {
	width: 100%;
}


header .menu > li:hover {
    -webkit-transition: all .3s;
    transition: all .3s;
}

.fixed {
    position: fixed !important;
    top: 0;
    width: 100%;
    z-index: 10000;
}


/* floatクリア */
header .menu:before,
header .menu:after {
    content: " ";
    display: table;
}

header .menu:after {
    clear: both;
}

header .menu {
    *zoom: 1;
}



@media (max-width: 1150px){


}

@media (max-width: 950px){


}

@media (max-width: 800px){
    header nav.pc_nav{
        display: none;
    }
.fixed {
    position: inherit;
    top: 0;
    width: 100%;
    z-index: 10000;
}
}

@media (max-width: 760px){

}


@media (max-width: 600px){
}

@media(min-width: 801px){
    header button.drawer-toggle{
        display: none;
    }
}














/************************************************************

フッター

*************************************************************/

footer{
    background-color: #0495bf;
	color:#fff;
	padding:20px 0 60px 0;
}

footer .ttl{
	color:#fff;
	font-size:48px;
	line-height:90px;
	text-align:center;
}
footer .menu {
    position: relative;
    margin: 0 auto;
	clear:both;
	padding:15px 0 25px 0;
	max-width:1000px;
}

footer .menu  li {
    float: left;
    width: 16.6%;
    text-align: center;
}

footer .menu  li:first-child a{
	border-left:1px solid #fff;
}
footer .menu  li .init-bottom{
    line-height: 1.5;
}

footer .menu  li a.init-bottom{
	display: block;
	color: #fff;
	font-size: 13px;
	text-decoration: none;
	padding: 5px 0;
	border-right: 1px solid #fff;
	position:relative;
}


footer .menu > li a:hover {
}

footer .menu > li:hover {
}
@media (max-width: 800px){
footer{
	padding:0;
}
footer .menu{
	display:none;
}
footer .ttl{
	font-size:24px;
	line-height:60px;
	text-align:center;
}
}

/************************************************************

ページトップ

*************************************************************/

#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index:1000;
}
 
#pageTop a {
  display: block;
  z-index: 999;
  padding: 0;
  border-radius: 30px;
  width: 35px;
  height: 35px;
  line-height:35px;
  text-align:center;
  background-color: #9FD6D2;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}
 
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}
/************************************************************

BOX

*************************************************************/
